:root {
    color-scheme: dark light;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #11233b;
    background: #f5f7fb;
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #f5f7fb;
}
html,
body {
    overflow-x: hidden;
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
}
button,
.btn {
    font: inherit;
    border: none;
    cursor: pointer;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(17, 35, 59, 0.06);
}
.header-inner {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brand-group {
    display: flex;
    align-items: center;
    gap: 14px;
}
.brand-logo {
    width: 80px;
    /* height: 54px; */
    /* background: #0f6d3f; */
    /* color: #fff; */
    font-weight: 800;
    display: grid;
    place-items: center;
    /* border-radius: 16px; */
    /* box-shadow: 0 20px 60px rgba(15,109,63,0.14); */
}
.brand-name {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
}
.brand-tag {
    margin: 0px;
    font-size: 0.9rem;
    color: #5f718f;
    font-weight: 600;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}
.main-nav a {
    color: #344767;
    font-weight: 600;
    transition: color 0.2s ease;
}
.main-nav a:hover {
    color: #0f6d3f;
}
.header-cta {
    padding: 12px 22px;
}

.mobile-nav-btn,
.vb-ham {
    display: none;
}

@media (max-width: 768px) {
    .header-inner {
        display: flex;
        flex-direction: row; /* change */
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        gap: 10px;
    }

    .brand-group {
        flex: 1;
        min-width: 0;
    }
    .header-cta {
        display: none !important;
    }

    .mobile-nav-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        margin-top: 20px;
        padding: 12px 14px !important;

        background: #0f6d3f;
        color: #fff !important;

        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
    }
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 32px;
        cursor: pointer;
        margin-left: auto;
        z-index: 2001;
        color: #000;
    }
    .site-header {
        position: sticky;
        top: 0;
        z-index: 1001;
        background: #fff;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -1%;
        width: 80%;
        padding: 100px 40px;
        height: 100vh;
        background: #fff;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        gap: 30px;
        transform: translateX(100%);
        transition: transform 0.35s ease;
        z-index: 2000;
        /* position: fixed;
        top: 90px;
        left: 0;

        width: 100%;
        height: calc(100vh - 90px);

        background: #fff;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 30px;

        transform: translateX(100%);
        transition: transform 0.35s ease;

        z-index: 2000; */
    }

    .main-nav.active {
        transform: translateX(0);
    }

    .main-nav a {
        width: -webkit-fill-available;
        border: none;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
    }

    .mobile-menu-btn {
        margin-top: 20px;
        padding: 14px 28px;
        border-radius: 8px;
        background: #0f6d3f;
        color: #fff !important;
    }

    .mobile-socials {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 10px;
    }

    .social-icon {
        width: 55px !important;
        height: 55px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 50%;
        color: #fff !important;
        font-size: 28px;

        transition: 0.3s ease;
    }

    .social-icon.whatsapp {
        background: #25d366;
    }

    .social-icon.youtube {
        background: #ff0000;
    }

    .social-icon:hover {
        transform: translateY(-3px);
    }
}

.page-shell {
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 28px 64px;
}
@media (max-width: 768px) {
    .page-shell {
        padding: 20px 15px;
    }
}
.hero-section {
    position: relative;
    width: 100%;
    height: 600px;
    /* overflow: hidden; */
}

.hero-section {
    width: 100%;
    min-height: 600px;
}

.vb-hero {
    position: relative;
    width: 100%;
    /* height: 600px; */
    /* overflow: hidden; */
}

.vb-hero {
    width: 100%;
    min-height: 600px;
}

.swiper-slide {
    position: relative;
    min-height: 600px;

    display: flex !important;
    align-items: center;
    /* justify-content: flex-start; */

    padding: 60px 40px;
    overflow: hidden;
}

.swiper-slide .hero-bg-image,
.swiper-slide picture .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: auto;
}

.swiper-slide picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.35);  */
}
.vb-slide {
    justify-content: end !important;
}
.text-center-slide {
    justify-content: center !important;
    text-align: center;
}
.text-center-slide .hero-copy {
    margin-left: auto;
    margin-right: auto;
}
.text-center-slide .hero-actions {
    justify-content: center;
}
.hero-copy {
    position: relative;
    z-index: 3;
    max-width: 660px;
    /* color: #fff; */
}

.hero-slide.active {
    transform: translateX(0);
    z-index: 2;
}

.hero-slide.prev {
    transform: translateX(-100%);
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #0f6d3f;
    font-weight: 700;
}
/* .hero-copy {
    max-width: 660px;
    color: #fff;
    position: relative;
    z-index: 3;
} */
.hero-copy h1 {
    margin: 0;
    font-size: clamp(3rem, 4vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #000;
}
.hero-copy h1 strong {
    color: #0f6d3f;
}
.hero-copy p {
    max-width: 560px;
    margin: 24px 0 30px;
    font-size: 1.05rem;
    color: #4b5f7d;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 768px) {
    .swiper-slide {
        position: relative;
        align-items: flex-end;
        padding: 0;
    }

    /* Reduce forced large hero height on small screens to avoid upscaling blur */
    .hero-section,
    .swiper-slide {
        min-height: 320px;
        height: 50vh;
    }

    .swiper-slide .hero-bg-image {
        object-position: 80% center;
    }

    .vb-slide .hero-bg-image {
        object-position: 25% center;
    }

    .slide-content {
        width: 100%;
        min-height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 30px 25px;
        position: relative;
        z-index: 2;
    }

    .swiper-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.45) 35%,
            rgba(0, 0, 0, 0.05) 70%,
            transparent 100%
        );
        z-index: 1;
    }

    .hero-copy {
        max-width: 100%;
        /* color: #fff; */
        margin: 0 12px;
    }

    .hero-copy h1 {
        font-size: 2.8rem;
        line-height: 1.05;
        color: #fff;
    }
    .hero-copy h1 strong {
        color: #fff;
    }
    .hero-copy p {
        color: #fff;
        font-size: 1rem;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 26px;
    font-weight: 700;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}
.btn:hover {
    transform: translateY(-1px);
}
.btn-primary {
    background: #0f6d3f;
    color: #fff;
    box-shadow: 0 18px 40px rgba(15, 109, 63, 0.18);
}
.btn-secondary {
    background: #f5f7fb;
    color: #0f6d3f;
    border: 1px solid rgba(15, 109, 63, 0.15);
}
.btn-sm {
    padding: 11px 20px;
    font-size: 0.95rem;
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 14px;
    margin-top: 36px;
}
.hero-stats div {
    padding: 18px 18px 16px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(17, 35, 59, 0.06);
    box-shadow: 0 13px 30px rgba(15, 109, 63, 0.06);
}
.hero-stats strong {
    display: block;
    color: #111f3b;
    font-size: 1rem;
    margin-bottom: 4px;
}
.hero-stats span {
    display: block;
    color: #5f718f;
    font-size: 0.95rem;
}
.hero-visual {
    position: relative;
    /* min-height: 440px; */
}
.hero-card {
    position: relative;
    top: 30px;
    padding: 32px;
    border-radius: 32px;
    background: linear-gradient(
        180deg,
        rgba(15, 109, 63, 0.12) 0%,
        rgba(255, 255, 255, 0.98) 100%
    );
    box-shadow: 0 32px 80px rgba(15, 109, 63, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff;
    color: #0f6d3f;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 18px;
}
.hero-card-title {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 700;
    color: #11233b;
    margin-bottom: 20px;
}
.hero-card-meta {
    color: #4b5f7d;
    line-height: 1.75;
    margin-bottom: 28px;
}
.impact-section,
.overview-section,
.awards-section,
.vision-section,
.action-strip {
    margin-top: 48px;
}
.section-label {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #0f6d3f !important;
    font-weight: 700;
    /* margin-bottom: 22px; */
    /* text-align: center; */
}
.icon-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}
.icon-grid article {
    padding: 30px 18px 24px;
    text-align: center;
    /* background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(17,35,59,0.08);
    box-shadow: 0 18px 40px rgba(17,35,59,0.05); */
}
.icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    font-size: 1.6rem;
    box-shadow: 0 18px 40px rgba(17, 35, 59, 0.05);
}
.icon-wine::before {
    content: "🍷";
}
.icon-tobacco::before {
    content: "🚬";
}
.icon-gutkha::before {
    content: "⚠️️";
}
.icon-cigarette::before {
    content: "🚭";
}
.icon-cannabis::before {
    content: "🌿";
}
.icon-grid h3 {
    margin: 0;
    font-size: 1rem;
    color: #11233b;
}
.overview-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.overview-card {
    background: #fff;
    padding: 32px;
    border-radius: 5px;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 24px 60px rgba(17, 35, 59, 0.05);
    display: flex;
    flex-direction: column;
}
.overview-card h2 {
    margin-top: 0;
    font-size: 1.35rem;
    color: #111f3b;
}
.overview-card p {
    color: #5f718f;
    line-height: 1.8;
    margin: 18px 0 24px;
}
.overview-card ul {
    padding-left: 20px;
    margin: 18px 0;
    color: #5f718f;
}
.overview-card ul li {
    margin-bottom: 12px;
}
.overview-card p,
.overview-card ul {
    flex: 1;
}

.overview-card .btn {
    margin-top: auto;
    align-self: flex-start;
}
.highlight-card {
    background: linear-gradient(180deg, #f5fbf7 0%, #ffffff 100%);
}
.awards-section .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.award-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}
.award-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 20px 48px rgba(17, 35, 59, 0.05);
}
.award-card span {
    display: inline-block;
    margin-bottom: 14px;
    color: #0f6d3f;
    font-weight: 700;
}
.award-card strong {
    display: block;
    color: #11233b;
    font-size: 1rem;
    line-height: 1.5;
}
.vision-contact-section {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 26px;
    align-items: stretch;
    margin-top: 48px;
}
.vision-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf5 100%);
    border-radius: 32px;
    padding: 44px 40px;
    box-shadow: 0 30px 80px rgba(15, 109, 63, 0.08);
    display: grid;
    gap: 28px;
}
.vision-panel .section-label {
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0f6d3f;
}
.vision-panel h2 {
    margin: 0;
    font-size: clamp(2rem, 2.4vw, 2.8rem);
    line-height: 1.05;
    color: #11233b;
}
.vision-panel p {
    margin: 0;
    color: #5b6b86;
    line-height: 1.85;
    max-width: 640px;
}
.vision-highlights {
    display: grid;
    gap: 16px;
}
.vision-highlight {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 109, 63, 0.1);
    box-shadow: 0 18px 40px rgba(15, 109, 63, 0.05);
}
.vision-highlight span {
    font-weight: 700;
    color: #0f6d3f;
}
.vision-highlight p {
    margin: 0;
    color: #5b6b86;
    line-height: 1.7;
}
.contact-panel {
    display: grid;
    gap: 20px;
}
.contact-card,
.whatsapp-card {
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(15, 109, 63, 0.12);
}
.contact-card {
    background: #0f6d3f;
    color: #f5f7fb;
    display: grid;
    gap: 18px;
}
.contact-card span {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b0e4c2;
    font-weight: 700;
}
.contact-card strong {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
}
.contact-card p {
    margin: 0;
    color: rgba(245, 247, 251, 0.86);
    line-height: 1.8;
}
.whatsapp-card {
    background: #11233b;
    color: #f4f7ff;
    display: grid;
    gap: 22px;
}
.qr-box {
    min-height: 190px;
    border-radius: 26px;
    background: linear-gradient(
        135deg,
        rgba(15, 109, 63, 0.95),
        rgba(17, 35, 59, 0.92)
    );
    display: grid;
    place-items: center;
    color: #d4fde2;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.whatsapp-card strong {
    margin: 0;
    font-size: 1.3rem;
}
.whatsapp-card p {
    margin: 0;
    color: rgba(244, 247, 255, 0.78);
    line-height: 1.75;
}
.action-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #0f6d3f;
    color: #fff;
    border-radius: 28px;
    padding: 28px 32px;
}
.action-strip h2 {
    margin: 0 0 8px;
    font-size: 1.5rem;
}
.action-strip p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}
/* ========== ABOUT US PAGE STYLES ========== */
.about-hero {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    padding: 40px;
    background: linear-gradient(45deg, transparent), url("/assets/image/bread.jpeg");
    
    /* background: linear-gradient(45deg, transparent, #042363); */
    min-height: 400px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
 background-attachment: scroll;

    /* padding: 60px 40px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-attachment: scroll; */
}

/* .about-hero-content {
    max-width: 660px;
} */
.about-hero h1 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #11233b;
}
.about-hero p {
    margin: 16px 0 24px;
    font-size: 1.1rem;
    color: #4b5f7d;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: black;
}
.breadcrumb a {
    color: #fff;
    font-weight: 600;
    transition: opacity 0.2s ease;
}
.breadcrumb a:hover {
    opacity: 0.8;
}

/* Founder Section */
/* .founder-section {
    margin-top: 48px;
} */
.founder-container {
    display: grid;
    grid-template-columns: 0.5fr 1.2fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(17, 35, 59, 0.05);
}
.founder-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5fbf7, #e3f0e9);
    min-height: 200px;
    display: grid;
    place-items: center;
}
.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.founder-content h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
    color: #11233b;
}
.founder-content p {
    color: #5f718f;
    line-height: 1.85;
    margin-bottom: 16px;
}
.founder-signature {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 2px solid rgba(17, 35, 59, 0.1);
}
.founder-signature strong {
    display: block;
    color: #11233b;
    font-size: 1rem;
    margin-bottom: 4px;
}
.founder-signature span {
    color: #0f6d3f;
    font-weight: 600;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
    z-index: 2;
}
.stat-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fdfb 100%);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(15, 109, 63, 0.1);
    box-shadow: 0 18px 40px rgba(15, 109, 63, 0.06);
    display: flex;
    gap: 18px;
    align-items: center;
}
.stat-icon {
    font-size: 2rem;
    line-height: 1;
}
.stat-info strong {
    display: block;
    color: #11233b;
    font-size: 0.95rem;
    margin-bottom: 4px;
}
.stat-info span {
    display: block;
    color: #5f718f;
    font-size: 0.85rem;
}

/* Story Section */
.story-section {
    margin-top: 64px;
}
.story-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #11233b;
    margin-bottom: 16px;
}
.section-intro {
    text-align: center;
    color: #5f718f;
    /* max-width: 600px; */
    margin: 0 auto 40px;
    font-size: 1.05rem;
}

/* Timeline */
.timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    position: relative;
    padding: 40px 0;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0f6d3f;
    z-index: 0;
}
.timeline-item {
    position: relative;
    z-index: 1;
}
.timeline-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0f6d3f;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(15, 109, 63, 0.2);
    border: 4px solid #f5f7fb;
}
.timeline-content {
    text-align: center;
    padding: 0 10px;
}
.timeline-content h4 {
    margin: 12px 0 8px;
    color: #11233b;
    font-size: 1rem;
}
.timeline-content p {
    margin: 0;
    color: #5f718f;
    font-size: 0.9rem;
}

/* Mission & Vision */
.mission-vision-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 64px;
}
.mission-card,
.vision-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 24px 60px rgba(17, 35, 59, 0.05);
    text-align: center;
}
.mission-icon,
.vision-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1;
}
.mission-card h3,
.vision-card h3 {
    margin: 0 0 16px;
    font-size: 1.5rem;
    color: #11233b;
}
.mission-card p,
.vision-card p {
    margin: 0;
    color: #5f718f;
    line-height: 1.85;
}

/* Support Areas */
.support-areas-section {
    margin-top: 64px;
}
.support-areas-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #11233b;
    margin-bottom: 16px;
}
.support-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}
.support-card {
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 18px 40px rgba(17, 35, 59, 0.05);
    text-align: center;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(15, 109, 63, 0.12);
}
.support-icon {
    font-size: 2.5rem;
    margin-bottom: 14px;
    line-height: 1;
}
.support-card h4 {
    margin: 0;
    font-size: 1rem;
    color: #11233b;
    line-height: 1.5;
}

/* Research Section */
.research-section {
    background: linear-gradient(135deg, #f5fbf7 0%, #e8f4ed 100%);
    border-radius: 24px;
    padding: 48px;
    margin-top: 64px;
    border: 1px solid rgba(15, 109, 63, 0.1);
}
.research-content h2 {
    margin: 0 0 16px;
    font-size: 2rem;
    color: #11233b;
}
.research-content > p {
    color: #5f718f;
    line-height: 1.85;
    margin: 0 0 28px;
}
.research-highlight {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 24px;
    width: 60%;
    border-radius: 16px;
    margin-bottom: 24px;
    border: 1px solid rgba(15, 109, 63, 0.1);
}
.research-icon {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}
.research-highlight strong {
    display: block;
    color: #11233b;
    font-size: 1rem;
    margin-bottom: 8px;
}
.research-highlight p {
    margin: 0;
    color: #5f718f;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .wrap {
        display: flex;
        flex-direction: column !important;
    }
    .research-highlight {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .vb-team-container {
        gap: 30px !important;
    }

    .service-card {
        width: 100% !important;
    }
}
/* Awards Recognition */
.awards-recognition-section {
    margin-top: 64px;
}
.awards-recognition-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #11233b;
    margin-bottom: 40px;
}
.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.award-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 18px 40px rgba(17, 35, 59, 0.05);
}
.award-image {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, #f5fbf7, #e3f0e9);
    display: grid;
    place-items: center;
    color: #5f718f;
    font-size: 0.9rem;
    object-fit: cover;
}
.award-item strong {
    display: block;
    padding: 16px 18px 8px;
    color: #11233b;
    font-size: 0.95rem;
}
.award-item span {
    display: block;
    padding: 0 18px 8px;
    color: #5f718f;
    font-size: 0.85rem;
}
.award-year {
    padding: 0 18px 18px !important;
    color: #0f6d3f;
    font-weight: 700;
}
.award-highlight {
    background: linear-gradient(135deg, #0f6d3f 0%, #0d5a33 100%);
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 109, 63, 0.2);
}
.award-more {
    color: #fff;
}
.award-more strong {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 16px !important;
}

/* Team Section */
.team-section {
    margin-top: 64px;
}
.team-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #11233b;
    margin-bottom: 40px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.team-member {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 18px 40px rgba(17, 35, 59, 0.05);
    text-align: center;
    transition: transform 0.2s ease;
}
.team-member:hover {
    transform: translateY(-4px);
}
.team-image {
    width: 100%;
    /* height: 280px; */
    background: linear-gradient(135deg, #f5fbf7, #e3f0e9);
    object-fit: cover;
}
.team-member h4 {
    margin: 20px 0 8px;
    color: #11233b;
    font-size: 1.1rem;
    padding: 0 16px;
}
.team-member p {
    margin: 0 0 20px;
    color: #0f6d3f;
    font-weight: 600;
    padding: 0 16px;
}

/* About CTA Section */
.about-cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #0f6d3f;
    color: #fff;
    border-radius: 24px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cta-content h2 {
    margin: 0 0 8px;
    font-size: 1.6rem;
}
.cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}
.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Footer vision/contact strip (above the footer inner) */
.footer-vision {
    /* background: linear-gradient(90deg, #f9f7f3 0%, #eef3f8 100%);
    padding: 34px 0; */
    background: white;
}
.footer-vision-inner {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 5px 15px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 24px; */
    align-items: center;
}
.vision-left {
    border-radius: 12px;
    min-height: 140px;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0)),
        url("/assets/image/vision-left.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 40px rgba(17, 35, 59, 0.06);
}
.vision-center {
    color: #11233b;
}
.vision-center {
    /* background:
        linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
        url("/assets/image/banner.png"); */
    background: linear-gradient(
        rgba(255, 255, 255, 0.75),
        rgba(255, 255, 255, 0.75)
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #11233b;
    /* text-align: center; */
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px !important;
}
.vision-right {
    background: #0f2b52;
    color: #fff;
    padding: 18px;
    /* border-radius: 12px; */
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}
.vision-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.vision-icons .icon-link {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease;
}
.vision-icons .icon-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Tablet */
@media (max-width: 1024px) {
    .footer-vision-inner {
        grid-template-columns: 1fr;
    }

    .vision-center {
        padding: 30px 20px !important;
    }

    .vision-right {
        padding: 25px 20px;
    }

    .contact-item {
        align-items: flex-start;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .footer-vision-inner {
        grid-template-columns: 1fr;
    }

    .vision-center {
        padding: 25px 15px !important;
    }

    .vision-center h3 {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .vision-right {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 25px 15px;
    }

    .contact-block {
        width: 100%;
    }

    .contact-list {
        gap: 15px;
    }

    .contact-item {
        justify-content: flex-start;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }

    .vision-icons {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .vision-icons .icon-link {
        width: 50px;
        height: 50px;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-inner p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .vision-center h3 {
        font-size: 1.2rem;
    }

    .contact-item {
        font-size: 13px;
    }

    .ci-icon {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }

    .vision-icons .icon-link {
        width: 45px;
        height: 45px;
    }

    .vision-icons svg {
        width: 28px;
        height: 28px;
    }
}
/* .vision-icons .icon-link.whatsapp { background: linear-gradient(180deg, #25D366, #20b858); } */
/* .vision-icons .icon-link.youtube { background: linear-gradient(180deg, #FF0000, #e60000); } */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-item {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}
.ci-icon {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}
.qr-box {
    /* width: 96px; */
    height: 96px;
    background: #fff;
    color: #0f6d3f;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.site-footer {
    background: #11233b;
    color: #cdd7ec;
    padding: 22px 0;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-links {
    display: flex;
    gap: 18px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.75);
}
.footer-links a:hover {
    color: #fff;
}
@media (max-width: 1024px) {
    .hero-section,
    .vision-section,
    .overview-section,
    .award-grid {
        grid-template-columns: 1fr;
    }
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .header-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .main-nav {
        justify-content: center;
    } */

    /* About Page Responsive */
    .founder-container {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mission-vision-section {
        grid-template-columns: 1fr;
    }
    .support-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .timeline::before {
        display: none;
    }
    .awards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .about-cta-section {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 740px) {
    .btn {
        padding: 14px 20px;
    }
    .header-inner,
    .page-shell,
    .footer-inner {
        padding-left: 18px;
        padding-right: 18px;
    }
    .footer-vision-inner {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
        /* gap: 18px; */
    }
    .vision-left {
        min-height: 140px;
        border-radius: 12px;
    }
    .vision-right {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .qr-box {
        width: 72px;
        height: 72px;
    }
    .hero-copy h1 {
        font-size: 1rem;
    }
    .hero-stats {
        grid-template-columns: 1fr;
    }
    .icon-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .action-strip {
        flex-direction: column;
        text-align: center;
    }
    .main-nav {
        gap: 14px;
    }

    /* About Page Mobile */
    .about-hero {
        padding: 60px 28px;
        min-height: 350px;
        background-position: center right;
    }
    .about-hero h1 {
        font-size: 2rem;
        color: #fff;
    }
    .breadcrumb a {
        color: #000;
    }
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .timeline {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .timeline::before {
        display: none;
    }
    .timeline-marker {
        width: 80px;
        height: 80px;
        margin-bottom: 16px;
    }
    .awards-grid {
        grid-template-columns: 1fr;
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
    .about-cta-section {
        padding: 24px;
    }
    .about-cta-section h2 {
        font-size: 1.3rem;
    }
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    .cta-buttons .btn {
        width: 100%;
    }
}

.overlapping-card {
    margin-top: -70px;
}

@media (max-width: 768px) {
    .overlapping-card {
        margin-top: 0px;
    }
}

/* team  */
/* ===== Leadership Team ===== */

.vb-team-section {
    /* padding: 80px 20px; */
    background: #f5f7fb;
    overflow: hidden;
}

.vb-team-container {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.vb-team-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.vb-team-card:hover {
    transform: translateY(-8px);
}

.vb-team-avatar {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 24px;
    position: relative;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.vb-team-avatar img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
}

.vb-team-name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    /* letter-spacing: 3px; */
    color: #11233b;
}

.vb-team-role {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #6c7a92;
}

.vb-team-card-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    cursor: pointer;
}

/* research  */
.wrap {
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
}
.button {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Service page  */
.service-page {
    padding-top: 40px;
}

.service-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
    gap: 40px;
    margin: 0 auto 48px;
    padding: 20px 30px;
    background: linear-gradient(135deg, #f4fbf7 0%, #ffffff 100%);
    border-radius: 40px;
    box-shadow: 0 32px 80px rgba(15, 109, 63, 0.08);
}

.service-hero .hero-copy {
    max-width: 620px;
}

.service-hero h1 {
    font-size: clamp(2.8rem, 3.8vw, 4.4rem);
    line-height: 1.02;
    margin: 0.6rem 0 1rem;
    color: #101f3e;
}

.service-hero p {
    max-width: 560px;
    font-size: 1.05rem;
    color: #4f5f7d;
    margin-bottom: 1.8rem;
}

/* Image section */
.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 350px;
}

.image-wrapper > img:first-child {
    width: 100%;
    /* height: 380px; */
    /* object-fit: cover; */
    border-radius: 8px;
    display: block;
}

/* Patent badge */
.patent-badge {
    left: -46px;
    position: absolute;
    /* top: 20px; */
    /* right: 20px; */
    width: 100px !important;
    height: 100px !important;
    /* object-fit: contain !important; */
    border-radius: 50%;
    background: white;
    /* padding: 5px; */
    bottom: 1px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* Badge on image */
.image-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    background: #0f6d3f;
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.image-badge i {
    margin-right: 6px;
}
.hero-card {
    width: 100%;
    padding: 38px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(15, 109, 63, 0.1), #ffffff 100%);
    border: 1px solid rgba(15, 109, 63, 0.08);
    box-shadow: 0 40px 80px rgba(15, 109, 63, 0.08);
}

.hero-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(15, 109, 63, 0.12);
    color: #0f6d3f;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero-card-title {
    font-size: 1.85rem;
    line-height: 1.1;
    margin-bottom: 18px;
}

.hero-card-footer {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.hero-card-footer span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #2b4f69;
    font-weight: 600;
}

.service-grid-section {
    margin-bottom: 56px;
}

.section-intro {
    /* max-width: 760px; */
    margin-bottom: 36px;
}

.section-intro h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    margin: 12px 0 18px;
    color: #111f3b;
}

.section-intro p {
    /* max-width: 720px; */
    color: #55657b;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.service-card {
    width: calc((100% - 48px) / 3);
    padding: 32px;
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
    border: 1px solid rgba(15, 109, 63, 0.08);
    box-shadow: 0 24px 48px rgba(15, 109, 63, 0.06);
}

.service-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(15, 109, 63, 0.08);
    color: #0f6d3f;
    font-size: 1.35rem;
}

.service-card h3 {
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.service-card p {
    color: #5f6f84;
    line-height: 1.75;
}

.service-process {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 56px;
}

.process-copy h2 {
    font-size: clamp(2rem, 2.8vw, 2.6rem);
    margin: 12px 0 18px;
}

.process-copy p {
    color: #5f6f84;
}

.process-grid {
    display: grid;
    gap: 22px;
}

.process-step {
    padding: 28px 26px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 109, 63, 0.08);
    box-shadow: 0 20px 44px rgba(15, 109, 63, 0.05);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0f6d3f;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
}

.process-step h3 {
    margin-bottom: 12px;
    color: #111f3b;
}

.process-step p {
    color: #5f6f84;
}

.service-impact {
    display: grid;
    gap: 28px;
    margin-bottom: 56px;
}

.impact-copy h2 {
    font-size: clamp(2rem, 2.8vw, 2.6rem);
    margin: 12px 0 18px;
}

.impact-copy p {
    color: #5f6f84;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.impact-card {
    padding: 32px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 109, 63, 0.08);
    box-shadow: 0 24px 50px rgba(15, 109, 63, 0.04);
}

.impact-card strong {
    display: block;
    font-size: 2.3rem;
    color: #0f6d3f;
    margin-bottom: 12px;
}

.impact-card span {
    color: #5f6f84;
    line-height: 1.75;
}

@media (max-width: 980px) {
    .service-hero,
    .service-process {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .impact-grid {
        grid-template-columns: 1fr;
    }
}
/* contact us  */
.contact-page {
    padding-top: 0;
}

.contact-hero {
    display: block;
    padding: 45px 0 48px;
}

.contact-hero-copy h1 {
    font-size: clamp(2.8rem, 3.4vw, 3.8rem);
    line-height: 1.02;
    margin: 20px 0 18px;
    color: #111f3b;
}

.contact-hero-copy p {
    max-width: 680px;
    color: #475569;
    line-height: 1.9;
    font-size: 1rem;
}

/* Contact Cards */
.contact-hero-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.contact-summary-card {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
    border: 1px solid rgba(15, 109, 63, 0.12);
    box-shadow: 0 20px 40px rgba(15, 109, 63, 0.08);
    transition: all 0.3s ease;
}

.contact-summary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(15, 109, 63, 0.12);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.card-header i {
    width: 20px;
    text-align: center;
    font-size: 1.1rem;
    color: #0f6d3f;
}

.card-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f6d3f;
}

.contact-summary-card strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 12px;
    color: #111f3b;
}

.contact-summary-card p {
    margin: 0;
    color: #55657b;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 600;
}

.contact-summary-card a {
    color: #111f3b;
    text-decoration: none;
    font-weight: 600;
}

.contact-summary-card a:hover {
    color: #0f6d3f;
}

/* Main Grid */
.contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 32px;
    margin-bottom: 48px;
}

.contact-form-panel,
.contact-info-panel {
    background: #ffffff;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 0 28px 70px rgba(15, 109, 63, 0.08);
}
.contact-info-panel {
    padding: 0 !important;
}

.panel-header h2 {
    margin: 12px 0 0;
    font-size: clamp(2rem, 2.6vw, 2.4rem);
    color: #111f3b;
}

.contact-form {
    margin-top: 28px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact-form label {
    display: grid;
    gap: 10px;
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(15, 109, 63, 0.18);
    padding: 16px 18px;
    font-size: 1rem;
    color: #0f172a;
    background: #f8fafc;
    resize: vertical;
}

.contact-form textarea {
    min-height: 156px;
}

.contact-form label span {
    margin-bottom: 0.35rem;
}

.full-width {
    grid-column: 1 / -1;
}

.contact-form .btn {
    margin-top: 18px;
    width: fit-content;
}

.contact-info-panel {
    display: grid;
    gap: 22px;
}

.info-card {
    padding: 28px;
    border-radius: 28px;
    background: #f8fbf8;
    border: 1px solid rgba(15, 109, 63, 0.1);
}

.info-card h3,
.info-card h4 {
    margin: 0 0 12px;
    color: #111f3b;
}

.info-card p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.details-card {
    background: #ffffff;
}

.details-card h4 {
    font-size: 1rem;
    color: #0f6d3f;
}

.details-card p a {
    color: #0f6d3f;
}

.map-card {
    display: grid;
    gap: 14px;
}

.map-card h4 {
    margin-bottom: 8px;
}

.contact-map-section {
    margin-bottom: 64px;
}

.map-frame {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(15, 109, 63, 0.12);
}

/* Responsive */
@media (max-width: 1024px) {
    .contact-main-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero {
        padding: 56px 0 30px;
    }

    .contact-hero-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contact-hero-copy h1 {
        font-size: 2.45rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-panel,
    .contact-info-panel {
        padding: 28px;
    }

    .contact-summary-card {
        min-height: auto;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .contact-hero-cards {
        grid-template-columns: 1fr;
    }

    .contact-hero-copy p,
    .contact-summary-card p,
    .info-card p {
        font-size: 0.97rem;
    }

    .map-frame iframe {
        height: 320px;
    }
}

/* aside  */
.contact-showcase {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border-radius: 32px;
    background: linear-gradient(135deg, #0f6d3f 0%, #198754 100%);
    color: #fff;
    box-shadow: 0 25px 60px rgba(15, 109, 63, 0.25);
}

.contact-showcase::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.contact-showcase::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -50px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.contact-showcase .eyebrow {
    color: rgba(255, 255, 255, 0.85);
}

.contact-showcase h3 {
    color: #fff;
    margin: 12px 0 18px;
    font-size: 1.9rem;
    line-height: 1.25;
}

.contact-showcase p {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
}

.contact-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.contact-highlights span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
}

.contact-highlights i {
    color: #fff;
}

.social-connect {
    margin-top: 30px;
}

.social-connect h4 {
    color: #fff;
    margin-bottom: 14px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-links a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #fff;
    color: #0f6d3f;
    transform: translateY(-3px);
}

.map-card h4 i {
    color: #0f6d3f;
    margin-right: 8px;
}

.vb-title h1 {
    font-size: 3.8rem;
    color: #11233b;
    text-align: center;
    /* margin: 0 0 12px; */
}

/* awards section */
.vb-awards-section {
    padding: 80px 0;
    /* background: #f8fafc; */
}

.vb-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.vb-section-header h2 {
    font-size: 2.2rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.vb-section-header p {
    color: #64748b;
}

.vb-awards-grid {
    display: grid;
    grid-template-columns: repeat(5, 0.8fr);
    gap: 20px;
}

.vb-award-card,
.vb-view-all-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.vb-award-card:hover,
.vb-view-all-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.vb-award-image {
    height: 160px;
    overflow: hidden;
}

.vb-award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vb-award-content {
    padding: 16px;
}

.vb-award-content h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #1e293b;
    min-height: 68px;
}

.vb-award-year {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* margin-top: 12px; */
    font-size: 16px;
    color: #0f6d3f;
    font-weight: 600;
}

.vb-award-year::before {
    content: "📅";
}

.vb-view-all-card {
    background: #0f6d3f;
    color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vb-view-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.vb-view-all-card h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.vb-view-all-card span {
    color: #ffd166;
    font-weight: 600;
}

/* Tablet */
@media (max-width: 992px) {
    .vb-awards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .vb-awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .vb-section-header h2 {
        font-size: 1.8rem;
    }
    .vb-hero {
        min-height: 200px;
        background-size: contain;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .vb-awards-grid {
        grid-template-columns: 1fr;
    }

    .vb-award-image {
        height: 220px;
    }
}

/* gallery page  */
.vb-gallery-wrapper {
    position: relative;
    padding-top: 16px;
}

.vb-gallery-wrapper::before,
.vb-gallery-wrapper::after {
    position: absolute;
    left: 50%;
    color: transparent;
    text-shadow:
        0 -1px 1px #000000ab,
        0 1px 1px #ffffff82;
    font-family: Arial, serif;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 9px;
    display: flex;
    align-items: flex-end;
    line-height: 14px;
    z-index: 1;
}

.vb-gallery-wrapper::before {
    top: 0;
    transform: translateX(-50%);
}

.vb-gallery-wrapper::after {
    bottom: 0;
    transform: translateX(-100%);
    margin-left: 90px;
    width: 150px;
}

/* Masonry Layout */
.vb-gallery {
    column-count: 4;
    column-gap: 10px;
    padding: 20px;
}

.vb-gallery img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

/* Click to enlarge */
.vb-gallery img:active {
    width: auto;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 1000px 1000px rgba(255, 255, 255, 0.53);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Tablet */
@media (max-width: 768px) {
    .vb-gallery {
        column-count: 2;
    }
}

/* Mobile */
@media (max-width: 500px) {
    .vb-gallery {
        column-count: 1;
    }
}

/* blog page  */
.vb-blog-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 30px;
}

.vb-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 60px;
}

.vb-blog-title {
    flex: 1;
}

.vb-blog-label {
    display: inline-block;
    color: #7a7a7a;
    font-size: 18px;
    margin-bottom: 10px;
}

.vb-blog-title h2 {
    margin: 0;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.vb-blog-intro {
    max-width: 420px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    margin-top: 10px;
}

/* Grid */

.vb-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 30px;
}

/* Card */

.vb-blog-card {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.vb-blog-date {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
}

.vb-blog-card h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.2;
    color: #111;
}

.vb-blog-card p {
    color: #777;
    line-height: 1.7;
    margin-bottom: 22px;
}

.vb-blog-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.vb-blog-image img {
    width: 100%;
    display: block;
    aspect-ratio: 16/10;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.vb-blog-card:hover img {
    transform: scale(1.05);
}

/* Read More Button */

.vb-read-btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #fff;
    color: #111;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Tablet */

@media (max-width: 991px) {
    .vb-blog-header {
        flex-direction: column;
        gap: 25px;
    }

    .vb-blog-title h2 {
        font-size: 48px;
    }

    .vb-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .vb-blog-title h2 {
        font-size: 38px;
    }

    .vb-blog-grid {
        grid-template-columns: 1fr;
    }

    .vb-blog-section {
        padding: 60px 20px;
    }
}

/* blogdetail page  */
.vb-post-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
}

/* Header */

.vb-post-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

.vb-post-date {
    color: #8b8b8b;
    font-size: 15px;
    margin-bottom: 15px;
}

.vb-post-title {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    color: #1d1d2f;
    margin: 0 0 15px;
}

.vb-post-subtitle {
    color: #555;
    font-size: 22px;
    margin-bottom: 30px;
}

/* Tags */

.vb-post-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.vb-post-tags span {
    background: #f1f1f1;
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 15px;
    color: #444;
}

/* Featured Image */

.vb-post-featured-image {
    margin-bottom: 60px;
}

.vb-post-featured-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    aspect-ratio: 13/6;
    object-fit: cover;
}

/* Content Area */

.vb-post-content-wrap {
    display: flex;
    gap: 80px;
    /* align-items: flex-start; */
    justify-content: center;
}

.vb-post-content {
    flex: 1;
    max-width: 850px;
}

.vb-post-lead {
    font-size: 34px;
    line-height: 1.45;
    color: #222;
    margin-bottom: 40px;
    font-weight: 500;
}

.vb-post-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 28px;
}

/* Social Share */

.vb-post-share {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vb-post-share a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #222;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.3s ease;
}

.vb-post-share a:hover {
    background: #222;
    color: #fff;
}

/* Tablet */

@media (max-width: 991px) {
    .vb-post-title {
        font-size: 48px;
    }

    .vb-post-content-wrap {
        gap: 40px;
    }

    .vb-post-lead {
        font-size: 28px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .vb-post-section {
        padding: 60px 20px;
    }

    .vb-post-title {
        font-size: 38px;
    }

    .vb-post-subtitle {
        font-size: 18px;
    }

    .vb-post-content-wrap {
        flex-direction: column;
    }

    .vb-post-share {
        position: static;
        flex-direction: row;
    }

    .vb-post-lead {
        font-size: 24px;
    }

    .vb-post-content p {
        font-size: 16px;
    }
}

/* product page  */
/* =====================================
   SECTION
===================================== */

.vb-product-section {
    background: #f4f7f4;
    border: 1px solid #dce4dd;
    border-radius: 20px;
    padding: 25px;
    margin: 50px;
}

.vb-section-header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.vb-section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0d2f5a;
    margin-bottom: 20px;
}

.vb-section-header p {
    font-size: 16px;
    line-height: 1.8;
    color: #546173;
}

/* =====================================
   MAIN LAYOUT
===================================== */

.vb-product-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 80px;
    align-items: start;
}

/* =====================================
   LEFT COLUMN
===================================== */

.vb-left-column {
    display: flex;
    flex-direction: column;
}

.vb-title {
    margin-bottom: 15px;
    line-height: 1;
}

.vb-title-dark {
    color: #0d3565;
    font-size: 46px;
    font-weight: 700;
}

.vb-title-green {
    color: #18884b;
    font-size: 46px;
    font-weight: 700;
}

.vb-subtitle {
    display: inline-block;
    width: fit-content;
    background: #18884b;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    /* margin-bottom: 35px; */
}

.vb-heading {
    font-size: 48px;
    font-weight: 700;
    color: #10243d;
    margin-bottom: 0;
}

.vb-description {
    font-size: 17px;
    line-height: 2;
    color: #465669;
}

/* =====================================
   PATENT BLOCK
===================================== */
/* .vb-patent-block{
    margin-top:40px;
} */

.vb-patent-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.vb-patent-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vb-patent-badge {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #e4b220;
    color: #000;
    font-weight: 700;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.vb-patent-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
    max-width: 180px;
    color: #333;
}

.vb-certificate-image {
    width: 220px;
    border: 8px solid #cfd2d4;
    display: block;
}

@media (max-width: 768px) {
    .vb-patent-row {
        flex-direction: column;
        align-items: center;
    }

    .vb-certificate-image {
        width: 180px;
    }
    .vb-product-layout {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
    .vb-product-section {
        margin: 0;
    }
    .vb-layout {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* =====================================
   RIGHT COLUMN
===================================== */

.vb-right-column {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

/* Bottle */

.vb-product-image {
    margin-bottom: 35px;
    text-align: center;
}

.vb-product-image img {
    height: 260px;
    /* max-width: 220px; */
    display: block;
    margin: auto;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

/* =====================================
   INGREDIENTS
===================================== */

.vb-ingredients-box {
    width: 100%;
    background: #fff;
    border: 1px solid #d9e5db;
    border-radius: 16px;
    padding: 25px;
}

.vb-ingredients-title {
    font-size: 24px;
    color: #18884b;
    font-weight: 700;
    margin-bottom: 5px;
}

.vb-ingredients-subtitle {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}

.vb-ingredients-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vb-ingredients-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 7px 0;
    border-bottom: 1px dashed #dfe7df;
}

.vb-ingredients-list li span {
    color: #333;
}

.vb-ingredients-list li strong {
    color: #18884b;
    white-space: nowrap;
    font-weight: 600;
}
/* =====================================
   BOTTOM FEATURES
===================================== */

.vb-bottom-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #d9e0da;
}

.vb-feature-card {
    text-align: center;
}

.vb-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;

    border-radius: 50%;
    background: #edf4ef;
    border: 1px solid #d5e4d7;

    display: flex;
    align-items: center;
    justify-content: center;
}

.vb-feature-icon i {
    font-size: 30px;
    color: #6c9a6c;
}

.vb-feature-text {
    display: block;
    font-size: 15px;
    line-height: 1.7;
    color: #465669;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 1200px) {
    .vb-product-layout {
        gap: 50px;
    }

    .vb-title-dark,
    .vb-title-green {
        font-size: 60px;
    }

    .vb-heading {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .vb-product-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vb-left-column,
    .vb-right-column {
        text-align: center;
    }

    .vb-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .vb-patent-block {
        text-align: center;
    }

    .vb-patent-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .vb-certificate-image {
        margin: auto;
    }

    .vb-bottom-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .vb-product-section {
        padding: 25px;
    }

    .vb-title-dark,
    .vb-title-green {
        font-size: 42px;
    }

    .vb-heading {
        font-size: 30px;
    }

    .vb-section-header h2 {
        font-size: 30px;
    }

    .vb-bottom-features {
        grid-template-columns: 1fr;
    }

    .vb-feature-icon {
        width: 70px;
        height: 70px;
    }

    .vb-feature-icon i {
        font-size: 26px;
    }
}
.vb-product-cataliv {
    .vb-product-layout {
        grid-template-columns: 0.9fr 1.3fr !important;
    }
}

.vb-cataliv-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.vb-cataliv-ingredients-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.vb-cataliv-ingredients-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vb-cataliv-ingredients-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #dfe7df;
}

.vb-cataliv-ingredients-list li span {
    flex: 1;
    line-height: 1.5;
}

.vb-cataliv-ingredients-list li strong {
    white-space: nowrap;
    color: #18884b;
    font-weight: 600;
}

@media (max-width: 991px) {
    .vb-cataliv-layout {
        grid-template-columns: 1fr;
    }

    .vb-cataliv-ingredients-columns {
        grid-template-columns: 1fr;
    }
}
/* .mobile-view {
    display: none;
}

@media (max-width: 768px) {
    .mobile-view {
        display: visible;
    }
} */

/* gallery page  */
.filter-buttons {
    text-align: center;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 8px 20px;
    margin: 10px;
    border: 2px solid #444;
    background: #fff;
    color: #00163b;
    font-size: 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
    background: #0f6d3f;
    color: #fff;
}

.gallery {
    column-count: 3;
    column-gap: 20px;
    width: 100%;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    break-inside: avoid;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.hide {
    display: none !important;
}

/* Caption */
.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 18px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.95),
        rgba(0, 0, 0, 0.65),
        transparent
    );
    /* transform: translateY(calc(100% - 65px));
    transition: transform 0.4s ease; */
    box-sizing: border-box;
}

.gallery-caption h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.gallery-caption p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* Hover */
.gallery-item:hover .gallery-caption {
    transform: translateY(0);
    max-height: 100%;
    overflow-y: auto;
}

.gallery-caption::-webkit-scrollbar {
    width: 4px;
}

.gallery-caption::-webkit-scrollbar-track {
    background: transparent;
}

.gallery-caption::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .gallery {
        column-count: 2;
        column-gap: 15px;
    }
}

@media (max-width: 768px) {
    .gallery-caption {
        position: relative;
        transform: none !important;
        background: #00163b;
        padding: 15px;
        box-shadow: none;
    }

    .gallery-caption p {
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.9);
    }
}

@media (max-width: 576px) {
    .gallery {
        column-count: 1;
    }
}

/* ========== TEAM DETAIL PAGE ========== */
.profile-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    padding: 60px 0;
    align-items: start;
}

.profile-sidebar {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
    text-align: center;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.profile-avatar-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    box-shadow: 0 8px 25px rgba(15, 109, 63, 0.15);
}

.profile-avatar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00163b;
    margin-bottom: 5px;
    line-height: 1.2;
}

.profile-role {
    font-size: 1rem;
    font-weight: 500;
    color: #0f6d3f;
    margin-bottom: 12px;
}

.profile-qualification-badge {
    display: inline-block;
    background: rgba(15, 109, 63, 0.08);
    color: #0f6d3f;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px dashed rgba(15, 109, 63, 0.2);
}

.profile-meta-list {
    text-align: left;
    border-top: 1px solid #edf2f7;
    padding-top: 20px;
}

.profile-meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #4a5568;
}

.profile-meta-item i {
    color: #0f6d3f;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.patent-badge-card {
    background: linear-gradient(135deg, #00163b 0%, #03286b 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 15px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 22, 59, 0.15);
}

.patent-badge-icon {
    font-size: 2rem;
    color: #ffd700;
}

.patent-badge-info h5 {
    margin: 0 0 4px 0;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffd700;
}

.patent-badge-info p {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}

/* Content Area */
.profile-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f6;
}

.profile-bio-section h3 {
    font-size: 1.8rem;
    color: #00163b;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.profile-bio-section h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #0f6d3f;
    border-radius: 2px;
}

.profile-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #2d3748;
    margin-bottom: 25px;
    font-weight: 500;
}

.profile-bio-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

/* Grid cards for Mission / Vision */
.profile-mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
    border-top: 1px solid #edf2f7;
    padding-top: 40px;
}

.mv-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
    border-left: 5px solid #0f6d3f;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.mv-card.vision-card {
    border-left-color: #00163b;
}

.mv-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.mv-icon {
    font-size: 1.5rem;
    color: #0f6d3f;
}

.vision-card .mv-icon {
    color: #00163b;
}

.mv-header h4 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #00163b;
}

.mv-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
}

/* Responsive details */
@media (max-width: 992px) {
    .profile-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .profile-sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 576px) {
    .profile-mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* youtube  */
    .youtube-section {
            width: 100%;
            /* padding: 0 40px; */
            overflow: hidden;
        }


        .youtube-container {
            max-width: 1450px;
            margin: auto;
            position: relative;
        }


        /* ==========================================
           VIEWPORT
        ========================================== */

        .youtube-viewport {
            width: 100%;
            overflow: hidden;
            padding: 10px 20px 25px;
        }


        /* ==========================================
           SLIDER TRACK
        ========================================== */

        .youtube-slider {
            display: flex;
            flex-wrap: nowrap;
            gap: 30px;

            will-change: transform;

            transform: translateX(0);

            cursor: grab;
        }

        .youtube-slider:active {
            cursor: grabbing;
        }



        /* ==========================================
           CARD
        ========================================== */

        .youtube-card {
            position: relative;
            
            width: 100%;
            display: flex;
            flex-direction: column;

            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0,0,0,0.03);
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }


        .youtube-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
            border-color: rgba(0,0,0,0.08);
        }


        /* ==========================================
           THUMBNAIL
        ========================================== */

        .youtube-thumbnail {
            position: relative;

            width: 100%;

            aspect-ratio: 16 / 9;

            background: #111111;

            overflow: hidden;
        }


        .youtube-thumbnail img {
            width: 100%;
            height: 100%;

            display: block;

            object-fit: cover;

            transition:
                transform 0.5s ease;
        }


        .youtube-card:hover
        .youtube-thumbnail img {
            transform: scale(1.05);
        }


        /* ==========================================
           DARK OVERLAY
        ========================================== */

        .youtube-thumbnail::after {
            content: "";

            position: absolute;

            inset: 0;

            background:
                rgba(0, 0, 0, 0.12);

            pointer-events: none;

            transition:
                background 0.3s ease;
        }


        .youtube-card:hover
        .youtube-thumbnail::after {
            background:
                rgba(0, 0, 0, 0.25);
        }


        /* ==========================================
           YOUTUBE LABEL
        ========================================== */

        .youtube-logo {
            position: absolute;

            z-index: 5;

            top: 15px;
            left: 15px;

            padding: 7px 12px;

            background: #ff0000;

            color: #ffffff;

            border-radius: 7px;

            font-size: 13px;

            font-weight: 700;

            line-height: 1;
        }


        /* ==========================================
           PLAY BUTTON
        ========================================== */

        .youtube-play {
            position: absolute;

            z-index: 5;

            top: 50%;
            left: 50%;

            transform:
                translate(-50%, -50%);

            width: 75px;
            height: 75px;

            border-radius: 50%;

            background:
                rgba(255, 255, 255, 0.96);

            display: flex;

            align-items: center;
            justify-content: center;

            transition:
                width 0.3s ease,
                height 0.3s ease,
                background 0.3s ease;
        }


        .youtube-play::after {
            content: "";

            width: 0;
            height: 0;

            border-top:
                13px solid transparent;

            border-bottom:
                13px solid transparent;

            border-left:
                21px solid #ff0000;

            margin-left: 5px;
        }


        .youtube-card:hover
        .youtube-play {
            width: 85px;
            height: 85px;

            background: #ffffff;
        }


        /* ==========================================
           CONTENT
        ========================================== */

        .youtube-content {
            padding: 20px 22px 23px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }


        .youtube-channel {
            margin-bottom: 8px;
            color: #777777;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.4px;
        }


        .youtube-title {
            color: #222222;
            font-size: 21px; /* Increased for attractiveness */
            line-height: 1.4;
            font-weight: 700;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }
        
        .youtube-card:hover .youtube-title {
            color: #ff0000;
        }

        .youtube-watch {
            margin-top: 5px;
            color: #ff0000;
            font-size: 15px; /* Slightly larger */
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .youtube-watch::after {
            content: '→';
            transition: transform 0.3s ease;
        }

        .youtube-card:hover .youtube-watch::after {
            transform: translateX(5px);
        }

        /* ==========================================
           SWIPER FIXES & PAGINATION
        ========================================== */

        .youtubeSwiper {
            width: 100%;
            height: 100%;
            padding: 20px 15px 50px !important; /* Extra bottom padding for dots */
        }

        /* Pagination Styles */
        .yt-pagination {
            position: absolute;
            bottom: 0 !important;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .yt-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #cccccc;
            opacity: 1;
            transition: all 0.3s ease;
            margin: 0 6px !important;
        }

        .yt-pagination .swiper-pagination-bullet-active {
            background: #ff0000;
            width: 25px;
            border-radius: 5px;
        }


        /*.slider-arrow.left {*/
        /*    left: -10px;*/
        /*}*/


        .slider-arrow.right {
            right: 2px;
        }


        /* ==========================================
           TABLET
        ========================================== */

        @media (max-width: 1000px) {

        }


        /* ==========================================
           MOBILE
        ========================================== */

        @media (max-width: 650px) {

            .youtube-section {
                padding: 35px 15px;
            }


            .youtube-viewport {
                padding:
                    10px 5px 20px;
            }


            .youtube-slider {
                gap: 18px;
            }


            .youtube-content {
                padding:
                    17px 18px 20px;
            }


            .youtube-title {
                font-size: 17px;
            }


            .youtube-play {
                width: 60px;
                height: 60px;
            }


            .youtube-card:hover
            .youtube-play {
                width: 68px;
                height: 68px;
            }


            .slider-arrow {
                width: 48px;
                height: 48px;

                font-size: 28px;
            }


            .slider-arrow.left {
                left: 0;
            }


            .slider-arrow.right {
                right: 0;
            }

        }
