/* Apply switch button in hero (Apply as a Woman / Apply as a Man) */
.apply-switch-button .butn-light a {
    background: #fff !important;
    color: #1b1b1b !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    padding: 14px 36px !important;
    font-size: 15px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
}

.apply-switch-button .butn-light a:after {
    content: '' !important;
    width: 0 !important;
    height: 100% !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 100% !important;
    z-index: 1 !important;
    background: #aa8453 !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.apply-switch-button .butn-light a span {
    color: #1b1b1b !important;
    position: relative !important;
    z-index: 2 !important;
}

.apply-switch-button .butn-light a:hover:after {
    width: 100% !important;
    left: 0 !important;
    -webkit-transition: width 0.3s ease !important;
    transition: width 0.3s ease !important;
}

.apply-switch-button .butn-light a:hover span {
    color: #fff !important;
}

/* Apply as a Woman Section Styles */
.apply-woman-section {
    background-color: #1B1B1B;
    padding: 120px 0;
}

.apply-woman-section .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

/* Left Content Block */
.apply-woman-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.apply-woman-content .section-subtitle {
    color: #aa8453;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0;
}

.apply-woman-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.apply-woman-content .section-title {
    color: #fff;
    font-family: 'Gilda Display', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
}

.apply-woman-content .apply-woman-text {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.apply-woman-image {
    margin-top: 20px;
}

.apply-woman-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Right Form Block */
.apply-woman-form {
    display: flex;
    align-items: flex-start;
}

.form-wrapper {
    width: 100%;
}

/* Form header styles - matching booking-box */
.apply-woman-form .head-box h6 {
    color: #aa8453 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 6px !important;
    margin-bottom: 10px !important;
}

.apply-woman-form .head-box h4 {
    color: #fff !important;
    font-family: 'Gilda Display', serif !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
}

/* Hide default form title - multiple selectors for reliability */
#sform-placeholder .submission_form_7.container p,
#sform-placeholder #submission_form_7.container p,
#sform-placeholder .submission_form_7 p,
#sform-placeholder #submission_form_7 p,
.submission_form_7.container p,
#submission_form_7.container p,
.submission_form_7 p,
#submission_form_7 p,
#sform-placeholder p:first-child,
#sform-placeholder .container p:first-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Use native booking-box container look */
.apply-woman-form .booking-box {
    background: #1f1f1f;
    padding: 32px;
    width: 100%;
}

.apply-woman-form .booking-inner {
    width: 100%;
}

/* Form Styles - Match Theme Design (using same styles as .testimonials .booking-box) */
#sform-placeholder {
    opacity: 1 !important;
    background: #1b1b1b !important;
}

/* Form header styles (if form has header) */
#sform-placeholder .head-box h6,
#sform-placeholder h6,
#sform-placeholder .form-header h6,
#sform-placeholder .section-subtitle {
    color: #aa8453 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 6px !important;
    margin-bottom: 10px !important;
}

#sform-placeholder .head-box h4,
#sform-placeholder h4,
#sform-placeholder .form-header h4,
#sform-placeholder .section-title {
    color: #fff !important;
    font-family: 'Gilda Display', serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
}

/* Style the embedded form to match theme */
#sform-placeholder form,
#sform-placeholder .sform-form {
    font-family: 'Barlow', sans-serif;
}

/* Additional styles for dynamically loaded form elements */
#sform-placeholder * {
    box-sizing: border-box;
}

#sform-placeholder .form-row,
#sform-placeholder .form-field-row {
    margin-bottom: 20px;
}

/* Form Inputs - Match theme booking-box styles */
#sform-placeholder input[type="text"],
#sform-placeholder input[type="email"],
#sform-placeholder input[type="tel"],
#sform-placeholder input[type="number"],
#sform-placeholder input[type="date"],
#sform-placeholder input[type="password"],
#sform-placeholder textarea,
#sform-placeholder select,
#sform-placeholder .input1_inner input,
#sform-placeholder .sform-input input {
    background: #222 !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
    padding: 13px 22px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
}

#sform-placeholder input[type="text"]:focus,
#sform-placeholder input[type="email"]:focus,
#sform-placeholder input[type="tel"]:focus,
#sform-placeholder input[type="number"]:focus,
#sform-placeholder input[type="date"]:focus,
#sform-placeholder input[type="password"]:focus,
#sform-placeholder textarea:focus,
#sform-placeholder select:focus,
#sform-placeholder .input1_inner input:focus,
#sform-placeholder .input1_inner input:active,
#sform-placeholder .sform-input input:focus {
    border: 1px solid #aa8453 !important;
    background: #222 !important;
    outline: none !important;
    box-shadow: none !important;
}

#sform-placeholder input[type="text"]::placeholder,
#sform-placeholder input[type="email"]::placeholder,
#sform-placeholder input[type="tel"]::placeholder,
#sform-placeholder input[type="number"]::placeholder,
#sform-placeholder input[type="date"]::placeholder,
#sform-placeholder textarea::placeholder,
#sform-placeholder .input1_inner input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Remove icons from inputs and selects */
#sform-placeholder .input1_inner:after,
#sform-placeholder .sform-input:after {
    display: none !important;
}

#sform-placeholder .select1_inner:after,
#sform-placeholder .sform-select:after {
    display: none !important;
}

/* Form Labels */
#sform-placeholder label,
#sform-placeholder .input1_wrapper label,
#sform-placeholder .select1_wrapper label,
#sform-placeholder .sform-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Select Dropdowns - Match theme select2 styles */
#sform-placeholder select,
#sform-placeholder .select2-container--default .select2-selection--single {
    background: #222 !important;
    border: none !important;
    color: #fff !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

#sform-placeholder .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

#sform-placeholder .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #aa8453 !important;
}

#sform-placeholder .select2-container--default .select2-results__option {
    background: #222 !important;
    color: #fff !important;
}

#sform-placeholder .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #aa8453 !important;
    color: #fff !important;
}

/* Form Submit Button */
#sform-placeholder input[type="submit"],
#sform-placeholder button[type="submit"],
#sform-placeholder .sform-submit-button,
#sform-placeholder .btn-form1-submit {
    background: #aa8453 !important;
    color: #fff !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    padding: 13px 22px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 10px !important;
}

#sform-placeholder input[type="submit"]:hover,
#sform-placeholder button[type="submit"]:hover,
#sform-placeholder .sform-submit-button:hover,
#sform-placeholder .btn-form1-submit:hover {
    background: #222 !important;
}

/* Textarea */
#sform-placeholder textarea {
    min-height: 120px !important;
    resize: vertical !important;
    border-radius: 0 !important;
}

/* Checkboxes and Radio Buttons */
#sform-placeholder input[type="checkbox"],
#sform-placeholder input[type="radio"] {
    width: auto !important;
    margin-right: 8px !important;
    accent-color: #aa8453 !important;
}

/* Form Field Wrapper */
#sform-placeholder .sform-field,
#sform-placeholder .form-group,
#sform-placeholder .field-wrapper,
#sform-placeholder .input1_wrapper,
#sform-placeholder .select1_wrapper {
    margin-bottom: 20px !important;
}

.apply-woman-form #sform-placeholder .row,
.apply-woman-form #sform-placeholder .columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Error Messages */
#sform-placeholder .error-message,
#sform-placeholder .sform-error {
    color: #ff6b6b !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    display: block !important;
}

/* Success Messages */
#sform-placeholder .success-message,
#sform-placeholder .sform-success {
    color: #51cf66 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    display: block !important;
}

/* Small text styles */
#sform-placeholder small {
    font-size: 100% !important;
    font-weight: 400 !important;
}

/* Responsive Design */
@media (max-width: 991px) {
    .apply-woman-section .row {
        flex-direction: column;
    }
    
    .apply-woman-content {
        margin-bottom: 40px;
    }
    
    .apply-woman-content .section-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .apply-woman-section {
        padding: 80px 0;
    }
    
    .apply-woman-content .section-title {
        font-size: 24px;
    }
}
