.elementor-109 .elementor-element.elementor-element-692a79c{--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-109 .elementor-element.elementor-element-d768a1e{width:100%;max-width:100%;top:0px;}.elementor-109 .elementor-element.elementor-element-d768a1e.elementor-element{--align-self:center;}body:not(.rtl) .elementor-109 .elementor-element.elementor-element-d768a1e{left:-1px;}body.rtl .elementor-109 .elementor-element.elementor-element-d768a1e{right:-1px;}body.elementor-page-109:not(.elementor-motion-effects-element-type-background), body.elementor-page-109 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d768a1e */.contact-form-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

.contact-form-wrapper h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
    color: #0a3d4d;
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #0a3d4d;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    font-size: 15px;
    transition: all .2s ease;
    background: #fafafa;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0a3d4d;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(10, 61, 77, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #008c97;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: background .2s ease;
}

.submit-btn:hover {
    background: #006d75;
}/* End custom CSS */