.contact-page-form {
    background: #f7f9fc;
}

.contact-intro {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.contact-intro p {
    font-size: 16px;
    line-height: 1.8;
}

.contact-information-box-1,
.contact-form-1 {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(3, 196, 255, 0.12);
}

.contact-form-1 {
    padding: 38px;
}

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

.contact-form-1 .form-control,
.contact-form-1 select.form-control {
    height: 54px;
    border-radius: 10px;
    border: 1px solid rgba(3, 196, 255, 0.16);
    background: #fbfdff;
    box-shadow: none;
}

.contact-form-1 textarea.form-control {
    height: auto;
    min-height: 150px;
    padding-top: 16px;
}

.contact-form-1 .form-control:focus {
    border-color: #03c4ff;
    background: #ffffff;
}

.contact-form-heading {
    margin-bottom: 24px;
}

.contact-form-heading h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2d275e;
}

.contact-form-heading p {
    margin-bottom: 0;
}

.single-contact-info-box {
    border-radius: 14px;
    transition: all 0.3s ease;
}

.single-contact-info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(3, 196, 255, 0.12);
}

.contact-fit-list {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.contact-fit-list li {
    margin-bottom: 12px;
    font-weight: 600;
    color: #2d275e;
}

.contact-fit-list i {
    color: #03c4ff;
    margin-right: 8px;
}

@media only screen and (max-width: 991px) {
    .contact-information-box-1 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form-1 {
        padding: 28px 22px;
    }
}
