.elementor-4297 .elementor-element.elementor-element-53ebf55{--display:flex;--border-radius:12px 12px 12px 12px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4297 .elementor-element.elementor-element-60231d5{text-align:center;}.elementor-4297 .elementor-element.elementor-element-60231d5 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-4297 .elementor-element.elementor-element-2d37783{--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:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4297 .elementor-element.elementor-element-5596576{--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-popup-modal-4297{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4297 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4297 .dialog-close-button{display:flex;}#elementor-popup-modal-4297 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-4297 .elementor-element.elementor-element-60231d5 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-4297 .elementor-element.elementor-element-60231d5 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-61b0dd0 */.elementor-4297 .elementor-element.elementor-element-61b0dd0 .button{
    margin-top: 10px;*//
    background-color: #CBA75B !important;
    color: white;
    border: 0;
    border-radius: 25px;
}

/* ===== LABEL ===== */
.custom-price-fields label {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
}

/* ===== INPUT + SELECT ===== */
.custom-price-fields input,
.custom-price-fields select {
    width: 100%;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid #e0e3eb;
    /*background: #fff;*/
    font-size: 14px;
    transition: 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    margin-top: 10px;
}

/* focus effect */
.custom-price-fields input:focus,
.custom-price-fields select:focus {
    border-color: #7aa7ff;
    box-shadow: 0 0 0 3px rgba(122,167,255,0.15);
    outline: none;
}

/* spacing */
.custom-price-fields label {
    margin-bottom: 0px;
}

/* ===== GRID LAYOUT ===== */
.custom-price-fields {
    display: grid;
    grid-template-columns: 12fr;
    gap: 0px;
}

/* FULL WIDTH FIELDS */
.custom-price-fields label:nth-child(1),
.custom-price-fields label:nth-child(2),
.custom-price-fields label:nth-child(3),
.custom-price-fields label:nth-child(4),
.custom-price-fields label:nth-child(7),
.custom-price-fields label:nth-child(8),
.custom-price-fields label:nth-child(9) {
    grid-column: span ;
}

/* NAME + LAST NAME SIDE BY SIDE */
.custom-price-fields label:nth-child(5),
.custom-price-fields label:nth-child(6) {
    grid-column: span 1;
}

/* ===== SELECT DROPDOWN STYLE ===== */
.custom-price-fields select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* ===== BUTTON ===== */
button.button.alt {
    display: block;
    margin: 40px auto 0;
    padding: 16px 40px;
    border-radius: 40px;
    background: #b48a52;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: 0.3s ease;
}

button.button.alt:hover {
    background: #9c743f;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
    .custom-price-fields {
        grid-template-columns: 1fr;
        padding: 25px;
    }

    .custom-price-fields label {
        grid-column: span 1 !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c1f6522 */.elementor-4297 .elementor-element.elementor-element-c1f6522 .button{
    margin-top: 10px;
    background-color: #CBA75B !important;
    color: white;
    border: 0;
}/* End custom CSS */