        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .matrimony-body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
        }

        .matrimony-gradient-bg {
            background: linear-gradient(135deg, #d63384 0%, #dc3545 50%, #e91e63 100%);
        }

        .matrimony-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .matrimony-hero {
            padding: 80px 0;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .matrimony-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://images.unsplash.com/photo-1583391733956-6c78276477e2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover;
            opacity: 0.3;
            z-index: -1;
        }

        .matrimony-hero-title {
            font-size: 3.5rem;
            margin-bottom: 20px;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .matrimony-hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        .matrimony-cta-btn {
            display: inline-block;
            padding: 15px 40px;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            border: 2px solid white;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .matrimony-cta-btn:hover {
            background: white;
            color: #d63384;
            transform: translateY(-2px);
        }

        .matrimony-section {
            padding: 60px 0;
        }

        .matrimony-section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 50px;
            color: #d63384;
            font-weight: 700;
        }

        .matrimony-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .matrimony-feature-card {
            background: white;
            padding: 40px 30px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(214, 51, 132, 0.1);
            text-align: center;
            transition: transform 0.3s ease;
            border: 1px solid rgba(214, 51, 132, 0.1);
        }

        .matrimony-feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(214, 51, 132, 0.2);
        }

        .matrimony-feature-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #d63384;
        }

        .matrimony-feature-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #333;
            font-weight: 600;
        }

        .matrimony-feature-desc {
            color: #666;
            line-height: 1.6;
        }

        .matrimony-communities-section {
            background: white;
        }

        .matrimony-communities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .matrimony-community-card {
            background: linear-gradient(135deg, #d63384 0%, #dc3545 50%, #e91e63 100%);
            color: white;
            padding: 25px 20px;
            border-radius: 15px;
            text-align: center;
            font-weight: 600;
            transition: transform 0.3s ease;
            cursor: pointer;
        }

        .matrimony-community-card:hover {
            transform: scale(1.05);
        }

        .matrimony-astrology-section {
            background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
        }

        .matrimony-astrology-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }

        .matrimony-astrology-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }

        .matrimony-astrology-img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(214, 51, 132, 0.2);
        }

        .matrimony-read-more-btn {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 30px;
            background: linear-gradient(135deg, #d63384 0%, #dc3545 50%, #e91e63 100%);
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            transition: transform 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .matrimony-read-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(214, 51, 132, 0.3);
        }

        .matrimony-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .matrimony-popup-content {
            background: white;
            padding: 40px;
            border-radius: 20px;
            max-width: 800px;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
            margin: 20px;
        }

        .matrimony-popup-close {
            position: absolute;
            top: 15px;
            right: 20px;
            background: none;
            border: none;
            font-size: 2rem;
            cursor: pointer;
            color: #d63384;
        }

        .matrimony-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }

        .matrimony-service-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(214, 51, 132, 0.1);
            text-align: center;
        }

        .matrimony-service-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .matrimony-testimonials {
            background: white;
            padding: 60px 0;
        }

        .matrimony-testimonial-card {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 15px;
            margin: 20px 0;
            border-left: 5px solid #d63384;
        }

        .matrimony-couple-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }

        .matrimony-couple-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(214, 51, 132, 0.1);
        }

        .matrimony-couple-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .matrimony-couple-info {
            padding: 20px;
            text-align: center;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .matrimony-hero-title {
                font-size: 2.5rem;
            }

            .matrimony-hero-subtitle {
                font-size: 1.1rem;
            }

            .matrimony-section-title {
                font-size: 2rem;
            }

            .matrimony-astrology-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .matrimony-features-grid {
                grid-template-columns: 1fr;
            }

            .matrimony-communities-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .matrimony-popup-content {
                margin: 10px;
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .matrimony-container {
                padding: 0 15px;
            }

            .matrimony-hero {
                padding: 60px 0;
            }

            .matrimony-section {
                padding: 40px 0;
            }

            .matrimony-communities-grid {
                grid-template-columns: 1fr;
            }
        }
                * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .sacred-wedding-container {
            font-family: 'Georgia', serif;
            line-height: 1.6;
            color: #2c1810;
            background: linear-gradient(135deg, #fff8f0 0%, #ffeaa7 100%);
            min-height: 100vh;
        }

        .divine-header {
            background: linear-gradient(135deg, #d63031 0%, #e17055 100%);
            color: white;
            text-align: center;
            padding: 3rem 1rem;
            position: relative;
            overflow: hidden;
        }

        .divine-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('https://images.unsplash.com/photo-1606115915090-be18fea23ec7?w=1200&h=400&fit=crop&crop=center');
            background-size: cover;
            background-position: center;
            opacity: 0.3;
            z-index: 1;
        }

        .divine-header h1 {
            position: relative;
            z-index: 2;
            font-size: 2.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            margin-bottom: 0.5rem;
        }

        .divine-header .subtitle {
            position: relative;
            z-index: 2;
            font-size: 1.2rem;
            opacity: 0.9;
        }

        .sacred-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem 1rem;
        }

        .marriage-vows-section {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            border-left: 5px solid #d63031;
        }

        .vows-title {
            color: #d63031;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            text-align: center;
            position: relative;
        }

        .vows-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #d63031;
            border-radius: 2px;
        }

        .sacred-vows-list {
            list-style: none;
            counter-reset: vow-counter;
        }

        .sacred-vows-list li {
            counter-increment: vow-counter;
            position: relative;
            padding: 1rem 0 1rem 4rem;
            margin-bottom: 0.5rem;
            background: linear-gradient(90deg, #fff5f5 0%, white 100%);
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .sacred-vows-list li:hover {
            transform: translateX(10px);
            box-shadow: 0 4px 15px rgba(214, 48, 49, 0.2);
        }

        .sacred-vows-list li::before {
            content: counter(vow-counter);
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            background: #d63031;
            color: white;
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .ritual-ceremonies-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .ceremony-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .ceremony-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        }

        .ceremony-image {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .vidai-image {
            background-image: url('https://images.unsplash.com/photo-1583391733956-3750e0ff4e8b?w=400&h=200&fit=crop');
        }

        .griha-pravesh-image {
            background-image: url('https://images.unsplash.com/photo-1587825140708-dfaf72ae4b04?w=400&h=200&fit=crop');
        }

        .reception-image {
            background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?w=400&h=200&fit=crop');
        }

        .ceremony-content {
            padding: 1.5rem;
        }

        .ceremony-title {
            color: #d63031;
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-weight: bold;
        }

        .ceremony-description {
            color: #2c1810;
            line-height: 1.6;
        }

        .regional-traditions-section {
            background: linear-gradient(135deg, #fff 0%, #ffeaa7 100%);
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

        .regional-title {
            color: #e17055;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            text-align: center;
            position: relative;
        }

        .regional-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: #e17055;
            border-radius: 2px;
        }

        .traditions-showcase {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            margin-top: 1.5rem;
            position: relative;
            overflow: hidden;
        }

        .traditions-showcase::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('https://images.unsplash.com/photo-1583391733956-3750e0ff4e8b?w=800&h=300&fit=crop');
            background-size: cover;
            background-position: center;
            opacity: 0.1;
            z-index: 1;
        }

        .traditions-text {
            position: relative;
            z-index: 2;
            font-size: 1.1rem;
            line-height: 1.7;
            color: #2c1810;
        }

        .highlight-terms {
            color: #d63031;
            font-weight: bold;
            background: linear-gradient(120deg, transparent 0%, rgba(214, 48, 49, 0.1) 100%);
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .divine-header h1 {
                font-size: 2rem;
            }
            
            .divine-header .subtitle {
                font-size: 1rem;
            }
            
            .sacred-content {
                padding: 1rem;
            }
            
            .marriage-vows-section,
            .regional-traditions-section {
                padding: 1.5rem;
            }
            
            .vows-title,
            .regional-title {
                font-size: 1.5rem;
            }
            
            .sacred-vows-list li {
                padding: 1rem 0 1rem 3.5rem;
            }
            
            .ritual-ceremonies-section {
                grid-template-columns: 1fr;
            }
            
            .ceremony-content {
                padding: 1rem;
            }
        }

        @media (max-width: 480px) {
            .divine-header {
                padding: 2rem 1rem;
            }
            
            .divine-header h1 {
                font-size: 1.5rem;
            }
            
            .sacred-vows-list li {
                padding: 1rem 0 1rem 3rem;
                font-size: 0.9rem;
            }
            
            .sacred-vows-list li::before {
                width: 1.5rem;
                height: 1.5rem;
                font-size: 0.8rem;
                left: 0.5rem;
            }
            
            .ceremony-title {
                font-size: 1.2rem;
            }
            
            .traditions-text {
                font-size: 1rem;
            }
        }

        .decorative-border {
            height: 4px;
            background: linear-gradient(90deg, #d63031 0%, #e17055 50%, #d63031 100%);
            margin: 2rem 0;
            border-radius: 2px;
        }