/* CONTACT US TODAY SECTION */

.contact-today-section {
    background: url('../images/banner.jpg') no-repeat center top;
    background-size: 130%;   /* ZOOMS the image IN */
    padding: 120px 0;
    position: relative;
}

.contact-today-content {
    max-width: 600px;
    margin-left: 40px;
    color: #000;
}

.contact-today-title-box {
    background: #AEE1F5;
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 25px;
    width: 100%;
}

.contact-today-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.contact-today-text {
    font-size: 20px;
    line-height: 1.7;
    max-width: 550px;
}


/* LEFT COLUMN – CONTACT DETAILS */
.contact-details-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-icon {
    font-size: 34px;
    color: #0082E3;
    margin-right: 15px;
    margin-top: 4px;
}

.contact-detail-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.contact-detail-text {
    font-size: 20px;
    color: #0082E3;
    margin: 3px 0 0 0;
}

/* RIGHT COLUMN – FORM */
.contact-form-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form-box {
    background: #e8e8e8;
    padding: 35px;
    border-radius: 4px;
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .contact-today-section {
        background-position: center;
        padding: 80px 20px;
    }

    .contact-today-content {
        margin-left: 0;
    }

    .contact-today-title {
        font-size: 32px;
    }

    .contact-today-text {
        font-size: 18px;
    }

    .contact-details-title,
    .contact-form-title {
        font-size: 30px;
        text-align: center;
    }
}
