﻿/* ----------------------------------------------------
   GLOBAL TYPOGRAPHY — PREMIUM EUROPE STYLE
---------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif !important;
    background: #ffffff;
    color: #2A3A28;
    font-size: 16px;
    line-height: 1.60; /* softer, pharma-style spacing */
    letter-spacing: 0.20px;
}

/* UNIVERSAL TEXT REFINEMENT */
p, li, a, span, div {
    font-family: 'Manrope', sans-serif !important;
    line-height: 1.60 !important;
}

/* HEADINGS — refined corporate style */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600; /* less heavy = more sophisticated */
    line-height: 1.24;
    letter-spacing: 0.25px;
    color: #1F2A1F;
}

/* Bullet list spacing matching pharma screenshot */
ul {
    padding-left: 20px;
    margin: 0 0 16px;
}

    ul li {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.60;
    }

        ul li::marker {
            font-size: 0.8em;
            color: #1E1E1E;
        }

/* ----------------------------------------------------
   BENEFIT STRIP
---------------------------------------------------- */
.scroll-strip {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
}

    .scroll-strip::-webkit-scrollbar {
        display: none;
    }

.benefit-card {
    flex: 0 0 250px;
    border: 1px solid #eaeaea;
    padding: 1rem;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: .3s ease;
}

    .benefit-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 22px rgba(0,0,0,0.12);
    }

/* ----------------------------------------------------
   FLOATING NAV / OTHERS
---------------------------------------------------- */
.floating-strip {
    bottom: 20px;
    z-index: 1000;
    border-radius: 999px;
    max-width: 90vw;
    transition: transform 0.3s ease;
}

    .floating-strip a {
        transition: .25s;
    }

        .floating-strip a:hover {
            background: #e0e0e0;
        }

        .floating-strip a.active {
            background: #198754 !important;
            color: #fff !important;
        }

            .floating-strip a.active i {
                color: #fff;
            }

@media (max-width: 768px) {
    .floating-strip {
        max-width: 95vw;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
        padding: 8px 12px;
    }

        .floating-strip a span {
            font-size: 0.75rem;
        }
}

/* Section scroll offset */
section {
    scroll-margin-top: 100px;
}

/* ----------------------------------------------------
   PREMIUM BREADCRUMB (SITE MAP)
---------------------------------------------------- */
.breadcrumb-premium {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 25px;
    color: #6a746a;
}

    .breadcrumb-premium a {
        color: #2A7F62;
        text-decoration: none;
        font-weight: 600;
    }

        .breadcrumb-premium a:hover {
            text-decoration: underline;
        }

    .breadcrumb-premium span {
        color: #879487;
        font-weight: 400;
    }

    .breadcrumb-premium .current {
        color: #2A3A28;
        font-weight: 600;
    }

@media (max-width: 768px) {
    .breadcrumb-premium {
        font-size: 14px;
        gap: 6px;
        flex-wrap: wrap;
    }
}






/* Section */
.application-dosage {
    text-align: center;
    padding: 60px 20px;
}

    .application-dosage h2 {
        margin-bottom: 40px;
        font-size: 32px;
        font-weight: 700;
    }

/* Item container */
.dosage-item {
    text-align: center;
    margin-bottom: 50px;
}

/* Icon container */
.icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 14px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

/* ICON scales automatically */
.dosage-icon {
    width: 70%;
    height: auto;
}

/* Caption below icon */
.dosage-caption {
    max-width: 220px;
    margin: 0 auto 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #2A2A2A;
    text-align: center;
}

/* Circle system */
.circle-outer {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.circle-static {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 6px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45deg, #1591ff, #7ed1ff) border-box;
}

/* Text inside circle */
.circle-inner {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    z-index: 3;
    margin: 0;
    font-size: 14px; /* smaller text */
    font-weight: 400; /* normal, not bold */
    line-height: 1.4; /* clean spacing */
    color: #333; /* soft dark grey */
}
    .circle-inner p {
        margin: 0;
        font-weight: 300;
        font-size: 16px;
    }

    .circle-inner p {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
    }



/* Dots + glow */
.dot {
    width: 20px;
    height: 20px;
    background: #1591ff;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(21, 145, 255, 0.8), 0 0 20px rgba(21, 145, 255, 0.6);
}

/* Dot positions */
.dot1 {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.dot2 {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Rotation */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Mobile adjustments (2 × 2 layout already handled by col-6) */
@media (max-width: 768px) {
    .circle-outer {
        width: 170px;
        height: 170px;
    }
}

.circle-outer {
    position: relative;
    width: 220px; /* ⬅️ INCREASED SIZE */
    height: 220px;
    margin: 0 auto;
}

.circle-ring {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Text inside */
.circle-inner {
    position: absolute;
    inset: 42px; /* same as before */
    background: transparent; /* ✅ WHITE REMOVED */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
}


    .circle-inner p {
        margin: 0;
        font-size: 15px;
        line-height: 1.45;
        font-weight: 400;
        color: #2A2A2A;
    }

.dose-highlight {
    color: #F59A2A;
    font-weight: 500;
}


@media (max-width: 992px) {
    .circle-outer {
        width: 200px;
        height: 200px;
    }

    .circle-inner {
        inset: 36px;
    }
}

@media (max-width: 576px) {
    .circle-outer {
        width: 170px;
        height: 170px;
    }

    .circle-inner {
        inset: 30px;
    }

        .circle-inner p {
            font-size: 14px;
        }
}

/* ==============================
   FAQ — PREMIUM STYLE
============================== */

.faq-section {
    padding: 70px 0;
    background: #ffffff;
}

.faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1F2A1F;
}

/* FAQ Card */
.faq-item {
    background: #ffffff;
    border-radius: 14px;
    margin-bottom: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Question Button */
.faq-question {
    width: 100%;
    padding: 20px 26px;
    font-size: 17px;
    font-weight: 600;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #222;
}

    /* Arrow Icon */
    .faq-question .icon {
        width: 14px;
        height: 14px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

/* Answer */
.faq-answer {
    padding: 0 26px;
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    transition: all 0.35s ease;
}

/* ACTIVE STATE */
.faq-item.active .faq-question {
    background: #F6D56F; /* LOGO YELLOW */
    color: #1F2A1F;
}

.faq-item.active .faq-answer {
    padding: 22px 26px 26px;
    max-height: 300px;
    background: #ffffff;
}

.faq-item.active .icon {
    transform: rotate(-135deg);
}

/* MOBILE */
@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
        padding: 18px 20px;
    }

    .faq-answer {
        font-size: 14px;
    }
}
/* ==============================
   WORLD MAP BACKGROUND
============================== */

.world-bg {
    position: relative;
    overflow: hidden;
}

    .world-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("/images/map.svg") no-repeat center;
        background-size: 90%;
        opacity: 0.20; /* VERY SOFT */
        pointer-events: none;
    }

    /* Keep content above map */
    .world-bg > .container {
        position: relative;
        z-index: 2;
    }
@media (max-width: 992px) {
    .circle-outer {
        width: 210px;
        height: 210px;
    }

    .circle-inner {
        inset: 38px;
    }
}

@media (max-width: 576px) {
    .circle-outer {
        width: 180px;
        height: 180px;
    }

    .circle-inner {
        inset: 30px;
    }

    .dosage-caption {
        font-size: 15px;
    }
}



/* ==============================
   MODE OF ACTION — PREMIUM EUROPE
============================== */

.mode-action-section {
    padding: 80px 0;
    background: #ffffff;
}

.mode-title {
    font-size: 32px;
    font-weight: 700;
    color: #1F2A1F;
    margin-bottom: 26px;
}

/* LIST */
.mode-list {
    padding-left: 0;
    list-style: none;
}

    .mode-list li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.65;
        color: #2E3D2E;
    }

        /* Minimal bullet */
        .mode-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #6FA83A; /* soft agri green */
        }

    /* Highlighted keywords */
    .mode-list strong {
        color: #1F2A1F;
        font-weight: 600;
    }

/* GRAPHIC */
.mode-graphic-wrap {
    max-width: 460px;
    margin: auto;
}

.mode-graphic {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,0.08));
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .mode-title {
        text-align: center;
    }

    .mode-list {
        max-width: 600px;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .mode-action-section {
        padding: 60px 0;
    }

    .mode-title {
        font-size: 26px;
    }

    .mode-list li {
        font-size: 15px;
    }
}


/* ==============================
   SECTION CENTER HEADING
============================== */
/* ==============================
   MODE OF ACTION — PREMIUM
============================== */

.mode-action-section {
    padding: 80px 0;
    background: #ffffff;
}

/* CENTER HEADING */
.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

    .section-heading h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1F2A1F;
        letter-spacing: 0.4px;
        margin-bottom: 12px;
    }

/* Leaf icon */
.section-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.10);
}

    .section-icon i {
        color: #79B61E;
        font-size: 20px;
    }

/* Gold underline */
.section-underline {
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #F6D56F, #F2B705);
    border-radius: 10px;
    margin: 0 auto;
}

/* LIST */
.mode-list {
    list-style: none;
    padding-left: 0;
}

    .mode-list li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.7;
        color: #2A3A28;
    }

        /* Green dot bullet */
        .mode-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 8px;
            height: 8px;
            background: #79B61E;
            border-radius: 50%;
        }

/* RIGHT IMAGE */
.mode-graphic-wrap {
    max-width: 420px;
    margin: 0 auto;
}

.mode-graphic {
    width: 100%;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 26px;
    }

    .mode-action-section {
        padding: 60px 0;
    }
}






/* ==============================
   HERO SECTION — EUROPEAN STYLE
============================== */

.hero-section {
    background: #ffffff;
}

/* Tagline */
.hero-tagline {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #3A4A3A;
    margin-bottom: 14px;
}

/* Description text */
.hero-description {
    font-size: 16px;
    line-height: 1.65;
    color: #2A3A28;
    margin-bottom: 16px;
}

/* BENEFITS INLINE LIST */
.hero-benefits {
    margin: 0 0 20px;
    padding-left: 18px;
}

    .hero-benefits li {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 6px;
        color: #2A3A28;
    }

/* Responsive tweak */
@media (max-width: 768px) {
    .hero-tagline {
        font-size: 14px;
    }

    .hero-description,
    .hero-benefits li {
        font-size: 14px;
    }
}

/* =========================
   PREMIUM BREADCRUMB
========================= */

.breadcrumb-wrap {
    margin-bottom: 20px;
}

.custom-breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: #9aa5a0;
        padding: 0 8px;
    }

    .custom-breadcrumb a {
        color: #2f6f4e;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .custom-breadcrumb a:hover {
            color: #1f4e36;
            text-decoration: underline;
        }

    .custom-breadcrumb .active {
        color: #2a3a28;
        font-weight: 600;
    }


