.elementor-220 .elementor-element.elementor-element-98e54b1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-220 .elementor-element.elementor-element-98e54b1:not(.elementor-motion-effects-element-type-background), .elementor-220 .elementor-element.elementor-element-98e54b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAB221;}.elementor-220 .elementor-element.elementor-element-c6d33e5{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:15px 15px;--row-gap:15px;--column-gap:15px;}.elementor-220 .elementor-element.elementor-element-c6d33e5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-220 .elementor-element.elementor-element-369026e{width:100%;max-width:100%;text-align:center;}.elementor-220 .elementor-element.elementor-element-369026e.elementor-element{--align-self:center;}.elementor-220 .elementor-element.elementor-element-2fcaf2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-220 .elementor-element.elementor-element-9f9d7ef.elementor-element{--align-self:stretch;}#elementor-popup-modal-220{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-220 .dialog-message{width:583px;height:auto;}#elementor-popup-modal-220 .dialog-close-button{display:flex;}#elementor-popup-modal-220 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-220 .elementor-element.elementor-element-c6d33e5{--flex-wrap:nowrap;}.elementor-220 .elementor-element.elementor-element-9f9d7ef.elementor-element{--align-self:stretch;}}@media(min-width:768px){.elementor-220 .elementor-element.elementor-element-c6d33e5{--width:50%;}.elementor-220 .elementor-element.elementor-element-2fcaf2e{--width:50%;}}

/* Start custom CSS for wpforms, class: .elementor-element-9f9d7ef *//* ------------------------------
   WPForms Premium Modern Styling
   ------------------------------ */

/* Center the form inside popup */
.elementor-popup-modal .dialog-message {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
}

/* Container box */
.wpforms-form {
    max-width: 500px !important;
    width: 100% !important;

    /* Gold glow background */
    background: linear-gradient(135deg, #FAB221, #FAB221) !important;

    padding: 30px !important;
    border: 2px solid #eacdf5 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 25px rgba(0,0,0,0.15) !important;
    margin: auto !important;
    text-align: center !important;  /* Center All Text */
}

/* Form Title */
.wpforms-title {
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 25px !important;
}

/* Labels */
.wpforms-field-label {
    font-size: 15px;
    font-weight: 600;
    color: #333 !important;
    margin-bottom: 6px;
    width: 100%;
    display: block;
    text-align: center !important; /* Center Label Text */
}

/* Required star */
.wpforms-required-label {
    color: #B8A283 !important;
}

/* Input Fields */
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
    width: 90% !important; /* Slightly smaller for perfect center alignment */
    margin: 0 auto !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    background: #fff !important;
    transition: 0.3s ease;
    display: block !important;
}

/* Focus effects */
.wpforms-field input:focus,
.wpforms-field textarea:focus {
    border-color: #B8A283 !important;
    box-shadow: 0 0 10px rgba(184, 162, 131, 0.35) !important;
    outline: none !important;
}

/* Submit Button */
.wpforms-submit {
    background: #B8A283 !important;
    color: #fff !important;
    font-size: 17px !important;
    padding: 12px 35px !important;
    border-radius: 10px !important;
    border: none !important;
    display: block !important;
    margin: 25px auto 0 !important;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover effect */
.wpforms-submit:hover {
    background: #a89270 !important;
    transform: translateY(-2px);
}

/* Field spacing */
.wpforms-field {
    margin-bottom: 18px !important;
}

/* ------------------------------
   Mobile Responsive
   ------------------------------ */

@media (max-width: 480px) {
    .wpforms-form {
        padding: 22px !important;
        max-width: 95% !important;
        border-radius: 12px !important;
        text-align: center !important;
    }

    .wpforms-title {
        font-size: 22px !important;
    }

    .wpforms-field input,/* End custom CSS */



