.elementor-85 .elementor-element.elementor-element-5af4d2a{padding:90px 0px 0px 0px;}.elementor-85 .elementor-element.elementor-element-7c02c5a iframe{height:440px;}/* Start custom CSS for agrion-contact-form, class: .elementor-element-2a16ab6 *//* Fix dropdown full width */
.contact-form__input-box select {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    background-color: #f4f1ea;
    color: #6c6c6c;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Fix arrow icon */
.contact-form__input-box {
    position: relative;
}

.contact-form__input-box select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%236c6c6c' 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 15px center;
    background-size: 16px;
}

/* Match textarea + inputs spacing */
.contact-form__input-box input,
.contact-form__input-box textarea {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    background-color: #f4f1ea;
}

/* Textarea height */
.contact-form__input-box textarea {
    height: 180px;
    padding-top: 15px;
}

/* Fix spacing between rows */
.row {
    margin-bottom: 20px;
}/* End custom CSS */