
    
    @media (min-width: 1292px) {
    .above-the-fold {
        min-height: 100vh;
        padding: 15rem 0 9rem;
    }
}

/* @media (min-width: 1098px) {
    .template-homepage .home-career {
        border-top: 115px solid #E4E6EA !important;
    } */

    .h4,
    h4 {
        font-size: 4rem;
        line-height: 5.2rem;
    }

    .above-the-fold .hero-content {
        color: #091D40 !important;
    }

    .above-the-fold .hero-content .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .hero-content-header h1 {
        font-size: 4.2rem;
        line-height: 4.3rem;
        margin-bottom: 2rem;
    }

    .hero-content-header .p-lg {
        font-size: 4.2rem;
        line-height: 5.6rem;
    }

    .hero-content-header p {
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 3.5rem;
        margin-bottom: 2rem;
        padding: 0;
    }

    .section-home-content .h4 {
        font-size: 4.5rem;
        line-height: 6rem;
        color: #091D40;
    }

    .section-home-content .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-home-03-back .card-header ul > li {
        font-size: 1.4rem;
    }

    .card-home-04 .card-content .stat {
        font-size: 4rem !important;
    }

    .card-home-01 {
        padding: 3rem 2rem 0.5rem;
    }

    .card-home-01 h6 {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }


.card-home-04 {
    border-radius: 10px !important;
    box-shadow: none;
    height: 18rem !important;
    background: #05142d !important;
}

.card-home-01 {
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 3rem 2.2rem 0.5rem;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus-within,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: #fff !important;
    color: #fff !important;
    background-color: transparent;
}

.home-career--no-bg .home-career-cta {
    color: #fff;
    text-align: center;
    padding-left: 5rem;
}

.card-home-02 .content {
    background-color: transparent !important;
}

sup {
    top: -1.5em;
}

.video-bg:before {
    opacity: 0.1 !important;
}

/* .video-bg,
.video-bg:before {
    background-color: #f6f7f7 !important;
} */

.above-the-fold .hero-content-header {
    text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .above-the-fold .hero-content {
        color: #ffffff !important;
    }

    .video-wrapper {
        position: absolute;
        top: 50%;
        left: -17%;
    }

    .above-the-fold .video-bg .poster img {
        filter: brightness(0.3);
    }

    .hero-content-header .p-lg {
        font-size: 2.1rem;
        font-weight: 500;
    }

    .above-the-fold .hero-content-header h1 {
        font-size: 3.6rem;
        line-height: 3.5rem;
        margin-bottom: 2rem;
    }

    .above-the-fold .css-animate .hero-content-header p {
        width: 70%;
    }
}

.display-flex {
    display: flex;
}

.above-the-fold .hero-content .justify-content-center {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
}

.hero-content-header .hero-content {
    color: #fff;
}

.home-header p {
    color: #404040;
}

.home-services {
    background-color: #05142D;
}

.card-home-03-back .card-header a {
    color: #000000 !important;
    font-weight: 500;
}

.card-home-03-back .card-header h6:after {
    content: "";
    background-color: #fd5f07;
    width: 4rem;
    height: .2rem;
    position: absolute;
    left: 0;
    bottom: -.9rem;
}

.home-why-persistent {
    background-color: #E4E6EA !important;
}

@media (max-width: 1439.98px) and (min-width: 1098px) {
    .card-home-05 .card-header {
        font-size: 1.6rem;
        line-height: 2.8rem;
        margin-bottom: 3.2rem;
        color: #000;
    }
}

.section-keypartner {
    background: #091D40;
    padding-top: 5rem;
    color: #fff !important;
}

.card-home-01 .h6 {
    font-size: 1.7rem;
    line-height: 2.6rem;
}

.card-home-01 p {
    color: #231E28;
}

@media only screen and (min-width: 320px) and (max-width: 812px) {
    .hero-content-header h1 {
        font-size: 4rem;
        line-height: 5.2rem;
        margin-bottom: 2rem;
    }

    .hero-content-header p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.5rem;
        margin-bottom: 2rem;
        padding: 0;
    }
}

.card-home-03-back {
    background-color: #FFDFCD !important;
}

.above-the-fold .video-bg .poster img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.above-the-fold img.lazyloaded:hover {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.above-the-fold .video-bg:before {
    z-index: 0;
}

.above-the-fold .hero-content {
    position: initial;
    z-index: inherit;
}

.section-scroll-jack .video-bg .poster img {
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.section-scroll-jack .video-bg .poster img:hover {
    transform: scale(1.1);
}

.section-scroll-jack .video-bg .poster {
    animation: poster 10s ease-out infinite;
}

@keyframes poster {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

no-js img.lazyload {
    display: none;
}

figure.wp-block-image img.lazyloading {
    min-width: 150px;
}

.lazyload,
.lazyloading {
    --smush-placeholder-width: 100px;
    --smush-placeholder-bg-max-width: 120px;
    --smush-placeholder-aspect-ratio: 1/1;
    width: var(--smush-image-width, var(--smush-placeholder-width)) !important;
    aspect-ratio: var(--smush-image-aspect-ratio, var(--smush-placeholder-aspect-ratio)) !important;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
/*blockquote text alignment*/
blockquote.wp-block-quote{
    text-align: left!important;
}
/*Offe and Solu desc color*/
.card-c05, .card-c04 {color:#4E4B54!important;}
.card-c04:hover{color: #ffffff!important;}
/*Our offerings title bold*/
.list-unstyled {
    font-weight: 700;
}
/*L3 subheadling color change*/
.text-mid{
    color: #76747A !important;
}
/*Menu space after logo start*/
.navbar .navbar-brand {
    margin-right: 1.6rem;
}


.theme-header .navbar-brand {
    background-size: 13.5rem;
    width: 13.5rem;
    height: 3.5rem;
}
@media (min-width: 1292px) {
    .theme-header a.nav-link {
 padding: 0px 0.6rem !important; 
    }
}
@media (min-width: 1200px) and (max-width: 1292px) {
    .desktop-nav a.nav-link {
   padding: 0 0.6rem !important;
    }
}

.no-click .sub-menu h2 a {
    cursor: default !important;
    pointer-events: none;
}
.nav-main .nav-item .dropdown-menu { 
	max-height: none;
}
/*end*/
/*OneTrust CSS Start*/
#onetrust-consent-sdk #onetrust-banner-sdk{
background:#231E28 !important;
opacity: 0.8;
backdrop-filter: blur(70px);
flex: none;
order: 2;
align-self: stretch;
flex-grow: 0;
}
/*OneTrust CSS End*/

.IN-widget {
    height: 1.5rem!important;}
.wpcf7-form-control.wpcf7-submit{
margin-top: 16px !important;}
.slider-t01 .card-slider figure:after {
    content: "";
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(35,30,40,.2)),to(rgba(35,30,40,.2)));
    background: -webkit-linear-gradient(bottom,rgba(35,30,40,.2),rgba(35,30,40,.2));
    background: -o-linear-gradient(bottom,rgba(35,30,40,.2),rgba(35,30,40,.2));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
}
.slider-3 .card-slider figure:after {
    content: "";
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(35,30,40,.2)),to(rgba(35,30,40,.2)));
    background: -webkit-linear-gradient(bottom,rgba(35,30,40,.2),rgba(35,30,40,.2));
    background: -o-linear-gradient(bottom,rgba(35,30,40,.2),rgba(35,30,40,.2));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}
.theme-header {
	-webkit-transition: background-color .1s ease .3s;
-o-transition: background-color .1s ease .3s;
transition: background-color .1s ease .3s;
}

.theme-header.sticky {
	-webkit-transition: background-color .1s ease;
-o-transition: background-color .1s ease;
transition: background-color .1s ease;
}
.template-t7-about .slider-6 .slick-slide a:hover img {filter:none;}

@media (max-width: 1439.98px) and (min-width: 1098px) {
.card-home-05 .card-header {
font-size: 1.6rem;
line-height: 3.5rem;
margin-bottom: 3.2rem;
}
}

.thank-you-for-contacting-us .hero-h18 .thumbnail-img img,
.template-t12-partners-landing.disclaimer .hero-h18 .thumbnail-img img{height:20rem; }
@media (min-width: 696px) {
	.thank-you-for-contacting-us .hero-h18 .thumbnail-img img,.template-t12-partners-landing.disclaimer .hero-h18 .thumbnail-img img {height:45rem; }
	.persistent-achieves-isg-star-of-excellence-award-2020 .hero-09-img img {
    height: 40rem;
}
}
@media (max-width: 696px) {
	.section-07 .btn-display--xs .btn.btn-secondary {color:#fff !important;}
	.page-company-overview-data .section-06 .section-06-content {max-width:75%;}
}


.section-twin+.section-twin+.section-home-content .slider-6:before {
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(1%,hsla(0,0%,100%,.99)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,#fff,hsla(0,0%,100%,.99) 1%,hsla(0,0%,100%,0));
    background: -o-linear-gradient(left,#fff 0,hsla(0,0%,100%,.99) 1%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,.99) 1%,hsla(0,0%,100%,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=1);
    left: 0;
}

.section-twin+.section-twin+.section-home-content .slider-6:after {
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(99%,hsla(0,0%,100%,.99)),to(#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.99) 99%,#fff);
    background: -o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.99) 99%,#fff 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.99) 99%,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
    right: 0;
}
/* ISG CTA about */
.btn-secondary.focus-white:focus {    background-color: transparent;
    border-color: #fff;
    color: #fff!important;}

/* Abhishek */
div#pum-18138{overflow:hidden !important;}

/* Hide Industry menu title */
.card-nav-title a.menu-item-type-custom{ display:none;
}
/* CS Slider animation fix for partners */
.slider-4 .card-slider figure{height:auto;overflow:hidden;}
/* News Insight Slider animation fix for partners */
.slider-5 .card-slider figure:not([class]){height:auto;overflow:hidden;}


/* Insights */
.filternav--dark h2{color:#fff;}
.filternav--dark h1{color:#fff;}
/* Reduce banner height of blogs */
@media (min-width: 696px){
.hero-09--dark img {
    height: 50rem;
	}}

/* Fix CS logo animation */
.slider-4 .card-slider figure:hover .logo-brand img{
	transform:scale(1) !important;
}
.slider-5 .card-slider figure:hover .logo-brand img{
	transform:scale(1) !important;
}

/* Event RHS form for mobile */
.hero-12-sidebar .form-global .custom-control-label .wpcf7-list-item-label:before, .form-global .custom-control .wpcf7-list-item-label:before{background-color: #fff;}
.hero-12-sidebar .custom-control-communication input:checked~.wpcf7-list-item-label:before, .custom-control-input:checked~.wpcf7-list-item-label:before{background-color:#FD5F07;}
.hero-12-sidebar .form-global .material input{color:#fff;}

/*line issue on mobile resolution*/
@media (max-width: 1291.98px){
.tab-panel-default .tab-pane:before {
    height: 0px!important;
}}

/*change color of slick slider active slider lines*/

.slider-4-control .slick-dots>li.slick-active:after {
    color: #FD5F07!important;
}
.slider-4-control .slick-dots>li:after {
    color: #ffffff!important;}
.slider-4-control .slick-dots>li.slick-active button:after, .slider-4-control .slick-dots>li button:hover:after {
    background-color: #FD5F07!important;
}

/*offering and solution n-th child alignment issue*/
@media (min-width: 1098px){
.section-c04 .row > [class*="col-"]:nth-child(3n + 1):nth-last-child(-n + 3), .section-c04 .row > [class*="col-"]:nth-child(3n + 1):nth-last-child(-n + 3) ~ [class*="col-"] {
    margin-bottom: 3rem!important;
    }}

/* Footer menu and social icon color change */

/*hidding label of contact form 7*/
.visually-hidden { 
        display: none;
}


/* Ecosystem desktop Menu css */
@media (min-width: 1098px){
.sub-menu-columns .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%!important;
    flex: 1 0 38.33333%;
    max-width: 78.33333%!important;
	}}
.sub-menu-columns ul.sub-menu li {
display: block;
float: left;
width: 200px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
float: right;
}
.sub-menu-columns .nav-dropdown-list{
	    padding-top: 18px;
}
.sub-menu-columns .sub {
	font-size:14px;
}
.sub-menu-columns .card-nav .nav-dropdown-list>li {
    font-weight: 500;
} 
.sub-menu-columns .text {
    display: block !important;
}

.card-nav h6 a:after {
    content: "\E909";
    font-family: Persistent;
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 1rem;
}
/* Ecosystem desktop Menu css */

/*Learn more about our Accelerators & Intellectual Properties menu change*/
.sub{
    font-size: 14px;
}
.display {
display: initial !important;
font-size: 1.5rem;
}

/* newhomepage */ 
.template-homepage-layout2 p.acceptance-checkbox {
    color: white!important;
}
/*New-quote-Slider-bg-img CSS*/
@media (min-width: 320px) and (max-width: 1097px)
{
.section-quote-full--dark:after {
    top: 1rem;
    width: 25rem;
}
}

@media (min-width: 1098px){
.section-quote-full--dark:after {
    width: 39rem;
    height: 37rem;
    top: 4.5rem;
    right: 3rem;
}
}

.post-single .wp-block-quote em {
    line-height: 4rem;
}

@media (min-width: 320px) and (max-width: 1097px){
	.post-single .wp-block-quote em {
    line-height: 3rem;
	}
}


.post-single .wp-block-quote p {
    line-height: 4rem!important;
    text-align: left;
}

@media (min-width: 320px) and (max-width: 1097px){
	.post-single .wp-block-quote p {
    line-height: 3rem;
		text-align: left;

	}
}



/* digital*/
.visually-hidden { 
        display: none;
}

.section-contact .note a {
        font-weight: 500;
        text-decoration-line: underline;
    }

/*digital outline focus change*/	 
.theme-header a.nav-link:focus {
outline: none !important;
outline-offset: 2px;}

.white-outline:focus{	 	 	 
 	outline: 2px solid #FFFFFF;
}	 	 	 
 	 	 	 
.black-outline:focus{	 	 	 
 	outline: 2px solid #000000;
}	 	 	 
 	 	 	 
.red-outline:focus{	 	 	 
 	outline: 2px solid red;
}	
/*web accessibility contact form error mesg validation*/

.wpcf7-not-valid-tip {	 	 	 
display: block!important;	 	 	 
 	color: #fd5f07;	 
}	
/*web accessibility footer industries and services*/


.footer-block .sub-menu{
	font-weight:normal;
}
.bazar-hd {
    margin-bottom: 15px;
}
.meinhd h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3em;
    color: var(--primary-color);
}
.bazar-hd h2 {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bazar-hd h2 em {
    font-style: normal;
    padding: 0px 30px 0px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.meinhd h2 span {
    color: #fd5f07;
    font-weight: 600;
}

.bazar-hd h2:after {
    content: '';
    background:#4d4d4d;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 16px;
    width: 90%;
    height: 3px;
}
.latest-hd {
    position: relative;
}

.card-1 {
    background: #fff;
    padding: 0px;
    border-radius: 8px;
    /* height: 100%; */
    /* display: flex; */
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: relative;
    margin-bottom: 20px;
}

.margin-tops{margin-top: 40px;}

.card-inner {
    height: 228px;
    position: relative;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    /* border-bottom: 1px solid #ccc; */
}
.insight-content2 {
    padding: 10px 15px;
}
.card-inner img {
    position: absolute;
    max-width: 100%;
    height: 100%;
    max-height: 228px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px !important;
    margin: auto;
    border-radius: 10px 10px 0 0;
}
.insight-content2 {
    padding: 10px 15px;
}

.insightdate {
    font-weight: 600;
    color:#fd5f07;
}
.insightdate i{margin-right: 5px;}

.insight-content2 h4 {
    font-size: 18px;
    margin: 5px 0px;
    font-weight: 600;
    line-height: 1.3;
    color: rgb(0, 0, 0);
    min-height: 52px;
}

.insight-content2 h4 a {
    color: #000;
}

.insight-content2 p {
    line-height:22px;
    font-size: 16px;
}

.your-paragraph {
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.insight-more {
    color:#fd5f07;
    font-weight: 600;
}

/*web accessibility service and ips accellerite menu*/
@media (min-width: 1098px){
.sub-menu .h6 {
    font-weight: 700!important;
	}}

.dropdown-menu-mega h2:after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 1rem;
}

.card-nav h3 a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 1rem;
}

/*web accessibility popup close btn*/
button.pum-close.popmake-close:focus {
    outline: 2px solid #000000;
}

/*global css for breadcrumb issue*/
@media (min-width: 696px){
.hero-11 .breadcrumb--dark p {
    padding-right: 0rem;
	}}

/* Form Label Font Color*/
.popmake-content .form-global .material input:placeholder-shown+label {
    color: #342e39 !important;
}


/* CS RHS*/
@media (min-width: 696px){
.client-post-content {
    padding: 3.5rem 0;
	}}

    

/*WPML CSS start*/

/*WPML menu css*/
.nav-dark .theme-header select.lang-col {
    color: #000;
}
.nav-dark .theme-header option.lang-clr {
    color: #000;
}

/* footer copyright menu css FR and DE*/

.lang-fr .theme-footer .navbar-brand {
    max-width: 13.1rem;
}
.lang-fr .theme-footer .footer-copyright ul li a {
    font-size: 1.04rem !important;
}
.lang-fr .theme-footer .footer-copyright nav ul li
{
 margin-left: 0.5rem !important;
 padding-left: 0.5rem !important;
}
.lang-fr .theme-footer .footer-copyright p {
font-size: 1.04rem !important;
 margin-left: 0.5rem !important;
 padding-left: 0.5rem !important;
}

.lang-de .theme-footer .footer-copyright ul li a {
    font-size: 1.2rem !important;
}
.lang-de .theme-footer .footer-copyright nav ul li
{
 margin-left: 0.5rem !important;
 padding-left: 0.5rem !important;
}
.lang-de .theme-footer .footer-copyright p {
 font-size: 1.2rem !important;
 margin-left: 0.5rem !important;
 padding-left: 0.5rem !important;
}



@media (min-width: 1098px){
.lang-fr .theme-footer .footer-copyright .ml-md-10, .mx-md-10 {
    margin-left: 1.3rem!important;
}
.lang-de .theme-footer .footer-copyright .ml-md-10, .mx-md-10 {
    margin-left: 4.4rem!important;
}
}
/* footer copyright section css*/
@media (min-width: 1098px) and (max-width: 1247px){
.theme-footer .social ul li a {
    font-size: 2rem;
   }
.theme-footer .social ul li {
   margin-right: .6rem;
}
}
@media (min-width: 1248px) {
.theme-footer .social ul li {
   margin-right: .6rem;
}
}
/*header menu css for EN , FR and DE*/
.lang-en .btn-cta-contact {
   padding: 0 1.5rem !important;
}
.lang-en a.btn.btn-search {
   margin-right: 1.4rem;
}
.btn-search:after {                   font-size: 2rem;
}
@media (min-width: 1200px) {
    .lang-selection {
        margin-left: 0.5rem;
    }
}

.lang-fr .btn-cta-contact {
    padding: 0 1.5rem !important;
}
.lang-fr a.btn.btn-search {
    margin-right: 1.4rem;
}
.lang-de .btn-cta-contact {
  padding: 0 1.5rem !important;
}
.lang-de a.btn.btn-search {
    margin-right: 1.4rem;
}
.lang-de .theme-header .navbar {
   font-size: 1.3rem;
}
.lang-de .theme-header .navbar-brand {
     width: 13.5rem;
}
@media (min-width: 1200px) and (max-width: 1240px){
.lang-fr .theme-header .navbar {
   font-size: 1.4rem;
}

.lang-de .theme-header .navbar {
   font-size: 1.3rem;
}
}


/*lang menu drop down css*/
select#inputState {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 padding: 0 .6rem;
}
.select {
    display: inline-block;
    width: 4.2rem;
}
.mobile-nav .select:after {
     top: 0.7rem;
  }
.select:after {

    position: absolute;
    top: 0.5rem;
    pointer-events: none;
    margin-left: 3.6rem;
    vertical-align: middle;
    font-size: 1rem;
    content: "\E905";
    border: none;
    font-family: Persistent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
}
.nav-dark .theme-header .select:after {
    color: #000 !important;
}
.lang-de.home .card-home-03-front .link-with-arrow--secondary .arrow,
.lang-fr.home .card-home-03-front .link-with-arrow--secondary .arrow{
  display: none;
}
/* reCAPTCHA v3 to the left */ 
.grecaptcha-badge { 
width: 70px !important; 
overflow: hidden !important; 
transition: all 0.5s ease !important; 
left: 2px !important; 
} 
.grecaptcha-badge:hover { 
width: 256px !important; 
} 
/*New Client Logo */
.section-quote-full--dark .card-quote-full .card-quote-full-logo {
    margin-bottom: 2.5rem !important;
}
/* Why Persistent */
.section-l06--teal {background-color: #FE9F6A !important;
}
/* Subsection Menu */
@media (min-width: 1098px){#subsection-navigation-module{padding-bottom: 4rem;}}
/*autofill color WP forms*/
.post-single--light .sidebar-gated .form-global--dark input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px #342e39 inset!important;
    border-bottom: 1px solid #091D40 !important;
    box-shadow: inset 0 0 0 1000px #f2f2f2!important;
}
/* contact form autofill CSS */
.section-contact.section-twin-dark .material input:-webkit-autofill{
box-shadow: inset 0 0 0 1000px #091D40!important;
}
/* Whitepaper CSS */
@media (min-width: 312px) and (max-width: 1097.98px) {.wp-leadspace .award-animated {height: 24rem !important;}.wp-leadspace.above-the-fold {min-height: 57vh !important;}}
@media (min-width: 1098px) {.wp-leadspace .award-animated {height: 26rem !important;}}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{                   
	background-color: #000 !important;
}
@media (min-width: 320px) and (max-width: 812px) {
.slick-wrap-03 {
    overflow: hidden;
    padding: 2rem 0;
	}}
/* CSS For Clients Slider */
/* CSS For zindex on homepage bottom to top buttom scroll */

@media (min-width: 1292px) {
    .section-scroll-jack .hero-content {
        z-index: 1;
    }
}
/* CSS For zindex on homepage bottom to top buttom scroll */

/* CSS for Download the Whitepaper webinar-registration forms */
.post-single--dark .form-global.form-global--dark.webinar-registration p.acceptance-checkbox {
    color: #fff !important;
}
.section-scroll-jack .hero-content-header {
    margin-bottom: 6rem!important;
}
@media (min-width: 1292px) {
    .section-scroll-jack .hero-content {
        padding: 5.1rem 0;
    }
}
.text-orange-tint{
color:#FD7F39!important;
}
/* Qoute Module */
.section-quote-full--dark {
    background-color: #404040;
}
.section-quote-full--dark .card-quote-full .h5 {
    color: #fff;
    font-weight: 400 !important;
}
@media (min-width: 1098px) {
    .section-quote-full--dark .h5{
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}
/*btn issue for new leadspace */

@media (min-width: 320px) and (max-width: 844px)
{.new-leadspace.hero-in01 .btn-xl {
font-size: 0.775rem;
padding: .7rem 1.6rem .5rem;}}

/* WCAG Fixes */
.newcs-slider .card-body .pt-4 a:focus {
outline: 1px solid #404040 !important;
outline-offset: 2px !important;
}
.slider-6 .slick-slide:focus {
outline: 2px solid #404040!important;
outline-offset: 2px!important;
}
.btn:focus, a:focus, button:focus {
outline: 0px solid #404040!important;
outline-offset: 0px!important;
}
input:focus-visible {
  outline: 2px solid #404040!important; 
  outline-offset: 2px!important;
}
/* DE menu */
@media (min-width: 1292px) {
  .lang-de .theme-header a.nav-link {
 padding: 0px 0.3rem !important;
    }
}
@media (min-width: 1200px) and (max-width: 1292px) {
    .lang-de .desktop-nav a.nav-link {
   padding: 0 0.3rem !important;
    }
}
/* FR menu */
@media (min-width: 1292px) {
  .lang-fr .theme-header a.nav-link {
 padding: 0px 0.6rem !important;
    }
}
@media (min-width: 1200px) and (max-width: 1292px) {
    .lang-fr .desktop-nav a.nav-link {
   padding: 0 0.6rem !important;
    }
}
.no-click .card-nav .nav-dropdown-list>li {
    font-weight: normal;
}


        /* @media (min-width: 1098px) {
            .template-homepage .home-career {
                border-top: 115px solid #E4E6EA !important;
            }
        } */

        .card-home-04 {
            border-radius: 10px !important;
            box-shadow: none;
        }

        .card-home-01 {
            border-radius: 10px !important;
            box-shadow: none !important;
        }

        @media (min-width: 1098px) {

            .h4,
            h4 {
                font-size: 4rem;
                line-height: 5.2rem;
            }
        }

        .card-home-04 {
            height: 18rem !important;
        }

        .btn-secondary:active,
        .btn-secondary:focus,
        .btn-secondary:focus-within,
        .btn-secondary:not(:disabled):not(.disabled).active,
        .btn-secondary:not(:disabled):not(.disabled):active {
            border-color: #fff !important;
            color: #fff !important;
        }

        .home-career--no-bg .home-career-cta {
            color: #fff;
            text-align: center;
            padding-left: 5rem;
        }

        .card-home-02 .content {
            background-color: transparent !important;
        }

        sup {
            top: -1.5em;
        }

        .video-bg:before {
            opacity: 0.1 !important;
        }

        .card-home-04 {
            height: 18rem !important;
        }

        @media (min-width: 1098px) {
            .above-the-fold .hero-content {
                color: #091D40 !important;
            }

            .above-the-fold .hero-content .col-md-9 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 55%;
                flex: 0 0 55%;
                max-width: 55%;
            }

            .hero-content-header h1 {
                font-size: 4.2rem;
                line-height: 4.3rem;
                margin-bottom: 2rem;
            }

            .hero-content-header .p-lg {
                font-size: 4.2rem;
                line-height: 5.6rem;
            }

            .hero-content-header p {
                font-size: 2.2rem;
                font-weight: 500;
                line-height: 3.5rem;
                margin-bottom: 2rem;
                padding: 0 0rem;
            }
        }

        .above-the-fold .hero-content-header {
            text-align: left;
        }

        @media only screen and (min-width: 320px) and (max-width: 1024px) {
            .above-the-fold .hero-content {
                color: #ffffff !important;
            }

            .video-wrapper {
                position: absolute;
                top: 50%;
                left: -17%;
            }

            .above-the-fold .video-bg .poster img {
                filter: brightness(0.3);
            }

            .hero-content-header .p-lg {
                font-size: 2.1rem;
                font-weight: 500;
            }

            .above-the-fold .hero-content-header h1 {
                font-size: 3.6rem;
                line-height: 3.5rem;
                margin-bottom: 2rem;
            }

            .above-the-fold .css-animate .hero-content-header p {
                width: 70%;
            }
        }

        .display-flex {
            display: flex;
        }

        .above-the-fold .hero-content .justify-content-center {
            -webkit-box-pack: left !important;
            -ms-flex-pack: left !important;
            justify-content: left !important;
        }

        .hero-content-header .hero-content {
            color: #fff;
        }

        .home-header p {
            color: #404040;
        }

        .home-services {
            background-color: #05142D;
        }

        .card-home-03-back .card-header a {
            color: #000000 !important;
            font-weight: 500;
        }

        .card-home-03-back .card-header h6:after {
            content: "";
            background-color: #fd5f07;
            width: 4rem;
            height: .2rem;
            position: absolute;
            left: 0;
            bottom: -.9rem;
        }

        .home-why-persistent {
            background-color: #E4E6EA !important;
        }

        .card-home-04 {
            background: #05142d;
        }

        @media (min-width: 1098px) {
            .section-home-content .h4 {
                font-size: 4.5rem;
                line-height: 6rem;
                color: #091D40;
            }
        }

        @media (max-width: 1439.98px) and (min-width: 1098px) {
            .card-home-05 .card-header {
                font-size: 1.6rem;
                line-height: 2.8rem;
                margin-bottom: 3.2rem;
                color: #000;
            }
        }

        .section-keypartner {
            background: #091D40;
            padding-top: 5rem;
            color: #fff !important;
        }

        .card-home-01 {
            padding: 3rem 2.2rem 0.5rem;
        }

        .card-home-04 {
            background: #05142d !important;
        }

        @media (min-width: 1292px) {
            .card-home-03-back .card-header ul>li {
                font-size: 1.4rem;
            }
        }

        @media (min-width: 1292px) {
            .card-home-04 .card-content .stat {
                font-size: 4rem !important;
            }
        }

        .card-home-01 .h6 {
            font-size: 1.7rem;
            line-height: 2.6rem;
        }

        .video-bg:before {
            opacity: 0.3;
        }

        /* .video-bg,
        .video-bg:before {
            background-color: #f6f7f7 !important;
        } */

        @media only screen and (min-width: 1113px) {
            .card-home-01 {
                padding: 3rem 2rem 0.5rem;
            }
        }

        @media only screen and (min-width: 1113px) {
            .card-home-01 h6 {
                font-size: 1.6rem;
                line-height: 2.6rem;
            }
        }

        .card-home-01 p {
            color: #231E28;
        }

        .card-home-03-back .card-header a {
            color: #000000 !important;
            font-weight: 500;
        }

        @media only screen and (min-width: 320px) and (max-width: 812px) {
            .hero-content-header h1 {
                font-size: 4rem;
                line-height: 5.2rem;
                margin-bottom: 2rem;
            }

            .hero-content-header p {
                font-size: 1.5rem;
                font-weight: 500;
                line-height: 2.5rem;
                margin-bottom: 2rem;
                padding: 0 0rem;
            }
        }

        @media (min-width: 1098px) {
            .section-home-content .col-md-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

        .card-home-03-back {
            background-color: #FFDFCD !important;
        }

        .above-the-fold .video-bg .poster img {
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .above-the-fold img.lazyloaded:hover {
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

        .above-the-fold .video-bg:before {
            z-index: 0;
        }

        .above-the-fold .hero-content {
            position: initial;
            z-index: inherit;
        }

        .section-scroll-jack .video-bg .poster img {
            transform: scale(1);
            transition: all .5s ease-in-out;
        }

        .section-scroll-jack .video-bg .poster img:hover {
            transform: scale(1.1);
        }

        .section-scroll-jack .video-bg .poster {
            animation: poster 10s ease-out infinite;
        }
        .gap-3{gap:20px;}

        @keyframes poster {
            0% {
                transform: scale(1, 1);
            }

            50% {
                transform: scale(1.1, 1.1);
            }

            100% {
                transform: scale(1, 1);
            }
        }


/* about us css start */
    .ch-html-bg-image img{transform: scale(1); transition: all 0.5s ease-in-out;}
    .ch-html-bg-image:hover img{transform: scale(1.2);}
    .dxh-band .arrow, .dxh-band .arrow .head, .dxh-band .arrow .head:after{border-color:#fff !important;}
    .customize-html .card-c04:hover .card-cta .arrow, .customize-html .card-c04:hover .card-cta .arrow .head, .customize-html .card-c04:hover .card-cta .arrow .head:after{border-color:#FD5F07 !important;}
    .customize-html .ch-html-bg-image img{ object-fit: cover;object-position: center;background-repeat: no-repeat; }
        
/* about us css End */

    .contect-section6 {background-image: url("../images/partners/contact-bg.png");background-size: cover;background-repeat: no-repeat;padding: 50px 0;margin-top: 50px;}
    .section-title1.two {flex-direction: column;}
    .section-title1 {display: flex;align-items: flex-start;justify-content: space-between;max-width: 1066px;width: 100%;gap:9px;margin-bottom:20px;}
    .section-title1 h2 {font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0px;}
    .section-title1 p {font-size:18px;line-height: 22px;font-weight: 400;}
    .contact-form h2 {font-size: 35px;line-height: 40px;}
    .px-2{padding: 0px 20px;}
    .contact-form {padding: 25px;}
    textarea.form-controls {height: 27.5rem;padding: 2rem;font-size: 1.6rem;line-height: 2rem;margin-bottom: 3rem;font-weight: 500;}
    img{max-width:100%;}
    .image-career img{border-radius: 14px;}
    .mb-2{margin-bottom: 20px !important;}
    .material textarea.form-control{height:130px;margin-bottom:10px;}

.card-home-03-front .card-icon{background: transparent !important;border: none;box-shadow: none;}
    /* =========================
           WHY CHOOSE US SECTION
        ========================= */

        .why-choose-section {
            width: 100%;
            min-height: 100vh;
            padding: 60px 36px;
            background:
                radial-gradient(
                    circle at 20% 80%,
                    rgba(0, 106, 190, 0.18),
                    transparent 28%
                ),
                linear-gradient(
                    110deg,
                    #00183d 0%,
                    #001b42 50%,
                    #001633 100%
                );
            overflow: hidden;
        }

        .why-container {
            max-width: 1450px;
            margin: 0 auto;

            display: grid;
            grid-template-columns: 350px 1fr;
            gap: 30px;
            align-items: stretch;
        }

        /* =========================
           LEFT CONTENT
        ========================= */

        .why-content {
            position: relative;
            padding: 35px 0 20px 0;
            min-height: 900px;
            overflow: hidden;
        }

        .small-title {
            display: flex;
            align-items: center;
            gap: 12px;

            color: #ff6b00;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;

            margin-bottom: 32px;
        }

        .small-title::before {
            content: "";
            width: 44px;
            height: 3px;
            background: #ff6b00;
            display: block;
        }

        .why-heading {
            font-size: 48px;
            line-height: 1.25;
            font-weight: 700;
            color: #ffffff;

            margin-bottom: 30px;
        }

        .blue-line {
            width: 52px;
            height: 3px;
            background: #08a8ff;
            margin-bottom: 35px;
        }

        .why-description {
            max-width: 325px;

            font-size: 19px;
            line-height: 1.95;
            font-weight: 400;
            color: #e5eaf2;
        }

        .why-description strong {
            color: #ff6900;
            font-weight: 700;
        }


        /* =========================
           DECORATIVE CIRCLE
        ========================= */

        .circle-decoration {
            position: absolute;
            width: 470px;
            height: 470px;

            left: -230px;
            bottom: -60px;

            border-radius: 50%;

            border: 1px solid rgba(0, 152, 255, 0.35);

            transform: rotate(-20deg);
        }

        .circle-decoration::before {
            content: "";
            position: absolute;

            width: 390px;
            height: 390px;

            left: 35px;
            top: 35px;

            border-radius: 50%;

            border: 2px solid rgba(0, 157, 255, 0.35);
        }

        .circle-decoration::after {
            content: "";
            position: absolute;

            width: 280px;
            height: 280px;

            left: 90px;
            top: 90px;

            border-radius: 50%;

            border: 2px solid rgba(255, 105, 0, 0.65);
        }

        .orange-circle {position: absolute;width: 210px;height: 210px;left: 115px;top: 115px;border-radius: 50%;border: 1px solid rgba(0, 150, 255, 0.25);}
        /* =========================
           CARDS AREA
        ========================= */

        .why-cards {display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(2, 1fr);gap: 14px 18px;}
        /* =========================
           CARD
        ========================= */

        .why-card {position: relative;min-height: 455px;padding: 28px 26px;border-radius: 14px;border: 1px solid rgba(71, 143, 207, 0.45);background:linear-gradient(145deg,rgba(5, 38, 79, 0.90),rgba(1, 27, 61, 0.95) );overflow: hidden;transition: all 0.3s ease; }
        .why-card:hover {transform: translateY(-5px);border-color: rgba(255, 105, 0, 0.65);box-shadow:0 15px 40px rgba(0, 0, 0, 0.25),inset 0 0 30px rgba(0, 100, 190, 0.08); }
        /* =========================
           ICON
        ========================= */

        .card-icon {width: 108px;height: 108px;margin: 0 auto 30px auto;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(39, 135, 211, 0.65);background:radial-gradient(circle,#0b3d72 0%,#062c58 55%,#021d43 100% ); box-shadow: inset 0 0 25px rgba(0, 130, 255, 0.12),0 0 15px rgba(0, 0, 0, 0.15);}
        .card-icon svg {width: 58px;height: 58px;fill: none;stroke: #ff6b00;stroke-width: 2;stroke-linecap: round;stroke-linejoin: round;}
        /* =========================
           CARD TITLE
        ========================= */

        .card-title {font-size: 25px;line-height: 1.4;font-weight: 700;color: #ffffff;min-height: 72px;margin-bottom: 15px;}
        .card-line {width: 54px;height: 3px;background: #ff6b00;margin-bottom: 22px;}
        .card-text {color: #e0e5ed;font-size: 17px;line-height: 2;font-weight: 400;}

        .about-section { position: relative; margin-top: 50px;}
        .large-container {
            max-width: 1500px;
            padding: 0px 40px;
            margin: 0 auto;
        }

        .insight-detcol {
            background: #fff4f4;
            padding: 20px 10px;
            margin-bottom: 40px;
            border-radius: 20px;
            position: relative;
        }

        .mydate {
            position: absolute;
            right: 40px;
            margin-top: -40px;
            background: #fff;
            color: #eb7a01;
            border-radius: 5px;
            padding: 2px 10px;
        }

        .insightdate {
            display: inline-block;
            padding: 0px 10px;
            border-radius: 5px;
            font-weight: 600;
            background: #eb7a01;
            color: #fff;
        }

        .blogdetimg {
            margin-bottom: 20px;
        }
      
        .blogdetimg img {
            max-height: 500px;
            width: 100%;
        }

        .detailhd {
            font-size: 22px !important;
            min-height: 1px !important;
            margin: 5px 0px 10px 0px !important;
            padding: 5px 10px 5px 15px;
            line-height: 1.3;
            color: #eb7a01 !important;
            background: #fff;
            display: block;
            border-radius: 0px 10px 10px 0px;
            border-left: 3px solid #eb7a01;
            font-weight: 600;
        }


        .sticky-tops {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
        }

        .sidebloglist {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            border-bottom: 1px dashed #ccc;
        }

        .blog-imgg {
            max-width: 150px;
            margin-right: 10px;
            border-radius: 10px;
        }
        .sidebloglist a {
            font-size: 12px;
        }

        .blog-imgg img {
            max-width: 150px;
            max-height: 88px;
            border-radius: 10px;
        }

        .sidebloglist .insightdate {
            font-size: 12px;
            padding: 2px 8px;
            margin: -5px 0px 0px 0px;
            line-height: 1.2;
        }

        .insightdate {display: inline-block;padding: 0px 10px;border-radius: 5px;font-weight: 600; background:#eb7a01;color: #fff;}
        .sidebloglist h4 {font-size: 14px;line-height: 15px;margin: 2px 0 0 0;}
        .sidebloglist a {font-size: 12px;}
        .insight-more { color: #eb7a01; font-weight: 600; }
        .insight-more i { font-size: 12px;} 
        .page-testimonials {padding: 70px 0 70px;}
        .testimonial-box-item {background: var(--white-color);box-shadow: 0px 4px 40px 0px #0000000F;border: 1px solid #0E384C1A;border-radius: 30px;height: calc(100% - 30px);margin-bottom: 30px;padding: 20px;} 
        .testimonial-box-item .testimonial-box-header { margin-bottom: 20px;}
        .testimonial-quote-img {margin-bottom: 10px;}
        .testimonial-quote-img img { max-width: 32px;}
        .testimonial-box-header .testimonial-rating i {font-size: 16px;color: #F5A200;margin-right: 5px;}
        .testimonial-box-header .testimonial-box-content p {margin: 0;}
        .testimonial-box-body {display: flex;align-items: center;}
        .testimonial-box-body .author-box-content {width: calc(100% - 66px);}
        .testimonial-box-body .author-box-content h3 {font-size:18px;font-weight: 600;text-transform: capitalize;line-height: 20px;margin-bottom: 0px;}
        .new-leadspace.hero-in01 .card{pointer-events:inherit !important;}
        .breadcrumb-item.active, .breadcrumb-item a { color: #fff;}
        .new-leadspace.hero-in01 .font-bold { font-weight: 600 !important;}
        @media (min-width: 1098px) {
        .new-leadspace.hero-in01 .h2 {
                font-size: 5.4rem;
                line-height: 7rem;
                font-weight: 600;
                margin-bottom: 1.8rem;
        }
        .new-leadspace.hero-in01 .col {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 70%;
        }
        .new-leadspace.hero-in01 {
        min-height: 75vh;
        background-color: #091D40;
        }
        .new-leadspace.hero-in01 .h6{
        font-size: 2rem;
        line-height: 3.4rem;
            }
        .new-leadspace.hero-in01 .font-weight-bold {
            font-weight: 400 !important;
        }}

        .btn-white{background-color: #FFFFFD;border-width: 2px;border-color: #f2f2f2 !important;color: #091D40;font-weight: 500 !important;border-radius: 50px;}
        .link-with-arrow {display: initial!important;}

            @media  only screen and (max-width: 667px){
            .new-leadspace.hero-in01 .h2 {font-size: 3rem;line-height: 4.4rem;font-weight: normal;margin-bottom: 1.8rem; }
            .new-leadspace.hero-in01 {min-height: 65vh; background-color: #091D40; }
            .w-75 { width: 100% !important;}
            }
            @media (min-width: 320px) and (max-width: 812px){
            .new-leadspace.hero-in01 .h2 { font-size: 3rem; line-height: 4.4rem; font-weight: 600; margin-bottom: 1.8rem; }
            .w-75 { width: 100% !important; }
            .new-leadspace.hero-in01 { min-height: 65vh; background-color: #091D40; }
            }
            .btn-xl { min-height: 5rem; font-size: 1.4rem; line-height: 2.2rem; padding: 1.3rem 3rem 1.1rem; }
            .new-leadspace .btn-xl { padding: 1.1rem 1.5rem 1.1rem; }
            .new-leadspace .btn-primary{ border-width: 2px; font-weight: 500 !important; border-radius: 50px; }
            .new-leadspace .btn-primary.link-with-arrow--secondary .arrow .head:after {border-color: #ffffff;}
            .new-leadspace .btn-primary.link-with-arrow--secondary .arrow .head {border: 1px solid #ffffff;}
            .new-leadspace .btn-primary.link-with-arrow--secondary .arrow {border: 1px solid #ffffff; display: none;}
            .new-leadspace .btn-primary:hover {background-color: #FD5F07;color: #ffffff!important;}
            .new-leadspace .btn-primary:active,.new-leadspace .btn-primary:not(:disabled):not(.disabled):active {color: #ffffff !important;}
            .section-c20banner h4 { font-size: 2.3rem !important;line-height: 3rem;}
            .section-c20banner { background-color: #00ADC6; color: #fff; padding: 3rem 0 3rem !important;  }
            .tab-buttons { display: flex; gap: 10px; }
            .nav-tabs li .nav-item{background: transparent;}
            .section-l06--teal .h5, .section-l06--teal .h6 { color: #091D40 !important;}

        

            /* Heading Styling */
            .process-section{padding: 40px 0px;}
            .section-title {font-size: 35px; line-height: 50px; font-weight: 700;text-align: center;color: #000000;margin-bottom: 8px;}
            .section-title span {color: #fd5f07; }
            .divider {display: flex;align-items: center;justify-content: center;gap: 6px;margin-bottom: 85px; }
            .divider .dot {width: 5px;height: 5px;background-color: #e9ab88;border-radius: 50%; }
            .divider .line {width: 50px;height: 4px;background-color: #fd5f07;border-radius: 2px;}

            /* Process Cards Container */
            .process-container {display: flex;justify-content: space-between;align-items: flex-start;gap:7px;position: relative;}
            /* Individual Card */
            .process-card {min-height:360px; background: #ffffff;border-radius: 20px;padding: 70px 20px 30px;flex: 1;position: relative;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);border: 1px solid #f0f4f9;display: flex;flex-direction: column;align-items: center;text-align: center;transition: transform 0.3s ease;}
            .process-card:hover {transform: translateY(-5px);}

            /* Top Icon Floating Container */
            .icon-wrapper {position: absolute;top: -45px;left: 50%;transform: translateX(-50%);width: 100px;height: 100px;border-radius: 50%;background: #ffffff;display: flex;justify-content: center;align-items: center;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);}
            .icon-inner {width: 82px;height: 82px;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 32px;}
            /* Step Number Badge */
            .step-number {width: 36px;height: 36px;border-radius: 50%;color: #fff;font-weight: 700;font-size: 15px;display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
            .card-title {font-size: 18px;font-weight: 600;line-height:22px;margin-bottom: 0px;}
            .card-desc {font-size: 13.5px;color: #556070;line-height: 1.6;margin-bottom: 0px;}

            /* Bottom Colored Bar */
            .card-footer-bar {position: absolute;bottom: 0;width: 80px;height: 6px;border-radius: 6px 6px 0 0; }
            /* Connector Arrow */
            .arrow-container {display: flex;align-items: center;justify-content: center;margin-top:14%;gap: 6px;}
            .arrow-dot {width: 6px;height: 6px;border-radius: 50%;}
            .arrow-icon {font-size: 18px;}

            /* COLOR THEMES FOR CARDS */

            /* Card 1: Blue */
            .card-1 .icon-wrapper { border: 2px solid #e3edfc; }
            .card-1 .icon-inner { background: #f0f5fe; color: #fd5f07; }
            .card-1 .step-number { background-color: #ffe4d5;color: #f05603; }
            .card-1 .card-title { color: #f05603; }
            .card-1 .card-footer-bar { background-color: #f05603; }
            .arrow-1 .arrow-dot { background-color: #f05603; }
            .arrow-1 .arrow-icon { color: #f05603; }

            /* Card 2: Green */
            .card-2 .icon-wrapper { border: 2px solid #e2f7eb; }
            .card-2 .icon-inner { background: #f0fbf4; color: #006a1b; }
            .card-2 .step-number { background-color: #dfffe7;color: #006a1b; }
            .card-2 .card-title { color: #006a1b; }
            .card-2 .card-footer-bar { background-color: #006a1b; }
            .arrow-2 .arrow-dot { background-color: #006a1b; }
            .arrow-2 .arrow-icon { color: #006a1b; }

            /* Card 3: Purple */
            .card-3 .icon-wrapper { border: 2px solid #f0e6ff; }
            .card-3 .icon-inner { background: #f8f3ff; color: #6f42c1; }
            .card-3 .step-number { background-color: #e7daff;color: #6f42c1; }
            .card-3 .card-title { color: #6f42c1; }
            .card-3 .card-footer-bar { background-color: #6f42c1; }
            .arrow-3 .arrow-dot { background-color: #6f42c1; }
            .arrow-3 .arrow-icon { color: #6f42c1; }

            /* Card 4: Orange */
            .card-4 .icon-wrapper { border: 2px solid #fff2df; }
            .card-4 .icon-inner { background: #fff8ee; color: #f39c12; }
            .card-4 .step-number { background-color: #fff0d9;color: #f39c12; }
            .card-4 .card-title { color: #f39c12; }
            .card-4 .card-footer-bar { background-color: #f39c12; }



            /* ai solution start */

                /* =========================================
   AI TRANSCRIPTION SECTION
========================================= */

.ai-transcription-section {
    width: 100%;
    min-height: 100vh;
    background: #091D40;
    color: #fff;
    padding: 60px 0;
    padding-top:100px;
    overflow: hidden;
}

.ai-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}

.ai-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.ai-content {
    width: 100%;
}

.service-badge {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1px solid #ffa16c;
    border-radius: 30px;
    color: #ff5f07;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.mic-icon {
    font-size: 14px;
}


.ai-title {
    margin: 0 0 18px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
}

.ai-title span {
    color: #fd5f07;
}


.ai-lead {
    max-width: 700px; 
    margin: 0 0 8px; 
    color: #d6dde7; 
    font-size: 19px;
    line-height: 1.65;
}


.ai-description {
    max-width: 700px;

    margin: 0 0 25px;

    color: #d6dde7;

    font-size: 17px;
    line-height: 1.8;
}


/* =========================================
   FEATURES
========================================= */

.ai-features {
    list-style: none;

    margin: 0;
    padding: 0;

    max-width: 720px;
}

.ai-features li {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 10px;

    color: #dfe5ed;

    font-size: 16px;
    line-height: 1.45;
}

.ai-features strong {
    color: #ffffff;
    font-weight: 600;
}

.check-icon {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 2px;

    border: 1px solid #9a6918;
    border-radius: 50%;

    color: #fd5f07;

    font-size: 13px;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.ai-visual {
    width: 100%;
}

.transcript-window {
    width: 100%;

    background: #070d16;

    border: 1px solid #202b3a;

    border-radius: 30px;

    overflow: hidden;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.35);
}


/* WINDOW HEADER */

.window-header {
    height: 48px;

    display: flex;
    align-items: center;

    padding: 0 22px;

    border-bottom: 1px solid #1b2532;
}

.window-dots {
    display: flex;
    gap: 7px;
}

.dot {
    width: 10px;
    height: 10px;

    border-radius: 50%;
}

.dot.red {
    background: #e05252;
}

.dot.yellow {
    background: #fd5f07;
}

.dot.green {
    background: #27c97a;
}

.window-title {
      margin-left: 15px;
    color: #fd5f07;
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 2px;
}


/* =========================================
   TRANSCRIPT
========================================= */

.transcript-content {
    padding: 24px 22px;
}

.transcript-meta {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-bottom: 22px;

    color: #7f8a99;

    font-family: monospace;
    font-size: 11px;
}

.accuracy {
    color: #20c47a;
}


/* =========================================
   MESSAGES
========================================= */

.message {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    margin-bottom: 12px;
}

.caller-message {
    justify-content: flex-end;
}


.avatar {
    width: 36px;
    height: 36px;

    flex: 0 0 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-family: monospace;
    font-size: 11px;
    font-weight: 700;
}

.agent-avatar {
    color: #f5a623;

    border: 1px solid #9c6915;

    background: rgba(245, 166, 35, 0.08);
}

.caller-avatar {
    color: #4e9dff;

    border: 1px solid #285b91;

    background: rgba(50, 120, 200, 0.08);
}


/* MESSAGE BOX */

.message-box {
    flex: 1;

    max-width: calc(100% - 50px);

    padding: 14px 16px;

    background: #131a24;

    border: 1px solid #252e3a;

    border-radius: 13px;
}

.caller-box {
    background: #15191c;

    border-color: #4b3413;
}


.speaker {
    margin-bottom: 6px;
    font-family: monospace;
    font-size: 10px;
    line-height: 9px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.agent-name {
    color: #f5a623;
}

.caller-name {
    color: #509bdf;
}


.message-text {
    color: #d4d9df;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================
   SENTIMENT
========================================= */

.sentiment {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    line-height: 10px;
    padding: 3px 9px;
    border-radius: 15px;
    font-family: monospace;
    font-size: 10px;
}

.positive {
    color: #20c47a;

    background: rgba(32, 196, 122, 0.08);

    border: 1px solid rgba(32, 196, 122, 0.25);
}

.neutral {
    color: #438bd1;

    background: rgba(67, 139, 209, 0.08);

    border: 1px solid rgba(67, 139, 209, 0.25);
}


/* =========================================
   AI SUMMARY
========================================= */

.ai-summary {
    margin-top: 15px;

    padding: 14px 16px;

    background: #17191b;

    border: 1px solid #4b3413;

    border-radius: 11px;

    color: #d7d9dc;

    font-size: 14px;

    line-height: 1.55;
}

.summary-title {
    margin-bottom: 5px;

    color: #f5a623;

    font-family: monospace;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.summary-text {
    margin-bottom: 2px;
}

.ai-summary strong {
    color: #ffffff;
}




.ai-voicemail-section {
    width: 100%;
    min-height: 100vh;
    background: #111f36;
    padding: 70px 48px;
    color: #fff;
    overflow: hidden;
}

.ai-voicemail-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 60px;
}


/* =================================
   LEFT DASHBOARD
================================= */

.voicemail-dashboard {width: 100%;background: #080f1b;border: 1px solid rgba(255,255,255,.05);border-radius: 28px;overflow: hidden;box-shadow: 0 25px 70px rgba(0,0,0,.25);}
.dashboard-header {height: 47px;display: flex;align-items: center;gap: 14px;padding: 0 22px;border-bottom: 1px solid rgba(255,255,255,.07);background: #060c16;}
.window-dots {display: flex;gap: 7px;}
.window-dots .dot {width: 10px;height: 10px;border-radius: 50%;}
.dot.red {background: #ef5350;}
.dot.yellow {background: #ffb300;}
.dot.green {background: #20c777;}
.dashboard-title {font-size: 12px;letter-spacing: 2px;color: #ff5f07;}


/* =================================
   VOICEMAIL ITEMS
================================= */

.voicemail-list {
    padding: 22px;
}

.voicemail-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.voicemail-item:last-child {
    border-bottom: 0;
}

.caller-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    font-size: 17px;
}

.caller-icon.orange {
    color: #ff5f07;
    background: rgba(255,176,27,.10);
    border: 1px solid rgba(255,176,27,.30);
}

.caller-icon.blue {
    color: #3d8cff;
    background: rgba(61,140,255,.10);
    border: 1px solid rgba(61,140,255,.30);
}

.caller-icon.green {
    color: #14c887;
    background: rgba(20,200,135,.10);
    border: 1px solid rgba(20,200,135,.30);
}

.voicemail-content {
    min-width: 0;
    flex: 1;
}

.caller-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.caller-meta {
    margin-top: 5px;
    
    font-size: 10px;
    color: #52627b;
    letter-spacing: .3px;
}

.message {
    margin-top: 9px;
    padding: 10px 13px;

    background: #111a29;
    border-radius: 8px;

    color: #dce4ef;
    font-size: 14px;
    line-height: 1.5;
}

.message-actions {
    display: flex;
    gap: 8px;
    margin-top: 9px;
}

.message-actions button {
    border: 1px solid #303a4b;
    background: #141c29;
    color: #dce4ef;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
    transition: .25s;
    line-height: 12px;
}

.message-actions button:hover {
    border-color: #ffad16;
}

.message-actions .primary-btn {
    background: #ff5f07;
    border-color: #ff7a33;
    color: #ffffff;
    font-weight: 600;
}


/* =================================
   RIGHT CONTENT
================================= */

.voicemail-content-section {
    padding: 10px 0;
}

.service-label {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid rgb(255 118 42);
    background: rgba(60, 137, 255, .08);
    font-size: 11px;
    letter-spacing: 2px;
    color: #ff5f07;
    margin-bottom: 28px;
}

.service-label span {
    font-size: 16px;
}







/* =================================
   FEATURES
================================= */

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    color: #dce4ef;
    font-size: 16px;
    line-height: 1.45;
}

.check {
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border: 1px solid rgb(255 144 82);
    border-radius: 50%;
    color: rgb(255 95 7);
    font-size: 10px;
}

.feature strong {
    color: #fff;
    font-weight: 600;
}

.feature span {
    color: #d0d9e5;
}


/* =================================
   BUTTON
================================= */

.service-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 28px;
    padding: 16px 28px;

    background: #ffad17;
    color: #07101e;

    text-decoration: none;
    font-size: 16px;
    font-weight: 700;

    border-radius: 10px;

    transition: .3s;
}

.service-btn:hover {
    background: #ffc04b;
    color: #07101e;
    transform: translateY(-2px);
}

.service-btn i {
    font-size: 14px;
}

.terminal {
      width: min(840px, 100%);
      min-height: 592px;
      background: #070e18;
      border: 1px solid #1d2a3b;
      border-radius: 30px;
      overflow: hidden;
      box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.015);
    }

    /* Top terminal bar */
    .terminal-header {
      height: 47px;
      display: flex;
      align-items: center;
      padding: 0 21px;
      background: #060b13;
      border-bottom: 1px solid #172130;
    }

    .window-controls {
      display: flex;
      gap: 7px;
      margin-right: 16px;
    }

    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: block;
    }

    .dot.red {
      background: #e05252;
    }

    .dot.yellow {
      background: #d9a928;
    }

    .dot.green {
      background: #ff5f07;
    }

    .terminal-title {
      color: #ff5f07;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.7px;
    }

    /* Content */
    .timeline {
      position: relative;
      padding: 22px 31px 28px 21px;
    }

    /* Connecting line */
    .timeline::before {
      content: "";
      position: absolute;
      left: 40px;
      top: 60px;
      bottom: 66px;
      width: 1px;
      background: #ff5f07;
    }

    .step {
      position: relative;
      display: grid;
      grid-template-columns: 50px 1fr;
      column-gap: 0;
      margin-bottom: 15px;
    }

    .step:last-child {
      margin-bottom: 0;
    }

    /* Number circle */
    .number {
        position: relative;
        z-index: 2;
        width: 36px;
        height: 36px;
        margin-top: 0;
        border-radius: 50%;
        border: 1px solid #ff5f07;
        background: #251715;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff5f07;
        font-size: 12px;
        font-weight: 600;
    }

    .step-content {
      padding-top: 3px;
    }

    .step-title {
      margin: 0 0 7px;
      color: #f0f2f6;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: -0.25px;
    }

    .step-description {
      margin: 0;
      color: #b5bdc8;
      font-size: 15px;
      line-height: 1.4;
      font-weight: 400;
      letter-spacing: -0.05px;
    }

    /* Status badges */
    .badge {
       display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 4px 9px;
    border: 1px solid #ff5f07;
    border-radius: 7px;
    background: #1a1416;
    color: #ff5f07;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.25px;
    white-space: nowrap;
    }

    .badge.success {
        color: rgb(255 95 7);
        border-color: rgb(255 95 7);
        background: rgb(255 90 0 / 8%);
    }

    /* Tiny icons */
    .icon {
      font-size: 9px;
      opacity: 0.9;
    }


    /* Main window */
    .dashboard {
      width: 100%;
      max-width: 840px;

      background: #080f19;

      border: 1px solid #1c293a;
      border-radius: 28px;

      overflow: hidden;

      box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.2);
    }

    /* --------------------------------
       TOP BAR
    -------------------------------- */

    .topbar {
      height: 47px;

      display: flex;
      align-items: center;

      padding: 0 21px;

      background: #060b13;

      border-bottom: 1px solid #182333;
    }

    .window-buttons {
      display: flex;
      gap: 7px;
      margin-right: 15px;
    }

    .window-buttons span {
      width: 10px;
      height: 10px;

      border-radius: 50%;

      display: block;
    }

    .red {
      background: #e05252;
    }

    .yellow {
      background: #d7a72c;
    }

    .green {
      background: #27bd7b;
    }

    .title {
      color: #a977ff;

      font-family:
        "SFMono-Regular",
        Consolas,
        "Liberation Mono",
        monospace;

      font-size: 12px;
      font-weight: 500;

      letter-spacing: 1.7px;
    }

    /* --------------------------------
       CONTENT
    -------------------------------- */

    .content {
      padding: 20px 21px;
    }

    /* --------------------------------
       STATS
    -------------------------------- */

    .stats {
      display: grid;

      grid-template-columns: repeat(2, 1fr);

      gap: 12px;

      margin-bottom: 15px;
    }

    .stat {
      height: 88px;

      background: #111823;

      border: 1px solid #273140;

      border-radius: 10px;

      display: flex;
      flex-direction: column;

      align-items: center;
      justify-content: center;
    }

    .stat-number {
      color: #ffad21;
      font-size: 35px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 3px;
    }

    .stat-label {
      color: #91a0b5;
      font-size: 12px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
    }

    /* --------------------------------
       OUTBOUND LOG
    -------------------------------- */

    .log {
      background: #050b13;
      border-radius: 9px;
      padding: 13px 16px 10px;
    }

    .log-title {
      color: #ffab18;
      font-size: 11px;
      letter-spacing: 1.7px;
      margin-bottom: 9px;
    }

    .log-title::before {
      content: "◉";
      font-size: 9px;
      margin-right: 6px;
    }

    /* --------------------------------
       CALL ROW
    -------------------------------- */

    .call {
      min-height: 39px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      border-bottom: 1px solid #121a25;
    }

    .call:last-child {
      border-bottom: none;
    }

    .caller {
      color: #dce4ef;
      font-size: 14px;
      white-space: nowrap;
    }

    /* --------------------------------
       STATUS BADGES
    -------------------------------- */

    .status {
      flex-shrink: 0;
      padding: 5px 10px;
      border-radius: 9px;
     line-height: 11px;
      font-size: 11px;
      letter-spacing: 0.2px;
    }

    .booked {
      color: #16d991;
      background: #073127;
    }

    .callback {
      color: #ffad21;
      background: #342511;
    }

    .voicemail {
      color: #5a9fff;
      background: #0b1e3b;
    }

    .followup {
      color: #ffad21;

      background: #342511;
    }

    .footer-copyright-text { flex-direction: row-reverse; }

    /* --------------------------------
       RESPONSIVE
    -------------------------------- */

    @media (max-width: 600px) {

      body {
        padding: 8px;
      }

      .dashboard {
        border-radius: 22px;
      }

      .content {
        padding: 18px 12px;
      }

      .stats {
        gap: 9px;
      }

      .stat {
        height: 82px;
      }

      .stat-number {
        font-size: 30px;
      }

      .stat-label {
        font-size: 10px;
      }

      .log {
        padding: 12px 10px 8px;
      }

      .caller {
        font-size: 12px;
      }

      .status {
        font-size: 10px;
        padding: 5px 8px;
      }

      .title {
        font-size: 10px;
        letter-spacing: 1.2px;
      }
    }

    @media (max-width: 420px) {

      .caller {
        font-size: 11px;
      }

      .status {
        font-size: 9px;
      }

      .window-buttons {
        margin-right: 10px;
      }
    }

    /* Responsive */
    @media (max-width: 650px) {
      body {
        padding: 12px;
      }

      .terminal {
        border-radius: 22px;
      }

      .timeline {
        padding: 20px 18px 25px 15px;
      }

      .timeline::before {
        left: 33px;
      }

      .step {
        grid-template-columns: 42px 1fr;
      }

      .number {
        width: 34px;
        height: 34px;
        font-size: 11px;
      }

      .step-title {
        font-size: 15px;
      }

      .step-description {
        font-size: 13px;
      }

      .terminal-title {
        font-size: 10px;
        letter-spacing: 1.2px;
      }
    }


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 1200px) {

    .ai-voicemail-section {
        padding: 60px 30px;
    }

    .ai-voicemail-container {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 900px;
    }

    .voicemail-content-section {
        order: -1;
    }

  
}


@media (max-width: 767px) {

    .ai-voicemail-section {
        padding: 45px 18px;
    }

    .ai-voicemail-container {
        gap: 35px;
    }

    .voicemail-dashboard {
        border-radius: 18px;
    }

    .voicemail-list {
        padding: 15px;
    }

    .voicemail-item {
        gap: 10px;
    }

    .caller-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .caller-name {
        font-size: 13px;
    }

    .caller-meta {
        font-size: 8px;
    }

    .message {
        font-size: 12px;
    }

    .message-actions {
        flex-wrap: wrap;
    }

    .message-actions button {
        font-size: 10px;
        padding: 5px 10px;
    }

    .dashboard-title {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .service-label {
        font-size: 8px;
        letter-spacing: 1px;
    }

 

 
    .feature {
        font-size: 14px;
    }

    .service-btn {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .ai-row {
        gap: 35px;
    }

    .ai-title { font-size: 36px; line-height: 41px; }
    .ai-lead { font-size:1.5rem; }
    .ai-description {  font-size:1.5rem; }

}


@media (max-width: 991px) {

    .ai-transcription-section {
        padding: 70px 0;
    }

    .ai-row {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ai-content {
        max-width: 800px;
        margin: 0 auto;
    }

    .ai-visual {
        max-width: 800px;
        margin: 0 auto;
    }

}


@media (max-width: 767px) {

    .ai-container {
        padding: 0 20px;
    }

    .ai-transcription-section {
        padding: 50px 0;
    }

    .service-badge {
        font-size: 9px;
        letter-spacing: 2px;
        padding: 7px 12px;
    }

    .ai-title {
        font-size: 36px;
    }

    .ai-lead {
        font-size: 16px;
        line-height: 1.6;
    }

    .ai-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .ai-features li {
        font-size: 14px;
    }

    .transcript-window {
        border-radius: 20px;
    }

    .transcript-content {
        padding: 18px 14px;
    }

    .transcript-meta {
        gap: 12px;
        font-size: 9px;
        flex-wrap: wrap;
    }

    .message-text {
        font-size: 13px;
    }

    .message-box {
        padding: 11px 12px;
    }

}


@media (max-width: 480px) {

    .ai-title {
        font-size: 31px;
    }

    .window-title {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .transcript-meta {
        gap: 8px;
    }

    .avatar {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 9px;
    }

    .message {
        gap: 8px;
    }

    .message-box {
        max-width: calc(100% - 38px);
    }

}

            /* ai solution End */


        /* Responsive Design */
        @media (max-width: 992px) {
            .process-container {
                flex-direction: column;
                align-items: center;
                gap: 60px;
            }
            .arrow-container {
                transform: rotate(90deg);
                margin: -20px 0;
            }
            .process-card {
                width: 100%;
                max-width: 400px;
            }
        }

        /* =========================
           RESPONSIVE
        ========================= */

        @media (max-width: 1200px) {
            .why-container {grid-template-columns: 300px 1fr; }
            .why-heading {font-size: 40px;}
            .why-cards {grid-template-columns: repeat(2, 1fr);}
            .why-card {min-height: 430px;}
        }


        @media (max-width: 900px) {
            .why-container {grid-template-columns: 1fr;}
            .why-content {min-height: auto;padding-bottom: 40px;}
            .why-description {max-width: 700px;}
            .circle-decoration { display: none; }
            .why-cards {grid-template-columns: repeat(2, 1fr);}
        }


        @media (max-width: 600px) {
            .why-choose-section {padding: 40px 18px; }
            .why-heading {font-size: 34px;}
            .why-description {font-size: 16px;line-height: 1.8;}
            .why-cards {grid-template-columns: 1fr;gap: 18px;}
            .why-card {min-height: auto;padding: 28px 24px;}
            .card-icon {width: 95px;height: 95px;}
            .card-title {font-size: 23px;}
            .card-text {font-size: 16px;line-height: 1.8;} 
            .career-hero {margin-top: 56px; }
            .footer-links{margin-top: 20px;}
            .section-07 .thumbnail-img { position: relative !important;}
        }