/*
 * AmazonAyurveda - Luxury Corporate Theme
 * Core CSS Framework
 */

:root {
    --primary-color: #6F9940;
    --primary-light: #8CB85C;
    --primary-dark: #52742D;
    --accent-gold: #D4AF37;
    --secondary-bg: #F2F7EC;
    --text-main: #2C3E50;
    --text-muted: #6C757D;
    --white: #FFFFFF;
    --card-shadow: 0 10px 30px rgba(111, 153, 64, 0.08);
    --hover-shadow: 0 15px 35px rgba(82, 116, 45, 0.15);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-main);
    background-color: #FAFAFA;
    overflow-x: hidden;
    line-height: 1.6;
    cursor: url('../images/leaf-cursor.svg') 3 3, auto;
}

/* Custom Herbal Leaf Cursor for Interactive Links, Buttons, Inputs */
a, button, select, input, textarea, label, .btn, .nav-link, [role="button"], .product-card {
    cursor: url('../images/leaf-pointer.svg') 3 3, pointer !important;
}

/* Falling Leaf Particle Cursor Trail */
.leaf-trail-particle {
    position: fixed;
    width: 14px;
    height: 14px;
    pointer-events: none;
    z-index: 99999;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236F9940'><path d='M17,8C8,10 5,16 3,21C8,20 15,18 19,12C20,10 20,8 17,8Z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.75;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* Typography & General */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: var(--primary-dark);
}

.text-primary-custom {
    color: var(--primary-color) !important;
}

.bg-primary-custom {
    background-color: var(--primary-color) !important;
}

.bg-light-herbal {
    background-color: var(--secondary-bg) !important;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.section-title span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 2.3rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-gold));
    border-radius: 2px;
}

.section-title p {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 650px;
    margin: 10px auto 0;
}

/* Buttons */
.btn-ayurveda {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: var(--white);
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 15px rgba(111, 153, 64, 0.25);
    transition: var(--transition);
}

.btn-ayurveda:hover {
    background: linear-gradient(135deg, var(--primary-dark), #3D5820);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(82, 116, 45, 0.35);
}

.btn-ayurveda-outline {
    background: transparent;
    color: var(--primary-dark);
    font-weight: 500;
    padding: 11px 26px;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    transition: var(--transition);
}

.btn-ayurveda-outline:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-whatsapp {
    background-color: #25D366;
    color: var(--white);
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 22px;
    border: none;
    transition: var(--transition);
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: var(--white);
    transform: translateY(-2px);
}

/* Header & Navigation */
.top-header {
    background-color: var(--primary-dark);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    padding: 8px 0;
}

.top-header a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition);
}

.top-header a:hover {
    color: var(--accent-gold);
}

.navbar-custom {
    background-color: var(--white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    transition: var(--transition);
    border-bottom: 2px solid var(--primary-color);
}

.navbar-custom.sticky-top {
    box-shadow: 0 6px 25px rgba(111, 153, 64, 0.12);
}

.nav-link-custom {
    font-weight: 500;
    color: var(--text-main);
    padding: 8px 16px !important;
    border-radius: 20px;
    transition: var(--transition);
}

.nav-link-custom:hover,
.nav-link-custom.active {
    color: var(--primary-color) !important;
    background-color: var(--secondary-bg);
}

.brand-rect-container {
    transition: all 0.3s ease;
}

.brand-rect-container:hover {
    background: rgba(111, 153, 64, 0.12) !important;
    border-color: rgba(111, 153, 64, 0.4) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(111, 153, 64, 0.1);
}

/* Hero Section - Modern Luxury Styling */
.hero-slider {
    background: linear-gradient(135deg, rgba(7, 26, 10, 0.92) 0%, rgba(27, 94, 32, 0.88) 50%, rgba(13, 38, 17, 0.95) 100%), url('../images/hero_bg.jpg') center/cover no-repeat;
    min-height: 65vh;
    display: flex;
    align-items: center;
    color: var(--white);
    position: relative;
    padding: 45px 0 35px;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 50%, rgba(76, 175, 80, 0.18), transparent 60%);
    pointer-events: none;
}

.hero-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 6px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero-slider .carousel-indicators .active {
    width: 30px;
    border-radius: 10px;
    background-color: #FFD700;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.hero-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-slider .carousel-control-next:hover .carousel-control-next-icon {
    background-color: var(--primary-light);
    transform: scale(1.1);
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #25D366;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: pulse-ring 1.8s infinite;
}

@keyframes pulse-ring {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.hero-title {
    font-size: 2.65rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-subtext {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 580px;
    line-height: 1.6;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #4CAF50 0%, #1B5E20 100%);
    color: #FFFFFF;
    font-weight: 600;
    padding: 11px 28px;
    font-size: 0.95rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 25px rgba(46, 125, 50, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #66BB6A 0%, #2E7D32 100%);
    color: #FFFFFF;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.5);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #FFFFFF;
    font-weight: 600;
    padding: 11px 26px;
    font-size: 0.95rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: #FFFFFF;
    color: #1B5E20;
    transform: translateY(-3px);
}

/* Hero Right Column Showcase */
.hero-showcase-container {
    position: relative;
    padding: 10px;
}

.hero-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(76, 175, 80, 0.35) 0%, rgba(212, 175, 55, 0.15) 50%, transparent 70%);
    filter: blur(35px);
    pointer-events: none;
    z-index: 1;
}

.hero-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 12px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
}

.hero-glass-card:hover {
    transform: translateY(-4px) rotate(1deg);
}

.hero-card-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.hero-card-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(13, 38, 17, 0.88);
    backdrop-filter: blur(10px);
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Floating Badges */
.hero-float-badge {
    position: absolute;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 8px 14px;
    z-index: 3;
    animation: floatAnim 4s ease-in-out infinite alternate;
}

.float-badge-1 {
    top: 2%;
    right: -4%;
}

.float-badge-2 {
    bottom: 4%;
    left: -4%;
    animation-delay: 2s;
}

.float-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-right: 10px;
}

.float-icon.green { background: #E8F5E9; color: #2E7D32; }
.float-icon.gold { background: #FFF8E1; color: #D4AF37; }

@keyframes floatAnim {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-12px); }
}

/* Feature Icon Cards */
.feature-card {
    background: var(--white);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    border: 1px solid rgba(46, 125, 50, 0.05);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--hover-shadow);
    border-color: var(--primary-color);
}

.feature-icon-box {
    width: 75px;
    height: 75px;
    background: var(--secondary-bg);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    transition: var(--transition);
}

.feature-card:hover .feature-icon-box {
    background: var(--primary-color);
    color: var(--white);
}

/* Category Cards */
.category-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    text-decoration: none;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
}

.category-img-wrapper {
    height: 180px;
    overflow: hidden;
    position: relative;
    background-color: var(--secondary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.category-card:hover .category-img-wrapper img {
    transform: scale(1.08);
}

.category-body {
    padding: 20px;
    text-align: center;
}

.category-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.category-count {
    font-size: 0.85rem;
    color: var(--primary-light);
    font-weight: 500;
}

/* Product Cards */
.product-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--hover-shadow);
}

.product-img-box {
    height: 230px;
    position: relative;
    overflow: hidden;
    background-color: var(--secondary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.product-img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.product-card:hover .product-img-box img {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary-color);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.product-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-category-pills {
    margin-bottom: 8px;
}

.product-cat-pill {
    display: inline-block;
    background: var(--secondary-bg);
    color: var(--primary-dark);
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
    margin-right: 4px;
    margin-bottom: 4px;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.35;
}

.product-title a {
    color: var(--primary-dark);
    text-decoration: none;
    transition: var(--transition);
}

.product-title a:hover {
    color: var(--primary-light);
}

.product-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #F0F0F0;
}

.product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.btn-card-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    border-radius: 50px !important;
    padding: 7px 16px;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-card-details:hover {
    background: var(--primary-color);
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.25);
}

.btn-card-inquire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: #FFFFFF;
    border: none;
    border-radius: 50px !important;
    padding: 7px 18px;
    font-size: 0.84rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.25);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-card-inquire:hover {
    background: linear-gradient(135deg, var(--primary-dark), #0B3B17);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(27, 94, 32, 0.35);
}

/* Certifications Bar */
.certi-card {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #EEF2F0;
    height: 100%;
}

.certi-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

/* Blog Cards */
.blog-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
}

.blog-img-box {
    height: 200px;
    overflow: hidden;
}

.blog-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card:hover .blog-img-box img {
    transform: scale(1.06);
}

.blog-body {
    padding: 22px;
}

.blog-meta {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.blog-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-title a {
    color: var(--primary-dark);
    text-decoration: none;
}

.blog-title a:hover {
    color: var(--primary-light);
}

/* Testimonial Card */
.testimonial-card {
    background: var(--white);
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--card-shadow);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--hover-shadow);
}

.testimonial-stars {
    color: #FFC107;
    margin-bottom: 15px;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-main);
    margin-bottom: 20px;
    flex-grow: 1;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #F0F0F0;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid var(--primary-color);
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: var(--white);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.whatsapp-float i {
    font-size: 1.8rem;
    margin-right: 10px;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: var(--white);
    transform: scale(1.05);
}

/* Footer */
.footer-custom {
    background: #0D2611;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 70px;
    font-size: 0.92rem;
}

.footer-custom h5 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-custom h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background: var(--primary-light);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-light);
    padding-left: 5px;
}

.footer-social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: var(--transition);
}

.footer-social-icon:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
}

.footer-bottom {
    background: #07170A;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 2.3rem;
    }
    .section-padding {
        padding: 50px 0;
    }
    .hero-slider {
        min-height: 70vh;
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 1.85rem;
    }
    .hero-content p {
        font-size: 1.02rem;
    }
    .section-title h2 {
        font-size: 1.75rem;
    }
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    .whatsapp-float i {
        font-size: 1.4rem;
        margin-right: 6px;
    }
    .btn-ayurveda, .btn-ayurveda-outline {
        padding: 10px 20px;
        font-size: 0.92rem;
        width: 100%;
        text-align: center;
    }
    .navbar-custom {
        padding: 10px 0;
    }
    .product-img-box {
        height: 200px;
    }
    .nav-tabs-custom .nav-link {
        padding: 10px 14px !important;
        font-size: 0.88rem;
    }
    /* Mobile Form Controls & Dropdowns */
    .form-control, .form-select {
        font-size: 0.92rem;
        padding: 10px 15px;
    }
}

/* ==========================================================================
   Micro-Animations, Arrow Effects & Hover Enhancements
   ========================================================================== */

/* 1. Dynamic Arrow Translations */
.btn i.fa-arrow-right,
.btn i.fa-chevron-right,
.btn i.fa-long-arrow-alt-right,
.link-arrow i,
.btn-ayurveda i.fa-arrow-right,
.btn-ayurveda-outline i.fa-arrow-right {
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn:hover i.fa-arrow-right,
.btn:hover i.fa-chevron-right,
.btn:hover i.fa-long-arrow-alt-right,
.link-arrow:hover i,
.btn-ayurveda:hover i.fa-arrow-right,
.btn-ayurveda-outline:hover i.fa-arrow-right {
    transform: translateX(6px);
}

.btn i.fa-arrow-left,
.btn i.fa-chevron-left {
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn:hover i.fa-arrow-left,
.btn:hover i.fa-chevron-left {
    transform: translateX(-6px);
}

/* 2. Floating Leaf & Arrow Bounce Keyframes */
@keyframes floatBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(46, 125, 50, 0.5); }
    70% { box-shadow: 0 0 0 14px rgba(46, 125, 50, 0); }
    100% { box-shadow: 0 0 0 0 rgba(46, 125, 50, 0); }
}

@keyframes leafRotate {
    0% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(12deg) translateY(-8px); }
    100% { transform: rotate(0deg) translateY(0); }
}

.floating-icon {
    animation: floatBounce 3s infinite ease-in-out;
}

.floating-leaf-icon {
    animation: leafRotate 4s ease-in-out infinite;
}

/* 3. Scroll to Top Button Pulse & Hover Arrow Lift */
#scrollTopBtn {
    animation: pulseGlow 2.5s infinite;
    transition: all 0.3s ease;
}

#scrollTopBtn i {
    transition: transform 0.3s ease;
}

#scrollTopBtn:hover i {
    transform: translateY(-4px);
}

/* 4. Carousel Prev/Next Control Hover Effect */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    transition: transform 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon {
    transform: scale(1.2) translateX(-3px);
}

.carousel-control-next:hover .carousel-control-next-icon {
    transform: scale(1.2) translateX(3px);
}

/* 5. Product Card Image Zoom & Lift */
.product-card {
    transition: all 0.35s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12) !important;
}

.product-card .product-img-box img {
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-box img {
    transform: scale(1.08);
}

/* ==========================================================================
   6. Trending Custom Animated Cursor & Ring Follower
   ========================================================================== */
@media (min-width: 992px) {
    .custom-cursor-dot {
        position: fixed;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        background-color: #2E7D32;
        border-radius: 50%;
        pointer-events: none;
        z-index: 99999;
        transform: translate(-50%, -50%);
        transition: transform 0.08s ease-out, background-color 0.2s ease;
    }

    .custom-cursor-follower {
        position: fixed;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
        border: 2px solid rgba(111, 153, 64, 0.5);
        border-radius: 50%;
        pointer-events: none;
        z-index: 99998;
        transform: translate(-50%, -50%);
        transition: transform 0.18s ease-out, width 0.3s ease, height 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    }

    /* Hover state over interactive elements */
    .custom-cursor-follower.hovered {
        width: 54px;
        height: 54px;
        border-color: #6F9940;
        background-color: rgba(111, 153, 64, 0.12);
        box-shadow: 0 0 20px rgba(111, 153, 64, 0.3);
    }

    .custom-cursor-dot.hovered {
        background-color: #52742D;
        transform: translate(-50%, -50%) scale(1.6);
    }

    /* Click Active state */
    .custom-cursor-follower.active {
        transform: translate(-50%, -50%) scale(0.85);
        background-color: rgba(111, 153, 64, 0.25);
    }
}

/* Global Bootstrap Green Overrides for Parrot Green #6F9940 */
.text-success {
    color: #6F9940 !important;
}

.bg-success {
    background-color: #6F9940 !important;
}

.bg-success-subtle {
    background-color: #F0F6EA !important;
    color: #52742D !important;
}

.btn-success {
    background: linear-gradient(135deg, #6F9940, #52742D) !important;
    border: none !important;
    color: #FFFFFF !important;
}

.btn-success:hover {
    background: linear-gradient(135deg, #52742D, #3D5820) !important;
    color: #FFFFFF !important;
}

.btn-outline-success {
    color: #6F9940 !important;
    border-color: #6F9940 !important;
}

.btn-outline-success:hover {
    background-color: #6F9940 !important;
    color: #FFFFFF !important;
    border-color: #6F9940 !important;
}

.border-success {
    border-color: #6F9940 !important;
}

/* ==========================================================================
   Founder & Leadership Card Styles (Bigger Photos & Hover Effects)
   ========================================================================== */
.founder-card {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    border: 1px solid rgba(111, 153, 64, 0.12) !important;
}

.founder-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(111, 153, 64, 0.18) !important;
}

.founder-img-box {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 25px rgba(111, 153, 64, 0.22);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
    overflow: hidden;
    margin: 0 auto;
}

.founder-card:hover .founder-img-box {
    transform: scale(1.06);
    box-shadow: 0 16px 35px rgba(111, 153, 64, 0.35) !important;
}

.founder-img-box img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-card:hover .founder-img-box img {
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .founder-img-box {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .founder-img-box {
        width: 170px;
        height: 170px;
    }
}

/* ==========================================================================
   Homepage Hero Slider Transition & Motion Effects
   ========================================================================== */
.hero-slider {
    position: relative;
    overflow: hidden;
}

/* Standard Smooth Slide Transition Effect (Left to Right) */
.hero-slider .carousel-item {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

#heroCarousel .carousel-item img {
    transform: scale(1);
    transition: filter 0.8s ease;
}

/* Caption Animation when Slide Changes */
#heroCarousel .carousel-item .carousel-caption {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

#heroCarousel .carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Capsule Glowing Indicators */
#heroCarousel .carousel-indicators {
    gap: 8px;
}

#heroCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.7;
}

#heroCarousel .carousel-indicators button.active {
    width: 38px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6F9940, #52742D);
    border-color: #ffffff;
    opacity: 1;
    box-shadow: 0 0 15px rgba(111, 153, 64, 0.8);
}

/* Navigation Arrow Controls Hover & Motion */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 6%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-size: 50%;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#heroCarousel .carousel-control-prev:hover .carousel-control-prev-icon {
    transform: translateX(-5px) scale(1.1);
    background-color: rgba(111, 153, 64, 0.85) !important;
    box-shadow: 0 0 20px rgba(111, 153, 64, 0.5);
}

#heroCarousel .carousel-control-next:hover .carousel-control-next-icon {
    transform: translateX(5px) scale(1.1);
    background-color: rgba(111, 153, 64, 0.85) !important;
    box-shadow: 0 0 20px rgba(111, 153, 64, 0.5);
}





