section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* HERO */
.hero {
    position: relative;
    height: 50vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #08162e
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/banner-all.png');
    transform: scale(1.15);
    background-size: cover;
    /* background-position: center; */
    background-attachment: fixed;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(92deg, rgb(2 7 16) 0%, rgba(8, 22, 46, 0.7) 50%, rgb(0 169 157 / 3%) 100%);
}

.vline {
    position: absolute;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #00c2b26e, transparent);
    height: 0;
    z-index: 2;
    box-shadow: 0 0 12px #00c2b2
}

    .vline.left {
        left: 60px
    }

    .vline.right {
        /* right: 60px; */
    }

.hero-content {
    position: relative;
    z-index: 3;
    /* max-width: 900px; */
}


.hline.light {
    background: rgba(255,255,255,0.5)
}

.w {
    overflow: hidden;
    display: inline-block;
    margin-right: 0.25em
}


h1.banner-heading {
    color: white;
    width: 50%;
}

.banner-top-para {
    color: #84f3f2;
    font-weight: 700;
    margin-bottom: 12px;
}

.banner-para {
    color: white;
    font-size: 16px;
    max-width: 400px;
}

/* Stats */
.stats {
    background: #08162e;
    color: #fff;
    padding: 40px 0;
    position: relative
}

    .stats .stat {
        padding: 20px;
        position: relative
    }

        .stats .stat h3 {
            font-size: 32px;
            font-weight: 700;
            color: #fff
        }

        .stats .stat span {
            font-size: 10px;
            letter-spacing: 0.18em;
            opacity: 0.6
        }

    .stats .vdiv {
        position: absolute;
        right: 0;
        top: 20%;
        width: 1px;
        height: 60%;
        background: linear-gradient(to bottom,transparent,rgba(255,255,255,0.15),transparent)
    }

@media (prefers-reduced-motion: reduce) {

    .reveal,
    .reveal-group > *,
    .hero-anim,
    .hero-anim h1,
    .hero-anim p,
    .hero-anim .pharma-hero-buttons {
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 1024px) {

    /* Product Grid */
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {

    /* -------------------------
       HERO
    ------------------------- */

    .pharma-hero,
    .pharma-slide {
        height: 560px;
    }

    .pharma-hero-content h1 {
        font-size: 36px;
    }

    .pharma-hero-content p {
        font-size: 14px;
        max-width: 430px;
    }

    .pharma-hero .owl-dots {
        right: 18px;
    }


    /* -------------------------
       ABOUT
    ------------------------- */

    .about-section {
        padding: 70px 0;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-image-wrap {
        /* min-height: 400px; */
        /* margin-top: 25px; */
    }

    .about-main-img {
        width: 85%;
    }

    .about-circle {
        width: 360px;
        height: 360px;
    }


    /* -------------------------
       COMPANY HIGHLIGHTS
    ------------------------- */

    .company-highlights-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .highlight-item {
        /* min-height: 110px; */
    }

        .highlight-item:nth-child(2),
        .highlight-item:nth-child(4) {
            border-right: none;
        }

        .highlight-item:nth-child(1),
        .highlight-item:nth-child(2),
        .highlight-item:nth-child(3),
        .highlight-item:nth-child(4) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        }


    /* -------------------------
       MVV
    ------------------------- */

    .mvv-row {
        grid-template-columns: 1fr;
    }

    .mvv-bg-section {
        background-attachment: scroll;
    }

        .mvv-bg-section h2 {
            font-size: 30px;
        }


    /* -------------------------
       WHY CHOOSE US
    ------------------------- */

    .why-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .why-left h2 {
        font-size: 30px;
    }


    /* -------------------------
       DIRECTOR
    ------------------------- */

    .dir-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dir-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient( to right, transparent, #e2e8f0 15%, var(--teal) 50%, #e2e8f0 85%, transparent );
    }

    .dir-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .dir-card::before {
            top: 0;
            left: 28px;
            right: 28px;
            bottom: auto;
            width: auto;
            height: 4px;
            border-radius: 0 0 4px 4px;
        }

        .dir-card:hover::before {
            width: auto;
            height: 4px;
        }


    /* -------------------------
       CERTIFICATIONS
    ------------------------- */

    .cert-orbit {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
        justify-content: flex-start;
    }

        .cert-orbit::-webkit-scrollbar {
            display: none;
        }

    .cert-item {
        flex: 0 0 140px;
        scroll-snap-align: center;
    }

    .cert-line {
        width: 900px;
        left: 0;
        right: auto;
    }


    /* -------------------------
       FOOTER
    ------------------------- */

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 900px) {

    /* -------------------------
       NAVIGATION
    ------------------------- */

    .nav {
        display: none;
    }


    /* -------------------------
       PRODUCT GRID
    ------------------------- */

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* -------------------------
       IMAGE + FORM
    ------------------------- */

    .img-form-grid {
        grid-template-columns: 1fr;
    }

    .img-box {
        /* min-height: 260px; */
    }

    .field-row {
        flex-direction: column;
        gap: 0;
    }


    /* -------------------------
       GENERAL SECTION
    ------------------------- */

    .hero h1 {
        font-size: 36px;
    }

    .sec-head h2 {
        font-size: 28px;
    }
}


@media (max-width: 768px) {

    /* -------------------------
       HERO
    ------------------------- */

    .pharma-hero,
    .pharma-slide {
        /* min-height: 600px; */
        /* height: 600px; */
        background-position: 65% center;
    }

    .pharma-hero-content {
        padding: 55px 15px 45px;
        max-width: 100%;
    }

        .pharma-hero-content h1 {
            font-size: 30px;
        }

        .pharma-hero-content p {
            font-size: 14px;
            max-width: 100%;
            width: 100%;
        }

    .pharma-hero-overlay {
        background: #000e2594;
    }

    .pharma-hero .owl-dots {
        display: none !important;
    }

    .hero-btn {
        font-size: 12px;
        padding: 11px 12px;
    }


    /* -------------------------
       CTA
    ------------------------- */

    .cta {
        padding: 45px 20px;
    }

    .cta-inner h2 {
        font-size: 25px;
    }

    .cta-inner p {
        font-size: 12.5px;
    }

    .cta-btns {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .cta .btn {
        width: 100%;
        max-width: 220px;
    }


    /* -------------------------
       TESTIMONIALS
    ------------------------- */

    .testimonial-section {
        padding: 30px 0;
    }

    .testimonial-top-right {
        margin-bottom: 25px;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .partner-mini small {
        display: none;
    }
}


/* =========================================================
   576px â€” MOBILE
   ========================================================= */

@media (max-width: 576px) {
    .footer-bottom .thth_tri {
       
        flex-direction: column!important;
    }
    .pharma-hero,
    .pharma-slide {
        /* min-height: 570px; */
        height: 480px;
    }

    .stats .stat h3 {
        font-size: 24px !important;
    }

    .stats .stat span {
        font-size: 13px !important;
    }

    .v-card h4 {
        font-size: 13px !important;
    }

    .mv-values__grid {
        grid-template-columns: 1fr !important;
    }

    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    }

    .about-feature {
        padding: 8px;
    }

        .about-feature p {
            color: #404041;
            font-size: 12px;
        }

    .trust-badge div {
        padding: 8px 6px;
    }

    .company-highlights-inner {
        grid-template-columns: 1fr;
    }

    .timeline {
        padding-left: 10px;
    }

    .cat-img-carousel .owl-nav button.owl-prev {
        margin-left: 0px !important;
    }

    .cat-img-carousel .owl-nav button.owl-next {
        margin-right: 0px !important;
    }

    .company-highlights {
        padding: 10px 0;
    }

    .highlight-item {
        padding: 15px 29px;
        justify-content: flex-start;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

        .highlight-item:last-child {
            border-bottom: none;
        }

    .highlight-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
    }

    .about-section {
        padding: 25px 0;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content > p {
        font-size: 14px;
    }

    .about-features {
        /* grid-template-columns: 1fr; */
        gap: 14px;
    }

    .about-image-wrap {
        min-height: 320px;
    }

    .about-circle {
        width: 280px;
        height: 280px;
    }

    .about-main-img {
        width: 100%;
    }

    .about-floating-card {
        right: 4%;
        bottom: 12px;
        padding: 10px 12px;
    }

    .floating-icon {
        width: 36px;
        height: 36px;
    }

    .about-dots {
        width: 150px;
        height: 150px;
        top: 10px;
    }

    .container {
        /* padding-left: 16px; */
        /* padding-right: 18px; */
    }

    h1.banner-heading {
        color: white;
        width: 100%;
    }

    .hero h1 {
        font-size: 32px;
    }

    .sec-head h2 {
        font-size: 26px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .form-box {
        padding: 20px 15px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 16px 20px;
        gap: 8px;
    }
}


@media (max-width: 480px) {



    .hero h1 {
        font-size: 30px;
    }

    .sec-head h2 {
        font-size: 24px;
    }

    .about-content h2 {
        font-size: 26px;
    }

    .cta-inner h2 {
        font-size: 23px;
    }
}
/* ================= CERTIFICATIONS RESPONSIVE ================= */

/* ---------- Tablet ---------- */
@media (max-width: 991.98px) {

    .cert-circular {
        /* padding: 35px 0; */
        /* background-position: right; */
        text-align: center;
    }

    .cert-orbit {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px 10px;
        padding-top: 10px;
    }

    .cert-line {
        top: 27%;
        left: 8%;
        right: 8%;
    }

    .cert-item {
        flex: 0 0 calc(25% - 10px);
        min-width: 150px;
    }

    .cert-circle img {
        width: 72px;
        height: 72px;
    }

    .cert-item b {
        font-size: 13px;
        line-height: 1.35;
    }

    .cert-item small {
        font-size: 12px;
        line-height: 1.4;
    }
}


/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {



    .cert-circular h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .cert-circular .sub {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 0;
    }

    .cert-orbit {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 15px;
        padding: 15px 10px 0;
    }

    /* Hide horizontal connecting line on mobile */
    .cert-line {
        display: none;
    }

    .cert-item {
        width: 100%;
        min-width: 0;
        flex: none;
    }

    .cert-circle {
        margin-bottom: 8px;
    }

        .cert-circle img {
            width: 68px;
            height: 68px;
        }

    .cert-item b {
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: .02em;
    }

    .cert-item small {
        font-size: 11px;
        line-height: 1.4;
        margin-top: 3px;
    }

    .cert-item:hover .cert-circle {
        transform: translateY(-3px) scale(1.03);
    }
}

/* ================= MISSION & VISION RESPONSIVE ================= */

/* ---------- Tablet ---------- */
@media (max-width: 991.98px) {
    .hero {
       
        height: 45vh !important;
       
    }
    .inner-page-heading {
        font-size: 32px;
        line-height: 1.25;
    }

    .mv-copy p {
        font-size: 15px;
        line-height: 1.7;
    }

    .mv-node {
        display: none;
    }
}


/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {

    .mv-section {
        padding: 50px 0;
    }


    .mv-copy {
        order: 2;
        width: 100%;
        padding: 0 15px;
    }


    .mv-visual__ring img {
        width: 100% !important;
    }

    .eyebrow {
        font-size: 12px;
    }

    .inner-page-heading {
        font-size: 27px;
        line-height: 1.3;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .mv-copy p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 14px;
    }
}


/* ---------- Small Mobile ---------- */
@media (max-width: 480px) {

    .mv-row,
    .mv-row--reverse {
        gap: 24px !important;
        grid-template-columns: 1fr !important;
    }
}
