/* Indian Wedding Invitations - Premium Design System */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=Cinzel:wght@400;500;600;700;800;900&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

/* ENSURE ROW IS FLEX */
.row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* GLOBAL: Force 5-column layout everywhere for all invitations */
.col-lg-2-4 {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
}

.col-md-3 {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
}

@media (max-width: 1400px) {
    .col-lg-2-4 {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }

    .col-md-3 {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 1200px) {
    .col-lg-2-4 {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }

    .col-md-3 {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .col-lg-2-4 {
        flex: 0 0 33.333% !important;
        width: 33.333% !important;
        max-width: 33.333% !important;
    }

    .col-md-3 {
        flex: 0 0 33.333% !important;
        width: 33.333% !important;
        max-width: 33.333% !important;
    }
}

@media (max-width: 768px) {

    .col-lg-2-4,
    .col-md-3 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 576px) {

    .col-lg-2-4,
    .col-md-3 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        padding: 0.25rem !important;
    }
}

:root {
    /* Indian Traditional Color Palette */
    --primary: #800000;
    /* Maroon - Primary wedding color */
    --primary-dark: #660000;
    --primary-light: #A52A2A;
    --secondary: #D4AF37;
    /* Gold - Secondary/accent color */
    --secondary-dark: #B8860B;
    --accent: #C9A961;
    /* Rose Gold - Elegant accent */
    --success: #138808;
    /* India Green */
    --dark: #3E2723;
    /* Deep Brown */
    --dark-light: #5D4037;
    --gray: #6D4C41;
    --gray-light: #BCAAA4;
    --light: #FFFEF7;
    /* Warm cream */
    --white: #FFFFFF;
    --ivory: #FFFFF0;
    --cream: #FFFDD0;
    --light-gold: #FFECB3;
    --deep-red: #660000;
    --emerald: #138808;

    /* Indian-Inspired Gradients */
    --gradient-primary: linear-gradient(135deg, #800000 0%, #D4AF37 50%, #C9A961 100%);
    /* Wedding colors: Maroon to Gold to Rose Gold */
    --gradient-secondary: linear-gradient(135deg, #800000 0%, #D4AF37 100%);
    /* Maroon to Gold */
    --gradient-gold: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #B8860B 100%);
    --gradient-saffron: linear-gradient(135deg, #FF9933 0%, #FFCC33 100%);
    --gradient-dark: linear-gradient(135deg, #3E2723 0%, #5D4037 100%);
    --gradient-royal: linear-gradient(135deg, #800000 0%, #D4AF37 50%, #C9A961 100%);
    /* Royal wedding combination */

    /* Shadows with warm golden tones */
    --shadow-sm: 0 1px 2px 0 rgba(212, 175, 55, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(212, 175, 55, 0.15);
    --shadow-lg: 0 10px 15px -3px rgba(212, 175, 55, 0.2);
    --shadow-xl: 0 20px 25px -5px rgba(212, 175, 55, 0.25);
    --shadow-2xl: 0 25px 50px -12px rgba(128, 0, 0, 0.3);

    /* Transitions */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Indian Decorative Patterns */
.bg-mandala {
    background-image: url('https://www.transparenttextures.com/patterns/mandala.png');
    background-repeat: repeat;
}

.bg-paisley {
    background-image: url('https://www.transparenttextures.com/patterns/paisley.png');
    background-repeat: repeat;
}

.indian-border {
    position: relative;
    border: 15px solid transparent;
    border-image: url('https://img.freepik.com/free-vector/traditional-indian-floral-border-set_23-2148995325.jpg') 30 round;
}

.gold-gradient-text {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.maroon-gradient-text {
    background: linear-gradient(135deg, #800000 0%, #B22222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.decorative-separator {
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20" preserveAspectRatio="none"><path d="M0 10 Q 25 20 50 10 T 100 10" fill="none" stroke="%23D4AF37" stroke-width="2"/></svg>');
    background-repeat: repeat-x;
    margin: 2rem 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background: var(--light);
    overflow-x: hidden;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
}

/* ===== NAVIGATION ===== */
.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 0.5rem 0;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
    transition: var(--transition);
}

.navbar-brand {
    font-family: 'Cinzel', serif;
    font-size: 1.75rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    transition: var(--transition);
}

.navbar-brand:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.navbar-brand i {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 8px;
}

.nav-link {
    font-weight: 600;
    color: var(--dark) !important;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem !important;
    transition: var(--transition);
    position: relative;
    font-size: 0.95rem;
    border-radius: 8px;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: var(--gradient-primary);
    transition: transform 0.3s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}

.navbar-toggler {
    border: 2px solid var(--primary);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    overflow: hidden;
    padding: 80px 0 80px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    animation: fadeInDown 1s ease-out 0.2s both;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out 0.4s both;
}

.decorative-line {
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent, white, transparent);
    margin: 1.5rem auto;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1rem;
    font-weight: 500;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 1s both;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 2rem;
    animation: bounce 2s infinite;
    cursor: pointer;
    opacity: 0.7;
    transition: var(--transition);
}

.hero-scroll-indicator:hover {
    opacity: 1;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== BUTTONS ===== */
.btn-primary-custom {
    background: white;
    color: var(--primary);
    border: 2px solid white;
    padding: 0.875rem 2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-primary-custom:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.btn-outline-custom {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 0.875rem 2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-outline-custom:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-light-custom {
    background: white;
    color: var(--primary);
    border: 2px solid white;
    padding: 0.875rem 2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-light-custom:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

.btn-outline-light-custom {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 0.875rem 2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-outline-light-custom:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-2px);
}

/* ===== STATS SECTION ===== */
.stats-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
}

.stat-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-2xl);
}

.stat-icon {
    font-size: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.stat-label {
    font-size: 1rem;
    color: var(--gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== SECTION HEADERS ===== */
.section-header {
    margin-bottom: 4rem;
}

.section-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    color: var(--primary);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--gray);
    max-width: 600px;
    margin: 0 auto;
}

/* ===== CATEGORIES SECTION ===== */
.categories-section {
    padding: 5rem 0;
    background: white;
}

.category-card-modern {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    background: white;
    height: 100%;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.category-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-2xl);
}

.category-image {
    position: relative;
    height: auto;
    min-height: 250px;
    overflow: visible;
}

.category-image img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    transition: transform 0.5s ease;
    background: #f5f5f5;
    display: block;
}

.category-card-modern:hover .category-image img {
    transform: scale(1.1);
}

.category-badge-overlay {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    background: var(--gradient-primary);
    color: white;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-md);
}

.category-content {
    padding: 2rem;
    text-align: center;
}

.category-icon-modern {
    width: 70px;
    height: 70px;
    margin: -50px auto 1.5rem;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    box-shadow: var(--shadow-xl);
    border: 4px solid white;
}

.category-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--dark);
}

.category-content p {
    color: var(--gray);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.category-link {
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    font-size: 1rem;
}

.category-link:hover {
    color: var(--primary-dark);
    transform: translateX(5px);
}

/* ===== FEATURES SECTION ===== */
.features-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
}

.feature-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: var(--gradient-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    transform: rotateY(360deg);
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature-card p {
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

/* ===== PROCESS SECTION ===== */
.process-section {
    padding: 5rem 0;
    background: white;
}

.process-card {
    position: relative;
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(135deg, #F8FAFC 0%, white 100%);
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%;
    border: 2px solid transparent;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.process-number {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 900;
    box-shadow: var(--shadow-lg);
    font-family: 'Inter', sans-serif;
}

.process-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 2.5rem;
    transition: var(--transition);
}

.process-card:hover .process-icon {
    transform: scale(1.1) rotate(10deg);
}

.process-card h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.process-card p {
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
}

.testimonials-section .section-badge {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.testimonials-section .section-title {
    color: white;
    background: none;
    -webkit-text-fill-color: white;
}

.testimonials-section .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-xl);
    transition: var(--transition);
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-2xl);
}

.testimonial-rating {
    color: #F59E0B;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.testimonial-text {
    font-size: 1.125rem;
    color: var(--dark);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.author-info h4 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    color: var(--dark);
}

.author-info p {
    font-size: 0.875rem;
    color: var(--gray);
    margin: 0;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 6rem 0;
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(236, 72, 153, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 3rem;
    color: white;
    margin-bottom: 1.5rem;
    background: none;
    -webkit-text-fill-color: white;
}

.cta-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== FOOTER ===== */
.footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer h5 {
    color: white;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
}

.footer a:hover {
    color: var(--primary-light);
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(99, 102, 241, 0.1);
    border: 2px solid rgba(99, 102, 241, 0.3);
    border-radius: 50%;
    color: var(--primary-light);
    transition: var(--transition);
    margin-right: 0.75rem;
}

.social-links a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    transform: translateY(-5px);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .cta-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.125rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .cta-content h2 {
        font-size: 1.75rem;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== UTILITY CLASSES ===== */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient-primary {
    background: var(--gradient-primary);
}

.bg-gradient-secondary {
    background: var(--gradient-secondary);
}

.bg-gradient-accent {
    background: var(--gradient-accent);
}

/* ===== VIDEO CARDS - REMOVED DUPLICATE - USING PREMIUM LUXURY SYSTEM BELOW ===== */
.share-menu-modern.active {
    display: block;
    animation: slideDownFade 0.3s ease;
}

@keyframes slideDownFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.share-option-modern {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.share-option-modern:last-child {
    margin-bottom: 0;
}

.share-option-modern:hover {
    background: #f8f9fa;
    transform: translateX(4px);
}

.share-option-modern i {
    width: 22px;
    font-size: 1.1rem;
}

.share-option-modern.whatsapp i {
    color: #25D366;
}

.share-option-modern.facebook i {
    color: #1877f2;
}

.share-option-modern.telegram i {
    color: #0088cc;
}

.share-option-modern.twitter i {
    color: #1da1f2;
}

.share-option-modern.email i {
    color: #EA4335;
}

.share-option-modern.copy i {
    color: #D4AF37;
}

/* Global Traditional Pattern */
.pattern-bg {
    background-color: #FFFEF7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 35c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57 43c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM16 32c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm29 42c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm34-56c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-2-2c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm13 40c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM10 60c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm26 2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm54-14c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM28 77c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm56-33c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM8 40c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6-20c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm10-6c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-2 67c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm14-72c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM32 83c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm36-102c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm37 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM16 0c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zm29 80c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zm34-56c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zM24 20c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zm40 40c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zm-25 50c4.418 0 8 3.582 8 8s-3.582 8-8 8-8-3.582-8-8 3.582-8 8-8zM100 0c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zM6 10c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zM94 60c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zM28 86c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8zM92 90c0 4.418-3.582 8-8 8s-8-3.582-8-8 3.582-8 8-8 8 3.582 8 8z' fill='%23D4AF37' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Indian Decorative Elements */
.indian-divider {
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
    margin: 3rem 0;
    position: relative;
}

.indian-divider::before,
.indian-divider::after {
    content: '❋';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    font-size: 1.5rem;
    background: var(--light);
    padding: 0 1rem;
}

.indian-divider::before {
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Lotus Pattern */
.lotus-pattern {
    background-image: radial-gradient(circle, var(--accent) 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

/* Paisley Background */
.paisley-bg {
    background-color: var(--light);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.05) 35px, rgba(212, 175, 55, 0.05) 70px);
}

/* Traditional Border */
.traditional-border {
    border: 3px solid var(--accent);
    border-image: repeating-linear-gradient(45deg,
            var(--accent),
            var(--accent) 10px,
            var(--primary) 10px,
            var(--primary) 20px,
            var(--secondary) 20px,
            var(--secondary) 30px) 1;
    padding: 2rem;
}

/* Rangoli Pattern */
.rangoli-corner {
    position: relative;
}

.rangoli-corner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at center, var(--accent) 0%, transparent 70%);
    opacity: 0.3;
}

/* Diya (Lamp) Glow Effect */
.diya-glow {
    box-shadow:
        0 0 20px rgba(255, 153, 51, 0.3),
        0 0 40px rgba(212, 175, 55, 0.2),
        0 0 60px rgba(255, 153, 51, 0.1);
    animation: diya-flicker 3s ease-in-out infinite;
}

@keyframes diya-flicker {

    0%,
    100% {
        box-shadow:
            0 0 20px rgba(255, 153, 51, 0.3),
            0 0 40px rgba(212, 175, 55, 0.2),
            0 0 60px rgba(255, 153, 51, 0.1);
    }

    50% {
        box-shadow:
            0 0 25px rgba(255, 153, 51, 0.4),
            0 0 50px rgba(212, 175, 55, 0.3),
            0 0 75px rgba(255, 153, 51, 0.2);
    }
}

/* Marigold Accent */
.marigold-accent {
    color: var(--primary);
    text-shadow: 0 0 10px rgba(255, 153, 51, 0.3);
}

/* Traditional Card Style */
.indian-card {
    background: linear-gradient(to bottom, var(--cream), var(--ivory));
    border: 2px solid var(--accent);
    box-shadow:
        0 10px 30px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
}

.indian-card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    pointer-events: none;
}

/* Henna/Mehndi Pattern */
.mehndi-pattern {
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(128, 0, 0, 0.03) 10px, rgba(128, 0, 0, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(212, 175, 55, 0.03) 10px, rgba(212, 175, 55, 0.03) 20px);
}

/* Silk Texture Effect */
.silk-texture {
    background: linear-gradient(135deg,
            var(--secondary) 0%,
            var(--secondary-dark) 25%,
            var(--secondary) 50%,
            var(--secondary-dark) 75%,
            var(--secondary) 100%);
    background-size: 200% 200%;
    animation: silk-shimmer 3s ease infinite;
}

@keyframes silk-shimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* ===== PREMIUM LUXURY VIDEO CARD SYSTEM - COMPACT SIZE ===== */
.video-card-modern {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    background: #000;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.video-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* Dark gradient overlay at bottom for text readability */
.video-card-modern::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: transparent;
    z-index: 3;
    pointer-events: none;
}



.card-footer-title {
    font-size: 0.8rem;
}

.card-description {
    font-size: 0.7rem;
}


/* Premium Video Container - FILLS ENTIRE CARD */
.video-thumbnail-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #000 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1 !important;
}

.video-thumbnail-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.1) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}

.video-thumbnail-container video,
.video-thumbnail-container iframe,
.video-thumbnail-container .main-video,
.video-thumbnail-container .youtube-embed,
.video-thumbnail-container .bunny-embed,
.video-thumbnail-container .lazy-video {
    position: absolute;
    top: -5% !important;
    /* Move up to crop top branding */
    left: 0;
    width: 100%;
    height: 110% !important;
    /* Slightly taller to hide branding */
    object-fit: cover !important;
    object-position: center;
    z-index: 2 !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    background: #000;
    border: none;
    border-radius: 24px;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    opacity: 0;
}

/* Specific override for video tags which don't need cropping */
.video-thumbnail-container video {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    z-index: 2 !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    background: #000;
    border: none;
    border-radius: 24px;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
    opacity: 0;
}

/* Show videos on mobile by default */
@media (max-width: 768px) {

    .video-thumbnail-container video,
    .video-thumbnail-container iframe,
    .video-thumbnail-container .main-video,
    .video-thumbnail-container .youtube-embed,
    .video-thumbnail-container .bunny-embed,
    .video-thumbnail-container .lazy-video {
        opacity: 0 !important;
        z-index: 1 !important;
    }

    .video-thumbnail-container video.playing,
    .video-thumbnail-container iframe.playing,
    .video-thumbnail-container .lazy-video.playing {
        opacity: 1 !important;
        z-index: 3 !important;
    }

    .video-thumbnail-container img,
    .video-thumbnail-container .card-thumbnail-base {
        opacity: 1 !important;
        z-index: 2 !important;
    }

    .video-thumbnail-container .playing~.card-thumbnail-base,
    .video-thumbnail-container .playing~img {
        opacity: 0 !important;
    }
}

.video-thumbnail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
    z-index: 1 !important;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #000;
    border: none;
    border-radius: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.video-card-modern:hover .video-thumbnail-container video,
.video-card-modern:hover .video-thumbnail-container img,
.video-card-modern:hover .video-thumbnail-container iframe {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.15);
}

/* Desktop: Show video on hover, hide thumbnail */
@media (min-width: 769px) {

    .video-card-modern:hover .video-thumbnail-container video,
    .video-card-modern:hover .video-thumbnail-container iframe,
    .video-card-modern:hover .video-thumbnail-container .main-video,
    .video-card-modern:hover .video-thumbnail-container .youtube-embed,
    .video-card-modern:hover .video-thumbnail-container .bunny-embed,
    .video-card-modern:hover .video-thumbnail-container .lazy-video {
        opacity: 1 !important;
    }

    .video-card-modern:hover .video-thumbnail-container img,
    .video-card-modern:hover .video-thumbnail-container .card-thumbnail-base {
        opacity: 0 !important;
    }
}

/* Hide all video controls */
.video-thumbnail-container video::-webkit-media-controls {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-enclosure {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-panel {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-play-button {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-timeline {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-current-time-display {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-mute-button {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-volume-slider {
    display: none !important;
}

.video-thumbnail-container video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.video-thumbnail-container video {
    pointer-events: none;
}

/* YouTube Play Button Overlay */
.video-thumbnail-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(212, 175, 55, 0.9);
    border-radius: 50%;
    display: none !important;
    align-items: center;
    justify-content: center;
    z-index: 5;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Play icon triangle (using border technique) */
.youtube-embed~.play-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    display: none !important;
}

/* Show play button only for YouTube embeds or when loading */
.video-thumbnail-container:has(.youtube-embed)::after {
    opacity: 0 !important;
    animation: none !important;
    display: none !important;
}

@keyframes pulsePlayButton {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
}

.video-card-modern:hover .video-thumbnail-container:has(.youtube-embed)::after {
    animation: none;
    transform: translate(-50%, -50%) scale(1.15);
}

/* Card Details - Hidden, only share button visible */
.card-content-modern {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 8px 10px;
    background: transparent;
    border-radius: 0 0 16px 16px;
    flex: none;
    margin: 0 !important;
    z-index: 3;
    display: none !important;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: auto;
}

.video-card-modern:hover .card-content-modern {
    display: none !important;
}

.card-content-modern::before {
    display: none;
}

.card-footer-title {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.3px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.card-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    line-height: 1.2;
    margin: 3px 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.card-footer-meta {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.language-badge,
.category-badge-small {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.6rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(255, 153, 51, 0.2));
    color: #FFD700;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.language-badge:hover,
.category-badge-small:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.35), rgba(255, 153, 51, 0.25));
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.25);
}

.share-button-modern {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.95) 0%, rgba(255, 153, 51, 0.95) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 20;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
    opacity: 0;
}

.video-card-modern:hover .share-button-modern {
    opacity: 1;
}

.share-button-modern:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FF9933 100%);
    transform: scale(1.15) rotate(-15deg);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5);
}

.share-button-modern i {
    color: #1a1a2e;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    font-weight: 900;
}

.share-button-modern:hover i {
    color: #fff;
}

.share-menu-modern {
    position: absolute;
    top: 65px;
    right: 12px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
    padding: 10px;
    min-width: 200px;
    display: none;
    z-index: 100;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.share-menu-modern.active {
    display: block;
    animation: fadeInScale 0.3s ease forwards;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.share-option-modern {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 8px;
}

.share-option-modern:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #FFD700;
}

/* ===== MOBILE RESPONSIVE VIDEO CARDS ===== */
@media (max-width: 768px) {
    .video-card-modern {
        aspect-ratio: 1/1.3 !important;
        margin-bottom: 15px !important;
    }

    .video-thumbnail-container {
        border-radius: 16px !important;
    }

    .card-content-modern {
        padding: 10px 10px 8px 10px !important;
    }

    .card-footer-title {
        font-size: 0.8rem !important;
    }

    .card-description {
        font-size: 0.65rem !important;
    }
}

@media (max-width: 576px) {
    .video-card-modern {
        aspect-ratio: 1/1.3 !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #000 !important;
        overflow: hidden !important;
        position: relative !important;
        display: flex !important;
    }

    .video-thumbnail-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #000 !important;
        border-radius: 0 !important;
        display: block !important;
    }

    .video-thumbnail-container video,
    .video-thumbnail-container img,
    .video-thumbnail-container iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        display: block !important;
    }

    /* Details always visible as overlay on mobile */
    .card-content-modern {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        padding: 12px !important;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.75) 0%,
                rgba(0, 0, 0, 0.3) 70%,
                transparent 100%) !important;
        border-radius: 0 0 16px 16px !important;
        transform: translateY(0) !important;
        transition: none !important;
        z-index: 15 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        height: auto !important;
        max-height: 35% !important;
        pointer-events: auto !important;
        margin: 0 !important;
    }

    .video-card-modern:hover .card-content-modern {
        transform: translateY(0) !important;
    }

    .card-footer-title {
        font-size: 0.85rem;
        margin-bottom: 3px;
        color: #fff;
        line-height: 1.2;
    }

    .card-description {
        font-size: 0.7rem;
        margin-bottom: 6px;
        display: none;
    }

    .card-footer-meta {
        gap: 3px;
        flex-wrap: wrap;
    }

    .language-badge,
    .category-badge-small {
        padding: 3px 8px;
        font-size: 0.6rem;
    }

    .share-button-modern {
        width: 38px;
        height: 38px;
        top: 8px;
        right: 8px;
        opacity: 1 !important;
    }

    .share-button-modern i {
        font-size: 0.85rem;
    }
}

/* Tablet and mobile video container fixes - ensure full height fill */
@media (max-width: 768px) {
    .video-card-modern {
        aspect-ratio: 2/3 !important;
    }

    .video-thumbnail-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .video-thumbnail-container video,
    .video-thumbnail-container img,
    .video-thumbnail-container iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media (max-width: 576px) {
    .video-card-modern {
        aspect-ratio: 2/3 !important;
        background: #000 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .video-thumbnail-container {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        overflow: hidden !important;
        background: #000 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .video-thumbnail-container video,
    .video-thumbnail-container img,
    .video-thumbnail-container iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        border: none !important;
    }
}

/* YouTube Embed - Direct iframe display without branding */
.youtube-embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: none !important;
    border-radius: 24px !important;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Mobile share menu - prevent clipping and show at bottom */
@media (max-width: 576px) {
    .card-header-flex {
        position: relative;
        z-index: 20;
    }

    .share-button-modern {
        z-index: 25 !important;
    }

    .share-menu-modern {
        position: fixed !important;
        top: auto !important;
        right: auto !important;
        left: 50% !important;
        bottom: 20px !important;
        transform: translateX(-50%) !important;
        width: 85% !important;
        max-width: 300px !important;
        z-index: 1000 !important;
        margin: 0 !important;
    }

    .share-menu-modern.active {
        animation: slideUpMobile 0.3s ease forwards;
    }

    @keyframes slideUpMobile {
        from {
            opacity: 0;
            transform: translateX(-50%) translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
    }

    .share-option-modern {
        padding: 14px 16px;
    }
}