﻿.main-navigation {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.nav-menu {
    list-style: none;
    padding: 0;
}

.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: #5cb85c;
    }

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 50%, #ff69b4 100%);
    min-height: 50vh;
    position: relative;
    overflow: hidden;
}

.hero-content {
    z-index: 2;
    position: relative;
}

.hero-title {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.1;
}

@media (min-width: 576px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 4rem;
    }
}

.har-din, .andar-se {
    color: #ffff00;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.glow-text {
    color: #ffff00;
    font-size: 2rem;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    display: block;
    margin: 10px 0;
}

@media (min-width: 576px) {
    .glow-text {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .glow-text {
        font-size: 5rem;
    }
}

.hero-benefits {
    color: white;
    font-size: 0.9rem;
}

@media (min-width: 576px) {
    .hero-benefits {
        font-size: 1rem;
    }
}

.shop-now-hero {
    background: #ffff00;
    color: #333;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

@media (min-width: 576px) {
    .shop-now-hero {
        padding: 10px 30px;
    }
}

.shop-now-hero:hover {
    transform: translateY(-2px);
}

/* Hero Image Section - Carousel Styles */
.hero-image-section {
    padding: 15px;
}

@media (min-width: 576px) {
    .hero-image-section {
        padding: 20px;
    }
}

.carousel-container {
    position: relative;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

@media (min-width: 576px) {
    .carousel-container {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .carousel-container {
        height: 400px;
    }
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .carousel-slide.active {
        opacity: 1;
    }

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}

@media (min-width: 576px) {
    .carousel-indicators {
        gap: 8px;
        bottom: 15px;
    }
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (min-width: 576px) {
    .indicator {
        width: 10px;
        height: 10px;
    }
}

.indicator.active {
    background: #ffff00;
    transform: scale(1.2);
}

.indicator:hover {
    background: rgba(255,255,255,0.8);
}

/* Brand Section Styles */
.brand-section {
    background: linear-gradient(135deg, #E8F5E8 0%, #F0FFF4 100%);
    padding: 20px 0;
}

@media (min-width: 576px) {
    .brand-section {
        padding: 30px 0;
    }
}

.decorative-left {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.decorative-right {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.brand-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
}

@media (min-width: 576px) {
    .brand-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .brand-title {
        font-size: 2.5rem;
    }
}

.india-text, .and-text, .wellness-text {
    color: #333;
}

.beauty-text {
    color: #4CAF50;
    font-weight: 600;
}

.icon-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@media (min-width: 576px) {
    .icon-circle {
        width: 40px;
        height: 40px;
    }
}

.bg-blue {
    background: #E3F2FD;
}

.bg-green {
    background: #E8F5E8;
}

.bg-purple {
    background: #F3E5F5;
}

.feature-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
}

@media (min-width: 576px) {
    .feature-title {
        font-size: 0.9rem;
    }
}

.feature-subtitle {
    font-size: 0.7rem;
    color: #666;
    font-weight: 500;
}

@media (min-width: 576px) {
    .feature-subtitle {
        font-size: 0.8rem;
    }
}

/* Best Sellers Section Styles */
.best-sellers-section {
    padding: 20px 0;
}

@media (min-width: 576px) {
    .best-sellers-section {
        padding: 40px 0;
    }
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5a27;
    font-style: italic;
}

@media (min-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

.shop-all-link {
    color: #5cb85c;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
}

@media (min-width: 576px) {
    .shop-all-link {
        font-size: 0.9rem;
    }
}

.shop-all-link:hover {
    color: #4a7c59;
}

.category-tabs {
    padding-bottom: 5px;
}

    .category-tabs .nav-link {
        color: #999;
        font-weight: 500;
        font-size: 0.8rem;
        padding: 5px 10px;
        white-space: nowrap;
    }

@media (min-width: 576px) {
    .category-tabs .nav-link {
        font-size: 0.9rem;
        padding: 5px 15px;
    }
}

.category-tabs .nav-link.active {
    color: #5cb85c;
    font-weight: 600;
    border-bottom: 2px solid #5cb85c;
}

.category-tabs .nav-link:hover {
    color: #5cb85c;
}

.products-carousel-container {
    margin: 0 10px;
}

@media (min-width: 576px) {
    .products-carousel-container {
        margin: 0 15px;
    }
}

@media (min-width: 768px) {
    .products-carousel-container {
        margin: 0 40px;
    }
}

.products-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.products-container {
    transition: transform 0.6s ease;
    gap: 10px;
}

@media (min-width: 576px) {
    .products-container {
        gap: 15px;
    }
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #666;
    font-size: 0.9rem;
}

@media (min-width: 576px) {
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.carousel-nav:hover {
    background: #5cb85c;
    border-color: #5cb85c;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: -40px;
}

@media (max-width: 575px) {
    .prev-btn {
        left: -20px;
    }
}

.next-btn {
    right: -40px;
}

@media (max-width: 575px) {
    .next-btn {
        right: -20px;
    }
}

.product-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

@media (min-width: 576px) {
    .product-card {
        border-radius: 15px;
    }
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.product-image-container {
    height: 150px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .product-image-container {
        height: 200px;
    }
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

@media (min-width: 576px) {
    .product-image {
        padding: 15px;
    }
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #ff6b35;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 9999;
}

@media (min-width: 576px) {
    .product-badge {
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        font-size: 0.7rem;
    }
}

.discount-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #5cb85c;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.6rem;
    z-index:9999;
    font-weight: 600;
}

@media (min-width: 576px) {
    .discount-badge {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 0.7rem;
    }
}

.product-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .product-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }
}

.product-rating {
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .product-rating {
        margin-bottom: 8px;
    }
}

.rating-stars {
    color: #ffa500;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (min-width: 576px) {
    .rating-stars {
        font-size: 0.85rem;
    }
}

.rating-badge {
    background: #f0f0f0;
    color: #666;
    padding: 1px 5px;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 500;
}

@media (min-width: 576px) {
    .rating-badge {
        padding: 2px 6px;
        font-size: 0.65rem;
    }
}

.product-subtitle {
    color: #666;
    font-size: 0.8rem;
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .product-subtitle {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
}

.product-pricing {
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .product-pricing {
        margin-bottom: 10px;
    }
}

.original-price {
    color: #999;
    text-decoration: line-through;
    font-size: 0.8rem;
}

@media (min-width: 576px) {
    .original-price {
        font-size: 0.85rem;
    }
}

.current-price {
    color: #333;
    font-weight: 700;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .current-price {
        font-size: 1.1rem;
    }
}

.add-to-cart-btn {
    font-size: 0.8rem;
    padding: 6px;
    border-radius: 6px;
}

@media (min-width: 576px) {
    .add-to-cart-btn {
        font-size: 0.85rem;
        padding: 10px;
        border-radius: 8px;
    }
}

.carousel-indicators-products {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .carousel-indicators-products {
        margin-top: 15px;
    }
}

.indicator-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 3px;
    cursor: pointer;
    transition: background 0.3s ease;
}

@media (min-width: 576px) {
    .indicator-dot {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}

.indicator-dot.active {
    background: #5cb85c;
}

/* Detailed Product Section Styles */
.detailed-product-section {
    padding: 20px 0;
}

@media (min-width: 576px) {
    .detailed-product-section {
        padding: 30px 0;
    }
}

.detailed-product-section .img-fluid {
    max-height: 250px;
    object-fit: contain;
    border-radius: 10px;
    background: #f8f9fa;
    padding: 10px;
}

@media (min-width: 576px) {
    .detailed-product-section .img-fluid {
        max-height: 350px;
        border-radius: 15px;
        padding: 15px;
    }
}


.announcement-bar {
    background-color: #f0f0f0;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 25s linear infinite;
}

    .scrolling-text span {
        display: inline-block;
        margin-right: 3rem;
    }

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-2 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 576px) {
    .display-2 {
        font-size: 2rem !important;
    }
}




body {
    font-family: 'Segoe UI', sans-serif;
}

.highlight-text {
    font-weight: 700;
    font-size: 2rem;
    color: #025a3d;
}

.carousel-item img {
    max-height: 60px;
    margin: 0 auto;
}

.footer-note {
    background-color: #d5ffe1;
    padding: 30px;
    text-align: center;
}

.about-section {
    background-color: #fffde7;
    padding: 40px 20px;
}













@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem !important;
    }

    .card {
        transform: rotate(0deg) !important;
    }

        .card:hover {
            transform: translateY(-5px) !important;
        }
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 1.75rem !important;
    }
}