/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

a {
    -webkit-transition: all eas-in-out 0.2s;
    -o-transition: all eas-in-out 0.2s;
    transition: all eas-in-out 0.2s;
}

/*================= Common Section ====================*/


body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.h1,
h1 {
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.04em;
}

.h2,
h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.04em;
}

h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.04em;
}

h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.04em;
}

h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

h6 {
    font-weight: 500;
    font-size: 18px;
    text-transform: unset;
    line-height: 28px;
    letter-spacing: -0.04em;
}

.container {
    max-width: 1155px;
    padding: 0 15px;
}

a {
	transition:all .2s ease-in-out;
}

nav#main-nav {
    background: transparent !important;
    padding: initial;
    transition: all .2s ease-in-out;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1) !important;
    -webkit-backdrop-filter: blur(6px);
    -moz-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    border: 1px solid #2924464D;
    padding: 10px !important;
}

@media screen and (min-width: 992px) {
   nav#main-nav:hover {
        background-color: #FFFFFF !important;
    }

     nav#main-nav:hover a.nav-link {
        color: #050523 !important;
    } 
    
     nav#main-nav .navbar-brand.navvy-alt, nav#main-nav:hover .navbar-brand.navbar-brand {
        display: none !important;
    }

    nav#main-nav:hover .navbar-brand.navbar-brand.navvy-alt {
        display: inline-block !important;
    }

    nav#main-nav:hover .btn.btn-secondary {
        color: #050523 !important;
        border-color: #050523 !important;
    }
}


.menu-center {
    display: flex;
    margin: 0 auto;
}

.menu-center .btn { display: none;}


header#wrapper-navbar {
    position: absolute !important;
    padding: 20px 30px;
}



 nav#main-nav .navbar-brand {
    display: inline-block !important;
}



div#navbarNavDropdown {
    justify-content: center;
}

.navbar .navbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-dark .navbar-brand {
    color: #fff;
    padding: 0;
    padding-left: 20px;
}

nav#main-nav a.nav-link {
    color: #fff !important;
    border-color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.02em;
    padding: 21px 15px;
}

.navbar-dark .navbar-brand img {
    max-width: 134px;
    margin: 0;
}

.searchformhead.searchformhead-hidden {
    left: 0;
}

header .btn.btn-primary, header .btn.btn-secondary {
    padding: 14px 20px;
    font-size: 15px;
}
 

.btn.btn-primary {
    background: #FFD400;
    border: none;
    border-radius: 15px;
    padding: 16px 20px 16px; 
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
	transition:all .2s ease-in-out;
	margin-bottom:5px;
}

.btn.btn-primary:hover {
    /* background: linear-gradient(0deg, #FFD400, #FFD400),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));  */
    background-color: #e6bf00;
    color: #050523;
    transform: scale(1) !important;
}

.btn.btn-secondary {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
	transition:all .2s ease-in-out;
	margin-bottom:5px;
}

.btn.btn-secondary:hover {
    background: #FFFFFF;
    color: #050523;
    transform: scale(1) !important;
}

.btn.btn-secondary.btn-blue {
    border-color: #050523;
    color: #050523;
}

.btn.btn-secondary.btn-blue:hover {
    background: #050523;
    color: #fff;
}

.navbar-wrap .btn {
    margin-right: 15px;
}

.navbar-wrap .btn:last-child {
    margin-right: 0;
}

.chevva {
    flex-shrink: 0;
    padding-left: 18px;
    display: none;
}

@media screen and (min-width:991px){
	.navbar-expand-md .navbar-nav .menu-item-has-children:hover ul.dropdown-menu {
		background: #fff;
		top: 100%;
		display: block;
		padding:10px 0;
	}
	
	.dropdown {
		position: relative;
	}
}

.banner-section {
    width: 100%;
    position: relative;
}

.banner-section .video-bg, .banner-section .image-bg {
    width: 100%;
    height: 100vh;
	height: 100dvh;
}

.banner-section .video-bg video, .banner-section .image-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.banner-section .video-bg:before,  .banner-section .image-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #09004180;
    z-index: 1;
}

.banner-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}
 


.banner-section .video-bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
 

.banner-section .container {
    position: relative;
}

.banner-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    left: 0;
    padding-bottom: 83px;
    align-items: center;
}

.banner-content .banner-content-left {
    max-width: 650px;

}

.banner-content .banner-content-left h6 {
    color: #FFD400;
    margin-bottom: 25px;
}

.site-footer {
    background: #050523;
    color: #fff;
}

.top-footer-left {
    width: 45%;
}

.top-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
}

.top-footer-right {
    width: 55%;
    display: flex;
}

.top-footer-right .footer-block {
    flex: 1;
}

.top-footer-right .footer-block h6 {
    color: #FFD400;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.top-footer-right .footer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-footer-right .footer-block ul li {
    margin-bottom: 20px;
}

.top-footer-right .footer-block ul li a,
.top-footer-right a {
    color: #F7F7F7;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.02em;
}

.top-footer-right .footer-block ul li a:hover,
.top-footer-right a:hover {
    color: #ffd400;
}

.footer-center {
    border-top: 1px solid #282840;
    border-bottom: 1px solid #282840;
    padding: 40px 0;
}

.footer-center {
    border-top: 1px solid #282840;
    border-bottom: 1px solid #282840;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer-center-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-center-left span {
    color: #FFD400;
}

.logo-tested {
    display: flex;
    align-items: center;
    gap: 25px;
}

.social-icons {
    display: inline-flex;
    padding: 0;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.social-icons ul li {
    margin-left: 16px;
}

.social-icons ul li a {
    background: #fff;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}

.social-icons ul li a:hover {
    background: #FFD400;
}

.bottom-footer {
    color: #3F3F56;
    padding: 35px 0;
} 

.bottom-footer  p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.bottom-footer .footer-small-link {
    list-style: none;
    display: inline-block;
}

.bottom-footer .footer-small-link ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.bottom-footer .footer-small-link ul a {
    color: #3F3F56;
    text-decoration: none;
    padding: 0 5px;
    font-size: 14px;
}

.bottom-footer .footer-small-link ul a:hover, .copy-right a:hover {
    color: #FFD400;
}

.copy-right {
    text-align: right;
}
 
.copy-right a {
    color: #3F3F56;
    text-decoration: none;
    font-size: 14px;
}

.bottom-footer .footer-small-link ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #3F3F56;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
}

.back-to-top {
    height: 75px;
    display: inline-flex;
    background: #050523;
    width: 100%;
    align-items: center;
    position: relative;
}


.back-to-top a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: -100%;
    top: 0;
}

.back-to-top {
    height: 75px;
    display: inline-flex;
    background: #050523;
    width: 100%;
    align-items: center;
    position: relative;
}

.back-to-top a {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #000;
    text-decoration: none;
    gap: 10px;
    display: flex;
    padding-right: 140px;
    height: 75px;
    align-items: center;
    position: relative;
}

.back-to-top a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 300%;
    height: 100%;
    background: #fff;
    left: -300%;
    top: 0;
}

.back-to-top a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 133px;
    height: 76px;
    top: 0;
    transition: all ease-in-out 0.3s;
    background: url('../images/footer-shapes.svg') no-repeat center;
    right: -14px;
    background-position: right center;
}

.cta-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

.cta-wrapper {
    display: flex;
}

.cta-wrapper .cta-image {
    width: 525px;
}

.cta-wrapper .cta-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
    -webkit-mask-image: url(../images/cta-image.png);
    mask-image: url(../images/cta-image.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%; 
}

.cta-wrapper .cta-content {
    flex: 1;
    background: #050523;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 95px;
    color: #fff;
    margin-right: -20px;
}

.cta-wrapper .cta-content h2 {
    margin-bottom: 30px;
    max-width: 370px;
	margin-top: 0;
}

.cta-wrapper .cta-content .cta-button {
    display: flex;
    gap: 10px;
}

.blog-section {
    background: #050523;
    padding: 100px 0;
    color: #fff;
}

.blog-section {
    background: #050523;
    padding: 100px 0;
    color: #fff;
}

.blog-top-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.blog-top-block h2 {
    margin: 0;
    max-width: 460px;
}

.btn-wrap button {
    border: 1px solid #fff;
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition:all ease-in-out 0.2s;
}

.btn-wrap button:hover, .btn-wrap button.prev-btn.slick-disabled,  .btn-wrap button.next-btn.slick-disabled {
	opacity:0.7;
}

.btn-wrap {
    display: flex;
    gap: 10px;
}

.btn-wrap button.prev-btn {
    transform: rotate(180deg);
}

.blog-block {
    width: 100%;
    margin: 0 12px;
    height: auto;
	position:relative;
}

.blog-block .blog-img {
    width: 100%;
    height: auto;
}

.blog-block .blog-img img {
    height: 173px;
    object-fit: cover;
    width: 100%;
    mask-image: url(../images/blog-1.png);
    -webkit-mask-image: url(../images/blog-1.png);
    mask-repeat: no-repeat;
    mask-size: cover; 
}

.blog-block .blog-content {
    background: #fff;
    color: #050523;
    padding: 30px 45px 30px 30px;
    border-radius: 0 0 20px 20px;
    height: calc(100% - 173px);
    display: flex;
    flex-direction: column;
}

.blog-block .blog-content date {
    font-size: 14px;
    font-weight: 600; 
    margin-bottom: 20px;
    display: block;
	    text-transform: uppercase;
}

.blog-block .blog-content h4 {
    margin-bottom: 50px;
}

.blog-block .blog-content .category-name {
    color: #002060;
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
	    text-transform: uppercase;
}

.blog-slider  .slick-track {
    display: flex; 
} 

.blog-slider  .slick-list {
    margin: 0 -12px;
}

.slick-dotted.slick-slider {
    margin-bottom: 70px;
}


.slick-dots {
    position: absolute;
    bottom: -70px;
    display: inline-flex;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background: #FFFFFF1A;
    left: 50%;
    border: 1px solid #29244680;
    backdrop-filter: blur(6px);
    border-radius: 15px;
    transform: translateX(-50%);
    z-index: 1;
    padding: 11px 11px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #FFD400;
    border-radius: 10px;
    margin: 0 8px !important;
    display: inline-block;
}

.slick-dots li button:before {
    font-size: 0 !important;
    line-height: 0;
    opacity: 0;
    color: transparent;
}

.slick-dots li.slick-active {
    background: #FFD400; 
    transition: all ease-in-out 0.3s;
}

.faqs-section {
    background: #050523;
    color: #fff;
}

.accordion_item .accordion_body {
    display: none;
    padding-bottom:24px;
}

.faqs-wrap {
    border-top: 1px solid #1D1D36;
    padding-top: 60px;
    padding-bottom: 100px;
}

.faqs-wrap h2 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 24px;
    margin: 0;
}

.accordion_item {
    border-bottom: 1px solid #ffffff;
    padding: 0px 0;
}

.accordion_item .accordion_head {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.04em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:25px 10px 25px 0;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
} 

.accordion_item .accordion_head .accordion_icon {
    font-size: 0;
    background: url('../images/plus-icon.svg') no-repeat center;
    width: 38px;
    height: 38px;   
    display: inline-block;
}

.accordion_item .accordion_head .accordion_icon.minus {
    background: url('../images/minus-icon.svg') no-repeat center;
    width: 38px;
    height: 38px;   
    display: inline-block;
}

.accordion_list {
    margin-bottom: 20px;
    width: 100%;
}
 
.faq-link {
    text-align: right;
}

.faq-link a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
}

.faq-link a:after {
    content: "";
    display: inline-block;
    background: url('../images/arrow-right.svg') no-repeat center;
    width: 22px;
    height: 22px;
    margin-left: 12px;
    vertical-align: middle;
}

.faq-link a:hover {
    opacity: 0.8;
}

.menu-link {
    text-align: none;
}

.menu-link a {
    color: #212529;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.04em;
}

.menu-link a:hover {
    opacity: 0.8;
}


.support-section {
    padding: 100px 0;
    background: #02021C;
    width: 100%;
}

.support-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.support-wrap .support-video {
    width: 50%;
    position: relative;
    height: 600px;
}

.support-wrap .support-video video {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
     object-fit: cover;
    -webkit-mask-image: url(../images/video-shape.png);
    mask-image: url(../images/video-shape.png);
    mask-repeat: no-repeat;
}

.support-content {
    width: 50%;
    padding-left: 110px;
    color: #fff;
}

.support-content h2 {
    margin-bottom: 25px;
}

.support-content  p {
    margin-bottom: 35px;
}

.support-content  ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.support-content ul li {
    display: inline-block;
    width: 100%;
}

.support-content ul li a {
    color: #fff;
    text-decoration: none;
    padding: 25px 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.support-content ul li a::after {
    content: "";
    display: inline-block;
    background: url('../images/arrow-right.svg') no-repeat center;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    transition: all ease-in-out 0.3s;
}

.support-content ul li a:hover::after {
    right: 30px;
}   

 
.how-to-work-section {
    padding: 100px 0;
    width: 100%;
    position: relative;
}

.how-to-work-section .video-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.how-to-work-section .video-bg video {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-to-work-section .video-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #09004199;
    z-index: 1;
}

.how-to-work-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    z-index: 1;
}

.how-to-work-wrap .how-to-work-left {
    color: #fff;
    max-width: 455px;
    padding-top: 55px;
    position: sticky;
    top: 0;
}

.how-to-work-wrap .how-to-work-left h6 {
    font-size: 16px;
    color: #FFD400;
    margin-bottom: 30px;
}

.how-to-work-wrap .how-to-work-left h2 {
    margin-bottom: 25px;
}

.how-to-work-wrap .how-to-work-left p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.how-to-work-right {
    max-width: 470px;
    width: 100%;
}

.how-to-work-right .work-block {
    padding: 30px 40px;
    border: 1px solid #292947;
    background: #050523;
    border-radius: 15px;
    margin-bottom: 80px;
    color: #fff;
    position: relative;
}

.link-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.how-to-work-right .work-block .icon {
    margin-bottom: 50px;
}

.how-to-work-right .work-block  h4 {
    margin-bottom: 5px;
}

.how-to-work-right .work-block p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.how-to-work-right .work-block .arrow-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #FFD400;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to-work-right .work-block .arrow-icon img {
    transform: rotate(-45deg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7463%) hue-rotate(118deg) brightness(108%) contrast(108%);
}

.solutions-section {
    padding: 100px 0;
    background: #050021; 
}

.solutions-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.solutions-top .solutions-top-left {
    max-width: 515px;
    color: #fff;
}

.solutions-top  .solutions-top-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.solutions-slider .slick-list {
    margin: 0 -15px;
}

.solutions-slider .slick-track {
    display: flex;
}

.solutions-block {
    background: #fff;
    padding: 30px;
    -webkit-mask-image: url(../images/bg-shape-white.png);
    mask-image: url(../images/bg-shape-white.png);
    mask-repeat: no-repeat;
    color: #050523;
    height: auto;
    mask-size: 100%;
    margin: 0 15px;
	mask-size: 100% 100%;
}


.solutions-img img.back-img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.solutions-block:hover .solutions-img img.back-img {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.3s;
}

.solutions-block:hover .solutions-img img.front-img {
    opacity:0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.solutions-img img.back-img

.solutions-content {
    color: #050523;
}

.solutions-img {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.solutions-img img {
    display: inline-block;
}

.solutions-content h5 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #050523;
}

.solutions-content  p {
    margin: 0;
}

.solutions-slider.slick-slider {
    display: inline-block;
    width: 100%;
}

.trusted-tested {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    color: #050523;
    padding: 65px 100px;
    justify-content: space-between; 
}

.trusted-tested .trusted-left {
    max-width: 405px;
    padding-top: 25px;
}

.trusted-right {
    display: flex; 
}

.logo-left {
    display: flex;
    align-items: center;
}

.beyond-simple-section {
    background: #F7F7F7;
    padding: 100px 0;
}

.beyond-simple-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.beyond-simple-wrap .beyond-simple-left {
    max-width: 450px;
}

.beyond-simple-wrap .beyond-simple-left h2 {
	margin:0 0 30px;
}

.beyond-simapl-right {
    display: flex;
    gap: 24px;
}

.beyond-simapl-right .beyond-column {
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.beyond-simapl-right .beyond-column .beyond-img-right {
    width: 100%;
}

.beyond-simapl-right .beyond-column .beyond-img-right img {
    width: 100%;
    height: 290px;
    object-fit: cover; 
    -webkit-mask-image: url(../images/shape-right.png);
    mask-image: url(../images/shape-right.png);
    mask-repeat: no-repeat;
    mask-size: cover;
}

.beyond-bg-box {
    background: #050523;
    height: 223px;
    border-top-left-radius: 20px;
    padding: 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.beyond-bg-box h4 {
    font-size: 22px;
    margin: auto 0 0;
    letter-spacing: -0.02em;
}

.beyond-bg-box .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all ease-in-out 0.3s;
}

.beyond-bg-box .icon img {transform: rotate(-45deg);}


.beyond-img-box {
    background: #050523;
    border-bottom-left-radius: 20px;
    padding: 16px;
    text-align: center;
}

.beyond-img-box img {
    height: 202px;
    object-fit: cover;
}

.beyond-bg-right {
    background: #FFD400;
    height: 165px;
    padding: 25px;
    position: relative;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
}

.beyond-bg-right h4 {
    font-size: 22px;
    margin: auto 0 0;
    letter-spacing: -0.02em;
}

.beyond-bg-right .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all ease-in-out 0.3s;
}

.beyond-bg-right .icon img {
    transform: rotate(-45deg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7463%) hue-rotate(118deg) brightness(108%) contrast(108%);
}

.beyond-bg-right:hover .icon, .beyond-bg-box:hover .icon {
    right: 12px;
    top: 12px;
}

.scroll-to-discover {
    height: 75px;
    display: inline-flex;
    /* width: 100%; */
    align-items: center;
    position: absolute;
    z-index: 1;
    float: right;
    bottom: 0;
    right: 0;
}

.scroll-to-discover a {
    background: #F7F7F7;
    font-weight: 500;
    font-size: 14px;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #000;
    text-decoration: none;
    gap: 10px;
    display: flex;
    padding-left: 40px;
    height: 75px;
    align-items: center;
    position: relative;
}


.scroll-to-discover a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 133px;
    height: 76px;
    top: 0;
    transition: all ease-in-out 0.3s;
    background: url('../images/footer-shapes.svg') no-repeat center;
    left: -115px;
    background-position: right center;
    filter: brightness(0) saturate(100%) invert(97%) sepia(4%) saturate(143%) hue-rotate(238deg) brightness(115%) contrast(94%);
}

.scroll-to-discover a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 300%;
    height: 100%;
    background: #F7F7F7;
    right: -300%;
    top: 0;
}

.scroll-to-discover img {
    transform: rotate(180deg);
}

.banner-section.inner-banner, .banner-section.inner-banner .video-bg, .banner-section.inner-banner .image-bg {
    height: 525px;
}

.product-gallery-section {
    background: #F7F7F7;
    padding: 100px 0;
}

.product-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.product-gallery {
    max-width: 450px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.product-gallery .slider-nav {
    width: 70px;
    margin-top: -20px;
}

.product-gallery .slider-for {
    max-width: 360px;
    background: #fff;
    border-radius: 20px;
    padding: 55px 70px;
	display: flex;
    align-items: center;
}

.product-content {
    max-width: 560px;
    color: #050523;
}
.product-gallery .slider-nav .product-gallery-thumb {
    padding: 10px 0;
}
.product-gallery .slider-nav .product-gallery-thumb .product-gallery-thumb-img {
    background: #FFFFFF;
    border-radius: 15px !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 2px solid transparent;
}

.product-gallery .slider-nav .product-gallery-thumb.slick-current .product-gallery-thumb-img {
    border: 2px solid #050523; 
    box-shadow: 2px 4px 9px 0px #B7B7B721;

} 

.product-brand-logo {
    margin-bottom: 30px;
}

ul {
    padding-left: 20px;
}

.product-content ul {
    margin-bottom: 25px;
}

.product-content ul li {
    margin-bottom: 15px;
    font-weight: 500;
}

.slick-arrow {
    display: flex!important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    box-shadow: none;
    width: 34px !important;
    height: 34px !important;
    box-shadow: none !important;
}

.slick-arrow::before {
    width: 34px !important;
    height: 34px !important;
    background: url('../images/left-arrow.svg') no-repeat center !important;
}

.slider-for button.slick-next.slick-arrow {
    right: 10px;
}

.slider-for button.slick-prev.slick-arrow {
    left: 10px;
}


.zig-zag-item {
    /* margin-bottom: 100px; */
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.zig-zag-item.right-image {
    flex-direction: row-reverse;
}

.zig-zag-item .zig-zag-image {
    max-width: 550px;
}

.zig-zag-item .zig-zag-image img {
    max-height: 485px;
    width: 100%;
    border-radius: 20px;
    display: block;
}

.text-light .zig-zag-item .zig-zag-content {
    max-width: 450px;
    width: 100%;
    color: #fff;
} 

.zig-zag-item .zig-zag-content {
    max-width: 450px;
    width: 100%;
    color: #050523;
} 

.zig-zag-item .zig-zag-content h3 {
    margin-bottom: 20px;
}

.zig-zag-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.zig-zag-content p:last-child {
	margin-bottom:30px;
}

.zig-zag-item .zig-zag-content ul li {
    margin-bottom: 25px;
    font-weight: 500;
}

.powerful-configuration-section {
    background: #F7F7F7;
    padding: 100px 0;
    color: #050523;
}

.powerful-top {
    max-width: 550px;
    font-size: 18px;
    margin-bottom: 40px;
}

.powerful-configuration-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.powerful-configuration-wrap ul li {
    flex: 1;
}


.powerful-block-top {
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(5 5 35 / 20%);
    position: relative;
}

.powerful-block-top:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #050523;
    border-radius: 50%;
    bottom: -4.5px;
    left: 0;
}

.powerful-block-top .img {
    display: inline-block;
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.powerful-block-top h4 {
    margin-bottom: 20px;
}

.powerfull-content {
    max-width: 320px;
}

.key-features {padding: 100px 0;color: #050523;}

.key-features .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.key-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

.key-features-block {
    width: 100%;
}

.key-features-block .icon {
    width: 78px;
    height: 78px;
    background: #FFD400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 20px;
    padding: 15px;
}

.two-column-grid {
    background: #F7F7F7;
    padding: 100px 0;
}

.two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.two-column-item {
    margin-bottom: 20px;
    width: 100%;
}

.two-column-item .two-column-image {
    margin-bottom: 30px;
}

.two-column-item .two-column-image img {
    border-radius: 20px;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.pb-100 {
    padding-bottom: 100px;
}
 

.compare-table-block .content {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 40px;
}

.compare-table-block .tablepress>:where(thead,tfoot)>tr>* {
    background-color: transparent;
    color: #050523;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
    text-align: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
}

.compare-table-block .tablepress thead tr th:first-child, .compare-table-block .tablepress tbody tr td:first-child {
    text-align: left;
    border-right: 1px solid #E1E1E1;
}

.compare-table-block .tablepress thead tr th:first-child {
    border-right: none;
}

.compare-table-block .tablepress thead tr th strong {
    font-weight: 600;
}

.compare-table-block .tablepress thead tr th {
    padding: 23px 0;
}

.compare-table-block .tablepress tbody tr td {
    text-align: center;
    vertical-align: middle; 
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.04em; 
    color: #050523;
}

.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid #E1E1E1;
}

.tablepress>:not(caption)>*>* { 
    padding: 12px 0; 
}

.viewcontent {
    text-align: center;
    background: linear-gradient(183.96deg, rgba(255, 255, 255, 0) -145.66%, #FFFFFF 96.76%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
        left: 0;
}

.viewcontent a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background:url('../images/plus-icon-blue.svg') no-repeat center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.viewcontent a {
    text-underline-offset: 3px;
    font-size: 16px;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background-color: var(--odd-bg-color);
    color: #050523;
    line-height: 25px;
}

.compare-table-block {
    padding: 100px 0 0;
}

.compare-table-block .btn-block {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.text-secondary .trusted-tested {
    background: #F7F7F7;
}

.table-content-block .heading-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;
}

.table-content-block {
    padding: 100px 0;
}

.table-content-block h3 {
    margin: 0;
}

select#custom-column-filter {
    border: 1px solid #050523;
    border-radius: 10px;
    height: 55px;
    padding: 15px;
    font-size: 16px;
    -webkit-appearance: none;
}

.heading-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;
}

.table-content-block {
    padding: 100px 0;
    overflow: hidden;
}

.table-content-block h3 {
    margin: 0;
}

select#custom-column-filter {
    border: 1px solid #050523;
    border-radius: 10px;
    height: 55px;
    padding: 15px;
    font-size: 16px;
    -webkit-appearance: none;
    background: url('../images/select-arrow.svg') no-repeat center right 15px;
	color:#050523;
}

.dt-layout-row:first-child .dt-length {
    display: none !important;
}

.dt-container .dt-search .dt-input {
    font-size: 16px;
    padding: 5px;
    background-color: #F7F7F7;
    border: none;
    border-radius: 10px;
    height: 55px;
    color: #050523;
    padding: 15px;
    min-width: 280px;
    background-image: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

.dt-container .dt-search {
    position: absolute;
    right: 190px;
    top: -85px;
}

.table-content-block .tablepress>:where(thead,tfoot)>tr>* {
    background-color: transparent;
    color: #050523;
    font-weight: 600;
    vertical-align: middle;
    word-break: normal;
    padding-right: 10px !important;
}

.table-content-block .tablepress>:where(thead)+tbody>:where(:not(.child))>*, .table-content-block .tablepress>tbody>*~:where(:not(.child))>*, .table-content-block .tablepress>tfoot>:where(:first-child)>* {
    border-top: none;
}

.table-content-block .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .table-content-block .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
    background-color: #F7F7F7;
}

.table-content-block .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .table-content-block .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>* {
    background-color: #fff;
}

.tablepress thead .dt-orderable-asc:hover, .tablepress thead .dt-orderable-desc:hover, .tablepress thead .dt-ordering-asc, .tablepress thead .dt-ordering-desc {
    background-color: transparent;
}

.form-data {background: #F7F7F7;padding: 70px 90px; border-radius: 20px; mask-image: url(../images/form-bg-shape.png); -webkit-mask-image: url(../images/form-bg-shape.png); mask-repeat: no-repeat; mask-size: 100% 100%; }

.form-data .form-title-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
    grid-column-gap: 25px;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_fields.top_label {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 0;
    text-transform: unset;
    font-family: "Inter", sans-serif !important;
    color: #050523;
    line-height: 120%;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #050523;
    display: inline-block;
    font-style: normal;
    padding-inline-start: 0.125em;
    font-size: 0;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_text:after {
    content: "*";
    font-size: 16px;
    line-height: 1;
    color: #050523;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), .ginput_container.ginput_container_textarea textarea  {
    padding: 20px 20px!important;
    font-size: 16px!important;
    line-height: 1.25;
    color: #050523!important;
}

select.gfield_select, span.label {
    font-size: 16px!important;
    line-height: 1.25;
    color: #050523!important;
}

.selectric b.button {
    height: 47px;
    width: 47px;
    margin: 9px;
    background-color: #fff;
    border-radius: 500px;
    box-shadow: none;
    color: #fff!important;
}

.selectric .button:before {
    content: "";
    display: inline-block;
    background: url('../images/select-arrow.svg') no-repeat center;
    width: 18px;
    height: 18px;
    transform: rotate(0deg) translate(-50%, -50%);
}

.gfield--type-consent label.gform-field-label {
    font-size: 14px;
}

.ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fkchecker {
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #050523;
}

.form-data .btn.btn-primary {
    min-width: 160px;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 16px 0;
    position: absolute;
}

.form-privacy-note, .form-privacy-note p, .form-privacy-note a {
    font-size: 13px;
    color: #575757;
    text-align: right;
}

.form-privacy-note {
    padding-top: 15px;
}

.form-privacy-note a:hover {
    color: #050523;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    border: none;
    font-size: 14.992px;
    margin-block-start: 8px;
    padding: 0;
    text-align: right;
    padding-top: 0 !important;
    margin-top: 3px;
    font-size: 12px !important;
}

/* .table-info-content tr:nth-child(odd)::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    left: -100%;
}

 */

.table-info-content tr {
    position: relative; 
}

.table-info-content tr td.column-1:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 300%;
    height: 100%;
    background: #fff;
    left: -300%;
    top: 0;
}

.table-info-content tr td.column-5::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 300%;
    height: 100%;
    background: #fff;
    right: -300%;
    top: 0;
}

.table-info-content tr:nth-child(odd) td.column-1:before, .table-info-content tr:nth-child(odd) td.column-5::after {
    background-color: #F7F7F7;
}

.table-info-content {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.dt-container .dt-layout-cell.dt-layout-start {
    align-items: center;
    justify-content: flex-start;
    margin-right: 25px;
    color: #050523;
}

.dt-length {
    color: #6C6C6C;
}

.dt-length select {
    border: 1px solid #050523;
    border-radius: 10px;
    height: 40px;
    padding: 15px;
    font-size: 16px;
    color: #050523;
    -webkit-appearance: none;
    background: url('../images/select-arrow.svg') no-repeat center right 15px;
    min-width: 70px;
}

.dt-container .dt-paging  button.dt-paging-button.previous, .dt-container .dt-paging  button.dt-paging-button.next {
    border:1px solid #050523 !important;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: url(../images/arrow-right.svg) no-repeat center;
    filter: brightness(0) saturate(100%) invert(6%) sepia(23%) saturate(5908%) hue-rotate(227deg) brightness(77%) contrast(106%);
    font-size: 0;
    display: inline-block;
    background-size: 16px;
}

.dt-container .dt-paging .dt-paging-button {
    display: none;
}

.dt-container button.dt-paging-button.previous {
    transform: rotate(180deg);
}

.dt-container button.dt-paging-button.disabled {
    opacity: 0.5;
}

.table-info-content tr:hover td, .table-info-content tr:hover td.column-5::after, .table-info-content tr:hover td.column-1:before  {
    background-color: #050523 !important;
    color: #ffffff !important;
}

body.blog .selectric:not(.gchoice) ,body.page-template-tp-resource .selectric:not(.gchoice) {
	background: #EAEAEA80;
}

body.blog .blog-block .blog-content, body.page-template-tp-resource .blog-block .blog-content {
	background: #F7F7F7;
}

.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    width: 100%;
}

.h1, h1, .h2, h2 {
	margin:40px 0 ;
}

.key-features h2 {
    margin: 0 0 20px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
    max-height: 195px;
}

.solutions-top .solutions-top-left h2 {
    margin: 0;
}

button.dt-paging-button.previous {
    margin-right: 10px;
}

.static-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px; /* spacing between thumbs */
}

.static-thumbs .slide-item {
  cursor: pointer;
}

.banner-content .banner-content-left h1 {
    margin: 0;
}


@media screen and (max-width: 1200px) {
     .banner-content {
        padding-left: 15px;
        padding-right: 15px;
     }

     .scroll-to-discover a {
        padding: 0 20px;
     }

     .h1, h1 {
        font-size: 45px;
        line-height: 50px;
     }

     .solutions-block {
        margin: 0 10px;
     }

     .solutions-block {
            mask-size: 100% 100%;
     }

     .trusted-tested {
        padding: 50px 60px;
     }

     .support-content {
        padding-left: 40px;
     }

     .blog-block .blog-content {
        padding: 20px 25px 20px 20px;
     }

     .cta-wrapper .cta-content {
        padding: 45px;
     }

     .product-content {
         flex: 1;
    }

    .powerfull-content {
        max-width: 100%;
        padding-right: 30px;
    }
    
    .key-features-list {
        gap: 30px;
    }
    
}

@media screen and (max-width: 992px) {
    div#navbarNavDropdown {
        display: none !important;
    }

    .navbar-wrap  .btn.btn-secondary {
        margin-left: auto;
        margin-right: 10px;
    }

    header .btn.btn-primary, header .btn.btn-secondary {
        padding: 13px 20px;
        font-size: 15px;
    }

    header#wrapper-navbar {
        padding: 20px;
    }

    .solutions-top {
        flex-wrap: wrap;
    }

    .solutions-top .solutions-top-left {
        max-width: 100%;
    }

    .trusted-tested {
        padding: 30px;
    }

    .trusted-tested {
        padding: 30px;
    }

    .trusted-tested .trusted-left {
        max-width: 100%;
        padding-top: 0;
    }

    .how-to-work-right .work-block {
        padding: 20px 25px;
    }

    .support-wrap .support-video video {
        mask-size:100% ; 
    }

    .support-wrap .support-video {
        height: 400px;
        margin-bottom: 30px;
    }

    .h2, h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .top-footer-right {
        width: 70%;
    }

    .top-footer-left {
        width: 30%;
    }

    .cta-wrapper .cta-content {
        padding: 45px;
        border-radius: 00px 0 20px 20px;
        margin-right: 0;
    }

    .cta-wrapper .cta-image {
        width: 100%;
        height: auto;
    }

    .cta-wrapper .cta-image img {
        width: 100%;
        height: auto;
        border-radius: 0;
        mask-size: 100%;
        max-height: 500px;
    }

    .cta-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .beyond-simple-wrap {
        flex-direction: column-reverse;
    }

    .beyond-simple-wrap .beyond-simple-left {
        max-width: 100%;
        padding-top: 50px;
    }

    
    .navbar-toggler {
        display: flex !important;
         background: #FFD400;
          border-radius: 15px; padding: 0px; width: 50px; height: 50px;
          filter: none !important;
          justify-content: center;
            align-items: center;
    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: none !important;
        border-radius: 0px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: auto;
        border: none !important;
        height: 2px;
        background: #050523;
        padding: 0 !important;
        max-width: 17px;
        border-radius: 3px;
    }
     

    .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        display: inline-block;
        transition-duration: 0.2s;
        position: absolute;
        width: 17px;
        height: 2px;
        background-color: #050523;
        content: "";
        top: 5px;
    }

    .navbar-toggler .navbar-toggler-icon:before {
        content: "";
        display: inline-block;
        transition-duration: 0.2s;
        position: absolute;
        width: 17px;
        height: 2px;
        background-color: #050523;
        content: "";
        top: auto;
        bottom: 5px;
        border-radius: 3px;
    }

    .navbar-wrap .btn:last-child {
        margin-right: 0;
        display: none;
    }

    .menu-open .navbar-toggler .navbar-toggler-icon:before {
        transform: rotate(45deg) translate(-1px, 0px);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-open .navbar-toggler .navbar-toggler-icon::after {
        transform: rotate(-45deg) translate(0px, -1px);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-open .navbar-toggler .navbar-toggler-icon {
        background-color: transparent;
    } 

    .menu-center {
        display: none;
    }

    .menu-open .menu-center {
        display: block;
        position: absolute;
        background: #fff;
        top: 100%;
        width: 100%;
        left: 0;
        border-radius: 0 0 20px 20px;
        padding: 10px 20px 20px;
    }

     .menu-open div#navbarNavDropdown {
        display: block !important; 
    }

    .menu-center .btn.btn-primary {
        display: block !important;
        font-size: 18px;
        padding: 16px 30px;
        line-height: 28px;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
        width: 100%;
        padding-bottom: 20px;
    }

    .navbar-expand-md .navbar-nav li {
        width: 100%;
		position:relative;
    }

     nav#main-nav a.nav-link {
        color: #050523 !important;
        border-color: #fff !important;
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        letter-spacing: -0.02em;
        padding:12px 0;
        position: relative; 
    }
	
	.menu-item-has-children.dropdown>a.child-triggerm {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: absolute;
		right: 0;
		top:23px;
	}
	
	.dropdown-item {
		padding:.375rem 0rem;
		white-space: break-spaces;
	}
	
	.menu-item-has-children.dropdown>a.child-triggerm.child-open {
		transform: rotate(90deg) translate(10px, 10px);
	}

     nav#main-nav .child-triggerm:after {
        content: "";
        display: inline-block;
        background: url('../images/arrow-right.svg') no-repeat center;
        width: 26px;
        height: 25px;
        filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7463%) hue-rotate(118deg) brightness(108%) contrast(108%);
        position: absolute;
        right: 0;
		 border:none;
    } 
	
	.dropdown-toggle::after {
		display:none;
	}

    .menu-open nav#main-nav {
        background-color: #FFFFFF !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: none;
    }
    
    nav#main-nav .navbar-brand.navvy-alt, body.menu-open nav#main-nav .navbar-brand.navbar-brand {
        display: none !important;
    }

    body.menu-open nav#main-nav .navbar-brand.navbar-brand.navvy-alt {
        display: inline-block !important;
    }

    body.menu-open .navbar-wrap .btn.btn-secondary {
        background: #050523;
        color: #ffffff;
    }

    .navbar-dark .navbar-brand {
        padding-left: 0;
    }

     nav#main-nav {
        border: none;
    }

    .product-gallery-wrap {
        flex-direction: column;
        align-items: center;
    }

    .product-gallery {
        max-width: 100%;
    }

    .product-gallery {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .product-gallery .slider-for {
        max-width: 100%;
    }

    .product-gallery-item {
        text-align: center;
    }

    .product-gallery-item img {
        display: inline-block;
    }

    .product-gallery .slider-nav .product-gallery-thumb {
        padding: 0px 5px;
        height: auto !important;
    }

    .slider-nav .slick-track {
        display: flex;
        align-items: flex-start;
    }

    .product-gallery .slider-nav {
        width: 100%;
        margin-top: 0;
    }

    .product-gallery .slider-nav .product-gallery-thumb .product-gallery-thumb-img {
        height:auto;
    }

    .product-gallery .slider-nav .product-gallery-thumb .product-gallery-thumb-img img {
        max-height: 50px;
    }

    .product-content {
        flex: 1;
        max-width: 100%;
    }

    .trusted-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .product-gallery .slider-nav .slick-list, .product-gallery .slider-nav .slick-track {
        height: auto !important;
    }

    .two-column-item .two-column-image img {
        height: 300px;
    }

    select#custom-column-filter {
        margin-top:80px;
        min-width: 300px;
    }

    .dt-container .dt-search .dt-input {
        min-width: 300px;
    }

    .dt-container .dt-search {
        position: absolute;
        right: auto;
        top: -150px;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-content-block .heading-content {
        flex-direction: column; 
    }
	
	
	.news-list {
		grid-template-columns: 1fr 1fr;
	}


}

@media screen and (max-width: 767px) {
    .beyond-simapl-right {
        gap: 17px;
    }

    .banner-content {
        flex-direction: column;
    }

    .banner-content-right {
        width: 100%;
    }

    .banner-content .banner-content-left {
        max-width: 650px;
        width: 100%;
    }

    .banner-content .banner-content-left h6 {
        margin-bottom: 25px;
    }
	
	.banner-content .banner-content-left h1 {
		margin: 0 0 25px;
	}

    .h1, h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em;
    }

    .banner-content {
        padding-bottom: 133px;
    }

    .beyond-bg-box {
        height: 142px;
        padding: 20px;
    }

    .beyond-bg-box h4, .beyond-bg-right h4 {
        font-size: 18px;
    }

    .beyond-img-box img {
        height: 120px;
    }

    .beyond-bg-right {
        height: 110px;
        padding: 20px;
    }

    .beyond-bg-right .icon img, .beyond-bg-box .icon img {
        width: 18px;
    }

    .beyond-bg-right .icon, .beyond-bg-box .icon {
        top: 12px;
        right: 12px;
    }

    .beyond-simapl-right .beyond-column {
        width: 165px;
    }

    .beyond-simple-section {
        padding: 50px 0;
    }

    .h2, h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.02em;
    }

    .solutions-section {
        padding: 60px 0 0;
    }
 
    .solutions-top .solutions-top-right {
        gap: 30px;
    }

    .solutions-block {
        margin:0 15px 10px;
    }

    .trusted-tested {
        margin-top: 50px;
    }

    .trusted-tested {
        padding: 50px 25px;
    }

    .trusted-tested {
        padding: 50px 25px;
        margin: 0 -15px;
    }

    .trusted-tested .trusted-left {
        padding-bottom: 20px;
    }

    .how-to-work-section {
        padding: 60px 0;
    }

    .how-to-work-wrap {
        flex-direction: column;
    }

    .how-to-work-wrap .how-to-work-left {
        color: #fff;
        max-width: 100%;
        padding-top: 0;
        position: relative;
        top: 0;
        padding-bottom: 60px;
    }

    .how-to-work-wrap .how-to-work-left h2 {
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 34px;
    }

    .how-to-work-wrap .how-to-work-left p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .how-to-work-right .work-block {
        padding: 20px 25px;
        margin-bottom: 30px;
    }

    .how-to-work-right .work-block .arrow-icon {
        right: 20px;
        top: 20px;
    }

    .how-to-work-right .work-block:last-child {
        margin-bottom: 0;
    }

    .support-section {
        padding: 60px 0;
    }

    .support-wrap {
        flex-direction: column;
    }

    .support-wrap .support-video {
        height: 270px;
        margin-bottom: 30px;
        width: 100%;
    }

    .support-wrap .support-video {
        height: 270px;
        margin-bottom: 30px;
        width: 100%;
    }

    .blog-top-block .btn-wrap {
        display: none;
    }

    .blog-top-block {
        margin-bottom: 40px;
        max-width: 280px;
    }

    .blog-block {
        margin: 0  0px 25px;
    }

    .blog-block .blog-content {
        padding: 30px;
    }

    .blog-block .blog-content h4 {
        margin-bottom: 25px;
    }

    .support-content {
        padding-left: 0;
        width: 100%;
    }

    .blog-section {
        padding: 60px 0;
    }

    .accordion_item .accordion_head .accordion_icon, .accordion_item .accordion_head .accordion_icon.minus {
        background-size: 100% auto;
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
    }

    .accordion_item .accordion_head {
        font-size: 20px; 
        line-height: 30px; 
    }

    .faqs-wrap h2 {
        font-size: 24px;
    }

    .faqs-wrap {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-wrapper .cta-content {
        padding: 40px;
    }

    .cta-wrapper .cta-content .cta-button {
        flex-wrap: wrap;
    }

    .cta-wrapper .cta-content .cta-button .btn {
        min-width: 180px;
    }

    .cta-wrapper .cta-image img {
        max-height: 200px;
    }

    .top-footer {
        width: 100%; 
        padding-top: 60px;
        padding-bottom: 20px;
        flex-direction: column;
    }

    .top-footer-right {
        width: 100%;
        flex-direction: column;
    }

    .top-footer-left {
        width: 100%;
        padding-bottom: 50px;
    }

    .top-footer-right .footer-block h6 {
        margin-bottom: 20px;
    }

    .top-footer-right .footer-block ul li {
        margin-bottom: 16px;
    }

    .top-footer-right .footer-block {
        margin-bottom: 15px;
    }

    .footer-center {
        border-bottom: none;
        padding: 40px 0;
        flex-direction: column;
    }

    .footer-center-left {
        flex-direction: column;
        border-bottom: 1px solid #282840;
        padding-bottom: 40px;
    }

    .social-icons {
        padding: 0;
        justify-content: center;
        padding-top: 35px;
    }

    .bottom-footer {
        padding: 0px 0 35px 0;
        text-align: center;
    }

    .bottom-footer .footer-small-link ul li:before {
        margin: 0 2px;
    }

    .bottom-footer .footer-small-link ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .copy-right {
        text-align: center;
    }

    .navbar .navbar-wrap { 
        width: calc(100% - 50px);
    }

    .solutions-slider.slick-dotted.slick-slider {
        margin-bottom: 100px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    .banner-section.inner-banner, .banner-section.inner-banner .video-bg,  .banner-section.inner-banner .image-bg {
        height: 440px;
    }

    .product-gallery .slider-nav .product-gallery-thumb .product-gallery-thumb-img {
        padding: 13px;
    }

    .product-gallery-wrap {
        padding-bottom: 10px;
    }


    .product-gallery-section {
        padding: 45px 0;
    }

    .product-gallery .slider-for {
        padding: 40px 20px;
    }

    .product-gallery-item img {
        max-height: 165px;
    }

    .zig-zag-item {
        gap: 20px;
    }

    .zig-zag-item.right-image, .zig-zag-item {
        flex-direction: column-reverse;
    }

    .zig-zag-item .zig-zag-content h3 {
        margin-bottom: 12px;
    }

    .zig-zag-item {
        margin-bottom: 40px;
    }

    .zig-zag-section {
        padding-top: 40px;
    }
    
    .zig-zag-item .zig-zag-content ul li {
        margin-bottom: 15px;
    }

    .powerful-configuration-section {
        padding: 60px 0;
    }

    .key-features {
        padding: 60px 0;
    }

    .two-column-grid {
        padding: 60px 0;
    }

    .two-column-list { 
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .two-column-item {
        margin-bottom: 15px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .powerful-configuration-wrap ul.slick-dots, .key-features-list ul.slick-dots {
        background: #050523;
        height: 37px;
        align-items: center;
        padding: 5px 7px;
        border-radius: 15px;
        bottom: -50px !important;
    }

    .key-features-list {
        gap: 30px;
        display: block;
    }

    .key-features .container, .powerful-configuration-section .container {
        padding-right: 0;
    }

    .key-features-block {
        height: auto;
        padding-right: 15px;
    }

    .two-column-item .two-column-image img {
        height: 250px;
    }

    .beyond-simapl-right .beyond-column .beyond-img-right img {
        height: 185px;
    }

    h3 {
         font-size: 30px;
        line-height: 40px;
    }

    .table-content-block {
        padding: 50px 0 0;
        overflow: hidden;
    }

    .dt-container .dt-layout-row {
        flex-direction: column;
        display: block;
    }

    .dt-container .dt-layout-cell.dt-layout-start {
        align-items: center;
        justify-content: flex-start;
        margin-right: 0;
        color: #050523;
        border-bottom: 1px solid #E1E1E1;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .dt-container .dt-length, .dt-container .dt-search { 
        display: inline-block; 
        padding: 0 15px;
    }

    .dt-container .dt-layout-cell.dt-layout-end {
        align-items: center;
        justify-content: flex-end;
        margin-left: auto; 
        float: right;
		display:inline-block;
        padding: 0 15px;
    }
	
	.dt-container .dt-layout-cell.dt-layout-end .dt-paging.paging_simple_numbers {
		position: absolute;
		width: auto;
		right: 10px;
		bottom: 0;
	}

    .form-data {
        padding:20px;
		-webkit-mask-image:url(/wp-content/uploads/2025/10/form-bg-shape-mobile.png);
		mask-image:url(/wp-content/uploads/2025/10/form-bg-shape-mobile.png);
    }

    h6 {
        font-size: 16px;
    }

    .form-data .form-title-wrapper {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .table-content {
        overflow-x: auto;
    }

    .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .table-info-content .container {
        padding: 0;
    }

    .compare-table-block .tablepress>:where(thead,tfoot)>tr>* {
        font-size: 16px;
        line-height: 26px;
    }

    .compare-table-block .tablepress thead tr th:first-child {
        border-right: none;
        min-width: 210px;
    }

    .compare-table-block .tablepress thead tr th {
        padding: 23px 0;
        min-width: 140px;
    }

    .table-info-content tr td.column-5::after, .table-info-content tr td.column-1:before {
        display: none;
    }

   .table-content-block .tablepress>:not(caption)>*>* {
        padding: 12px 10px;
    }
	
	.news-list {
		grid-template-columns: 1fr ;
	}
	
	.banner-section .video-bg, .banner-section .image-bg { 
		/* height: 90vh; */
	}
	
	.scroll-to-discover {
		bottom:-1px;
	} 
	
	body {
		overflow-x: hidden;
	}
	
	.blog-slider .blog-block {
		margin: 0  12px 25px;
	}
	 
	

}