/* ==========================
   Laptop (768px - 1359px)
========================== */
@media (max-width: 1440px) {
    :root {
        --fs-56: 3rem;
        /* 48px */
        --fs-45: 2.5rem;
        /* 40px */
        --fs-36: 2rem;
        /* 32px */
        --fs-34: 1.875rem;
        /* 30px */
        --fs-32: 1.75rem;
        /* 28px */
        --fs-28: 1.625rem;
        /* 26px */
        --fs-24: 1.3125rem;
        /* 22px */
        --fs-22: 1.25rem;
        /* 20px */
        --fs-20: 1rem;
        /* 18px */
        --fs-18: 1rem;
        /* 16px */
        --fs-16: 0.9375rem;
        /* 15px */
    }
}

/* ==========================
   Tablet & Mobile (767px and below)
========================== */
@media (max-width: 767.98px) {
    :root {
        --fs-56: 2.25rem;
        /* 36px */
        --fs-45: 1.875rem;
        /* 30px */
        --fs-36: 1.75rem;
        /* 28px */
        --fs-34: 1.625rem;
        /* 26px */
        --fs-32: 1.5rem;
        /* 24px */
        --fs-28: 1.375rem;
        /* 22px */
        --fs-24: 1.25rem;
        /* 20px */
        --fs-22: 1.125rem;
        /* 18px */
        --fs-20: 1rem;
        /* 16px */
        --fs-18: 0.9375rem;
        /* 15px */
        --fs-16: 0.875rem;
        /* 14px */
        --fs-14: 0.8125rem;
        /* 13px */
        --fs-13: 0.75rem;
        /* 12px */
        --fs-12: 0.6875rem;
        /* 11px */
    }
}

@media (max-width: 540px) {
    :root {
        --fs-45: 1.625rem;
        /* 26px */

        --fs-36: 1.5rem;
        /* 24px */

    }

    h5 {
        font-size: var(--fs-20);
    }
}


@media (max-width: 1400px) {
    .interactive-container {
        max-width: 450px;
    }

    .hero-section {
        padding-top: 137px;
    }
}


/* Open on hover (Desktop only) */
@media (min-width:992px) {

    .home-nav.navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .home-nav.navbar .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }

}




@media (max-width: 991.98px) {

    .offcanvas-lg {
        width: 100%;
        height: 100vh !important;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;

    }

    .home-nav .navbar-nav {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .home-nav .navbar-nav .nav-link {
        font-size: var(--fs-24);
        padding: 16px 0;
    }

    .home-nav .offcanvas-lg {
        background: linear-gradient(120deg, var(--bg-1) 0%, #f2eefb 55%, var(--bg-2) 100%);
    }

    .home-nav .offcanvas-lg .navbar-nav {
        align-items: normal !important;
        text-align: left;
    }




    .mob-nav-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--navy);
        flex-shrink: 0;
    }

    .mob-nav-social-icon {
        width: 50px;
        height: 50px;
        background-color: var(--white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--navy);
        text-decoration: none;
        transition: .3s;
    }


    .cvg-img-large {
        min-height: auto;
    }





}



@media (max-width: 768px) {
    .home-nav .navbar-toggler {
        outline: 0;
        border: 0px;
        box-shadow: none
    }

    .home-nav .navbar-toggler:active,
    .home-nav .navbar-toggler:focus {
        border: 0px;
        outline: 0;
        box-shadow: none
    }

    .fst-colf {
        width: 50%;
    }

    .cust-gal-col {
        display: flex;
        column-gap: 20px;
    }

    .cvg-img-box {
        height: auto;
    }

    .abo-stats-card {
        padding: 15px;
    }

    .abo-stats-card .abo-stats-icon img {
        width: 30px;
    }

    .service-card .icon-box img {
        width: 40px;
    }





    .track {
        left: 20px;
        transform: none;
    }

    .step {
        grid-template-columns: 40px 1fr;
        column-gap: 20px;
        min-height: 0;
        padding-bottom: 44px;
    }

    .step:last-child {
        padding-bottom: 0;
    }

    .marker-col {
        grid-column: 1;
    }

    .step.side-left .step-card,
    .step.side-right .step-card {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        margin: 0;
        flex-direction: row;
        text-align: left;
        max-width: none;
    }

    .icon-chip {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .step-title {
        font-size: 17px;
    }





    .wd-pcb-board {
        width: 400px;
    }

    .wd-pcb-bg {
        height: 106px;
    }


}

@media (max-width: 575px) {

    .navbar-brand img {
        width: 170px;
    }

    .home-nav.scrolled {
        padding: 8px 0px;
    }

    .home-nav .offcanvas-lg {
        width: 100%;
    }

    .home-nav .offcanvas-lg .exp-margin {
        margin-bottom: 19px;
    }

    .home-nav {
        padding: 10px 0px;
    }

    .avatar-group img {
        width: 40px;
        height: 40px;
    }

    .hero-section {
        padding-top: 115px;
    }

    .interactive-container {
        max-width: 336px;
    }

    .callout-box {
        padding: 8px 10px;
        min-width: auto;
    }

    .callout-box h6 {
        font-size: 12px;
    }

    .callout-box p {
        font-size: 11px;
    }

    .btn {
        font-size: 13px;
        padding-left: 18px;
        padding-right: 18px;
    }

    #b-qspi {
        top: 24%;
        left: 72%;
        width: 100px;
    }

    #line-svg-qspi {
        transform: rotate(45deg);
        top: 26%;
        left: 68%;
    }

    .marquee-track {
        gap: 25px;
    }

    .offcanvas-body {
        padding-bottom: 124px;
    }

    .home-nav .offcanvas-lg .nav-item .btn-orange {
        margin-top: 21px;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 18px;
       
        bottom: 13px;
        width: 90%;
        left: 0px;
        margin-left: 5%;
        top: 79vh;
        height: 51px;
    }

    .about-gallery {
        height: 290px;
    }

    .hero-section {
        padding-bottom: 30px
    }



    /* trusted-section */
    .trusted-section .logo-item {
        height: 54px;
    }

    .why-choose .feature-icon i img {
        width: 30px;
    }

    .card-img-wrapper {
        height: 180px;
    }

    .pages-header {
        padding-top: 70px;
        min-height: 24vh;
    }

    .ab-gallery-grid {
        grid-template-columns: 171px 1fr;
        grid-template-rows: 140px 140px;
        gap: 10px;
    }

    .pcb-left,
    .pcb-right {
        opacity: .2;
        top: 56px;
    }

    .pcb-left img,
    .pcb-right img {
        width: 210px;
    }



    /* pcb page  */

    .pcb-service-img img,
    .pc-wh-ch-img img {
        height: 160px;
        object-fit: cover;
    }

    .pcb-stats-section {
        border-radius: 0px;
    }

    .pcb-stat-item {
        border-right: 0px;
    }


    .action-control-marque {
        display: none;
    }

    .wd-pcb-board {
        width: 280px;
    }

    .wd-pcb-bg {
        height: 71px;
    }

    .wd-pcb-scene {
        padding-top: 10px;
    }

    .icon-chip {
        display: none;
    }

    .icon-chip img {
        width: 30px;
    }





    .iot-card {
        height: 340px;
        border-radius: 16px;
    }

    .iot-card-lg {
        height: 480px;
    }

    .ies-pcb-usp-pill{width: 100%;}



    .tech-cap-cell img{width: 40px!important;}

    .compliance-component img{display: none;}
     .compliance-component  br{display: none;}
     .ies-reng-pill{width: 100%;}
     .ies-reng-pill img{width: 16px;}


}