/* 
  Theme Name: Ayurveda Clinic
  Color Palette:
  Primary: #2E7D32
  Secondary: #81C784
  Accent: #C8A45D
  Background: #F8FBF5
  Dark: #263238
*/

:root {
    --primary-color: #2E7D32;
    --secondary-color: #81C784;
    --accent-color: #C8A45D;
    --bg-color: #F8FBF5;
    --dark-color: #263238;
    --text-muted: #6c757d;
    --font-primary: 'Bricolage Grotesque', sans-serif;
}

body {
    font-family: 'Bricolage Grotesque', sans-serif;
    background-color: var(--bg-color);
    color: var(--dark-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-playfair {
    font-family: 'Bricolage Grotesque', sans-serif;
}

/* Utilities */
.text-primary-custom {
    color: var(--primary-color) !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

.bg-primary-custom {
    background-color: var(--primary-color) !important;
}

.bg-accent {
    background-color: var(--accent-color) !important;
}

/* Buttons */
.btn-primary-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #1B5E20;
    border-color: #1B5E20;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
}

.btn-outline-primary-custom {
    background-color: transparent;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 25px;
    transition: all 0.3s ease;
}

.btn-outline-primary-custom:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.input-group .btn-outline-primary-custom {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

/* Custom Responsive Cart Design */
.cart-table th {
    font-weight: 700;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    border-radius: 50px;
    padding: 3px 10px;
    background: #FFFFFF;
}

.cart-qty-stepper .qty-btn {
    background: transparent;
    border: none;
    color: #555555;
    font-weight: bold;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    transition: color 0.2s ease;
}

.cart-qty-stepper .qty-btn:hover {
    color: #044D42;
}

.cart-qty-stepper input {
    width: 38px;
    border: none;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    text-align: center;
    font-weight: 600;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #333333;
    margin: 0 4px;
    padding: 0;
}

.cart-qty-stepper input::-webkit-outer-spin-button,
.cart-qty-stepper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-qty-stepper input[type=number] {
    -moz-appearance: textfield;
}

.btn-dark-pill {
    background-color: #044D42 !important;
    border-color: #044D42 !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-dark-pill:hover {
    background-color: #023830 !important;
    border-color: #023830 !important;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.btn-light-pill {
    background-color: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
    color: #333333 !important;
    border-radius: 50px !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-light-pill:hover {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    color: #000000 !important;
}

.btn-accent {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accent:hover {
    background-color: #b39151;
    color: #fff;
}

/* Navbar */
.navbar-custom {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
}

.navbar-custom .nav-link {
    color: var(--dark-color);
    font-weight: 500;
    margin: 0 10px;
    transition: 0.3s;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: var(--primary-color);
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(248, 251, 245, 1) 0%, rgba(224, 242, 225, 1) 100%);
    overflow: hidden;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 30px;
}

/* Section Padding */
.section-padding {
    padding: 80px 0;
}

/* Cards */
.service-card {
    background: #fff;
    border-radius: 15px;
    border: none;
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    text-align: center;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.1);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(129, 199, 132, 0.15);
    color: var(--primary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

/* Products */
.product-card {
    background: #fff;
    border-radius: 15px;
    border: none;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.product-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    background: #f9f9f9;
}

.price {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.2rem;
}

/* Footer */
.footer-section {
    background: linear-gradient(135deg, #0b1a0b 0%, #173817 50%, #0b1a0b 100%);
    color: #fff;
    padding: 60px 0 20px;
}

.footer-section h5 {
    color: var(--accent-color);
    margin-bottom: 25px;
}

.footer-section a {
    color: #a8b2b7;
    text-decoration: none;
    transition: 0.3s;
}

.footer-section a:hover {
    color: var(--secondary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
    color: #a8b2b7;
}

/* Floating WhatsApp */
.floating-whatsapp {
    position: fixed;
    bottom: 90px;
    right: 30px;
    background: #25D366;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: 0.3s;
    text-decoration: none;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Floating Back to Top */
.floating-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--accent-color);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: 0.3s;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.floating-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.floating-back-to-top:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
    color: #fff;
}

/* About Section Premium Animations & Frame */
.about-creative-container {
    position: relative;
    padding: 30px;
    z-index: 1;
}

/* Background animated shapes behind the frame */
.about-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    border-radius: 40px 100px 40px 100px;
}

.about-bg-animation::before,
.about-bg-animation::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.5;
    animation: floatingBlobs 10s infinite alternate;
}

.about-bg-animation::before {
    top: -20%;
    left: -20%;
    width: 250px;
    height: 250px;
    background: var(--primary-color);
    animation-delay: 0s;
}

.about-bg-animation::after {
    bottom: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: var(--accent-color);
    animation-delay: -5s;
}

/* Stationary Creative Frame */
.about-creative-frame {
    position: relative;
    border-radius: 30px 100px 30px 100px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(200, 164, 93, 0.5);
    /* Accent color border */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

/* The actual image inside the frame */
.about-img-stationary {
    border-radius: 20px 85px 20px 85px;
    width: 100%;
    display: block;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

@keyframes floatingBlobs {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -50px) scale(1.2);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

/* Therapy Cards Premium UI */
.therapy-premium-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.therapy-premium-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.therapy-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    transition: all 0.4s ease;
}

.therapy-premium-card:hover img {
    transform: scale(1.1);
}

.therapy-premium-card:hover .therapy-card-overlay {
    background: linear-gradient(to top, rgba(46, 125, 50, 0.9) 0%, rgba(46, 125, 50, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.therapy-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.therapy-premium-card:hover .therapy-title {
    transform: translateY(0);
    color: #fff;
}

.therapy-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    transition-delay: 0.1s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.therapy-premium-card:hover .therapy-desc {
    opacity: 1;
    transform: translateY(0);
}

.therapy-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}

.therapy-premium-card:hover .therapy-arrow {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    background: var(--accent-color);
}

/* Treatment Cards Premium UI */
.treatment-premium-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.treatment-premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.treatment-img-wrap {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

.treatment-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.treatment-premium-card:hover .treatment-img-wrap img {
    transform: scale(1.1);
}

.treatment-content {
    padding: 12px 10px;
    text-align: center;
    background: #fff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-title {
    color: var(--dark-color) !important;
    font-size: 0.95rem !important;
    font-weight: 700;
    margin: 0;
    transition: color 0.3s ease;
}

.treatment-premium-card:hover .treatment-title {
    color: var(--primary-color) !important;
}

.treatment-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.treatment-footer {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.treatment-link {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.treatment-link i {
    transition: transform 0.3s;
}

.treatment-premium-card:hover .treatment-link i {
    transform: translateX(5px);
}

/* Doctor's Desk Premium UI */
.doctor-desk-section {
    background-color: var(--bg-color);
}

.doctor-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: radial-gradient(var(--primary-color) 2px, transparent 2px);
    background-size: 30px 30px;
    z-index: 0;
}

.doctor-image-wrapper {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.doctor-image-blob {
    position: absolute;
    top: -20px;
    right: 0;
    width: 80%;
    height: 100%;
    background: var(--secondary-color);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.2;
    z-index: -1;
    animation: blobShape 8s ease-in-out infinite alternate;
}

.doctor-img {
    border: 5px solid #fff;
    transition: transform 0.5s ease;
}

.doctor-image-wrapper:hover .doctor-img {
    transform: scale(1.02);
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: #fff;
    padding: 20px 30px;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.4);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: floatBadge 4s ease-in-out infinite;
    border: 2px solid var(--accent-color);
}

.exp-years {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.exp-text {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

/* Premium Feature Strip Cards */
.feature-strip-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1b5e20 100%) !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 4px solid var(--accent-color) !important;
    border-right: 4px solid var(--accent-color) !important;
    border-radius: 40px 0 40px 0 !important;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-strip-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(200, 164, 93, 0.15), transparent 60%);
    z-index: -1;
}

.feature-strip-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.4) !important;
}

@keyframes blobShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    50% {
        border-radius: 50% 50% 30% 70% / 50% 70% 30% 50%;
    }

    100% {
        border-radius: 70% 30% 50% 50% / 70% 30% 50% 70%;
    }
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ================================================
   PRODUCT SPOTLIGHT SECTION — PREMIUM UI
   ================================================ */

/* Deep layered background */
.spotlight-section {
    background: linear-gradient(135deg, #0a1a0e 0%, #102918 40%, #0d2010 70%, #1a3a10 100%);
    position: relative;
}

/* Subtle SVG-style repeating hexagonal/diamond pattern overlay */
.spotlight-bg-layer {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(200, 164, 93, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 164, 93, 0.06) 1px, transparent 1px),
        radial-gradient(ellipse at 20% 50%, rgba(46, 125, 50, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(200, 164, 93, 0.1) 0%, transparent 55%);
    background-size: 50px 50px, 50px 50px, 100% 100%, 100% 100%;
    z-index: 1;
}

/* Subtle dot-matrix pattern layer */
.spotlight-hexgrid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Section label */
.spotlight-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--accent-color);
    padding: 8px 24px;
    border: 1px solid rgba(200, 164, 93, 0.35);
    border-radius: 50px;
    background: rgba(200, 164, 93, 0.08);
    backdrop-filter: blur(6px);
}

/* ── Image Area ── */
.spotlight-img-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* Glowing pulsing ring behind product */
.spotlight-glow-ring {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1.5px solid rgba(200, 164, 93, 0.3);
    box-shadow:
        0 0 0 20px rgba(200, 164, 93, 0.04),
        0 0 0 60px rgba(200, 164, 93, 0.02),
        0 0 80px 10px rgba(200, 164, 93, 0.12);
    animation: pulseRing 3s ease-in-out infinite;
    z-index: 0;
}

/* Product image wrap */
.spotlight-img-wrap {
    position: relative;
    z-index: 2;
}

/* Product image itself */
.spotlight-product-img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 40px 12px 40px 12px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 0 3px rgba(200, 164, 93, 0.25);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.spotlight-img-wrap:hover .spotlight-product-img {
    transform: translateY(-8px) scale(1.02);
}

/* Floating info badges on image */
.spot-badge {
    position: absolute;
    background: rgba(10, 26, 14, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(200, 164, 93, 0.4);
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border-radius: 50px;
    white-space: nowrap;
}

.spot-badge-1 {
    top: 20px;
    left: -10px;
    animation: floatBadgeSlow 5s ease-in-out infinite;
}

.spot-badge-2 {
    bottom: 30px;
    right: -10px;
    animation: floatBadgeSlow 5s ease-in-out infinite 2.5s;
}

@keyframes floatBadgeSlow {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulseRing {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }
}

/* ── Info Side ── */
.spotlight-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(200, 164, 93, 0.9);
    padding: 5px 16px;
    border-radius: 4px;
}

.spotlight-subtitle {
    color: rgba(200, 164, 93, 0.85);
    font-size: 1rem;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.spotlight-stars {
    color: var(--accent-color);
    font-size: 1rem;
}

/* Quick override for active tab colors */
#spotlightTabs .nav-link.active {
    background-color: var(--accent-color) !important;
    color: #111 !important;
    border-color: var(--accent-color) !important;
    font-weight: bold;
}

/************* Counter Section ****************/
.counter-card:hover {
    transform: translateY(-15px);
    background: #ffffff !important;
    border-color: var(--accent-color) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
}

.counter-card .icon-box {
    transition: transform 0.5s ease;
}

.counter-card:hover .icon-box {
    transform: rotateY(360deg);
}



/* Benefit pills */
.spot-benefit-pill {
    display: inline-block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    padding: 6px 14px;
    border-radius: 50px;
    transition: all 0.3s;
}

.spot-benefit-pill:hover {
    background: rgba(200, 164, 93, 0.15);
    border-color: rgba(200, 164, 93, 0.5);
    color: var(--accent-color);
}

/* Price */
.spotlight-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.spot-discount-pill {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: 1px;
}

/* CTA Buttons */
.btn-spotlight-primary {
    background: linear-gradient(135deg, var(--accent-color) 0%, #e8c06a 100%);
    color: #1a0f00;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    border: none;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(200, 164, 93, 0.4);
    transition: all 0.35s ease;
}

.btn-spotlight-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(200, 164, 93, 0.55);
    color: #1a0f00;
}

.btn-spotlight-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    font-size: 0.95rem;
    transition: all 0.35s ease;
}

.btn-spotlight-ghost:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(200, 164, 93, 0.5);
    color: var(--accent-color);
    transform: translateY(-3px);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .spotlight-product-img {
        width: 100%;
        height: 300px;
    }

    .spotlight-glow-ring {
        width: 260px;
        height: 260px;
    }

    .spot-badge-1 {
        left: 0;
    }

    .spot-badge-2 {
        right: 0;
    }
}

/* ================================================
   WHY CHOOSE US SECTION
   ================================================ */

/* Premium Background Section */
.why-choose-us-section {
    background: linear-gradient(135deg, #f5f8f2 0%, #e6efe8 100%);
    padding-top: 70px;
    padding-bottom: 70px;
}

.wcu-premium-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.8;
    z-index: 1;
}

/* Ayurveda Section Background Watermark */
.wcu-section-watermark {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%) rotate(-15deg);
    font-size: 60rem;
    color: rgba(212, 175, 55, 0.03);
    z-index: 0;
    pointer-events: none;
}

/* Left Side: Creative Animations */
.wcu-image-wrapper {
    width: 100%;
    max-width: 500px;
    min-height: 500px;
}



@media (max-width: 768px) {
    .wcu-image-wrapper {
        min-height: 350px;
        max-width: 350px;
    }

    .wcu-section-watermark {
        display: none;
    }
}

/* Right Side: Vertical List */
.wcu-list-item {
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: default;
}

.wcu-list-item:hover {
    transform: translateX(12px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06) !important;
}

.wcu-list-bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(212, 175, 55, 0.08), transparent);
    transition: width 0.4s ease;
    z-index: 1;
}

.wcu-list-item:hover .wcu-list-bg-hover {
    width: 100%;
}

.wcu-list-icon {
    width: 45px;
    height: 45px;
    background: #fdfdfd;
    color: #173817;
    border: 2px solid rgba(212, 175, 55, 0.3);
    transition: all 0.4s ease;
}

.wcu-list-item:hover .wcu-list-icon {
    background: linear-gradient(135deg, var(--accent-color) 0%, #d4af37 100%);
    color: white;
    border-color: transparent;
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 15px rgba(212, 175, 55, 0.3) !important;
}

/* ================================================
   PREMIUM BRANDS SECTION
   ================================================ */
.premium-brands-section {
    /* Premium Golden Gradient Background */
    background: linear-gradient(135deg, #dfc27d 0%, #c8a45d 50%, #b38c45 100%);
    border-top: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
    overflow: hidden;
    position: relative;
}

.brands-shine-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shineSweep 4s infinite;
    z-index: 1;
}

@keyframes shineSweep {
    0% {
        left: -100%;
    }

    20% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

.brand-premium-card {
    background: linear-gradient(145deg, #d4af37 0%, #b38c45 100%);
    border-radius: 12px;
    padding: 2px;
    /* Super thin gold border effect */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    z-index: 2;
}

.brand-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.4);
}

.brand-card-inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    /* Reduced padding for smaller height */
    height: 100%;
    display: flex;
    flex-direction: row;
    /* Horizontal layout */
    align-items: center;
    text-align: left;
    gap: 15px;
}

.brand-icon-wrapper {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(46, 125, 50, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.brand-card-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    transition: transform 0.4s ease;
}

.brand-premium-card:hover .brand-card-icon {
    transform: scale(1.15) rotate(10deg);
}

.brand-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    /* Smaller font */
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.brand-card-desc {
    color: #000;
    font-size: 0.85rem;
    /* Smaller font */
    margin-bottom: 0;
}

/* ================================================
   TOPBAR SECTION
   ================================================ */
.topbar-item a {
    transition: color 0.3s ease;
}

.topbar-item a:hover {
    color: var(--accent-color) !important;
}

.topbar-social {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.topbar-social:hover {
    background: var(--accent-color);
    color: #fff !important;
    transform: translateY(-2px);
}

/* ================================================
   FEATURES STRIP CARDS (Founder Section)
   ================================================ */
.feature-strip-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid var(--accent-color) !important;
}

.feature-strip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}



/* ================================================
   Testimonial Section
   ================================================ */

.testimonial-card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform, box-shadow, border-color;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4) !important;
    border-color: var(--accent-color) !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    width: 6px;
    height: 6px;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet-active {
    background: var(--accent-color);
    opacity: 1;
    width: 8px;
    height: 8px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--accent-color);
    color: #111 !important;
}

/* --- Video Gallery Section --- */
.custom-video-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.custom-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.15);
}

.custom-video-card .video-container {
    border-bottom: 4px solid var(--accent-color);
    border-radius: 20px 20px 0 0;
}

.custom-video-nav {
    background-color: white !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    color: var(--primary-color) !important;
    top: calc(50% - 24px) !important;
    transition: all 0.3s ease;
}

.custom-video-nav::after {
    font-size: 18px !important;
    font-weight: bold;
}

.custom-video-nav:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
    transform: scale(1.1);
}

/* Video Pagination Customization */
.videoSwiper {
    padding-bottom: 60px !important;
}

.videoSwiper-pagination {
    bottom: 10px !important;
}

.videoSwiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #adb5bd !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.videoSwiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color) !important;
    transform: scale(1.4) !important;
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.4) !important;
}

/* Promotional Banner Bridging Section */
.promo-bridging-container {
    z-index: 10;
    margin-top: -30px;
    margin-bottom: -30px;
}

.promo-bridging-card {
    border: 4px solid white;
}

.promo-banner-img {
    object-fit: cover;
    max-height: 250px;
    min-height: 150px;
    display: block;
    border-radius: inherit;
}

.promo-overlay-content {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-family: 'Fraunces', 'Playfair Display', serif;
    width: 90%;
    max-width: 600px;
    z-index: 2;
}

.promo-call-title-wrapper {
    margin-bottom: 5px;
}

.promo-decorative-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}

.promo-decorative-line.left {
    margin-right: 15px;
}

.promo-decorative-line.right {
    margin-left: 15px;
}

.promo-call-title {
    font-family: 'Playfair Display', serif;
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}

.promo-call-number {
    font-family: 'Fraunces', 'Playfair Display', serif;
    color: var(--primary-color);
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.9);
}

.promo-call-number .phone-link {
    font-size: 2.2rem;
}

.promo-call-number .phone-separator {
    font-size: 1.5rem;
}

/* Promotional Banner Responsive Adjustments */
@media (max-width: 992px) {
    .promo-overlay-content {
        left: 50% !important;
        text-align: center !important;
    }

    .promo-call-title-wrapper {
        justify-content: center !important;
    }

    .promo-call-number {
        text-align: center !important;
    }

    .promo-call-title {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .promo-call-title {
        font-size: 1.2rem !important;
    }

    .promo-call-number a[href^="tel:"] {
        font-size: 1.6rem !important;
    }

    .promo-call-number span.mx-2 {
        font-size: 1.2rem !important;
    }

    .promo-decorative-line {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .promo-call-title {
        font-size: 1rem !important;
        letter-spacing: 0 !important;
    }

    .promo-call-number a[href^="tel:"] {
        font-size: 1.2rem !important;
    }

    .promo-call-number span.mx-2 {
        font-size: 1rem !important;
    }

    .promo-bridging-container {
        margin-top: -15px !important;
        margin-bottom: -15px !important;
    }
}