
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open-Sans-SemiBold';
    src: url('../fonts/Open-Sans-SemiBold.eot');
    src: url('../fonts/Open-Sans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Open-Sans-SemiBold.woff2') format('woff2'),
        url('../fonts/Open-Sans-SemiBold.woff') format('woff'),
        url('../fonts/Open-Sans-SemiBold.ttf') format('truetype'),
        url('../fonts/Open-Sans-SemiBold.svg#Open-Sans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaSans-Bold';
    src: url('../fonts/PlusJakartaSans-Bold.eot');
    src: url('../fonts/PlusJakartaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff'),
        url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype'),
        url('../fonts/PlusJakartaSans-Bold.svg#PlusJakartaSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.wrd-brk-all{
    display: block;
}
.tick-list-style{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tick-list-style li{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.1px;
    position: relative;
    padding-left: 18px;
}
.tick-list-style li::before{
    content: '';
    background: url(../images/product-images/tick-green-bx-icon.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
}
.word-wrap {
  word-break: keep-all;
	display:inline-block;
}
/*---New Design 2026--*/
.body-padding-zero #body {
  padding: 0;
}


.main-header-top > .container{
	background: #003852;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 12px;
	padding: 0 20px;
}
.main-header-top > .container::after {
	content: none;
}
.main-header-top-logo-wrap img {
    max-width: 134px;
}
.main-header-top-logo-wrap {
  flex-shrink: 0;
}

.search-form-button {
    margin: 6px 0 0;
    position: relative;
    cursor: pointer;
}

.lets-connect-btn {
    float: right;
    padding: 4px 20px;
}

.search-field {
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    height: 80px;
    background: #033750;
    border-radius: 12px;
}

.search-field .searchform {
    float: none;
    margin: 20px auto 0;
    width: 100%;
    max-width: 716px;
}

.search-field .searchform input[type="text"] {
    max-width: 500px;
    float: left;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #3f7088;
    border-radius: 0;
    color: #fff;
    font-family: OpenSans-Semibold;
}

.search-field .searchform input[type="submit"] {
    padding: 8px 30px 10px 30px;
    color: #fff;
    font-size: 14px;
    position: inherit;
    float: left;
    margin-left: 25px;
    width: auto;
    border-radius: 4.5px;
    cursor: pointer;
    font-family: OpenSans-Semibold;
    line-height: 18px;
    /*background: url("../images/search.png") right 13px center no-repeat #eb6823;*/
    background: #eb6823;
    border: 1px solid #EC6608;
}
.search-field .searchform input[type="submit"]:hover {
  background: #fff;
  color: #ec6608;
}
.close_search {
    position: absolute;
    right: 10%;
    top: 28px;
    cursor: pointer;
}
.let-connects a.mega-menu-link>span.lets-connet-text {
    height: 41px;
    line-height: 28px;
    display: inline-block;
    padding: 5px 20px;
    font-family: OpenSans-Bold !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4.5px;
    background: #EC6608;
    border: 1px solid #EC6608;
    color: #fff;
    font-weight: 400;
}

.let-connects a.mega-menu-link:hover>span.lets-connet-text {
    background: #fff;
    color: #ec6608;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.let-connects > a.mega-menu-link{
	padding-right: 0;
	padding-left: 20px;
}

h3.nav-head {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu{
	box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.05);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.img-menu-link a.mega-menu-link{
    padding-left: 80px;
}
.mega-menu-flyout .mega-sub-menu::before{
    content: '';
	width: 28px;
	height: 34px;
	border-left: 34px solid #fff;
	border-top: 15px solid #fff;
	transform: rotate(45deg);
	display: block !important;
	background-color: #fff;
	top: 12px;
	position: absolute;
	left: 74px;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.4);
}
.icon-menu-link > .mega-menu-link::before{
    display: block !important;
    content: '';
    background: url(../images/menu-images/default-menu-icon.svg) no-repeat center  !important;
    background-size: 100% !important;
    width: 29px !important;
    position: absolute !important;
    left: 12px !important;
    top: 0 !important;
    bottom: 0 !important;
}
.icon-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/default-menu-icon-hover.svg) !important;
}
.icon-menu-link.img-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/niyax-menu-img.png) !important;
    width: 54px !important;
}
.icon-menu-link.img-menu-link.neon-dx-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/neon-dx-menu-img.png) !important;
    width: 65px !important;
}
.icon-menu-link.telecom-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/telecom-menu-icon.svg) !important;
}
.icon-menu-link.telecom-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/telecom-menu-icon-hover.svg) !important;
}
.icon-menu-link.digital-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/digital-menu-icon.svg) !important;
}
.icon-menu-link.digital-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/digital-menu-icon-hover.svg) !important;
}
.icon-menu-link.blogs-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/blogs-menu-icon.svg) !important;
}
.icon-menu-link.blogs-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/blogs-menu-icon-hover.svg) !important;
}
.icon-menu-link.case-studies-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/case-studies-icon.svg) !important;
}
.icon-menu-link.case-studies-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/case-studies-icon-hover.svg) !important;
}
.icon-menu-link.datasheets-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/datasheets-icon.svg) !important;
}
.icon-menu-link.datasheets-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/datasheets-icon-hover.svg) !important;
}
.icon-menu-link.videos-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/videos-icon.svg) !important;
}
.icon-menu-link.videos-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/videos-icon-hover.svg) !important;
}
.icon-menu-link.ebooks-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/ebooks-icon.svg) !important;
}
.icon-menu-link.ebooks-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/ebooks-icon-hover.svg) !important;
}
.icon-menu-link.overview-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/overview-icon.svg) !important;
}
.icon-menu-link.overview-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/overview-icon-hover.svg) !important;
}
.icon-menu-link.team-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/team-icon.svg) !important;
}
.icon-menu-link.team-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/team-icon-hover.svg) !important;
}
.icon-menu-link.media-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/media-icon.svg) !important;
}
.icon-menu-link.media-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/media-icon-hover.svg) !important;
}
.icon-menu-link.awards-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/awards-icon.svg) !important;
}
.icon-menu-link.awards-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/awards-icon-hover.svg) !important;
}
.icon-menu-link.analyst-mentions-menu-link > .mega-menu-link::before{
    background-image: url(../images/menu-images/analyst-icon.svg) !important;
}
.icon-menu-link.analyst-mentions-menu-link > .mega-menu-link:hover::before{
    background-image: url(../images/menu-images/analyst-icon-hover.svg) !important;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: transparent !important;
  padding-top: 2px;
  box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.05);
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
    background: #fff;
  border-radius: 12px;
}
.btn-style-redesign{
    padding: 8px 30px 10px 30px;
    border-radius: 4.5px;
    background: #EC6608;
    border: 1px solid #EC6608;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.btn-style-redesign:hover{
    background: #fff;
    color: #ec6608;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu>li>ul.mega-sub-menu>li {
    border-right: 1px solid #2e5a6f;
    padding: 15px 25px 15px 38px;
    min-height: 160px;
}

/*--Footer--*/
.footer-nav-grid {
  display: flex;
  margin-top: 45px;
}

.footer-logo {
}

.footer-logo img {
    width: 100%;
    max-width: 176px;
}


.social-links-style{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: end;
}
.social-links-style li a {
    display: inline-block;
    position: relative;
    color: transparent;
    width: 28px;
    height: 28px;
    margin: 0;
}

.social-links-style li a::before {
    content: '';
    background: url(../images/social-images/default-social-icon.svg) no-repeat center;
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
}
.social-links-style li.yt-social-link a::before {
    background-image: url(../images/social-images/youtube-icon.svg);
}
.social-links-style li.tw-social-link a::before {
    background-image: url(../images/social-images/twitter-icon.svg);
}
.social-links-style li.in-social-link a::before {
    background-image: url(../images/social-images/linkedin-icon.svg);
}
   
.footer-social-wrap .social-links-style{
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.footerwrap {
    padding: 60px 0 20px;
    background-color: #0C0C0C;
}

.footerTail {
    background: #0C0C0C;
    color: #fff;
    margin-top: 0;
}

.footerTail p {
    color: #A8A8A8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
}

.footerTail p a {
    color: #A8A8A8;
}

.footer-menu-hd{
    font-family: OpenSans-Semibold !important;
    font-size: 16px;
    margin-bottom: 24px;
    color: #fff;
    text-transform:uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.footer-menu-hd a{
    color: #fff;
}
.footer-menu-hd,.footer-social-wrap .social-links-style{
    padding-bottom: 32px;
}
.footer-menu-hd span {
  display: inline-block;
  min-height: 28px;
}
.footer-social-wrap {
    flex-basis: 32%;
    width: 32%;
    flex-shrink: 1;
    flex-grow: 1;
}
.footer-nav-col {
    flex-shrink: 0;
}
.footer-nav-col-1{
    flex-basis: 12%;
    width: 12%;
}
.footer-nav-col-2{
    flex-basis: 14%;
    width: 14%;
}
.footer-nav-col-3{
    flex-basis: 15%;
    width: 15%;
}
.footer-nav-col-4{
    flex-basis: 14%;
    width: 14%;
}
.footer-submenu li{
    margin-bottom: 10px;
}

.footer-submenu li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 207.143% */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    display: inline-block;
}
.footer-submenu li a .small-word{
    text-transform: lowercase;
}
.footer-submenu li a{
    text-decoration: none;
}

.footer-submenu a:hover{
    color: #fa7931;
}
/*--End Footer--*/
.wpml-ls-legacy-dropdown-click .wpml-ls-flag{
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(4deg) brightness(104%) contrast(101%);
}

.page-template-homepage-particle-banner #body {
    padding-top: 0 !important;
}



/* Hero Particle Banner Section */
.hero-particle-banner {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #E8F4F8 0%, #F5FAFC 50%, #FAFCFD 100%);
    overflow: hidden;
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 0;
}

.hero-particle-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home-images/banner-bg-light-img.png) no-repeat top left;
    background-size: auto;
    background-size: contain;

}
.hero-particle-banner #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-particle-banner #particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
    pointer-events: auto;
}
.hero-particle-banner.org-top-banner{
    background: url(../images/banner/org-top-banner-bg.png) no-repeat bottom center;
    background-size: cover;
}
.hero-particle-banner.org-top-banner::before{
    content: none;
}
.particle-banner-content-wrapper{
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin-top: 0;
}
.particle-banner-content{
    text-align: center;
}

.banner-heading-style{
    font-family: 'OpenSans-Bold' !important;
    font-weight: 700;
    font-size: 60px;
    line-height: 66.83px;
    letter-spacing: -1.22px;
    text-align: center;
    margin: 0 0 30px 0;
    display: block;
    color: #003852;
}
.banner-40style{
    font-size: 40px;
    line-height: normal;
    letter-spacing: -1.215px;
}
.banner-heading-style span{
    font-family: 'OpenSans-Bold' !important;
    font-weight: 700;
    display: block;
}
.banner-heading-style span.banner-color-title{
    color: #5CA2BC;
}

.banner-description {
    font-family: 'Inter-SemiBold' !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.36px;
    text-align: center;
    color: #005E7C;
    margin: 0 0 50px 0;
}
.banner-description-20style{
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin: 0 0 33px;
}
.banner-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.banner-logo-img-wrap{
    text-align: center;
    margin-bottom: 18px;
}
.banner-logo-img-wrap img {
  margin: 0 auto;
  max-width: 149px;
  max-height: 56px;
}
.btn {
    font-family: 'Open-Sans-SemiBold' !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 22px;
    border: 1.13px solid #EC6608;
    border-radius: 4.5px;
    transition: all 0.3s ease;
    display: inline-block;
    background: #EC6608;
    color: #FFFFFF;
}
.btn:hover {
    background: transparent;
    color: #EC6608;
    border: 1.13px solid #EC6608;
    box-shadow: 0 4px 12px rgba(236, 102, 8, 0.3);
    transform: translateY(-2px);
}

.btn.btn-secondary{
    background-color: transparent;
    color: #000000;
    border: 1.13px solid #000000;
}

.btn.btn-secondary:hover {
    background-color: #000000;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Particle Background Customization */
.hero-particle-banner #particles-js {
    background: transparent;
}
#brand-list .item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    max-height: 70px;
}
#brand-list .item {
    text-align: center;
}
#list_brands .slick-track {
  display: flex;
  align-items: center;
}
.customers-partners-section {
    padding: 67px 0;
    position: relative;
}

.customers-partners-head{
    text-align: center;
    margin-bottom: 50px;
}

.customers-partners-subheading {
    font-family: 'PlusJakartaSans-Bold' !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #003852;
    margin: 0;
}

.brand-partners-slider-wrap{
    position: relative;
    width: 100%;
    max-height: 80px;
    overflow: hidden;
}

/* Banner Featured Products / Marketing Automation Section */

.marketing-featured-products-section{
    padding: 64px 0 60px;
    position: relative;
    background: url(../images/home-images/agentic-bg-img.svg) no-repeat center bottom;
    background-size: 100%;
}

.common-title-section{
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.marketing-featured-products-section .common-title-section{
    position: relative;
    margin-bottom: 150px;
    z-index: 1;
}
.marketing-featured-products-section .common-title-section::after{
    content: '';
    background: url(../images/home-images/bg-union.svg) no-repeat center center;
    position: absolute;
    right: 0;
    max-width: 425.562px;
    width: 100%;
    bottom: -35%;
    height: 100%;
}
.marketing-featured-products-section .common-title-content-wrap{
    position: relative;
    z-index: 1;
}
.tag-title{
    font-family: 'PlusJakartaSans-Bold' !important;
    display: inline-block;
    padding: 13px 17px;
    border-radius: 10px;
    background: #003852;
    color: #F2F2F2;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 219px;
}
.tag-logo{
    display: block;
    text-align: center;
    margin: 0 auto 11px;
}
.sec-hd{
    font-family: 'Open-Sans-SemiBold' !important;
    color: #1C1C1C;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.4px;
    margin: 0 auto 10px;
}
.sec-hd span{
    font-family: 'Open-Sans-SemiBold' !important;
}
.marketing-featured-products-section .sec-hd{
    max-width: 800px;
}
.common-title-content-wrap{
    max-width: 590px;
    margin: 0 auto;
}

.common-title-content-wrap p {
    color: #1C1C1C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px;
}


.marketing-products-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
    position: relative;
    max-width: 990px;
    margin: 0 auto;
}

.marketing-product-item:first-child {
    margin-top: -80px;
}

.marketing-product-item{
    position: relative;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.marketing-product-item:hover {
    border: 1px solid #E5E5E5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}
.marketing-product-details-wrap{
    padding: 40px;
}
.marketing-product-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 34px;
    position: relative;
}

.marketing-product-logo img {
    max-height: 52px;
    width: auto;
}

.marketing-product-learn-more {
    transition: color 0.3s ease;
    color: #EC6608;
    text-align: center;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13.5px */
    text-decoration: underline;
    text-transform: uppercase;
}

.marketing-product-learn-more:hover {
    color: #D45A07;
}

.marketing-product-name {
    font-family: 'Open-Sans-SemiBold' !important;
    font-weight: 700;
    font-size: 20px;
    color: #1A1A2E;
    margin: 0 0 15px;
}

.marketing-product-description {
}

.marketing-product-description p {
    color: #1C1C1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    max-width: 390px;
}

.marketing-product-screenshot {
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #FFF2EB;
    text-align: center;
}
.marketing-product-item:last-child  .marketing-product-screenshot{
    background: #D6E2F5;
}

.marketing-product-screenshot img {
    width: auto;
    max-height: 232px;
    display: block;
    margin: 0 auto;
}


/*End Banner Featured Products / Marketing Automation Section */

/* Ready to Transform Section */
.ready-transform-hm-section{
    padding: 60px 0 40px;
}
.ready-transform-hm-section .common-title-section{
    max-width: 620px;
}

.experts-card-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: start;
    max-width: 1036px;
    margin: 0 auto;
}

.experts-card-bx{
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    min-height: 500px;
    display: flex;
    flex-flow: column;
}
.experts-card-bx-wrap{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.experts-card-bx:hover,
.experts-card-bx:focus {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 10;
    outline: none;
}

.experts-card-bx-bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
}
.experts-card-bx-bg-image-desktop {
    display: block;
}

.experts-card-bx-bg-image-mobile {
    display: none;
}
.experts-card-bx-header{
    padding: 33px 22px 24px;
    z-index: 1;
}

.experts-card-bx-logo {
    margin-bottom: 15px;
}

.experts-card-bx-logo img {
    max-height: 40px;
    width: auto;
    display: block;
}

.experts-card-bx-title{
    color: #000;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    margin: 0 0 14px;
}

.experts-card-bx-header p {
    color: #1C1C1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.809px;
    margin: 0;
}

.experts-card-bx-footer{
    position: relative;
    margin-top: auto;
    margin-bottom: 50px;
    margin-left: 22px;
}

.experts-card-bx-know-more{
    color: #005E7C;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.809px;
    position: relative;
    padding-top: 40px;
}
.experts-card-bx-know-more::before{
    content: '';
    background: url(../images/home-images/play-button-icon.svg) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

/* End Ready to Transform Section */

/* Success Stories Section Styles */
.success-stories-tab-slider-section {
    padding: 40px 0 60px;
}
.success-stories-tab-slider-section > .container{
    max-width: 1016px;
}

.success-stories-tab-slider-tabs {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

.success-stories-tab-slider-tab {
    background: transparent;
    border: none;
    border-bottom: 1px solid #D3D3D3;
    padding: 20px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #1C1C1C;
    text-align: center;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    flex: 1;
}

.success-stories-tab-slider-tab:hover {
    font-family: 'OpenSans-Bold' !important;
    font-weight:700;
    color: #007F9A;
}

.success-stories-tab-slider-tab.active {
    font-family: 'OpenSans-Bold' !important;
    font-weight:700;
    color: #007F9A;
    border-bottom: 2px solid #007F9A;
}

.success-stories-tab-slider-content {
    position: relative;
}

.success-stories-tab-slider-tab-content {
    display: none;
}

.success-stories-tab-slider-tab-content.active {
    display: block;
}

.success-stories-tab-slider-slider-wrapper {
    position: relative;
    padding-bottom: 60px;
}

.success-stories-tab-slider-slider {
    position: relative;
}

.success-stories-tab-slider-slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.success-stories-tab-slider-slide {
    display: flex !important;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.success-stories-tab-slider-slide.active {
    display: flex;
}

.success-stories-tab-slider-single {
    display: flex;
    gap: 20px;
}

.success-stories-tab-slider-left {
    flex: 1;
    border-radius: 12px;
    background: #EEECE1;
    padding: 0;
    flex-basis: 50%;
    overflow: hidden;
    height: 305px;
}

.success-stories-tab-slider-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.success-stories-tab-slider-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    max-height: 305px;
    min-height: 305px;
    object-fit: cover;
    display: block;
}

.success-stories-tab-slider-right {
    flex: 1;    
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    border: 4.5px solid #F6F6F6;
    background: linear-gradient(245deg, #FAFAFA 0%, #FCFCFC 99.31%);
    padding: 32px;
}

.success-stories-tab-slider-category {
    font-family: 'Open-Sans-SemiBold' !important;
    font-weight: 600;
    font-size: 14px;
    color: #1C1C1C;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

.success-stories-tab-slider-title {
    color: #1C1C1C;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    margin: 0 0 15px;
}
.success-stories-tab-slider-results{
    margin: 0 0 15px;
}
.success-stories-tab-slider-results ul li,
.success-stories-tab-slider-results p{
    color: #363636;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    margin-bottom: 10px;
}
.success-stories-tab-slider-results ul li strong,
.success-stories-tab-slider-results p strong{
    font-weight: 600;
}
.success-stories-tab-slider-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.success-stories-tab-slider-results li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.success-stories-tab-slider-results li:before {
    content: '';
    background: url(../images/tick-icon-img.svg) no-repeat top left;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14.63px;
    height: 14.63px;
}

.success-stories-tab-slider-download {
    margin-top: auto;
}
.success-stories-tab-slider-navigation {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
}

.success-stories-tab-slider-prev,
.success-stories-tab-slider-next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    filter: drop-shadow(0 2.645px 42.317px rgba(0, 0, 0, 0.2));
}
.success-stories-tab-slider-next svg{
    transform: rotate(180deg);
    filter: drop-shadow(0 2.645px 42.317px rgba(0, 0, 0, 0.3));
}
.success-stories-tab-slider-navigation .slick-disabled svg {
  filter: grayscale(0.8) brightness(0.9) drop-shadow(0 2.645px 42.317px rgba(0, 0, 0, 0.3));
  cursor: default;
}
.success-stories-tab-slider-prev:hover,
.success-stories-tab-slider-next:hover {
    fill: #FFF;
    filter: drop-shadow(0 2.645px 42.317px rgba(0, 0, 0, 0.3));
}

.success-stories-tab-slider-prev svg,
.success-stories-tab-slider-next svg {
    display: block;
    filter: drop-shadow(0 2.645px 42.317px rgba(0, 0, 0, 0.3));
}

.success-stories-tab-slider-pagination {
    color: #909090;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* End Success Stories Section Styles */


/* Customers Speak / Testimonials Section Styles */
.customers-testimonial-speak-section{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.customers-testimonial-speak-section::before{
    content: '';
    background: url(../images/home-images/speak-bg-color.svg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    fill: rgba(168, 203, 221, 0.56);
    filter: blur(300px);
}
.customers-testimonial-slider-wrapper {
    position: relative;
    width: 100%;
}

.customers-testimonial-split-container {
    display: flex;
    gap: 20px;
    width: 100%;
    /*overflow: hidden;*/
}

.customers-testimonial-left-slider {
    width: 40%;
    flex: 0 0 40%;
    border-radius: 14px;
    padding: 20px;
    fill: linear-gradient(178deg, rgba(203, 203, 203, 0.13) 1.77%, rgba(227, 238, 244, 0.00) 83.3%);
    backdrop-filter: blur(50px);
}
.customers-testimonial-left-slider .slick-list{
    height: 100% !important;
    border-radius: 14px;
}
.customers-testimonial-right-slider {
    width: 60%;
    flex: 0 0 60%;
}

.customers-testimonial-right-slider .slick-slide {
    pointer-events: none;
    cursor: default;
}

.customers-testimonial-right-slider .slick-list {
    cursor: default;
}

.customers-testimonial-navigation {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
    /*z-index: 10;*/
    padding-left: 30px;
}

.customers-testimonial-pagination {
    color: #909090;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.customers-testimonial-item {
    padding: 0 15px;
}
.customers-testimonial-left-slider .customers-testimonial-item {
    padding: 0;
}

.customers-testimonial-content {
    background-color: transparent;
    border: none;
    border-radius: 12px;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}
.customers-testimonial-right-slider .customers-testimonial-content{
    padding: 65px 15px 15px;
    min-height: 340px;
}
.customers-testimonial-active{
    /*width: 450px !important;*/
}
.customers-testimonial-left-slider .customers-testimonial-content-bx{
    /*fill: linear-gradient(178deg, rgba(203, 203, 203, 0.13) 1.77%, rgba(227, 238, 244, 0.00) 83.3%);
    backdrop-filter: blur(17px);
    border-radius: 14px;*/
    padding: 40px;
    background: #fff;
    height: 100%;
}
.customers-testimonial-left-slider .customers-testimonial-content {
    /*border-radius: 14px;
    background: #F9F9F9;*/
    /*transform: scale(1.05);*/
}
.customers-testimonial-left-slider .customers-testimonial-list{
    height: 100%;
}
.customers-testimonial-list.slick-slider{
    /*height: 100%;*/
}
.customers-testimonial-quote p{
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    transition: font-size 0.3s ease, line-height 0.3s ease;
}

.customers-testimonial-left-slider .customers-testimonial-quote p{
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 14px;
    letter-spacing: -0.56px;
    font-weight: 600;
}
.customers-testimonial-left-slider .slick-track {
  height: 100%;
}
.customers-testimonial-quote {
  margin-bottom: 28px;
}
.customers-testimonial-logo {
    margin: auto 0 10px;
}

.customers-testimonial-logo img {
    max-width: 130px;
    max-height: 65px;
    display: block;
    transition: max-width 0.3s ease;
}
.customers-testimonial-left-slider .customers-testimonial-logo img {
    /*max-width: 67px;*/
}
.customers-testimonial-name {
    color: #1C1C1C;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 11.564px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.463px;
    transition: font-size 0.3s ease;
    display: none;
}

.customers-testimonial-left-slider .customers-testimonial-name {
    font-size: 14px;
    letter-spacing: -0.56px;
}

.customers-testimonial-designation {
    color: #1C1C1C;
    font-size: 11.564px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.463px;
    transition: font-size 0.3s ease;
}

.customers-testimonial-left-slider .customers-testimonial-designation {    
    font-size: 14px;
    letter-spacing: -0.56px;
}

.customers-testimonial-prev,
.customers-testimonial-next {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    transition: opacity 0.3s ease;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.customers-testimonial-prev svg,
.customers-testimonial-next svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #FFF;
    filter: drop-shadow(0 2.645px 42.317px rgba(0, 0, 0, 0.2));
}

.customers-testimonial-next svg {
    transform: rotate(180deg);
}

.customers-testimonial-prev.slick-disabled,
.customers-testimonial-next.slick-disabled {
    opacity: 0.5;
    cursor: default;
}

.customers-testimonial-prev:hover,
.customers-testimonial-next:hover {
    /*opacity: 0.7;*/
}

.customers-testimonial-prev svg,
.customers-testimonial-next svg {
    display: block;
}

/*End Customers Speak / Testimonials Section Styles */


/* Latest Insights Section */
.latest-insights-section {
    padding: 60px 0;
    background-color: #EBF1FA;
}
.latest-insights-section .container{
    max-width: 1016px;
}
.latest-insights-wrapper {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.latest-insights-left {
    flex: 0 0 345px;
}

.banner-insights-title {
    color: #222;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 51.7px; /* 129.25% */
    letter-spacing: -1.6px;
    margin: 0 0 50px;
}

.latest-insights-right {
    flex: 1;
    display: flex;
    gap: 20px;
}

.latest-insight-item {
    flex: 1;
    display: flex;
    flex-flow: column;
}

.latest-insight-image {
    margin-bottom: 35px;
    border-radius: 12px;
    overflow: hidden;
}

.latest-insight-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.latest-insight-image, .latest-insight-image img {
    min-height: 165px;
}
.latest-insight-image:hover img {
    transform: scale(1.05);
}

.latest-insight-content {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.latest-insight-card-title {
    color: #000;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    margin: 0 0 20px;
}

.latest-insight-card-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-insight-card-title a:hover {
    color: #005E7C;
}

.latest-insight-card-meta {
    color: #000;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    margin: auto 0 0;
}

/* End Latest Insights Section */


/* Bottom Request for Demo Section */
.bottom-request-demo-section {
    padding: 60px 0;
}

.bottom-request-demo-section .container {
    max-width: 1016px;
}

.bottom-request-demo-content {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 12px;
    background: linear-gradient(90deg, #EDECE0 0%, #EBF1FA 100%);
    padding: 13px 13px 13px 73px;
    position: relative;
    overflow: hidden;
    min-height: 265px;
}

.bottom-request-demo-left {
    z-index: 1;
  max-width: 535px;
}

.bottom-request-demo-title {
    color: #1C1C1C;
    font-family: "Open Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.08px;
    margin: 0 0 28px;
}

.bottom-request-demo-right {
    /*flex: 0 0 40%;*/
}

.bottom-request-demo-img {
    width: auto;
    height: 239px;
    display: block;
    border-radius: 6px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

/* End Bottom Request for Demo Section */


/* Awards Section */
.awards-section {
    padding: 50px 0 0;
}

.awards-section .container {
}


.awards-grid {
    /*display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    align-items: stretch;*/
    margin-top: 50px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 80px;
}
.award-global-slider .slick-track {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
.award-global-slider .award-card {
    position: relative;
    padding:15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 134px;
    cursor: default;
    overflow: hidden;
    transition: all 0.3s ease;

        border-radius: 6px;
    background: #F0F0F0;
}

.award-global-slider .award-card:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.award-card-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.award-card-image img {
    max-width: 118px;
    max-height: 100px;
    width: inherit;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.award-card-placeholder {
    min-height: 80px;
}

.award-card-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, #003852 0%, #005d85 100%);
    padding: 12px;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease;
    z-index: 2;
    max-height: 134px;
    height: 100%;
    overflow-y: auto;
    display: flex;
  flex-flow: column;
  justify-content: center;
}
.award-card-description span{
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.award-card:hover .award-card-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
   -webkit-transform: translateY(0);
}

.award-card-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    color: #000;
    transition: all 0.3s ease;
    
}

.award-card:hover .award-card-icon {
    color: #EC6608;
    transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
}

.award-card-icon svg {
    width: 100%;
    height: 100%;
}

/*End Awards Section */

/*--Flytxt AI--*/

/*--Statistics Section Styles--*/
.statistics-section {
  padding: 0px 0 60px;
  background-color: #fff;
  margin-top: -50px;
}

.statistics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1030px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.stat-item {
  text-align: center;
  border-radius: 12px;
  border: 1px solid #CCE0EB;
  background: linear-gradient(180deg, #EBF1FA 32.37%, rgba(242, 242, 242, 0.30) 100%);
  box-shadow: 0 -66px 84px 0 rgba(140, 140, 140, 0.08);
  padding: 15px;
  min-height: 190px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.stat-number {
  color: #FF7F39;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 66.825px; /* 111.375% */
  letter-spacing: -4.22px;
  margin-bottom: 20px;
}

.stat-label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.215px;
    font-family: 'Open-Sans-SemiBold' !important;
}


/* Robust & Powerful Section Styles */
.robust-powerful-section {
  padding: 30px 0;
}
.robust-powerful-section .common-title-section{
    max-width: 655px;
}

.robust-powerful-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 895px;
  margin: 0 auto;
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}
:root {
  --d: 2500ms;
  --angle: 90deg;
  --c1: rgba(255, 127, 57, 1);
  --c2: rgba(255, 127, 57, 0.3);
}
.robust-powerful-card {
  position: relative;
  padding: 21px 24px;
  overflow: hidden;
  border-radius: 12px;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.robust-powerful-card.flip-card.active::before,
.robust-powerful-card:hover::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px; /* border thickness */
    background: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn);
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; 
    mask-composite: exclude;
    animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}
.robust-powerful-icon-wrap{
  border-radius: 6px;
  background: #EBF1FA;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.robust-powerful-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.robust-powerful-card-title {
  color: #000;
  font-family: 'Open-Sans-SemiBold' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.76px;
  margin: 15px 0 2px;
}
.robust-powerful-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-basis: 100%;
  width: 100%;
  color: #1C1C1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.809px;
  margin: 0;
}
.robust-powerful-card-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flip-card-inner {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card.active .flip-card-inner,
.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
 /* height: 100%;*/
 backface-visibility: hidden;
}
.flip-card-front {
  /*z-index: 2;*/
  background: #FCFCFC;
}

.flip-card-back {
  transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
  /*z-index: 1;*/
  background: #FCFCFC;
}
.flip-card.active .flip-card-back,
.flip-card:hover .flip-card-back {
  position: unset;
   /*z-index: 2;*/
}
.flip-card-back-title-icon-wrap{
  display: flex;
  gap: 14px;
  align-items: center;
}
.flip-card-back-title-icon-wrap .robust-powerful-icon-wrap{
  flex-shrink: 0;
}
.flip-card-back-title-icon-wrap .robust-powerful-card-title{
  margin: 0;
  font-family: 'Open-Sans-SemiBold' !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.64px;
}
.robust-powerful-card-content .flip-card-back .robust-powerful-card-text{
  font-size: 16px;
  letter-spacing: normal;
  margin: 13px 0 0;
}
.robust-powerful-card.flip-card.active .flip-card-back .robust-powerful-card-text,
.robust-powerful-card:hover .flip-card-back .robust-powerful-card-text{
    display: block;
}
.img-2row {
  grid-row: span 2;
}
.unq-product-sec{
    padding: 60px 0;
}
.unq-product-sec > .container {
  max-width: 1130px;
}
.unq-product-wrap{
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 40px;
  align-items: center;
}
.unq-product-number-wrap{
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.unq-product-img-wrap img {
  width: 100%;
  height: auto;
}
.unq-product-img-wrap{
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0 34px 74px 0 rgba(92, 162, 188, 0.08);
    padding: 0 45px 45px 0;
}
.unq-product-number-block-tech{
    margin-bottom: 15px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0 34px 74px 0 rgba(92, 162, 188, 0.08);
    padding: 30px;
    position: relative;
}
.unq-product-number-block-tech:last-child{
    margin-bottom: 0;
}
.unq-product-number-block-tech::before{
    content: '';
    position: absolute;
    left: -41px;
    top: 0;
    bottom: 0;
    margin: auto 0;    
    background: url(../images/ai-images/number-strip-img.svg) no-repeat center left;
    height: 20px;
    width: 50px;
    z-index: -1;
}
.unq-product-number-block-tech span{
    color: #005E7C;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.unq-product-number-block-tech h4{
    color: #000;
    font-family: 'Open-Sans-SemiBold' !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.52px;
    text-transform: uppercase;
    margin: 8px 0 4px;
}
.unq-product-number-block-tech p{
    color: #1C1C1C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.809px;
    margin: 0;
}

.faq-accordion {
  max-width: 896px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

.faq-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  user-select: none;
}

.faq-question:hover .faq-icon svg {
  transform: scale(1.1);
}

.faq-item.active .faq-question:hover .faq-icon svg {
  transform: rotate(45deg) scale(1.1);
}

.faq-question-text {
  color: #000;
  font-family: 'Open-Sans-SemiBold' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #FF6B35;
}

.faq-icon svg {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon svg {
  transform: rotate(45deg);
  filter: invert(58%) sepia(48%) saturate(4453%) hue-rotate(338deg) brightness(102%) contrast(101%);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.25s ease,
    padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height, opacity;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 25px;
}

.faq-answer-content {
  max-width: 800px;
}

.faq-answer-content p {
  color: #1C1C1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}
.flip-card-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    color: #000;
    transition: all 0.3s ease;
    
}
.flip-card-icon svg {
    width: 100%;
    height: 100%;
}
.flip-card.active .flip-card-icon,
.flip-card:hover .flip-card-icon {
  /*display: none;*/
  bottom: -30px;
}

/*--Product Page--*/
.faq-section{
    position: relative;
    overflow: hidden;
}
.faq-section::after{
    background: url(../images/blue-vector-bg.svg) no-repeat center center;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-size: contain;
    z-index: -1;
    fill: rgba(168, 203, 221, 0.56);
    filter: blur(350px);
}
.inline-field-wrap .wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
    bottom: -40px;
}
.inline-field-wrap input[type="email"]{
    border: 0;
    border-radius: 4.5px;
    background: #FFF;
    padding: 15.75px 22.5px;
    margin-right: 5px;
}
.inline-field-wrap input[type="submit"]{
    cursor: pointer;
}
.bottom-request-demo-form-section .bottom-request-demo-title{
    max-width: 500px;
}
.bottom-request-demo-form-section .bottom-request-demo-left {
  max-width: 570px;
}
.bottom-request-demo-form-section .wpcf7 form .wpcf7-response-output{
    font-size: 12px;
} 
.inline-field-wrap input[type="email"]::-webkit-input-placeholder { color: #AFAFAF; }
.inline-field-wrap input[type="email"]:-ms-input-placeholder { color: #AFAFAF; }
.inline-field-wrap input[type="email"]::placeholder { color: #AFAFAF; }



/* Banner Video Styles */
.top-banner-video-sec{
    max-width: 914px;
    margin: -240px auto 0;
    padding: 40px 15px 50px;
}
.banner-video-wrapper {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.66) 100%);
    box-shadow: 0 24px 114px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(17px);
    padding: 15px;
}

.banner-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.banner-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 15px;
}
.video-banner-sec.hero-particle-banner{
    padding-top: 0px;
}
.banner-video-poster.show {
  opacity: 1;
}

.banner-video-poster .poster-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.banner-video-img-only .banner-video-image{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
/* Video Controls */
.video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.banner-video-wrapper:hover .video-controls {
  opacity: 1;
}

.video-play-pause-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease;
}

.video-play-pause-btn:hover {
  transform: scale(1.1);
}

.video-play-pause-btn svg {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* End Banner Video Styles */

/* Enterprise Marketplaces Section */
/* Platform Capabilities Section */
.enterprise-marketplaces-section {
  padding: 30px 0;
}
.enterprise-desktop {
  display: flex;
}

.enterprise-mobile {
  display: none;
}

.enterprise-content-wrapper {
  gap: 20px;
  align-items: flex-start;
  max-width: 1050px;
  margin: 0 auto;
  justify-content: space-between;
}

.enterprise-left {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.enterprise-left::after {
  content: '';
  border-right: 1px solid #E3E3E3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -40px;
}
.enterprise-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 30px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom:1px solid #E3E3E3;
  position: relative;
}
.enterprise-item:last-child{
  border-bottom: 0;
}

.enterprise-item:hover {
  /*transform: translateY(-2px);*/
}
.round-icon-tab .enterprise-item{
    padding: 13px 0;
}
.enterprise-item.active .curved-line{
  display: block;
}
.enterprise-key-points{
  /*max-width: 380px;*/
  margin-left: auto;
}
.enterprise-key-points.tick-list-style {
    padding-bottom: 40px;
}
.curved-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #FF5A00 0%, #FF5A00 45%, transparent 45%, transparent 55%, #FF5A00 55%, #FF5A00 100%);
  right: -41px;
  top: 0;
  z-index: 9;
  display: none;
}
.curved-line::after {
  content: '';
  position: absolute;
  left: -6px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #FF5A00;
  border-top: 2px solid #FF5A00;
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
}
.round-icon-tab .curved-line::after {
    left: -4.5px;
    width: 12px;
    height: 12px;
}
.round-icon-tab .curved-line{
    background: linear-gradient(to bottom, #FF5A00 0%, #FF5A00 41%, transparent 41%, transparent 60%, #FF5A00 60%, #FF5A00 100%);
}
.enterprise-item-icon {
  flex-shrink: 0;
  max-width: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enterprise-item-icon img {
  max-width: 91px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.enterprise-item-text {
  flex: 1;
}

.enterprise-item-title {
  color: #000;
  font-family: 'Open-Sans-SemiBold' !important;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  margin: 0;
}

.enterprise-item-content {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.809px;
  margin:8px 0 0;
}

.enterprise-right {
  flex: 0 0 47%;
  position: relative;
  /*min-height: 500px;*/
}

.enterprise-right-content {
  display: block;
  opacity: 0.3;
  transition: opacity 0.5s ease;
  min-height: 60vh;
  /* padding: 40px 0; */
  padding: 0;
}

.enterprise-right-content.active {
  display: block;
  opacity: 1;
  animation: fadeInRight 0.5s ease;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.enterprise-right-image {
    margin-bottom: 30px;
    overflow: hidden;
    /*border-radius: 10px;
    border: 6px solid rgba(251, 251, 251, 0.57);
    box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.05);*/
}

.enterprise-right-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 330px;
  object-fit: contain;
  object-position: left;
}

/* Mobile Accordion Styles */
.enterprise-accordion-item {
  border-top: 1px solid #E3E3E3;
  overflow: hidden;
  transition: all 0.3s ease;
}
.enterprise-accordion-item:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.enterprise-accordion-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  position: relative;
}

.enterprise-accordion-arrow {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.enterprise-accordion-item.active .enterprise-accordion-arrow {
  transform: rotate(-135deg);
}
.enterprise-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.enterprise-accordion-item.active .enterprise-accordion-content {
  max-height: 2000px;
  padding: 0 0 30px;
}

.enterprise-accordion-content .enterprise-right-image {
  margin: 0 auto;
  max-width: 450px;
}
/* End Enterprise Marketplaces Section */
.platform-capabilities-section {
  padding: 30px 0;
  background: #fff;
}
.platform-capabilities-section .container{
    max-width: 100%;
}

.capabilities-slider-wrapper {
  position: relative;
  padding: 0;
}

.capabilities-slider {
  overflow: visible !important;
}

.capability-card {
  border-radius: 10px;
  background: rgba(248, 248, 248, 0.55);
  backdrop-filter: blur(17px);
  padding: 30px 20px 15px;
  margin: 0 10px;
  min-height: 200px;
  display: flex !important;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  transform-origin: center;
  height: 240px !important;
  flex: 0 0 133px;
}

.capability-card.active,
.capability-card:hover {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.06);
  /*transform: scale(1.15) translateY(-5px);*/
  z-index: 10;
  flex-shrink: 0;
  max-height: 100%;
  flex: 0 0 300px;
}
.capabilities-slider .slick-track {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  /*width: 100% !important;*/
}
.capability-title {
  color: #000;
  font-family: 'Open-Sans-SemiBold' !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 0 0 20px;
  max-width: 155px;
}
.capability-card.active .capability-title,
.capability-card:hover .capability-title {
  color: #EC6608;
  font-size: 17px;
  letter-spacing: -0.68px;
  font-weight: 400;
  font-family: OpenSans !important;
}

.capability-content {
  color: #1C1C1C;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease 0.2s, max-height 0.3s ease;
}

.capability-card.active .capability-content,
.capability-card:hover .capability-content {
  max-height: 100%;
  overflow-y: auto;
  opacity: 1;
}

.capability-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}
.capability-card.active .capability-arrow,
.capability-card:hover .capability-arrow{
  display: none;
}
.capability-arrow svg {
  /*width: 24px;
  height: 24px;*/
  transition: transform 0.3s ease;
}

.capability-card:hover .capability-arrow svg {
  transform: translate(5px, -5px);
}

/*End Platform Capabilities Section */
/*--End Product Page--*/

/* Slick arrow buttons - general styling */
.slick-arrow-style .slick-prev,
.slick-arrow-style .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-arrow-style .slick-prev:hover,
.slick-arrow-style .slick-next:hover {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.slick-arrow-style .slick-prev:focus,
.slick-arrow-style .slick-next:focus {
  /*outline: 2px solid #007bff;
  outline-offset: 2px;*/
}

/* Hide default text */
.slick-arrow-style .slick-prev,
.slick-arrow-style .slick-next {
  font-size: 0;
  line-height: 0;
}

.slick-arrow-style .slick-prev:before,
.slick-arrow-style .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow-style .slick-prev:hover:before,
.slick-arrow-style .slick-next:hover:before {
  opacity: 1;
}

/* Position adjustments */
.slick-arrow-style .slick-prev {
  left: 0;
}

.slick-arrow-style .slick-next {
  right: 0;
}
.slick-arrow-style .slick-prev.slick-disabled,
.slick-arrow-style .slick-next.slick-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.slick-arrow-style .slick-prev,
.slick-arrow-style .slick-next {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-arrow-style .slick-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23EC6608"><path d="M15 18l-6-6 6-6"/></svg>');
}

.slick-arrow-style .slick-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23EC6608"><path d="M9 18l6-6-6-6"/></svg>');
}


/* Solution page css starts from here */
.solutions-top-banner.hero-particle-banner{
    min-height: 570px;
}

.solutions-top-banner .banner-heading-style {
  max-width: 672px;
  margin: 0 auto 17px;
}
.solutions-top-banner .banner-description{
  max-width: 873px;
  margin: 0 auto 33px;
}
.high-impact-section {
	padding: 80px 0 0px;
	background-color: transparent;
}
.high-impact-section .common-title-section,
.high-impact-section .tag-title{
    margin-bottom: 0;
}
.high-impact-header .sec-hd{
    margin-bottom: 30px;
}

.high-impact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 996px;
    margin: 0 auto;
}

.high-impact-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
}

/* Odd items (1st, 3rd, 5th) - Image left, Content right */
.high-impact-item:nth-child(odd) .high-impact-image {
	order: 1;
}

.high-impact-item:nth-child(odd) .high-impact-details {
	order: 2;
}

/* Even items (2nd, 4th, 6th) - Content left, Image right */
.high-impact-item:nth-child(even) .high-impact-image {
	order: 2;
}

.high-impact-item:nth-child(even) .high-impact-details {
	order: 1;
}

.high-impact-image {
	width: 100%;
    /*height: 100%;*/
	margin: 0 auto;
    border-radius: 12px;
    flex: 0 0 50%;
}

.high-impact-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.high-impact-details {
    /*height: 100%;*/
    border-radius: 12px;
    background: linear-gradient(232deg, #F2F2F2 0%, #FBFCFE 98.58%);
	padding: 40px;
    flex: 0 0 50%;
}

.high-impact-item-title {
    color: #EC6608;
    font-family: 'OpenSans-Bold' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px;
}

.high-impact-bullets {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
    list-style-type: disc;
    padding-left: 15px;
}

.high-impact-bullets li {
    color: #1C1C1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.809px;
}

.high-impact-bullets li:before {
	/*content: "•";
	position: absolute;
	left: 10px;
	color: #EC6608;
	font-size: 20px;
	font-weight: bold;*/
}



/* Success Stories More Link */
.success-stories-more-link {
	text-align: right;
}

.more-customer-stories-btn {
    font-family: 'OpenSans-Bold' !important;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #EC6608;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px 0;
    text-decoration: underline;
	transition: all 0.3s ease;
}

.more-customer-stories-btn svg {
	transition: transform 0.3s ease;
}

.more-customer-stories-btn:hover {
	gap: 13px;
}
.more-customer-stories-btn:hover svg {
	transform: translateX(2px);
}
.double-arrow-icon{
    display: inline-block;
    height: 16px;
}

/* End Success page css ends here */



.impact-card-animation {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 62.25rem;
  }
  .impact-card-animation .cards-wrapper {
    position: relative;
  }
  .impact-card-animation .card-block {
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   /* gap: 2.5rem;*/
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 25rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /*margin-bottom: 1.25rem;
    background-color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    will-change: transform, opacity;
    align-items: stretch;
  }
  .impact-card-animation .card-block.nopadding {
    padding: 0 0 0 3.625rem;
  }
  .impact-card-animation .card-block.dark {
    background-color: #29165e;
  }
  .impact-card-animation .card-block.dark .card-text h3 {
    color: #fff !important;
  }
  .impact-card-animation .card-block.dark .card-text .p2 {
    color: #fff;
  }
  .impact-card-animation .card-block:nth-child(2) .card-image {
    width: 100%;
    overflow: hidden;
    margin-top: auto;
    height: 30.0625rem;
  }
  @media (max-width: 1023px) {
    .impact-card-animation .card-block:nth-child(2) .card-image {
      height: auto;
    }
  }
  .impact-card-animation .card-block:nth-child(2) .card-image video {
    width: 67.5625rem;
    height: 67.5625rem;
    max-width: 67.5625rem;
  }
  .impact-card-animation .card-text {
    width: 100%;
    margin-bottom: 0;
    padding: 2.5rem 0;
    max-width: 25.1875rem;
  }
  .impact-card-animation .card-text h3 {
    font-weight: 400;
    font-size: 2.25rem;
    color: #000 !important;
    margin-bottom: 1.875rem;
  }
  .impact-card-animation .card-text .p2 {
    margin-bottom: 0;
  }
  .impact-card-animation .card-image {
    width: 100%;
    max-width: 22.875rem;
  }
  .impact-card-animation .card-image video {
    border-radius: 1.25rem;
  }
  .impact-card-animation .card-image video,
  .impact-card-animation .card-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .impact-card-animation .card-image-mobile {
    display: none;
  }
  .impact-card-animation .cards-wrapper {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .impact-card-animation .cards-wrapper .card-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(1) {
    z-index: 9;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(2) {
    z-index: 8;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(3) {
    z-index: 7;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(4) {
    z-index: 6;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(5) {
    z-index: 5;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(6) {
    z-index: 4;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(7) {
    z-index: 3;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(8) {
    z-index: 2;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(9) {
    z-index: 1;
  }
  .impact-card-animation .cards-wrapper .card-block:nth-last-child(10) {
    z-index: 0;
  }
  .impact-card-animation .pager-div {
    display: none;
  }


 .top-strip-wrap {
    position: fixed;
    top: 0;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.top-strip-inner {
  background: #0B1F3A;
  color: #E6EDF7;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.top-strip-text {
  font-weight: 500;
  letter-spacing: 0.2px;
}

.top-strip-cta {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  padding-left: 12px;
  white-space: nowrap;
}

.top-strip-cta:hover {
  text-decoration: underline;
}
.top-strip-wrap .container {
  padding: 0;
}