.site-content{
    padding-bottom: 0;
}

#header-wrap {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}

#content{
    padding-top: 0;
}


.mobile-only{
    display: block;
}

.desktop-only{
    display: none;
}

.services-heading-section{
    padding: 40px 0 60px;
    position: relative;
    overflow: hidden;
    display: block;
    background: var(--linear, linear-gradient(180deg, #EAEAED 0%, #F2F7FB 100%));
}

.services-heading-section .container{
    position: relative;
    z-index: 2;
}


.services-heading-section .sevices-description-container{
    width: 100%;
    max-width: 550px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 20px;
}


.services-heading-section .container .form-container{
    border-radius: 27px;
    background: #fff;
    box-shadow: 0px 4px 9.8px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 25px 15px;
}

.services-heading-section .container .form-container h4{
    text-align: center;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 20px;
}


.services-heading-section .background-image{
    position: absolute;
    right: 10px;
    bottom: 10px; /* Align to bottom instead of top */
    z-index: 0;
    display: none;
}


.services-heading-section .background-image img{
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 300px;
    object-position: top left;
}


.services-heading-section .wpcf7-form .wpcf7-form-control-wrap,
.services-heading-section .wpcf7-form .wpcf7-form-control-wrap textarea {
    border-radius: 25px;
    
}

.services-heading-section .wpcf7-form .wpcf7-form-control-wrap {
    border: 2px solid #a6230e;
}


.services-heading-section .wpcf7-form .wpcf7-form-control-wrap textarea{
    height: 100px;
    resize: none;
    border: 0;
}

.services-heading-section li::marker {
    color: #a21f0e;
    margin-right: 0px !important;
    line-height: initial;
    align-items: center;
}


.services-heading-section .form-container .wpcf7 label{
    text-align: left !important;
    font-weight: 500;
}

.services-heading-section .form-container .wpcf7 p{
    margin-bottom: 0 !important;
}

.services-heading-section  .sevices-description{
    
}


.services-heading-section  .services-header-logos{
    max-width: 480px;
    height: 78px;
    display: none;
}


.services-heading-section  .services-header-logos .services-logo-slider{
    margin-top: 160px   ;
    position: relative;    
    height: 78px;
}


.services-heading-section  .services-header-logos .services-logo-slider .owl-nav{
    height: 70px;
}


.services-heading-section  .services-header-logos .services-logo-slider .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    background: transparent;
    box-shadow: none;
}

.services-heading-section  .services-header-logos .services-logo-slider .owl-nav .owl-prev span,
.services-heading-section  .services-header-logos .services-logo-slider .owl-nav .owl-next span{
    font-size: 60px;
    color: #BABABA;
}


.services-heading-section  .services-header-logos .services-logo-slider .owl-nav .owl-next{
    position: absolute;
    right: 0;
    background: transparent;
    box-shadow: none;
}


.services-heading-section  .services-header-logos .services-logo-slider .logo-item{
    text-align: center;
    height: 78px;
}


.services-heading-section  .services-header-logos .services-logo-slider .logo-item img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}


.services-heading-section  .services-header-logos .services-logo-slider.rearrange .slick-track{
    display: flex;
    align-items: center;
    height: 78px;
}

.services-heading-section  .services-header-logos .services-logo-slider .slick-arrow{
    background: transparent;
    box-shadow: none;    
    padding: 10px;
    position: absolute;
}




.services-heading-section  .services-header-logos .services-logo-slider .slick-arrow:hover{
    background: transparent !important;
    box-shadow: none;    
    padding: 10px;
}


.services-heading-section  .services-header-logos .services-logo-slider .slick-arrow-show.slick-prev{
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

.services-heading-section  .services-header-logos .services-logo-slider .slick-arrow-show.slick-prev::before{
    content: "\e64a";
    font-family: 'themify';
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    color: #bababa;
    font-size: 30px;
}


.services-heading-section  .services-header-logos .services-logo-slider .slick-arrow-show.slick-next{
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}


.services-heading-section  .services-header-logos .services-logo-slider .slick-arrow-show.slick-next::before{
    content: "\e649";
    font-family: 'themify';
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    color: #bababa;
    font-size: 30px;
}


.services-heading-section  .services-header-logos .services-logo-slider .owl-stage-outer{
    overflow: hidden;
    position: absolute;
    top: 0;
}

.services-heading-section  .services-header-logos .services-logo-slider .owl-stage-outer .owl-stage{
    display: flex;
    margin-top: 0;
}

.services-heading-section  .services-header-logos .services-logo-slider .owl-stage-outer .owl-item{
    width: 100%;
    max-width: 90px;
    align-content: center;
}

.services-heading-section .shape {
    display: none;
}
  


@media screen and (min-width: 768px){

    .services-heading-section .background-image{
        display: block;
        max-width: 250px; /* Scale down for medium screens */
        right: 5px; /* Move closer to edge to prevent overlap */
        bottom: 5px; /* Align to bottom */
    }

    .services-heading-section .background-image img{
        max-width: 250px;
    }

    .services-heading-section .sevices-description-container{        
        /* margin-right: 20px; */
        margin-bottom: 0;
        padding: 0;
    }

    .services-heading-section .container .form-container{
        margin-left: 0; /* Ensure form doesn't push against the person */
        max-width: 350px; /* Limit form width to prevent overlap */
    }
}

@media screen and (min-width: 900px) and (max-width: 1024px){
    /* Specific adjustments for 13" MacBook and similar medium screens */
    
    .services-heading-section .background-image{
        max-width: 220px; /* Further scale down for tight screens */
        right: 2px;
        bottom: 2px; /* Align to bottom */
    }

    .services-heading-section .background-image img{
        max-width: 220px;
    }

    .services-heading-section .container .form-container{
        max-width: 320px; /* Smaller form for tight screens */
        padding: 20px 12px; /* Reduce padding */
    }

    .services-heading-section .sevices-description-container{        
        /* margin-right: 15px; Reduce margin for tighter layout */
    }
}

@media screen and (min-width: 1025px){


    .mobile-only{
        display: none;
    }
    
    .desktop-only{
        display: block;
        width: 100%;
        height: 100%;
    }


    #content{
        padding-top: 120px;
    }

    .logged-in #content{
        padding-top: 122px;
    }


    .services-heading-section{
        padding: 80px 0;
    }

    .services-heading-section .sevices-description-container{        
        margin-right: 30px;
        margin-bottom: 0;
        padding: 0;
    }

    .services-heading-section .background-image{
        display: block;
        max-width: 300px; /* Restore original size for large screens */
    }

    .services-heading-section .background-image img{
        max-width: 300px;
    }


    .services-heading-section .services-header-logos{
        display: block;
        margin-left: -45px;
    }


    .services-heading-section .shape {
        width: 100%; /* Adjust as needed */
        height: 300px; /* Adjust as needed */
        background: transparent; /* The initial background color */
        position: absolute;
        bottom: -65px;
        z-index: 0;
        display: block;
    }

}



@media screen and (min-width: 1200px){

    .services-heading-section .sevices-description-container{        
        margin-right: 50px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1399px){
    /* Make the person smaller for this screen range */
    
    .services-heading-section .background-image{
        max-width: 210px; /* Smaller than the default 300px */
    }

    .services-heading-section .background-image img{
        max-width: 210px;
    }
}


@media screen and (min-width: 1440px){

    .services-heading-section .sevices-description-container{
        margin-right: 50px;
    }
}

@media ( min-width: 1440px ) {
     .services-heading-section .sevices-description {
        margin-bottom: 5rem;
    }

    .services-heading-section {
        padding: 80px 0 130px;
    }

    .services-heading-section .sevices-description-container .services-header-logos .services-logo-slider {
        margin-top: 0;
    }
}

@media (min-width: 1920px ) {
    .services-heading-section .shape svg {
        width: 100%;
    }
}


/** Half Text Video **/

.half-text-half-video{
    display: block;
    padding: 0;
    background: #fff;
}


.half-text-half-video .container{
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
}


.half-text-half-video .half-text-details{
    border-radius: 0;
    background: #A6240E;
    padding: 50px 20px 30px 20px;
    width: 100%;
    color: #fff;
}

.half-text-half-video .half-text-details table tr td ul li {
    display: flex;
    padding-left: 20px;
    position: relative;
}

.half-text-half-video .half-text-details table tr td ul li:before {
    content: "\2022";
    color: #fff;
    font-size: 30px;
    display: inline-block;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    text-align: start;
    line-height: 31px;
}

.half-text-half-video .half-text-details .btn-tertiary{
    padding: 0 !important;
    margin: 5px 0;
    margin-left: 20px;
    text-align: left;
}

.half-text-half-video .half-text-details .btn-tertiary:hover{
    background: transparent !important;    
}

.half-text-half-video .half-text-details .btn-tertiary::after{
    content: url('../images/white-arrow.png');
    display: inline-block;
    position: relative;
    width: 19px;
    height: 10px;
    margin-left: 10px;
    transition: all 300ms ease-in-out;
}

.half-text-half-video .half-text-details .btn-tertiary:hover::after{
    margin-left: 15px;
}


.half-text-half-video .half-text-details h2,
.half-text-half-video .half-text-details h3,
.half-text-half-video .half-text-details h4{
    color: #fff;
}

.half-text-half-video .half-text-details table{
    border: none;
    color: #fff;
    width: 100%;
    max-width: 540px;
}


.half-text-half-video .half-text-details .btn-white{
    background: #fff;
    color: #A6240E;
    font-weight: 700;
}


.half-text-half-video .half-text-details table tr{
    display: flex;
    flex-direction: column;
}


.half-text-half-video .half-text-details table tr td{
    margin-right: 0;
    border: none;
}


.half-text-half-video .half-text-details table tr td ul{
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
}


.half-text-half-video .half-text-details table tr td ul li{
    list-style-position: outside;
}


.half-video-container{
    display: block;
    position: relative;
}


.half-video-link{
    display: block;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 475px;
}


.half-video-link .video-placeholder img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.half-video-link .play-btn{
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 300ms ease-in-out;
    transform-origin: center;
    opacity: 1;
}


.half-video-link:hover .play-btn{
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9;
}


@media screen and (min-width: 768px){

    .half-text-half-video .half-text-details{
       
        padding: 60px 30px 50px 30px;
    }

    .half-text-half-video .half-text-details table tr{
        display: flex;
        flex-direction: row;
    }

    .half-text-half-video .half-text-details table tr td{
        margin-right: 10px;
    }
    

}


@media screen and (min-width: 1025px){
    .half-video-link .play-btn{
        width: auto;
        height: auto;
    }

    .half-video-link .video-placeholder img{
        object-fit: cover;
        width: 600px !important;
        height: 500px !important;
    }

    .half-text-half-video{
        display: block;
        padding: 0 0 80px;
        background: #fff;
    }

    .half-text-half-video .container{
        position: relative;
        padding-left: inherit;
        padding-right: inherit;
        display: block;
    }

    .half-text-half-video .half-text-details{        
        padding: 95px 74px 74px 74px;
        border-radius: 15px;
    }


    .half-video-container{        
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }


    .half-text-half-video .half-text-details table tr td{
        margin-right: 45px;
    }

    .half-text-half-video .half-text-details table tr td ul{
        width: 100%;
        max-width: 260px;
        padding-left: 0;
    }


    .half-video-link{
        display: block;
        overflow: hidden;
        border-radius: 30px;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 662px;
        max-height: 475px;
    }

}




/** New Services CTA **/


.new-services-cta{
    display: block;
    position: relative;
    padding: 60px 20px;
    width: 100%;
}


.new-services-cta .new-services-cta-bg{    
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}

.new-services-cta .new-services-cta-bg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(234, 234, 237, 0.5);
}


.new-services-cta .new-services-cta-bg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;

    @media screen and (min-width: 1025px){
        object-position: right;
    }
}


.new-services-cta .new-services-cta-container{
    position: relative;
    display: flex;
    flex-direction: column;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    max-width: 960px;
    z-index: 2;
    gap: 30px;
    margin: 0 auto;
}


.new-services-cta .new-services-cta-details{
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    
}


.new-services-cta .new-services-cta-link{
    width: 100%;
    text-align: left;
}


.new-services-cta .btn-primary{
    width: 250px;
    font-size: 18px;
    font-weight: 700;
}




@media screen and (min-width: 1025px){

    .half-text-half-video .half-text-details {
        padding: 95px 74px 34px 74px;
    }

    .new-services-cta .new-services-cta-link {
        text-align: center;
    }


    .new-services-cta{        
        padding: 100px 0;        
    }

    .new-services-cta .new-services-cta-container{
        /* position: absolute; */
        flex-direction: row;
        gap: 0;
        align-items: center;
        /* top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
    }

    .new-services-cta .new-services-cta-details{
        text-align: left;
        max-width: 510px;
    }


    .new-services-cta .btn-primary{
        width: 290px;
    }

}



/** services-cards-icon ***/


.new-services-cards-icon{
    display: block;
    position: relative;
    padding: 40px 20px;
    background-color: #fff;
}

.new-services-cards-icon .new-services-cards-header{
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}


.new-services-cards-icon .new-services-cards-header h4{
    text-align: center;
    margin-bottom: 0;
}


.new-services-cards-icon .new-services-cards-icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
}


.new-services-cards-icon .new-services-cards-icons .card-item{
    display: flex;
    flex-direction: column;
    position: relative;    
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 290px;
    max-width: 292px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 13.7px 0px rgba(117, 117, 117, 0.63);
    margin-bottom: 30px;
}


.new-services-cards-icon .new-services-cards-icons .card-item .card-item-image{
    height: 150px;
    width: 100%;
}


.new-services-cards-icon .new-services-cards-icons .card-item .card-item-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.new-services-cards-icon .new-services-cards-icons .card-item .card-item-description{
    display: block;
}


.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details{
    display: block;
    position: relative;
    padding: 55px 25px 0;
    background: #fff;
}


.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover{
    display: none;
}

.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details .card-item-icon{
    position: absolute;
    text-align: center;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: url("../images/Ellipse.png") no-repeat center center;
    width: 80px;
    height: 80px;
    display: block;
}


.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details .card-item-icon img{
    object-fit: contain;
    width: 40px;
    height: 40px;
    position: relative;
    top: 20px;
}

.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details .card-item-heading{
    display: block;
    position: relative;
    text-align: center;
}


.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details .card-item-heading  h4{
    font-size: 22px;
    width: 100%;   
    max-width: 100%; 
    text-align: center;
    font-weight: 800;
}

.new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-heading  h4{
    font-weight: 800;
}

.ct-contact-info-inner li span,
.site-footer .top-footer ul.menu li a {
    font-weight: 500;
}



@media(min-width: 768px){

    .new-services-cards-icon .new-services-cards-icons{
        flex-direction: row;
        justify-content: space-evenly;   
    }

}


@media(min-width: 1025px){


    .new-services-cards-icon{        
        padding: 60px 0 0;
    }


    .new-services-cards-icon .new-services-cards-icons{        
        justify-content: space-between;    
        align-items: unset;    
    }

    .new-services-cards-icon .new-services-cards-icons .card-item{
        margin-bottom: 40px;
        max-width: 275px;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details{
        margin-top: 0;
        background: #fff;
        transition: all 300ms ease-in-out;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item:hover .card-item-details{
        display: none;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover{
        display: none;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item:hover .card-item-details-hover{
        display: block;
        position: absolute;
        background: #fff;
        padding: 20px 25px 20px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-icon{
        position: relative;
        text-align: center;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        background: url("../images/Ellipse.png") no-repeat center center;
        width: 80px;
        height: 80px;
        display: block;
        margin-bottom: 10px;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-icon img{
        position: relative;
        top: 20px;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-heading{
        text-align: center;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-description{
        display: none;
        transition: all 300ms ease-in-out;
        color: #000;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item:hover .card-item-details-hover .card-item-description{
        display: block;
        line-height: 1.4em;
        text-align: center;
        color: #000;
    }

}




/** half-image-half-text ***/


.half-image-half-text{
    display: block;
    position: relative;
    background-color: #EAEAED;
    margin: 0;
    padding: 60px 20px;
}


.half-image-half-text .half-image-text-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}


.half-image-half-text .half-image-text-container .big-image-container{
    width: 100%;
    max-width: 300px;
    position: relative;
}


.half-image-half-text .half-image-text-container .half-text-container{
    width: 100%;    
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    text-align: left;
}

.half-image-half-text .half-image-text-container .half-text-container h2{
    margin-bottom: 29px;
}

.half-image-half-text .half-image-text-container .half-text-container p:last-child{
    margin-top: 29px;
    margin-bottom: 0;
}


@media(min-width: 768px){    


    .half-image-half-text .half-image-text-container .big-image-container{
        width: 100%;
        max-width: 400px;
        position: relative;
    }

}


@media(min-width: 1025px){

    .half-image-half-text{
        padding: 0;
        margin: 80px 0;
    }


    .half-image-half-text .half-image-text-container{        
        flex-direction: row;
    }


    .half-image-half-text .half-image-text-container .big-image-container{
        width: 100%;
        max-width: 656px;
        position: absolute;
    }


    .half-image-half-text .half-image-text-container .half-text-container{     
        margin-left: auto;   
        max-width: 726px;
        margin-right: unset;
        padding: 111px 0;
        text-align: left;
    }

}



/*** About US ***/

.about-us-section{
    display: block;
    position: relative;
    padding: 60px 0;
}


.about-us-section .container{
    max-width: 1268px;
}


.about-us-section .about-us-section-container{
    border-radius: 30px;
    background: linear-gradient(90deg, #A6240E 0%, #83392C 100%);
    
}

.about-us-section .about-us-section-container .about-us-section-image{
    width: 100%;
    height: 150px;
    max-height: 300px;
    position: relative;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}


.about-us-section .about-us-section-container .about-us-section-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.about-us-section .about-us-section-container .about-us-section-details{
    color: #fff;
    padding: 40px 30px;
    position: relative;
    width: 100%;
    
}


.about-us-section .about-us-section-container .about-us-section-details .about-us-details{
    max-width: 539px;
    position: relative;
}

.about-us-section .about-us-section-container .about-us-section-details h2,
.about-us-section .about-us-section-container .about-us-section-details p{
    color: #fff;
}

.about-us-section .about-us-section-container .about-us-section-details .btn{
    background: #fff;
    color: #83392C;
    font-weight: 700;
}

.about-us-section .about-us-section-container .about-us-section-details .about-us-details p:last-child{
    margin-bottom: 0;
}


.about-us-section .about-us-section-container .about-us-section-details .about-us-stats{
    display: flex;
    position: relative;
    list-style-type: none;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}


.about-us-section .about-us-section-container .about-us-section-details .about-us-stats li{
    background: #EAEAED; 
    padding: 12px 20px;
    text-align: center;
    position: relative;
    border-radius: 6px;
}


.about-us-section .about-us-section-container .about-us-section-details .about-us-stats li .stat-number{
    color: #A6230E;    
    font-size: 45px;
    font-style: normal;
    font-weight: 800;    
    line-height: 1em;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.about-us-section .about-us-section-container .about-us-section-details .about-us-stats li .contents{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.about-us-section .about-us-section-container .about-us-section-details .about-us-stats li::before{
    content: none;
}


@media(min-width: 768px){


    .about-us-section .about-us-section-container .about-us-section-image{
        height: 250px;
    }



}





@media(min-width: 1025px){

    .about-us-section{
        padding: 80px 0;
    }

    .about-us-section .about-us-section-container .about-us-section-image{
        height: 100%;
    }


    .about-us-section .about-us-section-container .about-us-section-details{        
        padding: 56px 0 56px 73px;        
    }

    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li{       
        padding: 20px;
        text-align: center;
        border-radius: 0;
    }

    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li:nth-child(1){
        width: 490px;
        right: -54px;
    }

    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li:nth-child(2){
        transform: scale(1.1);
        position: relative;
        left: -24px;
        padding-left: 60px;
    }

    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li:nth-child(3){
        width: 440px;
        right: -107px;
    }


    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li::after{
        content: "";
        position: absolute;
        bottom: -30px;
        right: 0;
        border-width: 0px 0px 30px 30px;  /* Adjust size here */
        border-style: solid;
        border-color: transparent  #D9D9D9 transparent; 
    }


    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats{
        display: flex;        
        position: absolute;
        right: -30px;
        top: 30%;
        transform: translateY(-30%);        
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 0;
    }


    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li .stat-number{
        display: inline-block;
        font-size: 28px;
    }


    .about-us-section .about-us-section-container .about-us-section-details .about-us-stats li .contents{
        display: inline-block;
        font-size: 26px;
    }



}



/** Testimonials ***/

.reviews-section{
    padding: 30px 20px;
    display: block;
    position: relative;
}


.reviews-section .container{
    max-width: 1268px;
}


.reviews-section .reviews-section-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}


.reviews-section .reviews-section-heading h2{
    margin-bottom: 20px;
    text-align: center;
}


.reviews-section .reviews-section-list{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 42px;
}


.reviews-section .reviews-section-list .review-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    padding: 33px 30px;
    border-radius: 30px;
    background: #EAEAED;
    overflow: hidden;
    min-height: 100%;
    gap: 27px;
}


.reviews-section .reviews-section-list .review-item .review-item-author{
    display: flex;
}


.reviews-section .reviews-section-list .review-item .review-item-stars{
    display: flex;
    gap: 11px;
}



.reviews-section .reviews-section-list .review-item .review-item-description{    
    color: #000;
    text-overflow: ellipsis;    
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%; /* 26.88px */
    display: block;
}


.reviews-section .reviews-section-list .review-item .review-item-description .read-more{
    color: #757575;    
    font-family: "Segoe UI";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 12px;
}


.reviews-section .reviews-section-list .review-item .review-item-author .review-author-icon{
    width: 55px;
    height: 55px;
    margin-right: 16px;
}


.reviews-section .reviews-section-list .review-item .review-item-author .review-author-icon img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.reviews-section .reviews-section-list .review-item .review-item-author .review-item-fullname{
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    color: #000;
}


.reviews-section .reviews-section-list .review-item .review-item-author .review-item-date{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}


@media(min-width: 768px){   


    .reviews-section .reviews-section-list{
        flex-wrap: wrap;
        flex-direction: row;
    }


    .reviews-section .reviews-section-list .review-item{
        max-width: 300px;
    }

}



@media(min-width: 1025px){


    .reviews-section .reviews-section-heading{
        flex-direction: row;
        gap: 100px;
    }


    .reviews-section .reviews-section-heading h2{
        margin-bottom: 0;
        text-align: left;
        font-size: 32px;
    }


    .reviews-section .reviews-section-list{
        justify-content: center;
        flex-direction: row;
    }


    .reviews-section .reviews-section-list .review-item{
        max-width: 380px;
    }


}




/*** Logo Slider ***/

.logo-slider-section{
    padding: 40px 0;
}

.logo-slider-container{
    position: relative;
}


.logo-slider-container .slick-arrow{
    position: absolute;
    bottom: -75px;
}


.logo-slider-container .slick-prev{
    left: 25%;
}


.logo-slider-container .slick-next{
    right: 25%;
}

.logo-slider-container .logo-slider-item{
    display: block;
    height: 140px;
    width: auto;
}

.logo-slider-container .logo-slider-item img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.owl-nav span {
    display: none;
}

.owl-prev::before, .owl-next::before {
    content: "\e628";
    font-family: 'themify';
    font-size: 16px;
    margin-right: 10px;
    font-weight: 900;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
}

.owl-prev:before {
    transform: rotate(180deg);
}

.logo-slider-container .slick-track{
    display: flex;
    align-items: center;
}


.logo-slider-container .slick-arrow{
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}


.logo-slider-container .slick-arrow-show.slick-prev{
    
}

.logo-slider-container .slick-arrow-show.slick-prev::before{
    content: "\e629";
    font-family: 'themify';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60%;
    left: 2px;
    transform: translateY(-50%);
    color: #A6230E; 
    font-size: 30px;
}



.logo-slider-container .slick-arrow-show.slick-next::before{
    content: "\e628";
    font-family: 'themify';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60%;
    left: 2px;
    transform: translateY(-50%);
    color: #A6230E; 
    font-size: 30px;
}


.logo-slider-container .owl-nav button{
    background: #fff;
    color: #A6230E; 
    font-size: 30px;
}



@media(min-width: 768px){

    .logo-slider-container .slick-arrow{        
        bottom: -90px;
    }


    .logo-slider-container .slick-prev{
        left: 35%;
    }
    
    
    .logo-slider-container .slick-next{
        right: 35%;
    }


}



@media(min-width: 1025px){

    .logo-slider-container .slick-arrow{        
        bottom: -75px;
    }


    .logo-slider-container .slick-prev{
        left: 43%;
    }
    
    
    .logo-slider-container .slick-next{
        right: 43%;
    }



}



/*** half-text-image-cta-section ***/


.half-text-image-cta-section{
    padding: 0 20px 60px;
}


.half-text-image-cta-section .container{
    max-width: 1268px;
}


.half-text-cta-section-container{
    position: relative;
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details{
    background: #A6240E;
    color: #fff;
    width: 100%;
    max-width: 720px;
    position: relative;
    z-index: 0;
    padding: 50px 40px;
    border-radius: 30px 30px 0 0;
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details h2{
    color: #fff;
    margin-bottom: 29px;
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .half-text-cta-links{
    margin-top: 29px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .half-text-cta-links a{
    
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .btn-white{
    background: #fff;
    color: #A6240E;
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .btn-tertiary{
    padding: 5px 30px 5px 0;
}


.half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .btn-tertiary::after{
    content: url('../images/white-arrow.png');
    display: inline-block;
    position: relative;
    width: 19px;
    height: 10px;
    margin-left: 10px;
    transition: all 300ms ease-in-out;
}


.half-text-image-cta-section .half-text-cta-image {
    width: 100%;
    display: block;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    width: 100%;   
    position: relative;    
    top: unset;
    transform: unset;
    right: unset;
    z-index: 0;
}


.half-text-image-cta-section .half-text-cta-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.reviews-section-heading .btn-primary,
.half-image-half-text .btn,
.new-services-cta .btn-primary {
    box-shadow: none;
}


@media(min-width: 1025px){

    .half-text-cta-section-container{        
        flex-direction: row;
    }


    .half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details{
        background: url('https://ascendantusa.com/wp-content/uploads/2025/07/half-text-cta-bg.png') no-repeat center center;
        z-index: 1;
        padding: 106px 73px 40px 108px;
        border-radius: 0;
    }


    .half-text-image-cta-section .half-text-cta-image {
        width: 100%;
        display: block;
        border-radius: 30px;
        overflow: hidden;
        width: 100%;
        max-width: 835px;
        height: 480px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 0;
    }

    .half-text-image-cta-section .half-text-cta-image picture {
        margin-left: 190px;
    }

    .half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .btn-tertiary:hover{
        background: transparent !important;
    }


    .half-text-image-cta-section .half-text-cta-section-container .half-text-cta-details .btn-tertiary:hover::after{
        margin-left: 15px;
    }
    
    


}


/*** Footer ***/

#cta-footer{
    display: none;
}




/*** Lighbox ****/


.thelightbox.thelightbox-new .lightboxcontainer{
    max-width: 1050px;
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    min-height: 890px;
}


.thelightbox.thelightbox-new .lightboxcontainer .closebtn{
    position: absolute;
    top: 0;
    right: 20px;
    float: unset;
    color: #A6240E;
    z-index: 2;
}


.thelightbox.thelightbox-new .lightboxcontainer .closebtn i{
    font-size: 25px;
    color: #A6240E;
}


.lightboxcontent.lightboxcontent-new{
    background: #fff;
    flex-direction: column;
    position: relative;   
    padding: 0; 
}


.lightboxcontent.lightboxcontent-new .lightboxcontent-heading{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.lightboxcontent.lightboxcontent-new .lightboxcontent-heading img{
    height: 60px;
    width: auto;
}


.lightboxcontent-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    gap: 30px;
}


.lightboxcontent-container .lightboxcontent-link{
    display: block;
    position: relative;
    width: 100%;
    max-width: 370px;
    color: #333;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}


.lightboxcontent-container .lightboxcontent-link h5{
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
    position: relative;
    margin-bottom: 25px;
}


.lightboxcontent-container .lightboxcontent-link h5.title-circle-orange::before{
    content: "";
    background: #ffa600;
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 10px;
    border-radius: 13px;
    position: absolute;
    top: -3px;
}


.lightboxcontent-container .lightboxcontent-link h5.title-circle-green::before{
    content: "";
    background: #17e885;
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 10px;
    border-radius: 13px;
    position: absolute;
    top: 0;
}

.lightboxcontent-container .lightboxcontent-link h5.title-circle-red::before{
    content: "";
    background: #ff4f00;
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 10px;
    border-radius: 13px;
    position: absolute;
    top: -3px;
}

.lightboxcontent-container .lightboxcontent-link h5 .title-arrow{
    margin-left: auto;
}

.lightboxcontent-container .lightboxcontent-link h5 .title-name{
    flex: 1;
    position: relative;
    margin-left: 40px;
}


.lightboxcontent-container .lightboxcontent-link .description{
    display: block;
    position: relative;
}


.lightboxcontent-container .lightboxcontent-link .description ul{
    display: contents;
    list-style-type: disc;
}


.lightboxcontent-container .lightboxcontent-link .description ul li{
    display: contents;
}

.lightboxcontent-container .lightboxcontent-link .description ul li::before{
    content:"\f101";
    font-family:'FontAwesome';
    font-size: 14px;
    color: #333;
    margin-right: 5px;
    display: inline-block;
}



#cwrapper{
    width: 100%;
    height: 100%;
}


#cwrappe ._3efP_GeH5kyBAzqnLzL._kN_bCa3VNYpqFLH311L{
    max-width: 1000px;
    border: none;
    box-shadow: none;
    border-radius: none;
}



@media(max-width: 600px){
    .new-services-cards-icon .new-services-cards-icons .card-item {
        perspective: 1000px;
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    
    .new-services-cards-icon .new-services-cards-icons .card-item:hover {
        transform: rotateY(180deg);
    }
    
    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover {
        transform: rotateY(180deg);
    }
    
    /* Counter-rotate the inner content so it's not flipped */
    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-heading,
    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-description {
        transform: rotateY(0);
        text-align: center;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item:hover .card-item-details{
        display: none;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover{
        display: none;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item:hover .card-item-details-hover{
        display: block;
        position: absolute;
        background: #fff;
        padding: 20px 25px 20px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-icon{
        position: relative;
        text-align: center;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        background: url("../images/Ellipse.png") no-repeat center center;
        width: 80px;
        height: 80px;
        display: block;
        margin-bottom: 10px;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-icon img{
        position: relative;
        top: 20px;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-heading{
        text-align: center;
    }

    .new-services-cards-icon .new-services-cards-icons .card-item .card-item-details-hover .card-item-description{
        display: none;
        transition: all 300ms ease-in-out;
        color: #000;
    }


    .new-services-cards-icon .new-services-cards-icons .card-item:hover .card-item-details-hover .card-item-description{
        display: block;
        line-height: 1.4em;
        text-align: center;
        color: #000;
    }

}



@media(min-width: 1025px){


    .lightboxcontent-container{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 790px;
        margin: 0 auto;
        gap: 50px;
    }

}

@media(min-width: 1600px) {
    .services-heading-section .container .form-container {
        max-width: 460px;
    }
    .half-video-container {
    right: -60px;
}
}

.comparison-table-column {
    background: var(--linear, linear-gradient(180deg, #EAEAED 0%, #F2F7FB 100%));
  padding : 40px ;
   border-radius : 15px;

}
.comparison-table-column:first-child{
  color : #fff ;
  background : #A6240E ;
  border-radius : 15px;
}
.comparison-table-column:first-child h3 {
 color : #fff ;
}
.comparison-table-container.row {
  padding : 25px; 
}
.comparison-table-section  { 
 padding : 40px 0 ;
}
.wysiwyg-section {
 padding: 60px 0 ;
}
.wysiwyg-section + .about-us-section {
 padding-top : 0 ;
}


@media(min-width:768px) {
 .comparison-table-column {
 border-bottom-left-radius: 0;
        border-top-left-radius: 0;
   border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;

}
.comparison-table-column:first-child{
      border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
         border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}
@media(min-width:1025px) {
    .comparison-table-section  {
     padding-bottom : 60px ;
    }
    .new-services-cta:has(+ .half-text-half-video) ,
    .new-services-cards-icon:has(+ .half-text-half-video){
     margin-bottom : 70px; 
    }
    .services-heading-section + .comparison-table-section {
     padding-top : 0 ;
    }
    .half-text-half-video .half-text-details {
    	width: 60% !important; 
     	padding-right: 250px !important; 
    }
}
@media(min-width:1600px) {
    .half-text-half-video .half-text-details {
    	    width: 73% !important;
         padding-right: 250px !important;
    }
}


/** HALF TEXT / HALF FORM **/
.half-text-half-form-section {
    padding: 0 20px 60px;
}
.half-text-half-form--container {
    position: relative;
    padding: 40px 30px;
}
.half-text-half-form--container > .row {
    align-items: center;
}
.half-text-half-form--container::before {
    content: '';
    background: #A6240E;
    border-radius: 15px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.half-text-half-form-content *:not(.btn) {
    color: #fff;
}
.half-text-half-form-content .btn-white {
    background: #fff;
    color: #A6240E;
    font-weight: 700;
}
.half-text-half-form-content .btn-tertiary {
    padding: 0 !important;
    margin: 5px 0;
    margin-left: 20px;
    text-align: left;
    font-weight: 700;
}
.half-text-half-form-content .btn-tertiary:hover {
    background: transparent !important;
}
.half-text-half-form-content .btn-tertiary::after {
    content: url(../images/white-arrow.png);
    display: inline-block;
    position: relative;
    width: 19px;
    height: 10px;
    margin-left: 10px;
    transition: all 300ms ease-in-out;
}
.half-text-half-form-content .btn-tertiary:hover::after {
    margin-left: 15px;
}
.half-text-half-form-form{
    border-radius: 27px;
    background: #fff;
    box-shadow: 0px 4px 9.8px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 25px 15px;
}
.half-text-half-form-form p {
    margin: 0;
    font-size: 16px;
}
.half-text-half-form-form .wpcf7-form label {
    font-family: 'Poppins';
    font-weight: 500;
    text-align: left !important;
    font-size: 16px;
    margin: 5px 0 2px;
}
.half-text-half-form-form .wpcf7-form .wpcf7-form-control-wrap textarea {
    border-radius: 25px;
    border: 0;
}
.half-text-half-form-form .wpcf7-form .wpcf7-form-control-wrap {
    border: 2px solid #a6230e;
    border-radius: 25px;
}


@media (min-width: 768px) {
    .half-text-half-form--container::before {
        left: -7%;
    }
}

/** ACCORDION **/
.accordion-section {
    padding: 0 0 60px 0;
}
.accordion-top-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}
.accordion-top-content h2 {
    font-size: 36px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}
.accordion-container {
    max-width: 790px;
    margin: 0 auto;
}
.accordion-item {
    background: #fff;
    border: none;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 13.7px 0 rgba(117, 117, 117, 0.63);
    transition: all 0.3s ease;
    border-bottom: 0 !important;
    padding: 0 !important;
}
.accordion-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.accordion-item-title {
    padding: 20px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.accordion-item-title.active {
    background: #A6240E;
}
.accordion-toggle {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    position: relative;
}
.accordion-toggle:before {
    display: none;
}
.accordion-toggle.active::before {
    display: none !important;
}
.accordion-item-title.active h3, .accordion-item-title.active .accordion-icon {
    color: #fff;
}
.accordion-item-title h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    flex: 1;
}
.accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    transition: all 0.3s ease;
}
.accordion-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-icon .icon-plus {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
.accordion-item-title.active .accordion-icon .icon-plus {
    opacity: 0;
    transform: rotate(90deg) scale(0.8);
}
.accordion-icon .icon-minus {
    opacity: 0;
    transform: rotate(-90deg) scale(0.8);
}
.accordion-item-title.active .accordion-icon .icon-minus {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}
.accordion-item-title.active + .accordion-item-content {
    background: #A6240E;
}
.accordion-item-content {
    display: none;
}
.accordion-item-content-inner {
    padding: 0 18px 20px;
    color: #fff;
}
.accordion-item-content-inner p:last-child {
    margin: 0;
}