/*
 * Babu Nursery — public site stylesheet
 * Nursery green palette inspired by dgnurseries.com
 */

:root {
    --brand:        #2e7d32;
    --brand-dark:   #1b5e20;
    --brand-light:  #4caf50;
    --brand-soft:   #e8f5e9;
    --brand-leaf:   #66bb6a;
    --accent:       #f9a825;
    --text:         #1f2937;
    --muted:        #6b7280;
    --bg:           #ffffff;
    --bg-alt:       #f6f9f4;
    --border:       #e5ebe1;
}

* { box-sizing: border-box; }

html, body { height: auto; }
body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700; color: var(--brand-dark); }
a { color: var(--brand); text-decoration: none; transition: color .2s; }
a:hover { color: var(--brand-dark); }

img { max-width: 100%; height: auto; }

/* ---------- top bar ---------- */
.top-bar {
    background: var(--brand-dark);
    color: #d9efd6;
    font-size: 0.85rem;
    padding: 8px 0;
}
.top-bar a { color: #d9efd6; margin-left: 10px; }
.top-bar a:hover { color: #fff; }
.top-bar .top-bar-right i { font-size: 1rem; }

/* ---------- navbar ---------- */
.main-nav {
    background: #fff;
    box-shadow: 0 2px 14px rgba(46, 125, 50, 0.08);
    padding: 12px 0;
}
.main-nav .navbar-brand { display: flex; align-items: center; gap: 10px; }
.brand-text-wrap { text-decoration: none; }
.brand-logo { max-height: 48px; width: auto; display: block; }
.brand-logo-footer { max-height: 56px; filter: brightness(1.05); }
.brand-leaf {
    display: inline-flex;
    width: 42px; height: 42px;
    align-items: center; justify-content: center;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    font-size: 1.3rem;
}
.brand-text {
    display: flex; flex-direction: column;
    font-size: 1.2rem;
    color: var(--brand-dark);
    line-height: 1;
}
.brand-text strong { color: var(--brand-dark); font-weight: 800; }
.brand-text small { color: var(--muted); font-size: 0.7rem; margin-top: 4px; font-weight: 400; }

.navbar-nav .nav-link {
    color: var(--text);
    font-weight: 500;
    padding: 8px 14px !important;
    border-radius: 6px;
    transition: all .2s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--brand);
    background: var(--brand-soft);
}
.navbar-nav .dropdown-menu {
    border: 0;
    border-top: 3px solid var(--brand);
    border-radius: 6px;
    padding: 10px 0;
}
.navbar-nav .dropdown-item { padding: 8px 18px; font-size: 0.92rem; }
.navbar-nav .dropdown-item:hover { background: var(--brand-soft); color: var(--brand-dark); }

/* ---------- buttons ---------- */
.btn-brand {
    background: var(--brand);
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 6px;
    transition: background .2s;
}
.btn-brand:hover { background: var(--brand-dark); color: #fff; }
.btn-outline-brand {
    background: transparent;
    color: var(--brand);
    border: 2px solid var(--brand);
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 6px;
}
.btn-outline-brand:hover { background: var(--brand); color: #fff; }
.text-brand { color: var(--brand) !important; }

/* ---------- hero ---------- */
.hero {
    position: relative;
    background: linear-gradient(rgba(27, 94, 32, 0.55), rgba(27, 94, 32, 0.55)),
                url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    color: #fff;
    padding: 80px 0 65px;
    text-align: center;
}
.hero .eyebrow {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 16px;
}
.hero p {
    max-width: 720px;
    margin: 0 auto 26px;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.92);
}
.hero .hero-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero .btn-brand { background: var(--accent); color: #1f1f1f; }
.hero .btn-brand:hover { background: #f0b500; }
.hero .btn-outline-brand { color: #fff; border-color: #fff; }
.hero .btn-outline-brand:hover { background: #fff; color: var(--brand-dark); }

/* ---------- hero carousel ---------- */
.hero-carousel .carousel-item {
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
}
.hero-carousel .hero-slide-content {
    padding: 60px 0;
    text-align: center;
}
.hero-carousel .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff;
}
.hero-carousel h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 16px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.85), 0 0 18px rgba(0,0,0,0.55);
}
.hero-carousel p {
    max-width: 720px;
    margin: 0 auto 26px;
    font-size: 1.05rem;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,0.85), 0 0 14px rgba(0,0,0,0.5);
}
.hero-carousel .hero-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero-carousel .btn-brand { background: var(--accent); color: #1f1f1f; }
.hero-carousel .btn-brand:hover { background: #f0b500; }
.hero-carousel .btn-outline-brand { color: #fff; border-color: #fff; }
.hero-carousel .btn-outline-brand:hover { background: #fff; color: var(--brand-dark); }
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next { width: 6%; opacity: 0.7; }
.hero-carousel .carousel-indicators [data-bs-target] {
    width: 38px; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.6);
}
.hero-carousel .carousel-indicators .active { background: var(--accent); }
@media (max-width: 768px) {
    .hero-carousel .carousel-item { min-height: 380px; }
    .hero-carousel .hero-slide-content { padding: 50px 0; }
}

/* ---------- section heads ---------- */
.section-head {
    display: flex; justify-content: space-between; align-items: end;
    margin-bottom: 32px; gap: 20px; flex-wrap: wrap;
}
.section-head .eyebrow {
    display: inline-block;
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.section-head h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin: 0 0 8px 0;
}
.section-head p { color: var(--muted); margin: 0; max-width: 620px; }

.category-section { padding: 70px 0; }
.category-section.bg-light { background: var(--bg-alt) !important; }
.section-center { text-align: center; margin-bottom: 40px; }
.section-center .section-head { display: block; }
.section-center h2 { margin-bottom: 12px; }

/* ---------- category grid ---------- */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}
.category-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: var(--brand-soft);
    cursor: pointer;
    transition: transform .3s, box-shadow .3s;
    display: block;
}
.category-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .5s;
}
.category-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -10px rgba(27, 94, 32, 0.3); }
.category-card:hover img { transform: scale(1.08); }
.category-card .overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(27, 94, 32, 0.95), rgba(27, 94, 32, 0) 60%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 22px;
    color: #fff;
}
.category-card .overlay h5 {
    color: #fff; margin: 0; font-size: 1.15rem; font-weight: 700;
}
.category-card .overlay span {
    font-size: 0.82rem;
    opacity: 0.85;
    margin-top: 4px;
}
.category-card .icon-circle {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(255,255,255,0.95);
    color: var(--brand);
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}

/* ---------- plant card ---------- */
.plant-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    height: 100%;
    display: flex; flex-direction: column;
}
.plant-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -16px rgba(46, 125, 50, 0.35);
    border-color: var(--brand-light);
}
.plant-card .img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--brand-soft);
}
.plant-card .img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .4s;
}
.plant-card:hover .img-wrap img { transform: scale(1.06); }
.plant-card .badge-tag {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--accent);
    color: #1f1f1f;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.plant-card .badge-stock {
    position: absolute;
    top: 12px; right: 12px;
    background: var(--brand);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 500;
}
.plant-card .body { padding: 18px; flex-grow: 1; display: flex; flex-direction: column; }
.plant-card .category-tag {
    font-size: 0.74rem;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 6px;
}
.plant-card h5 {
    font-size: 1.05rem;
    margin: 0 0 4px 0;
    color: var(--brand-dark);
}
.plant-card .sci-name {
    font-style: italic;
    color: var(--muted);
    font-size: 0.82rem;
    margin-bottom: 10px;
}
.plant-card p.desc {
    color: var(--muted);
    font-size: 0.88rem;
    margin: 0 0 14px 0;
    flex-grow: 1;
}
.plant-card .meta-row {
    display: flex;
    gap: 12px;
    border-top: 1px dashed var(--border);
    padding-top: 12px;
    margin-top: auto;
    font-size: 0.78rem;
    color: var(--muted);
}
.plant-card .meta-row i { color: var(--brand); margin-right: 4px; }
.plant-card .actions { display: flex; gap: 8px; margin-top: 14px; }
.plant-card .actions .btn { flex: 1; font-size: 0.85rem; padding: 7px 10px; }

/* ---------- inquiry card / form ---------- */
.travel-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--border);
    box-shadow: 0 6px 30px -10px rgba(46, 125, 50, 0.15);
}
.inquiry-form .form-control,
.inquiry-form .form-select {
    border-radius: 8px;
    border-color: var(--border);
    padding: 10px 12px;
    font-size: 0.95rem;
}
.inquiry-form .form-control:focus,
.inquiry-form .form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 .15rem rgba(46, 125, 50, 0.15);
}

/* ---------- detail page ---------- */
.detail-hero {
    background: linear-gradient(rgba(27,94,32,0.55), rgba(27,94,32,0.65)), var(--bg-alt) center/cover no-repeat;
    padding: 70px 0 50px;
    color: #fff;
}
.detail-hero.with-bg { background-size: cover; background-position: center; }
.detail-hero .breadcrumb { background: transparent; padding: 0; margin-bottom: 18px; }
.detail-hero .breadcrumb a { color: rgba(255,255,255,0.85); }
.detail-hero .breadcrumb-item.active { color: #fff; }
.detail-hero h1 { color: #fff; margin: 0 0 6px 0; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.detail-hero .sub { color: rgba(255,255,255,0.85); font-size: 1rem; font-style: italic; }

.detail-section { padding: 50px 0; }
.detail-content h3 { color: var(--brand-dark); font-size: 1.3rem; margin: 20px 0 12px; }
.detail-content p { color: var(--text); line-height: 1.75; }
.detail-content ul { padding-left: 22px; }
.detail-content ul li { padding: 4px 0; }
.detail-content ul li::marker { color: var(--brand); }

.spec-list {
    list-style: none; padding: 0; margin: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.spec-list li {
    display: flex; justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    font-size: 0.92rem;
}
.spec-list li:last-child { border-bottom: 0; }
.spec-list li span:first-child { color: var(--muted); font-weight: 500; }
.spec-list li span:last-child { color: var(--text); font-weight: 600; text-align: right; }

/* ---------- about / contact ---------- */
.page-hero {
    background: linear-gradient(rgba(27,94,32,0.55), rgba(27,94,32,0.65)),
                url('https://images.unsplash.com/photo-1502920917128-1aa500764cbd?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    padding: 90px 0 70px;
    color: #fff;
    text-align: center;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 2.8rem); text-shadow: 0 2px 6px rgba(0,0,0,0.85), 0 0 16px rgba(0,0,0,0.5); }
.page-hero p { color: #fff; max-width: 700px; margin: 0 auto; text-shadow: 0 1px 5px rgba(0,0,0,0.85), 0 0 14px rgba(0,0,0,0.5); }
.page-hero .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(4px);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}
.page-hero .hero-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 18px; }
.page-hero .btn-brand { background: var(--accent); color: #1f1f1f; }
.page-hero .btn-outline-brand { color: #fff; border-color: #fff; }
.page-hero .btn-outline-brand:hover { background: #fff; color: var(--brand-dark); }

/* ---------- inner-page image banner with title overlay ---------- */
.page-banner-image {
    width: 100%;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}
.page-banner-image h1 {
    color: #fff;
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,0.85), 0 0 16px rgba(0,0,0,0.5);
}
@media (max-width: 992px) {
    .page-banner-image { min-height: 200px; }
}
@media (max-width: 576px) {
    .page-banner-image { min-height: 160px; }
    .page-banner-image h1 { font-size: 1.4rem; }
}

/* ---------- page-hero carousel (about/contact/plants/projects, multi-slide) ---------- */
.page-hero-carousel .carousel-item {
    min-height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
}
.page-hero-carousel .hero-slide-content {
    padding: 70px 0;
    text-align: center;
}
.page-hero-carousel .eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(4px);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}
.page-hero-carousel h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.85), 0 0 16px rgba(0,0,0,0.5);
}
.page-hero-carousel p {
    max-width: 720px;
    margin: 0 auto 18px;
    color: #fff;
    text-shadow: 0 1px 5px rgba(0,0,0,0.85), 0 0 14px rgba(0,0,0,0.5);
}
.page-hero-carousel .hero-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.page-hero-carousel .btn-brand { background: var(--accent); color: #1f1f1f; }
.page-hero-carousel .btn-outline-brand { color: #fff; border-color: #fff; }
.page-hero-carousel .btn-outline-brand:hover { background: #fff; color: var(--brand-dark); }
.page-hero-carousel .carousel-indicators [data-bs-target] {
    width: 32px; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.6);
}
.page-hero-carousel .carousel-indicators .active { background: var(--accent); }
@media (max-width: 768px) {
    .page-hero-carousel .carousel-item { min-height: 300px; }
    .page-hero-carousel .hero-slide-content { padding: 50px 0; }
}

.contact-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background: #fff;
    height: 100%;
}
.contact-card i {
    color: var(--brand);
    font-size: 1.8rem;
    margin-bottom: 10px;
    background: var(--brand-soft);
    width: 60px; height: 60px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
}

/* ---------- projects ---------- */
.project-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--brand-soft);
    display: block;
}
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.project-card:hover img { transform: scale(1.05); }
.project-card .info {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(27,94,32,0.95), transparent);
    color: #fff;
}
.project-card .info h5 { color: #fff; margin: 0; }
.project-card .info span { font-size: 0.84rem; opacity: 0.9; }
.project-card .type-tag {
    position: absolute; top: 12px; left: 12px;
    background: rgba(255,255,255,0.95);
    color: var(--brand-dark);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.74rem;
    font-weight: 600;
}

/* ---------- why us ---------- */
.why-us { background: var(--brand-soft); padding: 70px 0; }
.why-box {
    background: #fff;
    padding: 32px 24px;
    border-radius: 14px;
    height: 100%;
    text-align: center;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid var(--border);
}
.why-box:hover { transform: translateY(-4px); box-shadow: 0 12px 30px -10px rgba(46, 125, 50, 0.25); }
.why-box i {
    color: var(--brand);
    font-size: 2.4rem;
    display: inline-flex;
    width: 70px; height: 70px;
    background: var(--brand-soft);
    border-radius: 50%;
    align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.why-box h6 { color: var(--brand-dark); font-weight: 700; margin-bottom: 6px; font-size: 1rem; }
.why-box p { color: var(--muted); margin: 0; font-size: 0.9rem; }

/* ---------- quick enquiry strip ---------- */
.quick-enquiry {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 50px 0;
}
.quick-enquiry h3 { color: #fff; margin: 0 0 6px 0; }
.quick-enquiry p { color: rgba(255,255,255,0.85); margin: 0; }
.quick-enquiry .btn-light {
    background: #fff;
    color: var(--brand-dark);
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
}
.quick-enquiry .btn-light:hover { background: var(--accent); color: #1f1f1f; }

/* ---------- indoor showcase ---------- */
.indoor-showcase {
    background: var(--bg-alt);
    padding: 70px 0;
}

/* ---------- footer ---------- */
.site-footer {
    background: #102610;
    color: rgba(255,255,255,0.78);
    padding: 60px 0 24px;
    margin-top: 0;
}
.site-footer h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { padding: 4px 0; }
.site-footer ul li a { color: rgba(255,255,255,0.72); font-size: 0.92rem; }
.site-footer ul li a:hover { color: #fff; }
.site-footer .contact-list i { color: var(--brand-leaf); margin-right: 8px; }
.site-footer hr { border-color: rgba(255,255,255,0.1); margin-top: 36px; }
.site-footer .socials a {
    display: inline-flex;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85);
    align-items: center; justify-content: center;
    margin-right: 8px;
    transition: all .25s;
}
.site-footer .socials a:hover { background: var(--brand); color: #fff; }

/* ---------- WhatsApp FAB ---------- */
.whatsapp-fab {
    position: fixed;
    bottom: 24px; right: 24px;
    width: 56px; height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 10px 28px -6px rgba(37, 211, 102, 0.6);
    z-index: 1000;
    transition: transform .25s;
}
.whatsapp-fab:hover { color: #fff; transform: scale(1.08); }

/* ---------- filter pills ---------- */
.filter-pills {
    display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px;
}
.filter-pills .pill {
    padding: 8px 18px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 500;
    transition: all .2s;
    display: inline-block;
}
.filter-pills .pill:hover { border-color: var(--brand); color: var(--brand); }
.filter-pills .pill.active { background: var(--brand); color: #fff; border-color: var(--brand); }

/* ---------- legal / rich-text content ---------- */
.legal-content { font-size: 1rem; line-height: 1.8; color: var(--text); }
.legal-content h1, .legal-content h2, .legal-content h3, .legal-content h4 {
    color: var(--brand-dark);
    margin: 1.6rem 0 0.8rem;
}
.legal-content h2 { font-size: 1.5rem; }
.legal-content h3 { font-size: 1.2rem; }
.legal-content p { margin: 0 0 1rem; }
.legal-content ul, .legal-content ol { margin: 0 0 1rem 1.25rem; padding-left: 1rem; }
.legal-content ul li, .legal-content ol li { padding: 4px 0; }
.legal-content ul li::marker, .legal-content ol li::marker { color: var(--brand); }
.legal-content a { color: var(--brand); text-decoration: underline; }
.legal-content a:hover { color: var(--brand-dark); }
.legal-content blockquote {
    border-left: 4px solid var(--brand-light);
    background: var(--brand-soft);
    margin: 1.2rem 0;
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
    color: var(--brand-dark);
}
.legal-content strong { color: var(--brand-dark); }

.footer-meta-links a {
    color: rgba(255,255,255,0.85);
}
.footer-meta-links a:hover { color: #fff; }

/* ---------- pagination ---------- */
.pagination { gap: 4px; }
.pagination .page-link {
    color: var(--brand-dark);
    border-color: var(--border);
    background: #fff;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all .2s;
}
.pagination .page-link:hover {
    background: var(--brand-soft);
    color: var(--brand-dark);
    border-color: var(--brand-light);
}
.pagination .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(46, 125, 50, 0.18);
    color: var(--brand-dark);
}
.pagination .page-item.active .page-link,
.pagination .page-item.active > .page-link {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff !important;
    font-weight: 600;
}
.pagination .page-item.disabled .page-link {
    color: var(--muted);
    background: #fff;
    border-color: var(--border);
}

/* ---------- search bar (plants index) ---------- */
.search-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid var(--border);
    margin-bottom: 26px;
    box-shadow: 0 4px 20px -8px rgba(46, 125, 50, 0.12);
}
.search-box .form-control { border-radius: 8px; padding: 12px 14px; }

/* ---------- contact: highlights strip ---------- */
.contact-highlights {
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border);
    padding: 28px 0;
}
.highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}
.highlight-item i {
    width: 52px; height: 52px;
    background: var(--brand-soft);
    color: var(--brand);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.highlight-item strong {
    display: block;
    color: var(--brand-dark);
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
}
.highlight-item span {
    display: block;
    font-size: 0.85rem;
    color: var(--muted);
}

/* ---------- branches: zig-zag rows ---------- */
.branches-section { padding: 70px 0; }
.branch-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 50px;
}
.branch-row:last-child { margin-bottom: 0; }
.branch-row.reversed .branch-row-map { order: 2; }
.branch-row.reversed .branch-row-info { order: 1; }

.branch-row-map {
    border-radius: 16px;
    overflow: hidden;
    background: var(--brand-soft);
    box-shadow: 0 18px 40px -20px rgba(46, 125, 50, 0.35);
    min-height: 340px;
}
.branch-row-map iframe {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: block;
}

.branch-row-info {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.branch-row-number {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 3.4rem;
    font-weight: 800;
    color: var(--brand-soft);
    line-height: 1;
    letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
}
.branch-row-info h3 {
    color: var(--brand-dark);
    margin: 0 0 18px 0;
    font-size: 1.5rem;
    padding-right: 70px;
}
.branch-badge {
    display: inline-block;
    background: var(--accent);
    color: #1f1f1f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.branch-row-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}
.branch-row-meta li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 6px 0;
    color: var(--text);
    font-size: 0.95rem;
}
.branch-row-meta li i {
    color: var(--brand);
    margin-top: 4px;
    flex-shrink: 0;
    font-size: 1rem;
}
.branch-row-meta li a { color: var(--text); }
.branch-row-meta li a:hover { color: var(--brand); }
.branch-row-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* ---------- shared contact band ---------- */
.shared-contact-band {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    padding: 50px 0;
}
.shared-contact-band .eyebrow {
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.shared-contact-block {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}
.shared-contact-block i {
    width: 44px; height: 44px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}
.shared-contact-list {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.shared-contact-list small {
    display: block;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
}
.shared-contact-list a {
    display: block;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.35;
    padding: 2px 0;
    word-break: break-word;
    transition: color .2s;
    text-decoration: none;
}
.shared-contact-list a:hover {
    color: var(--accent);
}
.shared-contact-list a + a {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 4px;
    padding-top: 6px;
}

/* 3-phone grid layout — primary | tertiary on top row, secondary wide below */
.shared-contact-list.shared-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 2px;
}
.shared-contact-list.shared-contact-grid small {
    grid-column: 1 / -1;
}
.shared-contact-list.shared-contact-grid a {
    border-top: 0;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 2px;
}
.shared-contact-list.shared-contact-grid a.shared-contact-wide {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 4px;
    padding-top: 6px;
}
@media (max-width: 575px) {
    .shared-contact-list.shared-contact-grid {
        grid-template-columns: 1fr;
    }
    .shared-contact-list.shared-contact-grid a {
        border-top: 1px solid rgba(255,255,255,0.12);
        margin-top: 4px;
        padding-top: 6px;
    }
    .shared-contact-list.shared-contact-grid a:nth-of-type(1) {
        border-top: 0;
        margin-top: 0;
        padding-top: 4px;
    }
}

@media (max-width: 991px) {
    .branch-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 32px;
    }
    .branch-row.reversed .branch-row-map,
    .branch-row.reversed .branch-row-info { order: initial; }
    .branch-row-info {
        border-radius: 0 0 16px 16px;
        padding: 28px 24px;
    }
    .branch-row-map {
        border-radius: 16px 16px 0 0;
        min-height: 280px;
    }
    .branch-row-map iframe { min-height: 280px; }
    .branch-row-info h3 { padding-right: 60px; font-size: 1.3rem; }
    .branch-row-number { top: 16px; right: 22px; font-size: 2.6rem; }
}
@media (max-width: 768px) {
    .hero { padding: 55px 0 45px; }
    .category-section { padding: 50px 0; }
    .branches-section { padding: 50px 0; }
    .section-head { flex-direction: column; align-items: flex-start; }
    .whatsapp-fab { bottom: 16px; right: 16px; width: 50px; height: 50px; font-size: 1.4rem; }
    .highlight-item { justify-content: center; }
    .shared-contact-band { padding: 36px 0; }
}
