.elementor-9467 .elementor-element.elementor-element-643d29b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-bf5f791 */.page-title {
	display: none;
}

#select2-input_1_15-container {
	padding: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	padding: 0 14px;
	top: 50%;
	transform: translateY(0%)!important;
}
.select2-selection.select2-selection--single {
	height: 39px !important;
}
/* ===== FORM CONTAINER ===== */
.gform-body {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 2px 12px rgba(26, 58, 82, 0.08);
    border-radius: 8px;
    overflow: hidden;
    padding: 40px;
}
.gform_required_legend {
	display: none;
}
/* ===== HEADER ===== */
.gform_title {
 display: none;}

.gform_title h1 {
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.gform_title p {
    color: #b8cfe0;
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* ===== SECTION HEADERS ===== */
.gsection {
    margin-top: 32px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid #d4a574;
    position: relative;
    grid-column: 1 / -1;
}

.gsection:first-of-type {
    margin-top: 0;
}

.gsection_title {
    color: #1a3a52;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding-right: 12px;
    position: relative;
}

.gsection_title::before {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #d4a574;
    border-radius: 50%;
}

/* ===== FIELDS LAYOUT ===== */
.gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.gfield--width-full {
    grid-column: 1 / -1;
}

.gfield--width-half {
    grid-column: span 1;
}

/* ===== FIELD STYLING ===== */
.gfield {
    display: flex;
    flex-direction: column;
    position: relative;
}

.gfield_label,
.gform-field-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1a3a52;
    letter-spacing: 0.2px;
}

.gfield_required,
.gfield_required_asterisk {
    color: #d4573b;
    margin-left: 4px;
}

/* ===== INPUT ELEMENTS ===== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea,
select {
    padding: 12px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    background: #fafaf9;
    color: #2c2c2c;
    transition: all 0.3s ease;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #2d5a7b;
    background: white;
    box-shadow: 0 0 0 3px rgba(45, 90, 123, 0.1);
}

textarea {
    resize: vertical;
    min-height: 100px;
}

select {
    cursor: pointer;
}

input[type="text"].large,
input[type="email"].large,
input[type="tel"].large,
input[type="url"].large,
input[type="number"].large,
input[type="date"].large,
textarea.large,
select.large {
    width: 100%;
}

/* ===== RADIO BUTTONS ===== */
.gfield_radio,
.gfield_checkbox {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gchoice {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.gfield-choice-input {
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #2d5a7b;
    flex-shrink: 0;
}

.gform-field-label--type-inline {
    font-size: 14px;
    color: #2c2c2c;
    margin: 0;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
}

/* ===== FILE UPLOAD ===== */
.ginput_container_fileupload input[type="file"] {
    padding: 10px;
    border: 2px dashed #d0d0d0;
    border-radius: 4px;
    background: #fafaf9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ginput_container_fileupload input[type="file"]:focus {
    border-color: #2d5a7b;
    background: white;
}

.gfield_upload_rules,
.gfield_description {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    line-height: 1.4;
}

/* ===== LEGEND & FIELDSET ===== */
legend,
.gfield_label_before_complex {
    font-size: 14px;
    font-weight: 500;
    color: #1a3a52;
    margin-bottom: 12px;
    width: 100%;
    padding: 0;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* ===== TIME INPUT ===== */
.ginput_complex {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.gfield_time_hour,
.gfield_time_minute {
    flex: 1;
}

.gfield_time_hour input,
.gfield_time_minute input {
    width: 100%;
}

.hour_minute_colon {
    font-size: 20px;
    font-weight: 300;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.hour_label,
.minute_label,
.gform-field-label--type-sub {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    font-weight: 400;
}

/* ===== SELECT2 OVERRIDE ===== */
.select2-container--default .select2-selection--single {
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    height: auto;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2c2c2c;
    padding: 12px 14px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    padding: 0 14px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #2d5a7b;
    box-shadow: 0 0 0 3px rgba(45, 90, 123, 0.1);
}

/* ===== DATEPICKER OVERRIDE ===== */
.gdatepicker-no-icon,
.datepicker_no_icon {
    background-image: none !important;
}

.hasDatepicker {
    background: #fafaf9 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    body {
        padding: 20px 10px;
    }

    .gform-body {
        padding: 24px;
        margin: 0 auto;
    }

    .gform_title {
        margin: -24px -24px 24px -24px;
        padding: 24px;
    }

    .gform_title h1 {
        font-size: 22px;
    }

    .gform_fields {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gfield--width-half {
        grid-column: span 1;
    }

    .gfield_label,
    .gform-field-label {
        font-size: 13px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    textarea,
    select {
        font-size: 16px;
    }

    .gsection_title {
        font-size: 16px;
    }

    .gform_title h1 {
        margin-bottom: 6px;
    }

    .gform_title p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .ginput_complex {
        flex-direction: column;
        gap: 12px;
    }

    .hour_minute_colon {
        display: none;
    }

    .gform_title {
        padding: 20px;
    }

    .gform-body {
        padding: 16px;
    }
}

/* ===== UTILITY CLASSES ===== */
.large {
    width: 100%;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.gform_hidden {
    display: none;
}

/* ===== PRINT STYLES ===== */
@media print {
    body {
        background: white;
        padding: 0;
    }

    .gform-body {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    textarea,
    select {
        border: 1px solid #000;
        background: white;
    }
}/* End custom CSS */