#wedding-service-form fieldset>legend {
                            font-family: 'Playfair Display', serif !important;
                            font-size: 2.2rem !important;
                            font-weight: 800 !important;
                            letter-spacing: 1.2px !important;
                            color: #1a1a2e !important;
                            text-transform: uppercase;
                            padding: 10px 16px 10px 20px !important;
                            margin-bottom: 1.5rem !important;
                            width: 100% !important;
                            border: none !important;
                            border-left: 5px solid #dc3545 !important;
                            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
                            border-radius: 0 8px 8px 0;
                            box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1);
                        }

                        #wedding-service-form input,
                        #wedding-service-form select,
                        #wedding-service-form textarea {
                            border: 1.5px solid #000000 !important;
                        }

                        #wedding-service-form input::placeholder,
                        #wedding-service-form textarea::placeholder {
                            color: #6c757d !important;
                            opacity: 1;
                        }

                        label.reg-required::after {
                            content: ' *';
                            color: #dc3545;
                        }