/* Modern Bazar Home Page Styles */
/* Main Brand Color: #FCA310 */

/* About Page Styles */
.about-hero-section {
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FCA310, #ff8c00);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(252, 163, 16, 0.3);
}

.about-hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about-hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.about-hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FCA310;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.about-hero-image {
    padding-left: 2rem;
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.floating-card {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.floating-card i {
    color: #FCA310;
    font-size: 1.2rem;
}

.floating-card span {
    font-weight: 600;
    color: #333;
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 4rem 0;
}

.mission-card,
.vision-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.mission-card:hover,
.vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.mission-icon,
.vision-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FCA310, #ff8c00);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.mission-icon i,
.vision-icon i {
    font-size: 1.5rem;
    color: white;
}

.mission-title,
.vision-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.mission-description,
.vision-description {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Values Section */
.values-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FCA310, #ff8c00);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(252, 163, 16, 0.3);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.value-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FCA310, #ff8c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.value-icon i {
    font-size: 1.2rem;
    color: white;
}

.value-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.value-description {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Team Section */
.team-section {
    padding: 4rem 0;
}

.team-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.team-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(252, 163, 16, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCA310;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.1);
    background: #FCA310;
    color: white;
}

.team-info {
    padding: 1.5rem;
    text-align: center;
}

.team-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.team-role {
    color: #FCA310;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.team-description {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9rem;
}

/* CTA Section */
.about-cta-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.cta-card {
    background: linear-gradient(135deg, #FCA310, #ff8c00);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(252, 163, 16, 0.3);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
}

.cta-btn {
    background: white;
    color: #FCA310;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: #f8f9fa;
    color: #FCA310;
}

/* Responsive Design for About Page */
@media (max-width: 768px) {
    .about-hero-title {
        font-size: 2.2rem;
    }

    .about-hero-subtitle {
        font-size: 1.1rem;
    }

    .about-hero-stats {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .about-hero-image {
        padding-left: 0;
        margin-top: 2rem;
    }

    .floating-card {
        bottom: 1rem;
        right: 1rem;
        padding: 0.75rem 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .mission-card,
    .vision-card {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .cta-card {
        padding: 2rem;
        text-align: center;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .cta-btn {
        margin-top: 1rem;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about-hero-section {
        padding: 4rem 0 2rem;
    }

    .about-hero-title {
        font-size: 1.8rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .values-section,
    .team-section,
    .about-cta-section {
        padding: 2rem 0;
    }
}

/* Dark mode support for about page */
body.dark-only .about-hero-section,
body.dark-only .values-section,
body.dark-only .about-cta-section {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

body.dark-only .about-hero-title,
body.dark-only .section-title,
body.dark-only .mission-title,
body.dark-only .vision-title,
body.dark-only .value-title,
body.dark-only .team-name {
    color: #ffffff;
}

body.dark-only .about-hero-subtitle,
body.dark-only .section-subtitle,
body.dark-only .mission-description,
body.dark-only .vision-description,
body.dark-only .value-description,
body.dark-only .team-description {
    color: #ccc;
}

body.dark-only .mission-card,
body.dark-only .vision-card,
body.dark-only .value-card,
body.dark-only .team-card {
    background: #2a2a2a;
}

body.dark-only .floating-card {
    background: #2a2a2a;
}

body.dark-only .floating-card span {
    color: #ffffff;
}

/* Modern Announcement Styles */
.modern-announcement-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.modern-announcement-banner {
    padding: 1rem 0;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.announcement-item {
    display: flex;
    align-items: center;
    margin: 0 2rem;
    white-space: nowrap;
}

.announcement-icon {
    font-size: 0.9rem;
    margin-right: 0.75rem;
    opacity: 0.9;
}

.announcement-text {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Modern Hero Section */
.modern-hero-section {
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.modern-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.modern-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
}

.modern-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.modern-carousel-prev {
    left: 2rem;
}

.modern-carousel-next {
    right: 2rem;
}

.modern-carousel-control:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    color: #FCA310;
}

.modern-carousel-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
    margin: 0;
    list-style: none;
}

.modern-carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    opacity: 1;
    text-indent: 0;
    margin: 0;
    cursor: pointer;
}

.modern-carousel-indicators button.active {
    background: #FCA310;
    transform: scale(1.2);
    box-shadow: 0 2px 8px rgba(252, 163, 16, 0.4);
}

.modern-carousel-indicators button:hover {
    background: rgba(252, 163, 16, 0.8);
    transform: scale(1.1);
}

.landing-page .landing-header.sticky {
    background-color: #000;
}

/* Modern Section Headers */
.modern-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.modern-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FCA310, #e0920a);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(252, 163, 16, 0.3);
}

.modern-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.modern-section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Modern Products Section */
.modern-products-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

/* Modern Brands Section */
.modern-brands-section {
    padding: 4rem 0;
}

.modern-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.modern-brand-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.modern-brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.modern-brand-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.modern-brand-image-wrapper {
    position: relative;
    overflow: hidden;
}

.modern-brand-image {
    transition: transform 0.4s ease;
}

.modern-brand-card:hover .modern-brand-image {
    transform: scale(1.05);
}

.modern-brand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(252, 163, 16, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-brand-card:hover .modern-brand-overlay {
    opacity: 1;
}

.modern-brand-content {
    text-align: center;
    color: white;
}

.modern-brand-content i {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
    display: block;
}

.modern-brand-content span {
    font-weight: 600;
    font-size: 0.9rem;
}

.modern-brand-info {
    padding: 1rem;
    text-align: center;
}

.modern-brand-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

/* Modern Empty State */
.modern-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.modern-empty-icon {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1.5rem;
}

.modern-empty-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1rem;
}

.modern-empty-description {
    color: #999;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

/* Modern About Section Styles */
.modern-about-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    position: relative;
    overflow: hidden;
}

.modern-about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23000000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.modern-about-hero {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.modern-about-title {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #FCA310 0%, #e0920a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.modern-about-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.modern-feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.modern-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FCA310, #e0920a);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.modern-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modern-feature-card:hover::before {
    transform: scaleX(1);
}

.modern-feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: linear-gradient(135deg, #FCA310 0%, #e0920a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.modern-feature-card:hover .modern-feature-icon {
    transform: scale(1.1);
}

.modern-feature-icon i {
    font-size: 1.75rem;
    color: #ffffff;
}

.modern-feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.modern-feature-description {
    color: #718096;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

.modern-contact-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}

.modern-contact-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 3rem;
    position: relative;
}

.modern-contact-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #FCA310, #e0920a);
    border-radius: 2px;
}

.modern-contact-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(252, 163, 16, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modern-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(252, 163, 16, 0.3);
}

.modern-contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #FCA310 0%, #e0920a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modern-contact-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.modern-contact-content {
    text-align: left;
    flex: 1;
}

.modern-contact-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.modern-contact-info {
    font-size: 1rem;
    color: #718096;
    margin: 0;
    font-weight: 500;
}

/* Responsive Design for Home Page */
@media (max-width: 768px) {
    .modern-announcement-section {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .announcement-item {
        margin: 0 1rem;
    }

    .modern-hero-section {
        padding: 1rem 0;
        margin-bottom: 2rem;
    }

    .modern-carousel-control {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .modern-carousel-prev {
        left: 1rem;
    }

    .modern-carousel-next {
        right: 1rem;
    }

    .modern-carousel-indicators {
        bottom: 1rem;
        gap: 0.5rem;
    }

    .modern-section-title {
        font-size: 2rem;
    }

    .modern-section-subtitle {
        font-size: 1rem;
    }

    .modern-brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1rem;
    }

    .modern-products-section,
    .modern-brands-section {
        padding: 2rem 0;
    }

    .modern-about-section {
        padding: 3rem 0;
    }

    .modern-about-title {
        font-size: 2.5rem;
    }

    .modern-about-subtitle {
        font-size: 1.1rem;
    }

    .modern-feature-card {
        padding: 2rem;
        margin-bottom: 1.5rem;
    }

    .modern-contact-title {
        font-size: 2rem;
    }

    .modern-contact-card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .modern-announcement-banner {
        padding: 0.75rem 0;
    }

    .announcement-item {
        margin: 0 0.5rem;
    }

    .announcement-text {
        font-size: 0.85rem;
    }

    .modern-carousel {
        border-radius: 12px;
    }

    .modern-carousel-control {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .modern-carousel-prev {
        left: 0.5rem;
    }

    .modern-carousel-next {
        right: 0.5rem;
    }

    .modern-section-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }

    .modern-section-title {
        font-size: 1.8rem;
    }

    .modern-brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.75rem;
    }

    .modern-brand-card {
        border-radius: 8px;
    }

    .modern-brand-info {
        padding: 0.75rem;
    }

    .modern-brand-name {
        font-size: 0.9rem;
    }

    .modern-about-title {
        font-size: 2rem;
    }

    .modern-feature-card {
        padding: 1.5rem;
    }

    .modern-feature-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .modern-feature-icon i {
        font-size: 1.5rem;
    }

    .modern-feature-title {
        font-size: 1.25rem;
    }

    .modern-contact-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .modern-contact-content {
        text-align: center;
    }
}

/* Dark Mode Styles */
body.dark-only .modern-about-section {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

body.dark-only .modern-about-title {
    background: linear-gradient(135deg, #FCA310 0%, #e0920a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.dark-only .modern-about-subtitle {
    color: #ccc;
}

body.dark-only .modern-feature-card {
    background: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-only .modern-feature-title {
    color: #ffffff;
}

body.dark-only .modern-feature-description {
    color: #ccc;
}

body.dark-only .modern-contact-title {
    color: #ffffff;
}

body.dark-only .modern-contact-card {
    background: #2a2a2a;
    border-color: rgba(252, 163, 16, 0.2);
}

body.dark-only .modern-contact-label {
    color: #ffffff;
}

body.dark-only .modern-contact-info {
    color: #ccc;
}

body.dark-only .modern-brand-card {
    background: #2a2a2a;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-only .modern-brand-name {
    color: #ffffff;
}

body.dark-only .modern-section-title {
    color: #ffffff;
}

body.dark-only .modern-section-subtitle {
    color: #ccc;
}

body.dark-only .modern-empty-title {
    color: #ffffff;
}

body.dark-only .modern-empty-description {
    color: #ccc;
}

body.dark-only .modern-products-section,
body.dark-only .modern-brands-section {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

/* Utility Classes */
.img-cover {
    object-fit: cover;
}

/* Animation Classes */
.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}

.marquee__content {
    display: flex;
    animation: marquee 30s linear infinite;
    padding: 0;
    margin: 0;
}

.marquee--reverse .marquee__content {
    animation-direction: reverse;
}

.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.enable-animation .marquee__content {
    animation: marquee 30s linear infinite;
}

.shops-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 15px;
}

.shop-dashboard-card-wrapper {
    transition: transform 0.3s ease;
}

.shop-dashboard-card-wrapper:hover {
    transform: translateY(-5px);
}

.shop-dashboard-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.shop-dashboard-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.shop-dashboard-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.shop-dashboard-image-container {
    position: relative;
    height: 150px;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-dashboard-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.shop-dashboard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(252, 163, 16, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shop-dashboard-card:hover .shop-dashboard-overlay {
    opacity: 1;
}

.shop-dashboard-card:hover .shop-dashboard-image {
    transform: scale(1.05);
}

.shop-dashboard-hover-content {
    text-align: center;
    color: white;
}

.shop-dashboard-hover-content i {
    font-size: 1.5rem;
    display: block;
}

.shop-dashboard-hover-content span {
    font-size: 0.9rem;
    font-weight: 600;
}

.shop-dashboard-info {
    background: white;
}

.shop-dashboard-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.empty-state-dashboard {
    padding: 20px;
}

/* Dark mode support for shops */
body.dark-only .featured-shops {
    background: #10101c;
}

body.dark-only .section-header-card,
body.dark-only .shop-dashboard-card {
    background-color: #181828;
    border-color: #333446;
}

body.dark-only .shop-dashboard-image-container {
    background: #10101c;
}

body.dark-only .shop-dashboard-info {
    background: #181828;
}

body.dark-only .shop-dashboard-name {
    color: #FCA310;
}

body.dark-only .section-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
}

.shop-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.shop-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
    display: block;
}

.shop-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.shop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shop-card:hover .shop-overlay {
    opacity: 1;
}

.shop-card:hover .shop-image {
    transform: scale(1.05);
}

.shop-hover-content {
    text-align: center;
    color: white;
}

.shop-hover-content i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

.shop-hover-content span {
    font-size: 1rem;
    font-weight: 600;
}

.shop-info {
    padding: 20px;
    text-align: center;
    background: white;
}

.shop-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.empty-state {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .title-text {
        font-size: 2rem;
    }

    .shops-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .slider-image-container {
        height: 250px;
    }

    .shop-image-container {
        height: 150px;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .shops-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    .slider-image-container {
        height: 200px;
    }
}

/* Modern Header Styles */
.modern-landing-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.modern-landing-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.modern-landing-header .navbar {
    padding: 1rem 0;
    transition: padding 0.3s ease;
}

.modern-landing-header.scrolled .navbar {
    padding: 0.5rem 0;
}

.brand-logo {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #FCA310;
    background: rgba(252, 163, 16, 0.1);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #FCA310;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 80%;
}

.dashboard-btn {
    background: linear-gradient(135deg, #FCA310, #ff8c00);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(252, 163, 16, 0.3);
    transition: all 0.3s ease;
}

.dashboard-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(252, 163, 16, 0.4);
    background: linear-gradient(135deg, #ff8c00, #FCA310);
}

.mobile-menu-toggle {
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 163, 16, 0.25);
}

.mobile-menu-toggle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
    .modern-landing-header .navbar-collapse {
        background: white;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav .nav-link {
        padding: 1rem;
        margin: 0.25rem 0;
        text-align: center;
    }

    .dashboard-btn {
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .brand-logo {
        height: 35px;
    }

    .modern-landing-header .navbar {
        padding: 0.75rem 0;
    }

    .modern-landing-header.scrolled .navbar {
        padding: 0.5rem 0;
    }
}

/* Dark mode support for header */
body.dark-only .modern-landing-header {
    background: rgba(16, 16, 28, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-only .modern-landing-header.scrolled {
    background: rgba(16, 16, 28, 0.98);
}

body.dark-only .navbar-nav .nav-link {
    color: #fff;
}

body.dark-only .navbar-nav .nav-link:hover {
    background: rgba(252, 163, 16, 0.2);
}

body.dark-only .modern-landing-header .navbar-collapse {
    background: #181828;
    border-color: rgba(255, 255, 255, 0.1);
}

/* Add padding to body to account for fixed header */
body.landing-page {
    padding-top: 80px;
}
