.zyx9matrimonial_wrapper_q7w8e {
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px;
            display: flex;
            gap: 30px;
            align-items: flex-start;
        }

        .abc3elite_content_panel_r5t6y {
            flex: 1;
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .def4premium_section_header_u8i9o {
            color: #d32f2f;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .ghi5matrimony_main_title_p1a2s {
            font-size: 42px;
            font-weight: 700;
            color: #d32f2f;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .ghi5matrimony_main_title_p1a2s .jkl6number_highlight_d3f4g {
            color: #333;
        }

        .mno7service_description_h5j6k {
            font-size: 16px;
            color: #666;
            margin-bottom: 40px;
            line-height: 1.7;
        }

        .mno7service_description_h5j6k strong {
            color: #333;
            font-weight: 600;
        }

        .pqr8feature_listing_container_l7z8x {
            list-style: none;
        }

        .stu9individual_feature_box_c9v0b {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid transparent;
            transition: all 0.3s ease;
        }

        .stu9individual_feature_box_c9v0b:hover {
            transform: translateX(5px);
            box-shadow: 0 3px 15px rgba(0,0,0,0.1);
        }

        .stu9individual_feature_box_c9v0b:nth-child(1) { border-left-color: #4caf50; }
        .stu9individual_feature_box_c9v0b:nth-child(2) { border-left-color: #f44336; }
        .stu9individual_feature_box_c9v0b:nth-child(3) { border-left-color: #2196f3; }
        .stu9individual_feature_box_c9v0b:nth-child(4) { border-left-color: #e91e63; }
        .stu9individual_feature_box_c9v0b:nth-child(5) { border-left-color: #ff9800; }
        .stu9individual_feature_box_c9v0b:nth-child(6) { border-left-color: #795548; }

        .vwx0feature_symbol_display_n1m2l {
            font-size: 24px;
            margin-right: 15px;
            margin-top: 5px;
        }

        .yza1feature_text_wrapper_k3q4w {
            flex: 1;
        }

        .bcd2feature_heading_style_e5r6t {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }

        .efg3feature_detail_text_y7u8i {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }

        .efg3feature_detail_text_y7u8i .hij4emphasis_red_text_o9p0a {
            color: #d32f2f;
            font-weight: 600;
        }

        .klm5visual_gallery_panel_s1d2f {
            width: 400px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .nop6wedding_photo_frame_g3h4j {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
        }

        .nop6wedding_photo_frame_g3h4j:hover {
            transform: translateY(-5px);
        }

        .nop6wedding_photo_frame_g3h4j img {
            width: 100%;
            height: auto;
            display: block;
        }

        .qrs7whatsapp_contact_button_k5l6z {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .qrs7whatsapp_contact_button_k5l6z:hover {
            background-color: #128c7e;
            transform: scale(1.1);
        }

        @media (max-width: 768px) {
            .zyx9matrimonial_wrapper_q7w8e {
                flex-direction: column;
                padding: 10px;
            }
            
            .klm5visual_gallery_panel_s1d2f {
                width: 100%;
            }
            
            .abc3elite_content_panel_r5t6y {
                padding: 20px;
            }
            
            .ghi5matrimony_main_title_p1a2s {
                font-size: 32px;
            }
        }