section.banner {
    background: url('https://top.org.ph/wp-content/uploads/2026/03/pexels-abdulwahab-alawadhi-3422964-1.jpg') no-repeat center;
    background-size: cover;
    min-height: clamp(18.75rem, 6.2771rem + 26.0191vw, 37.5rem);
    align-content: center;
}

section.banner h1 {
    color: #fff;
}

/* contact us */
section.contact_us input, section.contact_us textarea {
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    margin-bottom: 0;
    padding: 23px 40px;
    width: 100%;
}

section.contact_us input::placeholder, section.contact_us textarea::placeholder {
    color: #414042;
    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
}


section.contact_us textarea {
    resize: none;
    height: 200px;
}

section.contact_us .wpcf7-form p {
    margin-bottom: 30px;
}

section.contact_us input[type="submit"] {
    background: #AF272F;
    color: white !important;
    border-radius: 5px;
    text-transform: capitalize !important;
    font-size: 18px;
    line-height: 35px;
    transition: .3s ease-in-out;
    font-family: "Sora", sans-serif;
    font-style: normal;
    font-weight: 700;
}

section.contact_us .wpcf7-response-output {
    margin: 0;
}

section.contact_us input[type="submit"]:hover {
    background: #D91F2B;
}

section.contact_us .row {
    align-items: unset;
    row-gap: 40px;
}

section.contact_us h2 {
    color: #AF272F;
    text-transform: capitalize;
    margin-bottom: 30px;
}

section.contact_us .contact * {
    color: #AF272F;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

section.contact_us .contact_col p {
    margin-bottom: 0 !important;
}

section.contact_us .contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

section.contact_us .address * {
    color: #1A1A1A;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; 
}

section.contact_us .address {
    display: flex;
    gap: 10px;
    align-items: center;
}

section.contact_us .contact_col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 106px;
}

section.contact_us .contact_col iframe {
    width: 100%;
}

section.contact_us p:has(.wpcf7-submit) {
    margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
    section.contact_us .contact_col {
        padding-left: 0;
    }
}