﻿.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-image: url('../img/contact/headerContact.png');
    background-repeat: repeat-x;
    padding-bottom: 5%;
    z-index: -5;
}

.header-leftt {
    z-index: 5;
    flex-basis: 30%;
    margin-top: 65px;
}

.header-text {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 15%;
}

.header-rightt {
    flex-basis: 30%;
    /*background: no-repeat;*/
    /*background: linear-gradient(242deg, #3DD1FF 0%, #0DB2E6 30.9%, #19DE7F 61.79%, rgba(25, 222, 187, 0.00) 92.69%);*/
    flex-shrink: 0;
    z-index: 5;
    padding-top: 10%;
    padding-bottom: 5%;
    padding-right: 5%;
}

.header-img {
    width: 565px;
    height: 455px;
    flex-shrink: 0;
}

.header-p {
    color: var(--black, #000);
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
    align-self: stretch;
}

.header-h4 {
    color: var(--black, #000);
    font-family: Switzer;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-h1 {
    color: var(--black, #000);
    font-family: Switzer;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-button {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: black;
    color: white;
    border: none;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.header-button-white {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: white;
    color: black;
    border: none;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contactdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 15%;
    padding-top: 6%;
}

.contact {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 45px;
}

.map {
    width: 565px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

.map-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bank-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}


.input {
    border-radius: 4px;
    border: 1px solid var(--gray2, #DCDCDC);
    background-color: white;
    display: flex;
    height: 50px;
    padding: 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    margin-top: 25px;
    width: 100%;
}

    .input::placeholder {
        color: black;
        font-family: Switzer;
        /*background-color: white;*/
    }

.textarea {
    display: flex;
    height: 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid var(--gray2, #DCDCDC);
    width: 100%;
}

    .textarea::placeholder {
        color: black;
        font-family: Switzer;
    }

.map-text-h1 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Switzer;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.map-text-h6 {
    color: #000;
    font-family: Switzer;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.map-text-h4 {
    color: #000;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px; /* 161.111% */
}

.map-text-b {
    color: #000;
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px; /* 161.111% */
}

    .map-text-b a {
        text-decoration: none;
        color: black;
    }

#contactForm input {
    background: white !important;
}

​

@media only screen and (max-width:860px) {
}

@media (max-width: 860px) {
    .header-h4 {
        color: var(--black, #000);
        text-align: left;
        font-family: Switzer;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.6px;
        align-self: stretch;
        width: 300px;
    }

    .header-img {
        /*margin-top: 30%;*/
        width: 100%;
        height: 100%;
        flex-shrink: 0;
    }

    .header-h1 {
        width: 350px;
        color: var(--black, #000);
        text-align: left;
        font-family: Switzer;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.35px;
        align-self: stretch;
    }

    .header-p {
        text-align: left;
        color: var(--black, #000);
        font-family: Switzer;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 155.556% */
        letter-spacing: 0.18px;
        width: 350px;
    }

    .header-button {
        display: flex;
        padding: 10px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--white, #FFF);
        font-family: Switzer;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .callyou {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        background-image: url(../img/homepage/callyou.png);
        background-blend-mode: overlay, soft-light, normal;
    }

    .callyou-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .callyou-h1 {
        color: var(--white, #FFF);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Switzer;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 51px; /* 102% */
        letter-spacing: -1px;
        align-self: stretch;
    }

    .callyou-p {
        width: 450px;
        color: var(--white, #FFF);
        text-align: center;
        font-family: Switzer;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
    }

    .header-button-white {
        display: flex;
        padding: 10px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        background: var(--white, #FFF);
        color: var(--black, #000);
        font-family: Switzer;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .contactdiv {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 15px;
    }

    .contact-detail {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
    }

    .map {
        width: 100%;
        height: 260px;
        align-self: stretch;
    }

    .map-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*        gap: 20px;*/
        align-self: stretch;
    }
}

@media (min-width:850px) and (max-width:1025px) {
    .contact {
        max-width: 95%;
    }

    .map-text {
        max-width: 48%;
    }
}

@media(max-width:840px) {
    .header {
        flex-direction: column-reverse;
        align-items: center;
    }

    .header-leftt,
    .header-rightt {
        flex-basis: 100%;
        padding-left: 5%;
    }

    .header-leftt {
        flex-basis: 100%;
        padding-right: 5%;
    }


    .header-img {
        width: 95%;
        height: auto;
        margin: auto;
        align-items: center;
        display: block;
    }

    .header-text {
        margin-top: 5%;
    }

    .input {
        width: 500px;
        padding: 30px;
        margin: auto;
        margin-bottom: 10px;
    }

    .header-button {
        width: 100%;
    }

    #captchaDiv {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    .contact-detail {
        gap: 30px;
    }
}




@media(max-width:500px) {
    .input {
        width: 100%;
        max-width: 300px; /* Adjust the max-width as needed */
        padding: 30px;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 281px) {
    .header-leftt {
        max-width: 85%;
    }

    #captchaDiv {
        justify-content: flex-start;
    }

        #captchaDiv iframe {
            max-width: 86%;
        }

        #captchaDiv div {
            width: 245px !important;
        }
}
