.contact-header {
    background-image: url("/assets/images/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.contacth1 {
    position: absolute;
    left: 0;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}
/* Form starts */
.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

.contact-form {
    background: #fff;
    font-size: 16px;
    text-align: left;
    padding: 20px;
    color: black;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.formbox {
    margin-right: 5%;
    width: 500px;
    border-radius: 30px;
    overflow: hidden;
    font-family: "Frutiger";
}
.form-header {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.contact-form input,
.contact-form select,
.contact-formtextarea {
    width: 100%;
    padding: 0.4em;
    margin-bottom: 2px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #2f2b2b;
    font-size: 14px;
}
.formbox label {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.contact-form button {
    width: 170px;
    height: 50px;
    padding: 0 0.5rem;
    background: #e2001a;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
}
.contact-form button:hover {
    background: darkred;
}
/* form ends */
/* iframe container starts */
.headH1 {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
}
.headH2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}

.office-container {
    margin-top: 0px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    height: 340px;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.1);
}
.office-container iframe {
    height: 340px;
}
.office-container p {
    margin-left: 0.5rem;
}
.office-header {
    margin: 0;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.red-text {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #e2001a;
}
.map {
    border: 0px solid #ddd;
    border-radius: 2px;
    height: 18em;
    width: 100px;
}
.me-3 {
    padding: 10px;
}
.contact-info {
    margin-top: 10px;
}
.contact-info i {
    color: #d32f2f;
    margin-right: 5px;
}
.mt-3 {
    font-size: 13px;
}
/* iframe section ends */

.head-1 {
    font-size: 72px;
    font-weight: 700;
}
.subheading {
    font-size: 42px;
    font-weight: 700;
}

.text-map {
    text-align: left;
    font-size: 32px;
    margin-top: 1em;
}

.text-column {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


@media screen and (max-width: 1660px) {
    .contact-header {
        background-size: auto 100%;
        background-position: left;
    }
    .headH1 {
        font-size: 48px;
    }
    .headH2 {
        font-size: 28px;
    }
    .head-1 {
        font-size: 64px;
    }
    .subheading {
        font-size: 34px;
    }

    .text-map {
        font-size: 28px;
    }
    .office-header {
        font-size: 28px;
        line-height: 30px;
    }
    .red-text {
        font-size: 22px;
    }
}
@media screen and (min-width: 1440px) {
    .office-container {
        height: 350px;
    }
    .contact-header {
        background-position: center;
    }
}
@media screen and (max-width: 1200px) {
    .office-container {
        height: auto;
    }
}
@media screen and (max-width: 1280px) {
    .headH1 {
        font-size: 38px;
    }
    .headH2 {
        font-size: 24px;
    }
    .head-1 {
        font-size: 54px;
    }
    .subheading {
        font-size: 30px;
    }

    .text-map {
        font-size: 28px;
    }
    .office-header {
        font-size: 24px;
        line-height: 28px;
    }
    .red-text {
        font-size: 20px;
    }
}
@media screen and (max-width: 990px) {
    .cusColCon{
        flex-direction: column;
    }
    .contacth1 {
        position: relative;
        left: 0;
        font-size: 48px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .head-1 {
        font-size: 48px;
    }
    .headH1 {
        font-size: 34px;
    }
    .office-container {
        flex-direction: column;
        height: auto;
        margin-bottom: 1rem;
    }
    .office-container iframe {
        width: 100%;
        min-height: 250px;
    }
    .formbox {
        width: 90%;
        margin-right: ay;
    }
}
@media screen and (max-width: 550px) {
    .formbox {
        width: 100%;
        margin-right: ay;
    }
    .head-1 {
        font-size: 38px;
    }
    .subheading {
        font-size: 22px;
    }
}
