/* =============================================
   GLLENMAXX — A NATURAL VEDA
   Professional Stylesheet
   ============================================= */

/* 1. RESET & ROOT VARIABLES */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --primary:      #2d7f4e;
    --primary-dark: #1f5c38;
    --accent:       #f8a100;
    --accent-dark:  #e69500;
    --text:         #1a1a1a;
    --text-muted:   #666;
    --bg:           #ffffff;
    --bg-alt:       #f7f8f5;
    --border:       #e4e4e4;
    --white:        #ffffff;
    --danger:       #e53935;
    --success:      #4caf50;
    --radius:       14px;
    --radius-sm:    8px;
    --shadow-sm:    0 2px 8px rgba(0,0,0,0.07);
    --shadow-md:    0 6px 20px rgba(0,0,0,0.10);
    --shadow-lg:    0 16px 40px rgba(0,0,0,0.14);
    --transition:   0.3s ease;
}

/* 2. BASE */
html { scroll-behavior: smooth; }
body {
    font-family: 'DM Sans', 'Segoe UI', Tahoma, sans-serif;
    color: var(--text);
    line-height: 1.65;
    background: var(--bg);
    overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 3. ANNOUNCEMENT BAR */
.announcement-bar {
    background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--accent-dark));
    color: var(--white);
    text-align: center;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.announcement-bar i { font-size: 10px; color: #ffd700; margin: 0 4px; }

/* 4. HEADER */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.header.scrolled { box-shadow: var(--shadow-md); }

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

/* Logo */
.logo h1 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--primary);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
}
.logo .tagline {
    display: block;
    font-size: 10.5px;
    color: var(--accent);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Search */
.search-bar {
    flex: 1;
    max-width: 460px;
    margin: 0 28px;
    display: flex;
    border: 2px solid var(--border);
    border-radius: 30px;
    overflow: visible;
    transition: border-color var(--transition), box-shadow 0.3s ease;
    position: relative;
    background: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.search-bar:focus-within { 
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(45, 127, 78, 0.2);
}
.search-bar input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    font-family: inherit;
    background: transparent;
    color: #333;
    min-width: 200px;
}
.search-bar input::placeholder {
    color: #999;
    font-weight: 500;
}
.search-bar button {
    padding: 12px 20px;
    background: var(--primary);
    color: var(--white);
    border: none;
    font-size: 16px;
    transition: background var(--transition), transform var(--transition);
    cursor: pointer;
    flex-shrink: 0;
}
.search-bar button:hover { 
    background: var(--primary-dark);
    transform: scale(1.05);
}
.search-bar button:active {
    transform: scale(0.98);
}

/* Mobile toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    color: var(--text);
    padding: 4px;
}

/* Main nav */
.main-nav {
    border-top: 1px solid var(--border);
    padding: 12px 0;
}
.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 36px;
}
.main-nav a {
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
    transition: color var(--transition);
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}
.main-nav a:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

/* 5. HERO SLIDER ─────────────────────────────── */
.hero-slider {
    position: relative;
    height: 560px;
    overflow: hidden;
    background: #1a4d2e;
}
.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Every slide sits stacked, hidden */
.slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
    z-index: 0;
    padding: 0 70px;
    box-sizing: border-box;
}
.slide.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

/* Per-slide solid gradient backgrounds — zero external images */
.slide-1 { background: linear-gradient(130deg, #1e5a37 0%, #2d7f4e 55%, #48a06a 100%); }
.slide-2 { background: linear-gradient(130deg, #5c2a0a 0%, #8b4513 55%, #b05a25 100%); }
.slide-3 { background: linear-gradient(130deg, #0d5c2a 0%, #1a8040 55%, #28a850 100%); }
.slide-4 { background: linear-gradient(130deg, #7a5200 0%, #b07800 55%, #d09a10 100%); }
.slide-5 { background: linear-gradient(130deg, #1a4d2e 0%, #2a7048 55%, #3a9060 100%); }

.slide-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 25% 50%, rgba(255,255,255,0.07) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* ── Inner: text LEFT, product image RIGHT ── */
.slide-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

/* Left text block */
.slide-content {
    flex: 1;
    color: #fff;
    max-width: 520px;
}
.slide-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    backdrop-filter: blur(6px);
}
.slide-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 14px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.slider-tagline {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.92;
    margin-bottom: 10px;
}
.highlight-text {
    color: #ffd166;
    font-weight: 700;
    font-size: 1.05em;
}
.slide-price {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
    letter-spacing: 0.3px;
}
.slide-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Right product image block */
.slide-img-wrap {
    flex-shrink: 0;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 16px 40px rgba(0,0,0,0.4));
}
.slide-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Prev / Next buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s, transform 0.3s;
    backdrop-filter: blur(4px);
}
.slider-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.08);
}
.slider-btn.prev { left: 20px; }
.slider-btn.next { right: 20px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .hero-slider { height: auto; min-height: 520px; }
    .slide { padding: 40px 30px; align-items: center; }
    .slide-inner { flex-direction: column-reverse; gap: 24px; text-align: center; justify-content: center; }
    .slide-content { max-width: 100%; }
    .slide-content h2 { font-size: 36px; }
    .slider-tagline { font-size: 14px; }
    .slide-buttons { justify-content: center; }
    .slide-img-wrap { width: 200px; height: 200px; }
}
@media (max-width: 480px) {
    .hero-slider { min-height: 480px; }
    .slide-content h2 { font-size: 30px; }
    .slide-img-wrap { width: 160px; height: 160px; }
    .slider-btn { width: 38px; height: 38px; font-size: 13px; }
    .slider-btn.prev { left: 8px; }
    .slider-btn.next { right: 8px; }
}

/* 7. TRUST STRIP */
.trust-strip {
    background: var(--primary);
    padding: 18px 0;
}
.trust-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 13.5px;
    font-weight: 600;
    padding: 6px 28px;
    border-right: 1px solid rgba(255,255,255,0.25);
}
.trust-item:last-child { border-right: none; }
.trust-item i {
    font-size: 16px;
    color: #ffd166;
}

/* 8. SECTION COMMONS */
.section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 8px;
}
.section-eyebrow.center { text-align: center; }

.section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 48px;
    text-align: center;
    line-height: 1.2;
}
.section-title.left-align { text-align: left; margin-bottom: 16px; }

.section-subtitle {
    text-align: center;
    font-size: 17px;
    color: var(--text-muted);
    margin-top: -36px;
    margin-bottom: 48px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
.section-header .section-title { margin-bottom: 0; text-align: left; }

.view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    transition: gap var(--transition);
    white-space: nowrap;
    padding-bottom: 2px;
}
.view-all:hover { gap: 10px; }

/* 9. PRODUCTS */
.products { padding: 80px 0; background: var(--bg); }
.products.alt-bg { background: var(--bg-alt); }

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 26px;
}

.product-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
    border: 1px solid var(--border);
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--danger);
    color: var(--white);
    padding: 4px 13px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 0.3px;
}
.product-badge.new-badge { background: var(--primary); }

/* ── PRODUCT IMAGE — uniform 280px tall, contain, no crop ── */
.product-image {
    position: relative;
    width: 100%;
    height: 280px;              /* fixed height — same for ALL cards */
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.product-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;        /* never crop, never distort */
    object-position: center;
    transition: transform 0.4s ease;
}
.product-card:hover .product-image img { transform: scale(1.06); }

.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--white);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--text-muted);
    transition: all var(--transition);
    z-index: 2;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}
.wishlist-btn:hover { color: var(--danger); transform: scale(1.1); }

.product-info { padding: 18px 20px 20px; }

.product-rating {
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}
.rating-count { color: var(--text-muted); font-weight: 400; }

.product-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 4px;
    line-height: 1.4;
    min-height: 44px;
}

.product-tagline {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.product-price {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 10px;
}
.current-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
}
.original-price {
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.coins-earn {
    font-size: 12.5px;
    color: var(--accent-dark);
    font-weight: 500;
    margin-bottom: 14px;
}
.coins-earn i { margin-right: 4px; }

.add-to-cart {
    width: 100%;
    padding: 11px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: background var(--transition), transform var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.add-to-cart:hover { background: var(--primary-dark); transform: translateY(-1px); }

/* 10. UPCOMING PRODUCTS */
.upcoming-products {
    padding: 90px 0;
    background: var(--bg-alt);
}

.upcoming-category {
    margin-bottom: 64px;
}
.upcoming-category:last-child { margin-bottom: 0; }

.upcoming-category-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 2px solid var(--border);
}

.upcoming-cat-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 4px;
}
.upcoming-cat-icon.male {
    background: linear-gradient(135deg, #1a6faf, #2196f3);
    color: #fff;
    box-shadow: 0 6px 20px rgba(33,150,243,0.3);
}
.upcoming-cat-icon.female {
    background: linear-gradient(135deg, #b0286a, #e91e8c);
    color: #fff;
    box-shadow: 0 6px 20px rgba(233,30,140,0.28);
}

.upcoming-cat-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.2;
}
.upcoming-cat-desc {
    font-size: 14.5px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 580px;
}

.upcoming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.upcoming-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column;
}
.upcoming-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.upcoming-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.upcoming-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
}
.male-bg {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    color: #1565c0;
}
.female-bg {
    background: linear-gradient(135deg, #fce4ec, #f8bbd0);
    color: #c2185b;
}

.upcoming-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(90deg, #1a6faf, #2196f3);
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}
.upcoming-badge.female-badge {
    background: linear-gradient(90deg, #b0286a, #e91e8c);
}

.upcoming-info {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.upcoming-info h4 {
    font-size: 16.5px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
    line-height: 1.4;
}
.upcoming-info p {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 14px;
    flex: 1;
}

.upcoming-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}
.upcoming-tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: #1565c0;
    background: #e3f2fd;
    padding: 4px 11px;
    border-radius: 20px;
}
.upcoming-tags span i { font-size: 10px; }
.upcoming-tags.female-tags span {
    color: #c2185b;
    background: #fce4ec;
}

.notify-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 11px;
    background: linear-gradient(90deg, #1a6faf, #2196f3);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    transition: opacity var(--transition), transform var(--transition);
}
.notify-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.notify-btn.female-notify {
    background: linear-gradient(90deg, #b0286a, #e91e8c);
}

/* 10b. BENEFITS */
.benefits {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0faf4 0%, #e8f5ec 100%);
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}
.benefit-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 38px 28px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(45,127,78,0.1);
    transition: transform var(--transition), box-shadow var(--transition);
}
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.benefit-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #e8f8ee, #d0f0dc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.benefit-icon i { font-size: 30px; color: var(--primary); }
.benefit-card h3 { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.benefit-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* 11. ABOUT */
.about-us { padding: 90px 0; background: var(--bg); }
.about-content {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 70px;
    align-items: start;
}
.about-text h3 {
    font-size: 24px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 18px;
}
.about-text p {
    font-size: 15.5px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 20px;
}
.mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 30px 0 28px;
}
.mission, .vision {
    background: var(--bg-alt);
    padding: 24px;
    border-radius: var(--radius-sm);
    border-left: 4px solid var(--primary);
}
.mission h4, .vision h4 {
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mission p, .vision p { font-size: 14px; color: var(--text-muted); margin: 0; }
.values h4 { font-size: 18px; font-weight: 700; margin-bottom: 14px; color: var(--text); }
.values ul { list-style: none; }
.values ul li {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.values ul li i { color: var(--success); font-size: 16px; flex-shrink: 0; }

/* About stats sidebar */
.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: sticky;
    top: 120px;
}
.stat-box {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    border-radius: var(--radius);
    padding: 28px 16px;
    text-align: center;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffd166;
}
.stat-label { font-size: 12.5px; font-weight: 500; opacity: 0.88; }

/* 12. BLOG */
.blog-grid.two-col {
    grid-template-columns: repeat(2, 1fr);
}
.blog-image { position: relative; }
.blog-img-overlay {
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.blog-read-time {
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px);
}
.kidney-cat {
    background: linear-gradient(90deg, #1565c0, #1976d2) !important;
}


.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-bottom: 44px;
}
.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: transform var(--transition), box-shadow var(--transition);
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-image {
    height: 210px;
    overflow: hidden;
    background: var(--bg-alt);
}
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s; }
.blog-card:hover .blog-image img { transform: scale(1.06); }
.blog-content { padding: 24px; }
.blog-category {
    display: inline-block;
    background: linear-gradient(90deg, var(--primary), #3a9e60);
    color: var(--white);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}
.blog-content h3 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 12px; line-height: 1.4; }
.blog-excerpt { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.blog-meta { display: flex; gap: 18px; font-size: 12.5px; color: var(--text-muted); margin-bottom: 14px; }
.blog-meta span { display: flex; align-items: center; gap: 5px; }
.read-more {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap var(--transition);
}
.read-more:hover { gap: 10px; }
.blog-cta { text-align: center; }

/* 13. CONTACT */
.contact-section { padding: 80px 0; background: var(--bg); }
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}
.contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    align-content: start;
}
.contact-card {
    background: var(--bg-alt);
    padding: 28px 20px;
    border-radius: var(--radius);
    text-align: center;
    border: 1px solid var(--border);
    transition: transform var(--transition), box-shadow var(--transition);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact-card > i { font-size: 34px; color: var(--primary); margin-bottom: 14px; display: block; }
.contact-card h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.contact-card p { font-size: 13.5px; color: var(--text-muted); margin: 4px 0; }
.contact-card a { color: var(--primary); font-weight: 600; }
.contact-card a:hover { text-decoration: underline; }
.timing { font-size: 11.5px !important; font-style: italic; opacity: 0.75; }
.chat-btn {
    margin-top: 10px;
    padding: 9px 22px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 25px;
    font-size: 13.5px;
    font-weight: 600;
    transition: background var(--transition);
}
.chat-btn:hover { background: var(--primary-dark); }

/* ══ WHATSAPP CONTACT CARD ══ */
.whatsapp-card { border: 2px solid #e0f7ea !important; background: #f6fef9; }
.whatsapp-card > i.wa-card-icon {
    font-size: 40px !important;
    color: #25d366 !important;
    display: block;
    margin-bottom: 14px;
}
/* Override contact-card a styles completely for the button */
.whatsapp-card a.wa-card-btn,
.whatsapp-card a.wa-card-btn:link,
.whatsapp-card a.wa-card-btn:visited,
.whatsapp-card a.wa-card-btn:hover {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    padding: 12px 18px !important;
    background: #25d366 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: background 0.3s ease, transform 0.25s ease !important;
}
.whatsapp-card a.wa-card-btn:hover {
    background: #1ebe5a !important;
    transform: translateY(-2px) !important;
}
.whatsapp-card a.wa-card-btn i {
    font-size: 18px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
    display: inline !important;
}

/* ══ FLOATING WHATSAPP WIDGET ══ */
.whatsapp-float-wrapper {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.whatsapp-float-btn {
    width: 62px;
    height: 62px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    animation: waPulse 2.5s infinite;
}
.whatsapp-float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 32px rgba(37,211,102,0.6);
    animation: none;
}
.whatsapp-float-btn i.fab { font-size: 32px; color: #fff; }

.wa-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #f44336;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-family: inherit;
}

@keyframes waPulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
    50%       { box-shadow: 0 6px 32px rgba(37,211,102,0.75), 0 0 0 12px rgba(37,211,102,0.1); }
}

/* Tooltip popup */
.wa-tooltip {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.18);
    width: 300px;
    overflow: hidden;
    display: none;
}
.wa-tooltip.open {
    display: block;
    animation: waSlideUp 0.3s ease;
}
@keyframes waSlideUp {
    from { opacity: 0; transform: scale(0.88) translateY(16px); }
    to   { opacity: 1; transform: scale(1)    translateY(0); }
}

.wa-tooltip-header {
    background: #075e54;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wa-avatar {
    width: 44px;
    height: 44px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}
.wa-tooltip-header strong { color: #fff; font-size: 15px; display: block; line-height: 1.3; }
.wa-status { color: rgba(255,255,255,0.75); font-size: 12px; display: flex; align-items: center; gap: 5px; margin-top: 3px; }
.wa-dot { width: 7px; height: 7px; background: #25d366; border-radius: 50%; display: inline-block; }
.wa-close {
    margin-left: auto;
    background: none;
    border: none;
    color: rgba(255,255,255,0.65);
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
    font-family: inherit;
}
.wa-close:hover { color: #fff; }

.wa-tooltip-body { padding: 18px; background: #e5ddd5; }
.wa-tooltip-body p {
    background: #fff;
    border-radius: 0 12px 12px 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    margin: 0 0 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    line-height: 1.5;
}
.wa-start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 13px;
    background: #25d366;
    color: #fff !important;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.3s;
    box-sizing: border-box;
    font-family: inherit;
}
.wa-start-btn:hover { background: #1ebe5a; }
.wa-start-btn i { font-size: 20px; }

@media (max-width: 480px) {
    .whatsapp-float-wrapper { bottom: 18px; right: 16px; }
    .wa-tooltip { width: calc(100vw - 32px); }
}

.contact-form-wrapper {
    background: var(--bg-alt);
    padding: 40px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.contact-form h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: var(--text);
    margin-bottom: 28px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 11px 15px;
    border: 2px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: inherit;
    background: var(--white);
    transition: border-color var(--transition);
    color: var(--text);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
}
.form-group textarea { resize: vertical; }

/* 14. NEWSLETTER */
.newsletter {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, #3a9e60 100%);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.newsletter::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(255,209,102,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.newsletter-icon {
    font-size: 44px;
    color: #ffd166;
    display: block;
    text-align: center;
    margin-bottom: 18px;
}
.newsletter-content { text-align: center; max-width: 580px; margin: 0 auto; }
.newsletter-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 12px;
}
.newsletter-content p { font-size: 16px; opacity: 0.9; margin-bottom: 28px; }
.newsletter-form {
    display: flex;
    gap: 10px;
    max-width: 480px;
    margin: 0 auto;
}
.newsletter-form input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 30px;
    font-size: 14.5px;
    outline: none;
    font-family: inherit;
}
.newsletter-form button {
    padding: 14px 32px;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 600;
    transition: background var(--transition), transform var(--transition);
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: inherit;
}
.newsletter-form button:hover { background: var(--accent-dark); transform: translateY(-1px); }

/* 15. FOOTER */
.footer { background: #111; color: #ccc; padding: 64px 0 28px; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 44px;
}
.footer-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--white);
    margin-bottom: 6px;
}
.footer-col h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 18px; letter-spacing: 0.5px; text-transform: uppercase; }
.brand-tagline { color: #ffd166; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; display: block; }
.footer-col.brand-col p { font-size: 14px; line-height: 1.75; margin-bottom: 22px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; font-size: 14px; display: flex; align-items: center; gap: 9px; }
.footer-col ul li a { color: #ccc; transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--accent); }
.footer-col ul li i { color: var(--accent); font-size: 13px; }

.social-links { display: flex; gap: 12px; }
.social-links a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ccc;
    font-size: 15px;
    transition: all var(--transition);
}
.social-links a:hover { background: var(--accent); border-color: var(--accent); color: var(--white); transform: translateY(-2px); }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
}
.payment-methods { display: flex; gap: 12px; font-size: 26px; }
.payment-methods i { color: #888; transition: color var(--transition); }
.payment-methods i:hover { color: #ccc; }

/* 16. MOBILE MENU */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1500;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition);
}
.overlay.active { opacity: 1; pointer-events: all; }

.mobile-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: var(--white);
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
    z-index: 2000;
    overflow-y: auto;
}
.mobile-menu.active { right: 0; }
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-alt);
}
.mobile-menu-header .logo h3 { font-family: 'Playfair Display', serif; color: var(--primary); font-size: 20px; }
.close-menu { background: none; border: none; font-size: 22px; color: var(--text); }
.mobile-menu ul { list-style: none; padding: 16px 0; }
.mobile-menu ul li { border-bottom: 1px solid var(--border); }
.mobile-menu ul li a {
    display: block;
    padding: 15px 24px;
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    transition: color var(--transition), background var(--transition);
}
.mobile-menu ul li a:hover { color: var(--primary); background: var(--bg-alt); }

/* 17. ANIMATIONS */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-22px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* 18. RESPONSIVE */
@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
    .footer-col.brand-col { grid-column: 1 / -1; }
    .about-content { grid-template-columns: 1fr; gap: 40px; }
    .about-stats { position: static; }
}

@media (max-width: 768px) {
    .hero-slider { height: 430px; }
    .slide-content h2 { font-size: 36px; }
    .slider-tagline { font-size: 15px; }
    .slide-buttons { flex-direction: column; align-items: center; gap: 10px; }
    .slider-btn { width: 42px; height: 42px; font-size: 16px; }

    .mobile-menu-toggle { display: block; }
    .main-nav { display: none; }
    .search-bar { 
        order: 3; 
        width: 100%; 
        max-width: 100%; 
        margin: 12px 0 0; 
        max-width: calc(100% - 20px);
    }
    .search-bar input {
        font-size: 14px;
        min-width: 100px;
        padding: 10px 15px;
    }
    .search-bar button {
        padding: 10px 15px;
        font-size: 14px;
    }
    .search-autocomplete {
        max-height: 300px;
        border-radius: 0 0 12px 12px;
    }
    .autocomplete-item {
        padding: 12px 15px;
        font-size: 14px;
    }
    .autocomplete-tagline {
        display: none;
    }
    .nav-wrapper { flex-wrap: wrap; }

    .section-title { font-size: 28px; }
    .contact-wrapper { grid-template-columns: 1fr; gap: 32px; }
    .contact-info { grid-template-columns: 1fr; }
    .contact-form-wrapper { padding: 26px; }
    .newsletter-form { flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid { gap: 0; }
    .trust-item { padding: 6px 16px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); width: 50%; justify-content: center; }
    .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.2); }
    .trust-item:nth-last-child(-n+2) { border-bottom: none; }
    .mission-vision { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 480px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .footer-grid { grid-template-columns: 1fr; }
    .logo h1 { font-size: 22px; }
    .trust-item { width: 100%; border-right: none !important; }
    .trust-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.2); }
    .trust-item:last-child { border-bottom: none; }
}
