body{
    margin: 0;
    padding: 0;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    background: #ffffff;
    transition: 0.3s;
}
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding: 0 !important
}
.container-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    transition: 0.3s;
}
header.show{
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
}
header.show .container-row{
    padding: 10px 0;
}

.logo img{
    width: 180px;
    transition: 0.3s;
}
header.show .logo img {
    width: 150px;
}
header .logo{
    padding: 0 !important;
}
nav ul{
    display: flex;
    list-style: none;
    gap: 30px;
}
nav ul li{
    position: relative;
}
nav ul li a{
    text-decoration: none;
    color: #3d424b;
    transition: 0.3s;
}
nav ul li a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #4a9ce8;
    bottom: -5px;
    left: 0;
    transition: 0.3s;
    transform: scale(0);
}
nav ul li:hover a::after{
    transform: scale(1);
}
nav ul li a.active::after{
    transform: scale(1);
}
nav ul li{
    font-size: 16px;
    text-transform: uppercase;
    color: #3d424b;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
}
.header-cols{
    display: flex;
    gap: 10px;
}
.primary-button{
    width: auto;
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    text-decoration: none;
    background-color: #28468c;
    display: inline-block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.primary-button::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #4a9ce8;
    top: 0;
    transition: 0.3s;
}
.primary-button:hover::after {
    width: 100%;
}
.gray.primary-button{
    background-color: #61656c;
}
.light-blue.primary-button{
    background-color: #4a9ce8;
}
.primary-button:hover{
    color: #ffffff !important;
}
.upper-footer{
    background: #4a9ce8;
    padding: 50px 0 70px 0; 
}
.lower-footer{
    background: #132754;
    padding: 50px 0; 
}
.upper-footer .container{
    display: flex;
    justify-content: space-between;
}
.footer-cols h4{
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    margin: 0 0 30px 0;
}
.footer-cols:first-child img{
    width: 340px;
}
.footer-cols:nth-child(2) img{
    width: 230px;
}
.footer-cols:nth-child(3) img{
    width: 110px;
}
.footer-logo img{
    width: 180px;
}
.footer-logo p{
    font-size: 16px;
    line-height: 22px;
    color: #6f788d;
    font-weight: 300;
    font-family: "Inter", sans-serif !important;
    margin: 15px 0 0 0;
}
.lower-footer .container{
    display: flex;
    justify-content: space-between;
}
.footer-links h2{
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}
.footer-links ul{
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.footer-links ul li{
    font-size: 16px;
    line-height: 22px;
    color: #8894b0;
    font-weight: 300;
    font-family: "Inter", sans-serif !important;
    position: relative;
}
.footer-links ul li a{
    color: #8894b0;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links ul li a:hover{
    color: #ffffff;
}
.footer-links ul li a::after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transform: scale(0);
    transition: 0.3s;
}
.footer-links ul li a:hover::after{
    transform: scale(1);
}
.footer-links h2{
    margin: 0 0 30px 0;
}
.slider-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
    justify-content: center;
}
.sldier-left.box-content {
    text-align: right;
}
.slider-right.box-content {
    text-align: left;
}
.table-row {
    text-align: center;
}
.banner-slider {
    padding: 150px 0 100px 0;
    float: left;
    width: 100%;
}
.table-row h2{
    font-size: 58px;
    line-height: 62px;
    color: #132754;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
    margin: 0;
}
.banner-slider-content {
    background: url(../images/banner-graph.png) no-repeat;
    background-size: 90%;
    background-position: bottom center;
}
.banner-slider-content .owl-carousel .owl-stage-outer{
    padding-bottom: 30px;
}
.banner-slider-content a.blue.primary-button {
    margin-top: 50px;
    display: inline-block;
}
.box-content-col{
    margin-bottom: 50px;
}
.box-content-col:last-child {
    margin-bottom: 0;
}
.box-content-col h3{
    font-size: 18px;
    color: #132754;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    margin: 0;
}
.box-content-col p {
    font-size: 16px;
    line-height: 20px;
    color: #61656c;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    margin: 0;
    max-width: 300px;
}
.banner-slider .owl-carousel .owl-nav .owl-prev {
    background: url(../images/prev-arrow.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    left: -5%;
}
.banner-slider .owl-carousel .owl-nav .owl-next{
    background: url(../images/next-arrow.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 45%;
    right: -5%;
}
.banner-slider .owl-carousel .owl-nav .owl-prev span, .banner-slider .owl-carousel .owl-nav .owl-next span{
    font-size: 0;
}
.primary-head{
    font-size: 58px;
    line-height: 62px;
    color: #132754;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
    margin: 0 0 50px 0;
}
.testimonials{
    padding-bottom: 100px;
    float: left;
    width: 100%;
}
.testimonials .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100px;
    width: auto;
    object-fit: contain;
    display: inline-block;
    margin-bottom: 20px;
}
.testimonial-cols {
    text-align: center;
}
.testimonial-row .owl-carousel.owl-drag .owl-item{
    border: 1px solid #d5dfef;
    border-radius: 30px;
    padding: 50px 40px;
    box-sizing: border-box;
    min-height: 385px;
}
.center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    flex-direction: column; 
    text-align: center;
  }
  .center-img img {
    max-width: 100%;
    height: auto;
  }
.testimonial-cols p{
    font-size: 16px;
    line-height: 22px;
    color: #3d424b;
    font-weight: 300;
    font-family: "Inter", sans-serif !important;
    text-align: center;
    margin: 0 0 40px 0;
}
.client-name{
    font-size: 16px;
    line-height: 22px;
    color: #132754;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
}
.testimonials .owl-dots, .client-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}
.testimonials .owl-dots .owl-dot, .client-slider .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #dadada;
    border-radius: 100px;
}
.testimonials .owl-dots .owl-dot.active, .client-slider .owl-dots .owl-dot.active{
    background: #132754;
}
.quote-icon {
    position: absolute;
    width: 120px;
    right: 0;
    top: -20px;
}
.testimonial-row {
    position: relative;
}
.cta-section{
    text-align: center;
    float: left;
    width: 100%;
    padding: 100px 0;
    
}
footer {
    float: left;
    width: 100%;
}
.cta-section .primary-head{
    margin-bottom: 0;
}
.cta-section p {
    font-size: 24px;
    line-height: 41px;
    color: #61656c;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
    margin: 0;
}
.shedule-demo{
    float: left;
    width: 100%;
   margin-bottom: 100px;
}
.shedule-demo-row {
    background-color: #132754;
    background-image: url("https://aldocontactcenter.web-stage.in/wp-content/uploads/2025/04/cta-image.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    padding: 80px;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-section .primary-button {
    margin-top: 20px;
    background: #4a9ce8;
}
.shedule-demo-row .left-row h2.primary-head{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.shedule-demo-row p{
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 300;
    font-family: "Inter Tight", sans-serif;
    letter-spacing: 0;
    margin-bottom: 0;
    max-width: 100%;
}
.shedule-demo-row .right-row .primary-button{
    background: #4a9ce8;
}
.client-slider{
    padding-bottom: 100px;
    float: left;
    width: 100%;
}
.client--wrapper .primary-head{
    margin-bottom:30px;
}
section.trusted-clients {
    float: left;
    width: 100%;
}
.trusted-client-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.trusted-client-content .cols1 {
    width: 33.3%;
    padding: 0 30px;
    text-align: center;
    border-right: 1px solid #ddd;
    min-height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.trusted-client-content .cols1:last-child{
    border: none;
}
.trusted-client-content {
    padding-bottom: 100px;
}
.trusted-client-content .cols1 img {
    height: 90px;
    width: auto;
    object-fit: contain;
}
.shedule-demo-row .right-row .primary-button::after, .cta-section .primary-button::after, .light-blue.primary-button::after {
    background: #28468c;
}
.mobile-menu-toggle {
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    display: none;
}
.mobile-menu-toggle span {
    width: 30px;
    height: 3px;
    background: #28468c;
    transition: 0.3s;
    display: inline-block;
}

.mobile-display{
    display: none;
}
.slider-image {
    width: 48%;
}
/* Responsive Media Queries */
@media (max-width: 1350px) {
    .container{
        max-width: 90% !important;
    }
    .banner-slider .owl-carousel .owl-nav .owl-next {
        right: -4%;
    }
    .banner-slider .owl-carousel .owl-nav .owl-prev{
        left: -4%;
    }
}
@media (max-width: 1200px) {
    .primary-button {
        padding: 12px 18px;
        font-size: 12px;
    }
    .slider-image {
        width: 45%;
    }
    .table-row h2, .primary-head {
        font-size: 52px;
        line-height: 60px;
    }
    .testimonial-row .owl-carousel.owl-drag .owl-item {
        padding: 30px 20px;
    }
}
@media (max-width: 1080px) {
    nav ul li {
        font-size: 14px;
    }
    nav ul {
        gap: 10px;
    }
    .header-cols {
        gap: 6px;
    }
    .logo img {
        width: 150px;
    }
    .footer-cols h4 {
        font-size: 20px;
    }
    .footer-cols:first-child img {
        width: 280px;
    }
    .footer-cols:nth-child(2) img {
        width: 180px;
    }
    .footer-cols:nth-child(3) img {
        width: 85px;
    }
    .footer-cols h4 {
        margin: 0 0 20px 0;
    }
    .table-row h2, .primary-head {
        font-size: 42px;
        line-height: 42px;
    }
    .quote-icon {
        width: 90px;
    }
    .trusted-client-content{
        padding: 0 !important;
    }
    .trusted-client-content .cols1 img {
        height: auto;
        width: 100%;
    }
    .shedule-demo-row {
        padding: 60px 40px;
    }
    .right-row {
        width: 200px;
    }
    .shedule-demo-row p {
        font-size: 18px;
        line-height: 24px;
    }
    section.trusted-clients {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .shedule-demo-row {
        padding: 60px 40px;
        gap: 30px;
    }
    .shedule-demo-row .right-row .primary-button {
        background: #4a9ce8;
        width: 150px;
        text-align: center;
    }
    .table-row h2, .primary-head {
        font-size: 38px;
        line-height: 40px;
    }
    .shedule-demo-row p {
        font-size: 16px;
        line-height: 23px;
    }
    .cta-section p {
        font-size: 20px;
        line-height: 22px;
    }
    .cta-section {
        padding: 80px 0;
    }
    .client-slider {
        padding-bottom: 80px;
    }
    .testimonials{
        padding-bottom: 80px;
    }
    .box-content-col p br{
        display: none;
    }
    .box-content-col {
        margin-bottom: 30px;
    }
    .banner-slider-content {
        background-position: center;
    }
    nav ul {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
        flex-direction: column;
        gap: 0;
    }
    nav ul li {
        font-size: 24px;
        width: auto;
        display: inline-block;
        padding-bottom: 20px;
        text-transform: capitalize;
        font-weight: 500;
    }
    nav ul li a::after{
        display: none;
    }
    .shedule-demo {
        margin-bottom: 50px;
    }
    .mobile-menu-toggle.active-icon span:nth-child(2){
        opacity: 0;
    }
    .mobile-menu-toggle.active-icon span:first-child{
        transform: rotate(45deg) translate(5px, 5px);
    }
    .mobile-menu-toggle.active-icon span:nth-child(3){
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .mobile-display{
        display: block;
    }
    .mobile-menu-toggle.active-icon {
        z-index: 9;
        position: fixed;
        right: 5%;
        top: 35px;
    }
    nav{
        padding: 80px 30px !important;
    }
    nav.active {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
    }
    .mobile-menu-toggle {
        display: flex;
    }
       
    nav, .header-cols{
        display: none;
    }
}
@media (max-width: 768px) {
    .upper-footer .container, .lower-footer .container {
        flex-direction: column;
        gap: 20px;
    }
    .footer-links h2 {
        margin: 0 0 15px 0;
    }
    .shedule-demo-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .shedule-demo-row {
        padding: 40px 30px;
        gap: 30px;
    }
    .table-row h2, .primary-head {
        font-size: 32px;
        line-height: 32px;
    }
    .cta-section p {
        font-size: 18px;
        line-height: 35px;
    }
    .cta-section {
        padding: 50px 0;
    }
    .client-slider {
        padding-bottom: 50px;
    }
    section.trusted-clients {
        padding-bottom: 50px;
    }
    .table-row h2, .primary-head {
        margin-bottom: 30px !important;
    }
    .testimonials{
        padding-bottom: 50px;
    }
    .trusted-client-content .cols1 img {
        height: 80px;
        width: 100%;
    }
    .trusted-client-content .cols1{
        border-right: none;
    }
    .quote-icon {
        width: 60px;
        top: -10px;
    }
    .slider-content {
        flex-direction: column;
    }
    .sldier-left.box-content {
        text-align: left;
        width: 100%;
    }
    .box-content-col {
        margin-bottom: 20px;
        text-align: center;
    }
    .box-content-col p br{
        display: none;
    }
    .box-content-col p{
        max-width: 100%;
    }
    .slider-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .upper-footer {
        padding: 50px 0;
    }
    .footer-cols {
        text-align: center;
    }
    .banner-slider {
        padding: 120px 0 0px 0;
    }
    .slider-content {
        padding-top: 10px;
    }
    .banner-slider .owl-carousel .owl-nav .owl-next, .banner-slider .owl-carousel .owl-nav .owl-prev{
        display: none;
    }
 
    .testimonial-row .primary-head {
        margin-bottom: 30px !important;
    }   
    .quote-icon {
        top: 45px;
        z-index: 2;
    }
   
}
@media (max-width: 600px) {
    .trusted-client-content {
        padding: 0 !important;
        flex-direction: column;
    }
    .trusted-client-content .cols1 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .trusted-clients .primary-head {
        margin-bottom: 10px !important;
        text-align: center;
    }
    .quote-icon {
        width: 60px;
    }
    .cta-section p {
        font-size: 18px;
        line-height: 26px;
    }
    .table-row h2, .primary-head {
        margin-bottom: 10px !important;
    }
    .testimonials .owl-dots, .client-slider .owl-dots {
        text-align: center;
        margin-top: 30px;
    }
    .footer-links ul {
        gap: 10px;
        flex-direction: column;
    }
    .banner-slider-content a.blue.primary-button {
        margin-top: 30px;
    }
}

