.elementor-25 .elementor-element.elementor-element-db37e8c{--display:flex;--min-height:220px;--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;}.elementor-25 .elementor-element.elementor-element-db37e8c:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-db37e8c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECEAE6;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-39de58f{text-align:start;}.elementor-25 .elementor-element.elementor-element-39de58f .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:35px;font-weight:700;text-transform:uppercase;color:#333333;}.elementor-25 .elementor-element.elementor-element-39de58f .elementor-heading-title a:hover, .elementor-25 .elementor-element.elementor-element-39de58f .elementor-heading-title a:focus{color:#333333;}.elementor-25 .elementor-element.elementor-element-0b9fe34{--display:flex;--padding-top:110px;--padding-bottom:90px;--padding-left:90px;--padding-right:90px;}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-db37e8c{--min-height:120px;}.elementor-25 .elementor-element.elementor-element-39de58f .elementor-heading-title{font-size:20px;}.elementor-25 .elementor-element.elementor-element-0b9fe34{--padding-top:40px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-cad8112 */.contact-form-wrap {
    width: 100%;
}
.contact-form-row {
    display: flex;
    align-items: center;
    gap: 36px;
    width: 100%;
    margin-bottom: 20px;
}
.contact-field {
    margin: 0;
}
.contact-half {
    flex: 1;
}
.contact-full {
    flex: 1;
    width: 100%;
}
.contact-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    padding: 0 16px;
    border: none;
    border-radius: 0;
    background: #eeeae6;
    color: #555;
    font-family: Georgia, serif;
    font-size: 18px;
    outline: none;
    box-sizing: border-box;
}
.contact-field input,
.contact-field select {
    height: 66px;
}
.contact-field textarea {
    height: 150px;
    padding: 18px 16px;
    resize: vertical;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #666;
    opacity: 1;
}
.contact-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
}

.contact-submit {
    flex: 1;
    position: relative;
    top: 17px;
    margin: 0 !important;
    padding: 0 !important;
}
.contact-submit .wpcf7-form-control-wrap {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.contact-submit input[type="submit"] {
    display: block !important;
    width: 100%;
    height: 66px;
    margin: 0 !important;
    padding: 0 25px;
    border: none;
    border-radius: 0;
    background: #e4ad18;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
}
.contact-submit input[type="submit"]:hover {
    background: #c9940d;
}

/* Tablet */
@media (max-width: 1100px) {
    .contact-form-row {
        gap: 18px;
    }
    .contact-field input,
    .contact-field select,
    .contact-submit input[type="submit"] {
        height: 65px;
    }
    .contact-field input,
    .contact-field select {
        font-size: 20px;
    }
    .contact-submit input[type="submit"] {
        font-size: 15px;
        padding: 0 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .contact-form-row {
        flex-direction: column;
        gap: 0px;
    }
    .contact-field,
    .contact-submit {
        width: 100%;
        flex: none;
    }
    .contact-field input,
    .contact-field select,
    .contact-submit input[type="submit"] {
        height: 42px;
            font-size: 14px !important;
    }
    .contact-submit {
        top: -20px !important;
        margin: 0px !important;
    }
    
}/* End custom CSS */