body {
    background-color: #0D0B17;
}
/* 
.container {
    max-width: 1100px;
} */

.contact-form {
    background: #151126;
    padding: 50px 60px !important;
    border-radius: 40px;
}

button.btn.contact-form__button.btn-custom {
    margin-top: 30px;
    padding: 12px 40px !important;
}

.contact-form__input,
.contact-form__textarea,
.contact-form__select {
    background: #151126;
    color: white;
    border: none;
    border-radius: 6px;
    width: 100%;
    padding: 0.5rem;
}

.contact-form__input:focus,
.contact-form__textarea:focus,
.contact-form__select:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    color: white;
    background: #151126;
    outline: 0;
}

.contact-form__button {
    background: transparent;
    color: white;
}
.contact-form__button:hover {
    color: white;
}

.contact-form__select-wrapper {
    position: relative;
}
.map-section {
    margin-top: 70px;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    border-radius: 40px;
    border: none;
}

.form-label i {
    margin-right: 5px;
}

.form-label {
    color: white;
    font-family: "Cerapro_Medium";
    font-size: 18px;
}

/* Gradient Border Wrapper */
.gradient-border {
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(260.1deg, #FE218B 1.13%, #9366C3 50%, #21B0FE 98.87%);
    margin-bottom: 2rem;
}

.contact-form__input,
.contact-form__textarea,
.contact-form__select {
    background: #151126;
    color: white;
    border: none;
    border-radius: 18px;
    width: 100%;
    padding: 0.75rem 1rem;
}
.contact-form__select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
}
select.form-select.contact-form__select, textarea.form-control.contact-form__textarea {
    font-family: "Cerapro_Medium";
    font-size: 18px;
}
