/* Extra Small Mobile (< 375px) */
@media (max-width: 321px) {
    .bottom-blur {
        height: 15px !important;
    }

    .banner-section .bottom-blur {
        height: 120px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }
    .arrow-icon{
        display: none !important;
    }
    
    /* New Banner Buttons - Small Devices */
    .btn-banner-demo {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1rem !important;
        height: 1.2rem !important;
    }
}
 

/* Extra Small Mobile (< 375px) */
@media (max-width: 361px) {
    .bottom-blur {
        height: 15px !important;
    }

    .banner-section .bottom-blur {
        height: 120px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }

    .faq-section .faq-question-mark {
        left: 50% !important;
        transition: none !important;
        display: block !important;
        visibility: visible !important;
    }
    .arrow-icon{
        display: none !important;
    }
    
    /* New Banner Buttons - Small Devices */
    .btn-banner-demo {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1rem !important;
        height: 1.2rem !important;
    }
}


@media (max-width: 370px) {
    .bottom-blur {
        height: 15px !important;
    }

    .banner-section .bottom-blur {
        height: 120px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }
    .arrow-icon{
        display: none !important;
    }
    
    /* New Banner Buttons - Small Devices */
    .btn-banner-demo {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1rem !important;
        height: 1.2rem !important;
    }
}

/* Extra Small Mobile (< 375px) */
@media (max-width: 374px) {
    .bottom-blur {
        height: 20px !important;
    }

    .banner-section .bottom-blur {
        height: 150px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }
    .arrow-icon{
        display: none !important;
    }
}


/* Extra Small Mobile (< 375px) */
@media (max-width: 376px) {
    .banner-section .heading h1 {
        font-size: 22px !important;
        line-height: 1.25 !important;
      }
      .banner-section .heading p {
        font-size: 12px !important;
        width: 70%;
        text-align: center !important;
        margin: 0rem auto 1rem auto;
      }
    .bottom-blur {
        height: 20px !important;
    }

    .banner-section .bottom-blur {
        height: 150px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }
    .arrow-icon{
        display: none !important;
    }
}


/* Extra Small: Mobile Portrait (< 400px) */
@media (max-width: 399px) {
    .bottom-blur {
        height: 30px !important;
    }

    .banner-section .bottom-blur {
        height: 180px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }
    .arrow-icon{
        display: none !important;
    }
}

/* Extra Small Mobile (< 375px) */
@media (max-width: 420px) {
    .bottom-blur {
        height: 30px !important;
    }
    .banner-section{
        height: 100vh !important;
    }
    .banner-section .heading{
        padding-top: 30% !important;
    }
    .banner-section .bottom-blur {
        height: 80px !important;
    }
    .banner-section .heading h1 {
        font-size: 24px;
        line-height: 1.25 !important;
      }
      .banner-section .heading p {
        font-size: 12px !important;
        width: 70%;
        text-align: center !important;
        margin: 0rem auto 1rem auto;
      }
      .banner-section .banner-animation{
        background-size: cover !important;
        height: 300px !important;
      }
      .banner-section .banner-animation .banner1 {
        width: 40% !important;
        top: 6% !important;
        left: 35% !important;
      }
      .banner-section .banner-animation .banner2 {
        width: 45% !important;
        bottom: 32% !important;
        left: 12% !important;
      }
      .banner-section .banner-animation .banner3 {
        width: 42% !important;
        bottom: 12% !important;
        left: 52% !important;
      }
    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 10% !important;
    }

    .faq-question-mark img {
        max-width: 200px;
        width: 40%;
    }

    .faq-section .faq-question-mark {
        width: fit-content !important;
        left: 50% !important;
        transition: none !important;
        display: block !important;
        visibility: visible !important;
    }
    .contact-form .form-label{
        margin-bottom: 0 !important;
        margin-top: 6px !important;
    }
    .arrow-icon{
        display: none !important;
    }
    
    /* New Banner Buttons - Small Devices */
    .btn-banner-demo {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1rem !important;
        height: 1.2rem !important;
    }
    .trust-section{
        padding-bottom: 5%;
        padding-top: 5rem !important;
      }
}
@media (max-width: 420px) and (max-height: 700px) {
    .banner-section .heading{
        padding-top: 15% !important;
    }
    .trust-section{
        padding-bottom: 5%;
        padding-top: 5rem !important;
      }
}

/* Extra Small Mobile (< 375px) */
/* Mobile Portrait (< 576px) */
@media (min-width: 421px) and (max-width: 449px) {
    .banner-section{
        height: 90vh !important;
    }
    .banner-section .heading h1 {
        font-size: 26px;
        line-height: 1.25 !important;
      }
      .banner-section .heading p {
        font-size: 12px !important;
        width: 70%;
        text-align: center !important;
        margin: 0rem auto 1rem auto;
      }
      .banner-section .banner-animation{
        background-size: cover !important;
        height: 300px !important;
      }
      .banner-section .banner-animation .banner1 {
        width: 40% !important;
        top: 6% !important;
        left: 35% !important;
      }
      .banner-section .banner-animation .banner2 {
        width: 50% !important;
        bottom: 25% !important;
        left: 8% !important;
      }
      .banner-section .banner-animation .banner3 {
        width: 45% !important;
        bottom: 2% !important;
        left: 52% !important;
      }
    .bottom-blur {
        height: 30px !important;
    }

    .banner-section .bottom-blur {
        height: 80px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }



    .faq-question-mark img {
        width: 38%;
        height: auto;
        object-fit: contain;
    }

    .faq-section .faq-question-mark {
        width: fit-content !important;
        left: 50% !important;
        transition: none !important;
        display: block !important;
        visibility: visible !important;
    }
    .contact-form .form-label {
        margin-bottom: 0 !important;
        margin-top: 6px !important;
      }
    .arrow-icon{
        display: none !important;
    }
    
    /* New Banner Buttons - Small Devices */
    .btn-banner-demo {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1rem !important;
        height: 1.2rem !important;
    }
    .trust-section{
        padding-bottom: 5%;
        padding-top: 5rem !important;
      }
}

/* Mobile Portrait (< 576px) */
@media (min-width: 450px) and (max-width: 575px) {
    .bottom-blur {
        height: 30px !important;
    }

    .banner-section .bottom-blur {
        height: 180px !important;
    }

    .lock-section-inner-text h2 {
        font-size: 1.5rem !important;
        line-height: 1.7rem !important;
    }

    .why {
        margin-top: 10% !important;
        padding-top: 50% !important;
    }

    .faq-section .faq-question-mark {
        left: 50% !important;
        transition: none !important;
        display: block !important;
        visibility: visible !important;
    }
    .arrow-icon{
        display: none !important;
    }
}




@media (max-height: 600px) and (orientation: landscape) {
    .banner-section .heading {
        padding-top: 6%;
        width: 90%;
      }
    .banner-section .banner-animation{
        width: 52% !important;
    }
    .bottom-blur {
        height: 30px !important;
    }

    .work-system-section {
        height: auto !important;
    }

    .experience-work-section {
        padding-top: 8% !important;
    }
    .faq-question-mark img {
        width: 12% !important;
    }
    .cta-decorative-right{
        width: 440px !important;
    }
    
    /* Remove animations for buttons in mobile landscape view */
    .btn-global.load-animate,
    .btn-automated.load-animate,
    .btn-real.load-animate,
    .btn-arrow.load-animate,
    .btn-arrow2.load-animate,
    .btn-arrow3.load-animate,
    .btn-global.load-animate.show,
    .btn-automated.load-animate.show,
    .btn-real.load-animate.show,
    .btn-arrow.load-animate.show,
    .btn-arrow2.load-animate.show,
    .btn-arrow3.load-animate.show {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
    .metric-value{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .metric-label{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .partners-card-text {
        font-size: 1.575rem;
        line-height: 2.3rem;
        margin-top: 20%;
        margin-left: 8%;
        margin-bottom: 0px;
    }.quote-mark-overlay {
        position: absolute;
        top: 20%;
        left: 40px;
        width: 25%;
        height: 33%;
    }

    .partner-logo {
        width: clamp(22%, 5vw, 100px);
        height: clamp(100px, 5vw, 100px);
        padding: clamp(6px, 0.75vw, 12px);
    }

    .partners-logos-desktop {
        padding: 0px 40px 40px 40px;
    }

}

/* SM Breakpoint: Mobile Landscape (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    .faq-title {
        font-size: 3rem;
        line-height: 3rem;
    }

    .faq-question-mark img {
        width: 14%;
    }
    .innerdashboard-img {
        width: 69%;
        height: 60%;
        left: 58%;
        top: 53%;
      }

      .top-right-img {
        width: 15%;
        right: 3%;
        top: 5%;
      }
      .bottom-left-img {
        width: 17%;
      }
      .experience-work-content-card {
        width: 30% !important;
        margin-bottom: 1.25rem;
      }
      .exp-img-icon .img-fluid {
        width: 20%;
      }
      .exp-cont-inner h3{
        font-size: 1rem;
        line-height: 1rem;
      }
      .exp-cont-inner p{
        font-size: 0.6rem;
        line-height: 0.8rem;
      }
      .metric-item{
        width: 33.33% !important;
      }
      .footer-column{
        width: 33.33% !important;
      }
      .footer-column-heading{
        width: 100% !important;
      }
      .card-items{
        width: 50% !important;
      }
      .contact-form-card {
        border-radius: 24px;
        max-width: 90%;
        margin: 44px auto 0% auto !important;
      }
      .cta-decorative-right {
        width: 200px !important;
      }
      .bridge-container{
        top: 50px !important;
      }
      .trust-section{
        padding-bottom: 5%;
        padding-top: 5rem !important;
      }
      .trust-section .images{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }
      .trust-section .left-side-text-center{
        padding-right: 0 !important;
      }
      .timeline-content{
        min-height: 70px !important;
      }
      .timeline-line{
        left: 7% !important;
      }
      .services-dropdown-content{
        padding: 0rem 50px;
      }
      .services-image-wrapper img{
        width: 80% !important;
        margin: auto;
      }
      .products-dropdown-content {
        padding: 0rem 50px;
      }
      .industries-dropdown-content {
        padding: 0rem 50px;
      }
      .footer-divider-1, .footer-divider-2{
        width: 42% !important;
      }
      .services-list{
        padding-left: 0 !important;
      }
      .partners-card, .customers-card {
        height: 560px;
      }
      .center-phoenix-logo{
        width: 20%;
        height: 30%;
      }
      .concentric-rings::before{
        bottom: -28% !important;
        width: 370px;
        height: 370px;
      }
      .concentric-rings::after {
        width: 470px;
        height: 470px;
        bottom: -38% !important;
      }
      .customers-logo-container::before {
        width: 570px !important;
        height: 570px !important;
        bottom: -48% !important;
      }
    .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 55px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 55px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 55px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 55px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 55px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 55px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 55px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 55px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 55px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 55px;
      }
}
@media (min-width: 638px) and (max-width: 768px) and (orientation: landscape) {
    .text-image, .text-image-section {
      padding-bottom: 10% !important;
    }
}
/* Tablet */
/* Small laptop */
@media (min-width: 768px) and (max-width: 992px) {

  .products-dropdown-content, .services-dropdown-content, .industries-dropdown-content {
    padding: 0rem 30px !important;
  }

  .product-name, .service-name, .industry-name{
    font-size: 10px !important;
  }
  .product-name b{
    display: block !important;
  }
  .product-name span{
    display: none !important;
  }
  .products-column:last-child{
    padding-left: 0 !important;
  }

    .bottom-blur {
        height: 50px !important;
    }

    /* .partner-btn {
        display: unset !important;
    } */

    .main-header .btn-contact {
        padding: 10% 17% !important;
    }
    
    /* New Banner Buttons - Tablet */
    .btn-banner-demo {
        padding: 10px 24px !important;
        font-size: 16px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 3rem !important;
        height: 3rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1.1rem !important;
        height: 1.3rem !important;
    }

    .faq-section {
        padding-top: 50px !important;
    }

    /* FAQ Question Mark - Override mobile styles for tablet - enable animation */
    .faq-section .faq-question-mark {
        left: 0% !important;
        opacity: 0.15 !important;
        transition: left 0.8s ease 0.2s, opacity 0.8s ease 0.2s !important;
        display: block !important;
        visibility: visible !important;
    }

    .faq-section.animate-in .faq-question-mark {
        left: 50% !important;
        opacity: 0.15 !important;
    }

    .faq-question-mark img {
        width: 13%;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-logo-img {
        max-width: 100% !important;
    }
    .main-nav{
        justify-content: center !important;
    }

    .partners-card, .customers-card {
        height: 560px;
      }
      .center-phoenix-logo{
        width: 20%;
        height: 30%;
      }
      .concentric-rings::before{
        bottom: -28% !important;
        width: 370px;
        height: 370px;
      }
      .concentric-rings::after {
        width: 470px;
        height: 470px;
        bottom: -38% !important;
      }
      .customers-logo-container::before {
        width: 570px !important;
        height: 570px !important;
        bottom: -48% !important;
      }
    .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 55px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 55px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 55px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 55px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 55px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 55px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 55px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 55px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 55px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 55px;
      }

    /* Testimonials Section - Reduced Card Heights */
    .testimonials-masonry-grid {
        grid-auto-rows: 120px !important;
        gap: 20px !important;
    }

    .testimonial-card {
        padding: 24px !important;
    }

    .testimonial-content {
        gap: 0 !important;
    }

    .testimonial-quote {
        font-size: 9px !important;
        line-height: 11px !important;
        margin-bottom: 14px !important;
    }

    .testimonial-author {
        gap: 10px !important;
        margin-top: 0 !important;
    }

    .author-avatar {
        width: 30px !important;
        height: 30px !important;
    }

    .author-info {
        gap: 1px !important;
    }

    .author-role {
        font-size: 9px !important;
        line-height: 10px !important;
    }

    .author-name {
        font-size: 8px !important;
        line-height: 12px !important;
    }

    /* Comment Icon Adjustments */
    .comment-icon {
        width: 30px !important;
        height: 30px !important;
        bottom: 24px !important;
        left: 24px !important;
    }

    .testimonial-card:nth-child(1) .comment-icon,
    .testimonial-card:nth-child(2) .comment-icon,
    .testimonial-card:nth-child(5) .comment-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .testimonial-card:nth-child(2) .comment-icon,
    .testimonial-card:nth-child(5) .comment-icon {
        right: 24px !important;
        bottom: 24px !important;
    }

    .testimonial-card:nth-child(3) .comment-icon,
    .testimonial-card:nth-child(4) .comment-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .video-card {
        min-height: 120px !important;
        padding: 0 !important;
    }

    /* Video Card Inner Elements */
    .youtube-icon {
        width: 30px !important;
        height: 30px !important;
        bottom: 24px !important;
        left: 24px !important;
    }

    .btn-watch-video {
        bottom: 24px !important;
        left: 24px !important;
        padding: 8px 10px !important;
        font-size: 10px !important;
    }
}


@media (min-width: 813px) and (max-width: 900px) {
    /* .partner-btn {
        display: unset !important;
    } */

    .footer-logo-img {
        max-width: 100% !important;
    }
    .partners-card, .customers-card {
        height: 560px;
      }
      .center-phoenix-logo{
        width: 20%;
        height: 30%;
      }
      .concentric-rings::before{
        bottom: -28% !important;
        width: 370px;
        height: 370px;
      }
      .concentric-rings::after {
        width: 470px;
        height: 470px;
        bottom: -38% !important;
      }
      .customers-logo-container::before {
        width: 570px !important;
        height: 570px !important;
        bottom: -48% !important;
      }

      .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 55px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 55px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 55px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 55px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 55px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 55px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 55px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 55px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 55px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 55px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 55px;
      }
}

@media (min-width: 900px) and (max-height: 600px) and (orientation: landscape){
    .partners-card, .customers-card{
        width: 90%;
        margin: auto;
    }
}
/* Desktop */
@media (min-width: 993px) and (max-width: 1024px) {
  .product-name b{
    display: block !important;
  }
  .product-name span{
    display: none !important;
  }
    .main-nav{
        justify-content: center !important;
    }
    .lock-section-inner-text h2 {
        font-size: 3.5rem !important;
        line-height: 3.5rem !important;
    }

    .lock-section {
        margin-bottom: 5%;
    }

    .bottom-blur {
        height: 60px !important;
    }

    .main-header .btn-contact {
        padding: 8% 24% !important;
    }

    .footer-logo-img {
        max-width: 100% !important;
    }

    /* trusted section cards */
    .trusted-leaders-cards {
        max-width: 100%;
      }
    .center-phoenix-logo {
        width: 16%;
        height: 25%;
      }
      .concentric-rings::before {
        width: 200px;
        height: 200px;
        bottom: -26%;
      }
      .concentric-rings::after {
        width: 300px;
        height: 300px;
        bottom: -42%;
      }
      .customers-logo-container::before {
        width: 400px !important;
        height: 400px !important;
        bottom: -56%;
      }
      .customers-logo-container::after {
        bottom: -53% !important;
      }
      .customer-logo{
        padding: 5px;
      }

      .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 380%;
        --size: 40px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 660%;
        --size: 40px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 365%;
        --size: 40px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 610%;
        --size: 40px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 530%;
        --size: 40px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 620%;
        --size: 40px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 530%;
        --size: 40px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 530%;
        --size: 40px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 560%;
        --size: 40px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 680%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 630%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 355%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 380%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 365%;
        --size: 40px;
      }

    /* Testimonials Section - Reduced Card Heights */
    .testimonials-masonry-grid {
      grid-auto-rows: 120px !important;
      gap: 20px !important;
  }

  .testimonial-card {
      padding: 24px !important;
  }

  .testimonial-content {
      gap: 0 !important;
  }

  .testimonial-quote {
      font-size: 10px !important;
      line-height: 12px !important;
      margin-bottom: 14px !important;
  }

  .testimonial-author {
      gap: 10px !important;
      margin-top: 0 !important;
  }

  .author-avatar {
      width: 30px !important;
      height: 30px !important;
  }

  .author-info {
      gap: 1px !important;
  }

  .author-role {
      font-size: 9px !important;
      line-height: 10px !important;
  }

  .author-name {
      font-size: 8px !important;
      line-height: 12px !important;
  }

  /* Comment Icon Adjustments */
  .comment-icon {
      width: 30px !important;
      height: 30px !important;
      bottom: 24px !important;
      left: 24px !important;
  }

  .testimonial-card:nth-child(1) .comment-icon,
  .testimonial-card:nth-child(2) .comment-icon,
  .testimonial-card:nth-child(5) .comment-icon {
      width: 30px !important;
      height: 30px !important;
  }

  .testimonial-card:nth-child(2) .comment-icon,
  .testimonial-card:nth-child(5) .comment-icon {
      right: 24px !important;
      bottom: 24px !important;
  }

  .testimonial-card:nth-child(3) .comment-icon,
  .testimonial-card:nth-child(4) .comment-icon {
      width: 30px !important;
      height: 30px !important;
  }

  .video-card {
      min-height: 120px !important;
      padding: 0 !important;
  }

  /* Video Card Inner Elements */
  .youtube-icon {
      width: 30px !important;
      height: 30px !important;
      bottom: 24px !important;
      left: 24px !important;
  }

  .btn-watch-video {
      bottom: 24px !important;
      left: 24px !important;
      padding: 8px 10px !important;
      font-size: 10px !important;
  }
}

@media (min-width: 993px) and (max-width: 1024px) and (orientation: landscape) {
    .lock-section {
        padding: 7% 0 7% 0 !important;
    }

    .product-name {
        font-size: 0.9rem;
    }

    .service-name {
        font-size: 0.9rem;
    }

    .industry-name {
        font-size: 0.9rem;
    }

    .product-icon {
        width: 30px;
        height: 30px;
    }

    .service-icon {
        width: 30px;
        height: 30px;
    }

    .industry-icon {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 932px) and (max-height: 430px) and (orientation: landscape) {}


@media (min-width: 1025px) and (max-width: 1200px)and (orientation: landscape) {
  .product-name b{
    display: block !important;
  }
  .product-name span{
    display: none !important;
  }
    .bottom-blur {
        height: 70px !important;
    }

    .lock-section {
        padding: 10% 0 6% 0 !important;
    }

    .lock-section-inner-text h2 {
        font-size: 2.75rem !important;
        line-height: 3.375rem !important;
    }

    
    /* trusted section cards */
    
    .center-phoenix-logo {
        width: 16%;
        height: 25%;
      }
      .concentric-rings::before {
        width: 200px;
        height: 200px;
        bottom: -26%;
      }
      .concentric-rings::after {
        width: 300px;
        height: 300px;
        bottom: -42%;
      }
      .customers-logo-container::before {
        width: 400px !important;
        height: 400px !important;
        bottom: -56%;
      }
      .customers-logo-container::after {
        bottom: -53% !important;
      }
      .customer-logo{
        padding: 5px;
      }

      .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 380%;
        --size: 40px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 660%;
        --size: 40px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 365%;
        --size: 40px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 610%;
        --size: 40px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 530%;
        --size: 40px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 620%;
        --size: 40px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 530%;
        --size: 40px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 530%;
        --size: 40px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 560%;
        --size: 40px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 680%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 630%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 355%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 380%;
        --size: 40px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 365%;
        --size: 40px;
      }
}

@media (min-width: 1025px) and (max-width: 1200px)and (orientation: landscape) {
    .partners-card-text {
        font-size: 1.375rem;
        line-height: 1.7rem;
        margin-top: 20%;
        margin-left: 8%;
        margin-bottom: 0px;
    }
    .quote-mark-overlay {
        position: absolute;
        top: 20%;
        left: 40px;
        width: 25%;
        height: 33%;
    }
    .partner-logo {
        width: clamp(25%, 5vw, 100px);
        height: clamp(100px, 5vw, 100px);
        padding: clamp(6px, 0.75vw, 12px);
    }
    .testimonial-quote {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0px;
    }
}


@media only screen and (min-width: 1180px) and (max-width: 1180px) and (min-height: 820px) and (max-height: 820px) and (aspect-ratio: 1180/820) and (hover: none) and (pointer: coarse) {
    .main-header .btn-contact {
        padding: 8% 24% !important;
    }
}



@media (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
    .btn-contact {
        padding: 7% 25% !important;
        font-size: 15px !important;
        margin-top: 5% !important;
    }

    .btn-contact.rounded-pill {
        padding: 7% 25% !important;
        font-size: 15px !important;
        margin-top: 5% !important;
    }
    
    /* New Banner Buttons - Tablet Portrait */
    .btn-banner-demo {
        padding: 10px 24px !important;
        font-size: 15px !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 2.8rem !important;
        height: 2.8rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1.1rem !important;
        height: 1.3rem !important;
    }
    .btn-contact.rounded-circle img{
      width: 1rem !important;
      height: 1rem !important;
      object-fit: contain;
      transition: transform 0.3s ease;
      transform: rotate(0deg);
    } 
    /* .btn-contact.rounded-circle {
        width: 2.5rem !important;
        height: 2.5rem !important;
      }
      
    /* .testimonial-quote {
        font-weight: 500;
        font-size: 13px !important;
        line-height: 20px !important;
        margin-bottom: 0px;
    } */

    .lock-section-inner-image img {
        height: 90% !important;
    }

    .lock-section-inner-image img {
        width: 90%;
        top: -20% !important;
    }

    .lock-section {
        padding: 15% 0 8% 0 !important;
    }

    /* .partner-btn {
        display: unset !important;
    } */


    /* .customers-logo-container::after {
        width: 130% !important;
    }

    .customers-logo-container::before {
        width: 115% !important;
    }

    .concentric-rings::after {
        width: 95% !important;
    } */


    /* .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 700%;
        --size: 50px;
    }

    .customers-logo-desktop .fedex {
        --angle: -24deg;
        --radius: 340%;
        --size: 50px;
    }

    .customers-logo-desktop .us-army {
        --angle: -51deg;
        --radius: 410%;
        --size: 50px;
    }

    .customers-logo-desktop .cat {
        --angle: -28deg;
        --radius: 720%;
        --size: 50px;
    }

    .customers-logo-desktop .delta {
        --angle: 370deg;
        --radius: 340%;
        --size: 50px;
    }

    .customers-logo-desktop .unitec {
        --angle: 25deg;
        --radius: 380%;
        --size: 50px;
    }

    .customers-logo-desktop .lockhead {
        --angle: -70deg;
        --radius: 475%;
        --size: 50px;
    }

    .customers-logo-desktop .goldman {
        --angle: 45deg;
        --radius: 485%;
        --size: 50px;
    }

    .customers-logo-desktop .cola {
        --angle: 420deg;
        --radius: 470%;
        --size: 50px;
    }

    .customers-logo-desktop .w-icon {
        --angle: 450deg;
        --radius: 420%;
        --size: 50px;
    }

    .customers-logo-desktop .logo-wells {
        --angle: 430deg;
        --radius: 390%;
        --size: 50px;
    }

    .customers-logo-desktop .logo-ge {
        --angle: 355deg;
        --radius: 485%;
        --size: 50px;
    }

    .customers-logo-desktop .logo-stanley {
        --angle: 275deg;
        --radius: 375%;
        --size: 50px;
    }

    .customers-logo-desktop .logo-yazaki {
        --angle: 36deg;
        --radius: 450%;
        --size: 50px;
    } */
}

@media (min-width: 1080px) and (max-height: 810px) and (orientation: landscape) {
    .lock-section-inner-image img {
        height: 80% !important;
        top: -15% !important;
    }

    .lock-content-left {
        padding: 3rem 5rem !important;
    }
    .partners-card,
    .customers-card {
        height: 460px;
    }

    /* .why {
        margin-top: 10% !important;
      } */
}

@media (min-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
    .lock-section {
        padding-top: 10% !important;
    }

    .lock-section-inner {
        width: 90% !important;
    }

    .lock-section-inner-image img {
        height: 90% !important;
        top: -12% !important;
    }

    .lock-section-inner-text h2 {
        font-size: 4rem !important;
        line-height: 5rem !important;
    }

    .lock-section-inner-text p {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .btn-become-partner {
        font-size: 30px !important;
    }
}

@media (min-width: 1194px) and (max-height: 834px) and (orientation: landscape) {
    .lock-section-inner {
        width: 90% !important;
    }

    .lock-section-inner-image img {
        height: 90% !important;
        top: -12% !important;
    }

    .lock-section {
        margin-top: 100px !important;
    }

    .testimonials-section {
        padding: 150px 0 150px 0;
    }

    /* .why {
        margin-top: 10% !important;
    } */

}

/* Desktop */
@media (min-width: 1201px) and (max-width: 1400px) {
    .banner-section .heading h1 {
        font-size: 4rem;
        line-height: 60px !important;
        padding-bottom: 1% !important;
    }
    .banner-section .heading p{
        font-size: 1.1rem !important;
    }
    .banner-section .banner-animation{
        width: 85% !important;
    }

    .lock-section {
        padding: 7% 0 7% 0 !important;
    }

    .lock-section-inner {
        width: 90% !important;
    }

    .lock-section-inner-text h2 {
        font-size: 4rem !important;
        line-height: 5rem !important;
    }

    .lock-section-inner-text p {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .btn-become-partner {
        font-size: 30px !important;
    }

    .cta-decorative-right {
        width: 500px;
    }

    .footer-logo-img {
        max-width: 100% !important;
    }

    .faq-question-mark img {
        width: 24% !important;
    }

    /* trusted section cards */
    .partners-card,
    .customers-card {
        height: 450px;
    }

    .center-phoenix-logo {
        width: 22%;
        height: 32%;
      }
      .concentric-rings::before {
        width: 250px;
        height: 250px;
      }
      .concentric-rings::after {
        width: 350px;
        height: 350px;
      }
      .customers-logo-container::before {
        width: 450px !important;
        height: 450px !important;
      }
      .customers-logo-container::after {
        bottom: -50% !important;
      }
      .customer-logo{
        padding: 6px;
      }

      .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 45px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 45px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 45px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 45px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 45px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 45px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 45px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 45px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 45px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 45px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 45px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 45px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 45px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 45px;
      }

      .testimonials-masonry-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px;
        /* Base row height for short cards - compact size */
        gap: 24px;
        width: 100%;
    }
    .testimonial-quote {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0px;
    }
}

@media (min-width: 1366px) and (max-width: 1366px) and (min-height: 1024px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .customers-logo-container::after {
        bottom: -45% !important;
      }
}




/* Desktop */
@media (min-width: 1401px) and (max-width: 1600px) {
    .banner-section .heading h1 {
        font-size: 4.5rem;
        padding-bottom: 1%;
    }


    .lock-section-inner {
        width: 85% !important;
    }

    .lock-section-inner-text h2 {
        font-size: 5rem !important;
        line-height: 5rem !important;
    }

    .lock-section-inner-image img {
        top: -20% !important;
    }


    /* navbar */
    .products-dropdown-content {
        min-height: 300px !important;
        padding: 0rem 150px 0px 150px;
    }

    .products-categories {
        padding: 2rem 0 0 0 !important;
    }

    .services-dropdown-content {
        min-height: 300px !important;
    }

    .industries-dropdown-content {
        min-height: 300px !important;
    }

    .industries-categories {
        padding: 3rem 0 0 0 !important;
    }

    .industries-column:last-child {
        padding-left: 2rem;
    }

    .products-column:last-child {
        padding-left: 2rem;
    }

    .product-name {
        font-size: 0.9rem;
    }

    .service-name {
        font-size: 0.9rem;
    }

    .industry-name {
        font-size: 0.9rem;
    }

    .product-icon {
        width: 30px;
        height: 30px;
    }

    .service-icon {
        width: 30px;
        height: 30px;
    }

    .industry-icon {
        width: 30px;
        height: 30px;
    }

    .cta-decorative-right {
        width: 500px;
    }

    .social-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .cta-heading {
        font-family: 'Bagoss Standard TRIAL', sans-serif;
        font-weight: 500;
        font-size: 3rem !important;
        line-height: 3.375rem !important;
        color: #ffffff;
        margin-bottom: 2%;
        padding: 0;
    }

    .cta-subheading {
        font-size: 1rem !important;
        line-height: 1.75rem !important;
    }

    .btn-cta-consultation {
        margin-top: 3% !important;
        border-radius: 16px !important;
        padding: 1.5% 6% !important;
        font-size: 1.375rem !important;
    }

    .cta-decorative-right {
        width: 500px !important;
        height: 631px !important;
    }
}

/* Desktop Prem laptop */
@media (min-width: 1601px) and (max-width: 1800px) {
    .products-dropdown-content {
        padding: 0rem 150px 0px 150px;
    }
}

/* Desktop */
@media (min-width: 1801px) and (max-width: 2000px) {
    .contact-form .form-label{
        margin-bottom: 0 !important;
        margin-top: 5% !important;
    }
    .products-dropdown-content {
        padding: 0rem 150px 0px 150px;
    }
    .banner-section .heading h1 {
        font-size: 4.9rem;
        padding-bottom: 1%;
    }
    .lock-section{
        padding: 7% 0 4% 0 !important;
    }

    .trusted-leaders-title {
        font-size: 5rem;
        line-height: 100px;
    }

    .work-system-section {
        margin-bottom: 0 !important;
        margin-top: 5rem !important;
    }

    .bridge1 {
        margin: 2% 0 !important;
    }
}


@media (min-width: 1801px) and (max-width: 2000px) and (min-height: 600px) and (max-height: 830px){
  .partners-card, .customers-card {
    height: 530px;
  }
}
@media (min-width: 2001px) and (max-width: 2200px) {
    .products-dropdown-content {
        padding: 0rem 150px 0px 150px;
    }

    .trusted-leaders-cards {
        max-width: 1400px;
    }

    .customers-logo-desktop .haier {
        --angle: -45deg;
        --radius: 700%;
        --size: 60px;
    }

    .customers-logo-desktop .fedex {
        --angle: -24deg;
        --radius: 270%;
        --size: 60px;
    }

    .customers-logo-desktop .us-army {
        --angle: -51deg;
        --radius: 428%;
        --size: 60px;
    }

    .customers-logo-desktop .cat {
        --angle: -28deg;
        --radius: 760%;
        --size: 60px;
    }

    .customers-logo-desktop .delta {
        --angle: 370deg;
        --radius: 390%;
        --size: 60px;
    }

    .customers-logo-desktop .unitec {
        --angle: 25deg;
        --radius: 415%;
        --size: 60px;
    }

    .customers-logo-desktop .lockhead {
        --angle: -70deg;
        --radius: 665%;
        --size: 60px;
    }

    .customers-logo-desktop .goldman {
        --angle: 45deg;
        --radius: 590%;
        --size: 60px;
    }

    .customers-logo-desktop .cola {
        --angle: 425deg;
        --radius: 540%;
        --size: 60px;
    }

    .customers-logo-desktop .w-icon {
        --angle: 450deg;
        --radius: 420%;
        --size: 60px;
    }

    .customers-logo-desktop .logo-wells {
        --angle: 430deg;
        --radius: 320%;
        --size: 60px;
    }

    .customers-logo-desktop .logo-ge {
        --angle: 355deg;
        --radius: 450%;
        --size: 60px;
    }

    .customers-logo-desktop .logo-stanley {
        --angle: 275deg;
        --radius: 275%;
        --size: 60px;
    }

    .customers-logo-desktop .logo-yazaki {
        --angle: 45deg;
        --radius: 335%;
        --size: 60px;
    }

    .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 50px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 50px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 50px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 50px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 50px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 50px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 50px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 50px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 50px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 50px;
      }
}

@media (min-width: 2201px) and (max-width: 2400px) {
    .products-dropdown-content {
        padding: 0rem 150px 0px 150px;
    }

    .partners-card, .customers-card {
        height: 530px;
      }

    .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 50px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 50px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 50px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 50px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 50px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 50px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 50px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 50px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 50px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 50px;
      }
}

@media (min-width: 2401px) and (max-width: 2600px) {
    .products-dropdown-content {
        padding: 0rem 150px 0px 150px;
    }
    .banner-section .banner-animation {
        width: 80%;
    }

    .btn-contact.rounded-circle {
        width: 3.5rem !important;
        height: 3.5rem !important;
    }
    
    /* New Banner Buttons - Large Desktop */
    .btn-banner-demo {
        padding: 12px 28px !important;
        font-size: 1.125rem !important;
    }
    
    .btn-banner-arrow.rounded-circle {
        width: 3.188rem !important;
        height: 3.188rem !important;
    }
    
    .btn-banner-arrow.rounded-circle img {
        width: 1.2rem !important;
        height: 1.5rem !important;
    }

    .work-system-content-left-text h4 span {
        font-size: 4rem;
    }

    .work-system-content-left-text p {
        font-size: 1.5rem;
        line-height: 35px;
    }

    .work-system-btns {
        align-items: center;
    }

    .lock-section {
        padding: 1% 0 3% 0 !important;
    }

    .lock-section-inner {
        background-image: url(../images/lock-section-big-bg.png);
        background-size: cover;
    }

    .lock-section-inner::before {
        background-image: url(../images/lock-section-big-bg2.png);
        background-size: cover;
    }

    .lock-section-inner-text h2 {
        font-size: 6.75rem;
        line-height: 7.375rem;
    }

    .lock-section-inner-text p {
        font-size: 2.25rem;
        line-height: 40px;
    }

    .btn-become-partner {
        font-size: 2.75rem;
    }

    .lock-section-inner-image img {
        height: 100%;
    }

    .trusted-leaders-cards {
        max-width: 1400px;
    }

    .faq-question-mark img {
        width: 22% !important;
    }

    .faq-title {
        font-size: 7.5rem;
        line-height: 6.25rem;
    }

    .trusted-leaders-title{
        line-height: 150px;
    }
    
    .customers-logo-desktop .haier {
        --angle: -40deg;
        --radius: 450%;
        --size: 50px;
    }

    .customers-logo-desktop .fedex {
        --angle: -35deg;
        --radius: 700%;
        --size: 50px;
      }

      .customers-logo-desktop .us-army {
        --angle: 82deg;
        --radius: 400%;
        --size: 50px;
      }

    .customers-logo-desktop .cat {
        --angle: -50deg;
        --radius: 630%;
        --size: 50px;
      }

      .customers-logo-desktop .delta {
        --angle: 338deg;
        --radius: 600%;
        --size: 50px;
      }

      .customers-logo-desktop .unitec {
        --angle: 0deg;
        --radius: 680%;
        --size: 50px;
      }

      .customers-logo-desktop .lockhead {
        --angle: 65deg;
        --radius: 565%;
        --size: 50px;
      }

      .customers-logo-desktop .goldman {
        --angle: 25deg;
        --radius: 600%;
        --size: 50px;
      }

      .customers-logo-desktop .cola {
        --angle: 292deg;
        --radius: 575%;
        --size: 50px;
      }

      .customers-logo-desktop .w-icon {
        --angle: 398deg;
        --radius: 730%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-wells {
        --angle: 412deg;
        --radius: 660%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-ge {
        --angle: 360deg;
        --radius: 470%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-stanley {
        --angle: 400deg;
        --radius: 452%;
        --size: 50px;
      }

      .customers-logo-desktop .logo-yazaki {
        --angle: -80deg;
        --radius: 400%;
        --size: 50px;
      }
}

/* Disable hover animations for screens below 1400px */
@media (max-width: 1399px) {
    /* Disable testimonial card hover effects */
    .testimonial-card:hover {
        transform: none !important;
        box-shadow: 0px 2px 11.1px 0px #00000026 !important;
    }

    /* Disable comment icon hover animations */
    .testimonial-card:nth-child(1):hover .comment-icon,
    .testimonial-card:nth-child(2):hover .comment-icon,
    .testimonial-card:nth-child(3):hover .comment-icon,
    .testimonial-card:nth-child(4):hover .comment-icon,
    .testimonial-card:nth-child(5):hover .comment-icon {
        animation: none !important;
        transform: scale(0) rotate(-8deg) !important;
        opacity: 0 !important;
    }

    /* Disable video card hover effects */
    .video-card:hover {
        transform: none !important;
        box-shadow: 0px 2px 11.1px 0px #00000026 !important;
    }

    /* Disable YouTube icon hover animation */
    .video-card:hover .youtube-icon {
        animation: none !important;
        transform: scale(0) translate(0, 0) rotate(8deg) !important;
        opacity: 0 !important;
    }
}

/* Work System Tab Feature List and Button - Responsive Styles */
/* Mobile - Small screens */


@media (max-width: 767px) {
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 1.3rem !important;
        line-height: 1 !important;
        margin-bottom: 0.25rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 1rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .tab-feature-list {
        margin: 0 0 0.75rem 0 !important;
        gap: 0.2rem !important;
    }

    .feature-icon {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    .feature-text {
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
    }

    .btn-learn-more {
        padding: 10px 24px !important;
        font-size: 0.875rem !important;
        margin-top: 0 !important;
    }
}

/* Tablet - Medium screens */
@media (min-width: 768px) and (max-width: 1023.98px) {

  .work-system-section {
    height: 100vh !important;
    margin-bottom: 10% !important;
  }
  .work-system-content-inner-block {
    background-color: #FAFAFA;
    padding: 5% 5% 5% 5%;
    border-radius: 5%;
    margin: 0% 5% 0% 5%;
    /* background: linear-gradient(135deg, #ffffff, #f3f4f6); */
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .work-system-content-left-text{
    text-align: start !important;
  }
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 1.8rem !important;
        line-height: 1 !important;
        margin-bottom: 0.3rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 1.4rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-top: 0.875rem !important;
        margin-bottom: 0.875rem !important;
    }

    .tab-feature-list {
        margin: 0 0 0.875rem 0 !important;
        gap: 1rem !important;
    }

    .feature-icon {
        width: 25px !important;
        height: 25px !important;
        max-width: 25px !important;
        max-height: 25px !important;
        min-width: 25px !important;
        min-height: 25px !important;
    }

    .feature-text {
        font-size:1rem !important;
        line-height: 1.5 !important;
    }

    .btn-learn-more {
        padding: 11px 28px !important;
        font-size: 0.9375rem !important;
        margin-top: 0 !important;
    }
    .innerdashboard-img{
      width: 66%;
    }
}

/* Desktop - Medium screens */
@media (min-width: 1024px) and (max-width: 1200px) {
  .work-system-section {
    margin-bottom: 5% !important;
  }
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 1.35rem !important;
        line-height: 0.8 !important;
        margin-bottom: 0.3rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 0.9rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 0.65rem !important;
        line-height: 1.3 !important;
        margin-top: 0.7rem !important;
        margin-bottom: 0.7rem !important;
    }

    .tab-feature-list {
        margin: 0 0 0.875rem 0 !important;
        gap: 0.2rem !important;
    }

    .feature-icon {
        width: 28px !important;
        height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
    }

    .feature-text {
        font-size: 0.65rem !important;
        line-height: 1.3 !important;
    }

    .btn-learn-more{
      padding: 9px 12px;
      font-size: 0.65rem;
      line-height: 1.2;
    }
    .innerdashboard-img{
      width: 66%;
    }
}

/* Desktop - Large screens */
@media (min-width: 1201px) and (max-width: 1400px) {
  .work-system-section {
    margin-bottom: 5% !important;
  }
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 1.5rem !important;
        line-height: 0.8 !important;
        margin-bottom: 0.35rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 1rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .tab-feature-list {
        margin: 0 0 0.9375rem 0 !important;
        gap: 0.5rem !important;
    }

    .feature-icon {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .feature-text {
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
    }

    .btn-learn-more{
      padding: 10px 14px;
      font-size: 0.7rem;
      line-height: 1.2;
    }
    .innerdashboard-img{
      width: 66%;
    }
}

/* Large Desktop - 1401px to 1600px */
@media (min-width: 1401px) and (max-width: 1600px) {
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 1.75rem !important;
        line-height: 1 !important;
        margin-bottom: 0.25rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 1.4rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 0.875rem !important;
        line-height: 1.3 !important;
        margin-top: 0.9375rem !important;
        margin-bottom: 0.9375rem !important;
    }

    .tab-feature-list {
        margin: 0 0 0.9375rem 0 !important;
        gap: 0.25rem !important;
    }

    .feature-icon {
        width: 32px !important;
        height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
    }

    .feature-text {
        font-size: 0.775rem !important;
        line-height: 1.2 !important;
    }

    .btn-learn-more{
      font-size: 0.8rem;
      line-height: 1;
      padding: 10px 14px;
    }
}

/* Large Desktop - 1601px to 1800px */
@media (min-width: 1601px) and (max-width: 1800px) {
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 2rem !important;
        line-height: 0.8 !important;
        margin-bottom: 0.3625rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 1.6rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 0.875rem !important;
        line-height: 1.3 !important;
        margin-top: 0.96875rem !important;
        margin-bottom: 0.96875rem !important;
    }

    .tab-feature-list {
        margin: 0 0 0.96875rem 0 !important;
        gap: 0.25rem !important;
    }

    .feature-icon {
        width: 49px !important;
        height: 49px !important;
    }

    .feature-text {
        font-size: 0.8875rem !important;
        line-height: 1.5 !important;
    }
}

/* Large Desktop - 1801px and above */
@media (min-width: 1801px) {
    .work-system-content-left-text h4.tab-heading .tab-title-main {
        font-size: 2.4rem !important;
        line-height: 1 !important;
        margin-bottom: 0.375rem !important;
    }

    .work-system-content-left-text h4.tab-heading .tab-title-sub {
        font-size: 1.7rem !important;
        line-height: 1 !important;
    }

    .work-system-content-left-text p.tab-description {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .tab-feature-list {
        margin: 0 0 1rem 0 !important;
        gap: 0.75rem !important;
    }

    .feature-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .feature-text {
        font-size: 1.125rem !important;
        line-height: 1.5 !important;
    }
}
@media (max-height: 600px) and (orientation: landscape) {
  .work-system-section {
    margin-bottom: 80% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
  .work-system-section {
    margin-bottom: 5% !important;
  }
  .work-system-content-inner-block {
    background-color: #FAFAFA;
    padding: 5% 5% 5% 5%;
    border-radius: 5%;
    margin: 0% 5% 0% 5%;
    /* background: linear-gradient(135deg, #ffffff, #f3f4f6); */
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
}