.elementor-1129 .elementor-element.elementor-element-89118db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1129 .elementor-element.elementor-element-89118db:not(.elementor-motion-effects-element-type-background), .elementor-1129 .elementor-element.elementor-element-89118db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-1129 .elementor-element.elementor-element-89118db.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1129 .elementor-element.elementor-element-8fa0674{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1129 .elementor-element.elementor-element-708dbdb .elementor-button{background-color:#FFFFFF;font-family:"neue regular", Sans-serif;font-weight:500;fill:#000000;color:#000000;border-radius:100px 100px 100px 100px;padding:16px 30px 16px 30px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1129 .elementor-element.elementor-element-429f5df{padding:0px 30px 0px 30px;font-family:"Neue Montreal", Sans-serif;font-size:56px;font-weight:400;color:#000000;}.elementor-1129 .elementor-element.elementor-element-4e5272a{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1129 .elementor-element.elementor-element-4e5272a:not(.elementor-motion-effects-element-type-background), .elementor-1129 .elementor-element.elementor-element-4e5272a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1129 .elementor-element.elementor-element-22775aa{font-family:"neue regular", Sans-serif;font-weight:400;}@media(max-width:767px){.elementor-1129 .elementor-element.elementor-element-429f5df{font-size:38px;line-height:1.1em;}.elementor-1129 .elementor-element.elementor-element-4e5272a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-1129 .elementor-element.elementor-element-89118db{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-22775aa *//* ====== LAYOUT ====== */
.contact-wrapper {
    max-width: 1200px;
    margin: auto;
    background: #f5f5f5;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.contact-left {
    background: #111;
    width: 35%;
    color: white;
    padding: 40px;
    border-radius: 40px;
}

.contact-right {
    width: 65%;
}

/* HEADINGS */
.contact-left h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

/* ====== INFO CARDS ====== */
.info-card {
    background: #555;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.info-card i {
    font-size: 22px;
}

.info-card-title {
    font-weight: normal;
    font-size: 18px;
}

.info-card p {
    margin: 3px 0 0 0;
    font-size: 14px;
    opacity: .85;
}

/* SOCIAL ICONS */
.social-row {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-row i {
    font-size: 22px;
    cursor: pointer;
    transition: .3s;
}

.social-row i:hover {
    opacity: .5;
}

/* ====== FORM FIELDS ====== */
.contact-right label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    font-weight: normal;
}

.contact-right input,
.contact-right select,
.contact-right textarea {
    width: 100%;
    background: #e6e6e6;
    border: none;
    padding: 18px;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-right textarea {
    height: 170px;
    resize: none;
}

/* SUBMIT BUTTON */
.contact-right button {
    background: #000;
    color: #fff;
    padding: 16px 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-right button:hover {
    opacity: .8;
}

.icon,
.sociali {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

/* PLACEHOLDERS */
.contact-right input::placeholder,
.contact-right textarea::placeholder,
.contact-right select::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

/* ====== RESPONSIVE ====== */
@media(max-width: 900px) {
    .contact-wrapper {
        flex-direction: column;
        padding: 25px;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-left {
        padding: 30px;
        border-radius: 30px;
    }
}/* End custom CSS */