/* ============================================
   BROKER FORM STYLES - COMPLETE CSS
   ============================================ */

/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Inter:wght@300;400;500;600&family=Roboto:wght@300;400;500&display=swap');

/* ============================================
   RESET & BASE STYLES
   ============================================ */
*

/* ============================================
   MAIN CONTAINER STYLES
   ============================================ */
.fullSection.noBorder.radius0.none.c-section.c-wrapper.section-zt3XJjo9wd.desktop-only {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: transparent;
}

.fullSection .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================
   ROW STYLES
   ============================================ */
.row-align-center.noBorder.radius0.none.c-row.c-wrapper.row-vGecc6QRjI {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.row-align-center .inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

/* ============================================
   COLUMN STYLES
   ============================================ */
.noBorder.radius0.none.c-column.c-wrapper.col-akmSQeQzxV {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.vertical.inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* ============================================
   HEADING STYLES
   ============================================ */
.c-heading.c-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.heading-zGrugxb7Sz-.text-output.cheading-zGrugxb7Sz-.noBorder.radius0.none {
    padding: 0;
    margin: 0;
}

.heading-zGrugxb7Sz- h1 {
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #222222;
    margin: 0;
    padding: 0;
    text-align: center;
}

.heading-zGrugxb7Sz- h1 span {
    color: #222222;
    font-family: "Darker Grotesque", Sans-serif;
}

/* ============================================
   FORM CONTAINER STYLES
   ============================================ */
.c-form.c-wrapper.form-a9DE7fA2La {
    width: 100%;
}

.hl_form-builder--main-full.hl_form-builder--main {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

.ghl-form-wrap {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 0 !important;
}

.form-builder--wrap-full.form-builder--wrap {
    background-color: unset !important;
    color: #222222;
    border: 0px solid #FFFFFFFF !important;
    border-radius: 3px;
    max-width: 700px;
    width: 100%;
    border-color: #FFFFFFFF;
    padding: 30px 40px 0px 40px;
 box-shadow: unset !important;

   /* box-shadow: 0px 4px 4px 0px rgba(87, 100, 126, 0.21);*/
    margin: 0 auto;
}

/* ============================================
   FORM LAYOUT STYLES
   ============================================ */
.builder-inline.row.fields-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px);
}

.menu-field-wrap.form-field-wrapper {
    padding: 0 8px;
    margin-bottom: 16px;
}

.col-sm-6.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-field-container {
    width: 100%;
    position: relative;
}

/* ============================================
   FORM FIELD STYLES
   ============================================ */
.field-container {
    position: relative;
    width: 100%;
}

.form-builder--item {
    width: 100%;
}

.label-alignment.field-label {
    display: block;
    margin-bottom: 8px;
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #344054;
    line-height: 1.4;
}

.label-alignment.field-label span {
    color: #dc2626;
    margin-left: 2px;
}

.flex-col {
    width: 100%;
}

.form-control {
    width: 100%;
    padding: 10px 14px;
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #101828;
    background-color: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    transition: all 0.2s ease;
    outline: none;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.form-control:focus {
    border-color: #84caff;
    box-shadow: 0px 0px 0px 4px rgba(133, 202, 255, 0.2);
}

.form-control::placeholder {
    color: #667085;
    font-weight: 400;
}

/* ============================================
   SPECIFIC FIELD STYLES
   ============================================ */
/* Email Input */
.block.email-input {
    position: relative;
    width: 100%;
}

/* Phone Input */
.block.phone-input {
    position: relative;
    width: 100%;
}

/* Error Container */
.error {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    font-family: "Darker Grotesque", Sans-serif;
    font-weight: 400;
    display: none;
}

/* ============================================
   ADDRESS SECTION STYLES
   ============================================ */
.address-wrapper.col-12 {
    width: 100%;
}

.hl-address-autocomplete.form-builder--item {
    width: 100%;
    margin-bottom: 16px;
}

.hl-address-autocomplete-input-wrapper {
    position: relative;
    width: 100%;
}

.hl-address-autocomplete-input-wrapper .form-control {
    padding-left: 45px !important;
}

.hl-address-autocomplete-search {
    position: absolute;
    left: 15px !important;
    top: 8px !important;
    pointer-events: none;
    z-index: 1;
}

.hl-address-autocomplete-search svg {
    width: 20px;
    height: 21px;
    color: #667085;
}

.non-address-elements {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: calc(100% + 16px);
}

.non-address-elements > div {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 8px;
}

.non-address-elements > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
}

/* ============================================
   COUNTRY SELECT STYLES
   ============================================ */
.multiselect.multi_select_form {
    position: relative;
    width: 100%;
}

.multiselect__tags {
    position: relative;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background-color: #ffffff;
    min-height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.multiselect__placeholder {
    color: #667085;
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.multiselect__input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.multiselect__content-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    margin-top: 4px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.multiselect__content-wrapper.show {
    display: block;
}

.multiselect__content {
    list-style: none;
    padding: 4px 0;
}

.multiselect__element {
    padding: 0;
}

.multiselect__option {
    display: block;
    padding: 8px 16px;
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s;
}

.multiselect__option:hover {
    background-color: #f3f4f6;
}

.multiselect__option--highlight {
    background-color: #eff6ff;
    color: #1d4ed8;
    font-weight: 500;
}

/* ============================================
   HEADER ELEMENT STYLES
   ============================================ */
.form-builder--item.heading-element {
    width: 100%;
}

.text-element {
    color: #6a37aaFF;
    background-color: unset !important;
    border: 0px none #FFFFFF;
    border-radius: 0px;
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    line-height: 1.5;
    margin: 20px 0;
}

.text-element a {
    color: #6a37aa;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.text-element a:hover {
    color: #4c2d87;
    text-decoration: underline;
}

/* ============================================
   FILE UPLOAD STYLES
   ============================================ */
.file-upload {
    width: 100%;
}

.custom-file-upload {
    display: block;
    width: 100%;
    padding: 24px;
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    background-color: #f9fafb;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.custom-file-upload:hover {
    border-color: #9e9e9e;
    background-color: #f0fdf4;
}

.custom-file-upload svg {
    width: 48px;
    height: 48px;
    color: #667085;
    margin-bottom: 12px;
}

.file-input {
    display: none;
}

.mb-6.flex-between.w-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 12px;
}

.flex-between.file-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.file-name {
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.file-placeholder {
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 14px;
    color: #6b7280;
    font-style: italic;
}

.delete-icon {
    width: 20px;
    height: 20px;
    background-color: #ef4444;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s;
}

.delete-icon:hover {
    background-color: #dc2626;
}

.delete-icon::before,
.delete-icon::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 50%;
}

.delete-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.delete-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ============================================
   BUTTON STYLES
   ============================================ */
.form-builder--item.form-builder--btn-submit {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 16px;
}

.button-element {
    background-color: #000 !important;
    border: 0px none #FFFFFF !important;
    border-radius: 5px !important;
    padding: 9px 50px !important;
    white-space: normal !important;
    width: 100% !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.button-element:hover {
    background-color: #9e9e9e !important;
    transform: translateY(-1px);
    box-shadow: 0px 4px 12px rgba(24, 189, 91, 0.2) !important;
}

.button-content.button-content--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-text.button-text--full {
    width: 100%;
}

.button-text div {
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: "Darker Grotesque", Sans-serif;
    text-align: center !important;
}

/* Loader Styles */
.loader-submit {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.v-spinner {
    display: none;
}

.v-moon.v-moon1 {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    position: relative;
}

.v-moon.v-moon2 {
    height: 2.14286px;
    width: 2.14286px;
    border-radius: 100%;
    top: 6.42857px;
    background-color: rgb(24, 139, 246);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.v-moon.v-moon3 {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 2.14286px solid rgb(24, 139, 246);
    position: absolute;
    top: 0;
    left: 0;
}

/* ============================================
   FOOTER/POLICY STYLES
   ============================================ */
.form-builder--item.heading-element:last-child {
    margin-top: 20px;
    padding-top: 15px;
   /* border-top: 1px solid #e5e7eb;*/
}

.form-builder--item.heading-element:last-child .text-element {
    color: #000000;
    font-family: "Darker Grotesque", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 0 0;
}

.text-element p {
    margin: 0;
}

.text-element a {
    color: #4f46e5;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.text-element a:hover {
    color: #3730a3;
    text-decoration: underline;
}

/* ============================================
   LOADER CONTAINER
   ============================================ */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* ============================================
   VALIDATION STYLES
   ============================================ */
.form-control.error-border {
    border-color: #dc2626;
}

.form-control.success-border {
    border-color: #18bd5b;
}

.required-field::after {
    content: " *";
    color: #dc2626;
}
#jet-menu-item-3166, #jet-menu-item-3167{display:none;}
.elementor-image-box-title, .elementor-image-box-description a{font-family: "Darker Grotesque", Sans-serif;}
.elementor-image-box-description a:hover{color:#707070 !important;}
/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .fullSection.desktop-only {
        display: none !important;
    }
#jet-menu-item-3166, #jet-menu-item-3167{display:block;}
    .fullSection .inner{padding:0px;}
        .elementor-64 .elementor-element.elementor-element-1a2d9e1 .elementor-heading-title {
        font-size: 40px !important;
        padding: 20px 0px;
    }
.elementor-element-1b03b8b .elementor-col-25, .elementor-element-394043c .elementor-col-25, .elementor-element-ff798b3 .elementor-col-25{width:49%;}
    .fullSection {
        padding: 20px 15px;
    }
    
    .form-builder--wrap-full.form-builder--wrap {
        padding: 20px;
    }
    
    .heading-zGrugxb7Sz- h1 {
        font-size: 2rem;
    }
    
    .col-sm-6.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .non-address-elements > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }
    
    .non-address-elements > div:last-child {
        margin-top: 0;
    }
    
    .text-element {
        font-size: 16px;
        text-align: center;
    }
    
    .button-element {
        padding: 12px 20px !important;
    }
}

@media (max-width: 480px) {
    .heading-zGrugxb7Sz- h1 {
        font-size: 1.75rem;
    }
    
    .form-builder--wrap-full.form-builder--wrap {
        padding: 15px;
        box-shadow: 0px 2px 4px rgba(87, 100, 126, 0.1);
padding-left:15px !important;
    }
    
    .label-alignment.field-label {
        font-size: 13px;
    }
    
    .form-control {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .custom-file-upload {
        padding: 16px;
    }
    
    .custom-file-upload svg {
        width: 36px;
        height: 36px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-builder--item {
    animation: fadeIn 0.3s ease-out;
}

/* ============================================
   FOCUS STATES
   ============================================ */
.form-control:focus {
    outline: none;
    border-color: #18bd5b;
    box-shadow: 0 0 0 3px rgba(24, 189, 91, 0.1);
}

.custom-file-upload:focus-within {
    border-color: #18bd5b;
    box-shadow: 0 0 0 3px rgba(24, 189, 91, 0.1);
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.f-even .form-field-container {
    animation-delay: 0.1s;
}

.f-odd .form-field-container {
    animation-delay: 0.2s;
}

/* Hide empty elements */
[style*="display:none"],
[style*="display: none"] {
    display: none !important;
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .form-builder--wrap-full.form-builder--wrap {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .button-element,
    .custom-file-upload {
        display: none;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .form-control {
        border-width: 2px;
    }
    
    .button-element {
        border: 2px solid #000000;
    }
}

/* Dark mode support (if needed) */
@media (prefers-color-scheme: dark) {
    .form-builder--wrap-full.form-builder--wrap {
        background-color: #1f2937;
        color: #f9fafb;
        border-color: #374151;
    }
    
    .form-control {
        background-color: #374151;
        color: #f9fafb;
        border-color: #4b5563;
    }
    
    .label-alignment.field-label {
        color: #d1d5db;
    }
    
    .custom-file-upload {
        background-color: #374151;
        border-color: #4b5563;
    }
    
    .flex-between.file-details {
        background-color: #374151;
        border-color: #4b5563;
        color: #f9fafb;
    }
}

/* ============================================
   CUSTOM SCROLLBAR
   ============================================ */
.multiselect__content-wrapper::-webkit-scrollbar {
    width: 8px;
}

.multiselect__content-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.multiselect__content-wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.multiselect__content-wrapper::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}