.contact-us-upper-section {
    background-image: url('/images/contact-us/blue-boxes-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 32px 0 100px 0;
    text-align: center;
}

.contact-us-page-container {
    display: flex;
    flex-direction: column;
}

.contact-us-heading h1 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.contact-us-heading h1 span {
    color: #FFDC96;
}

.contact-us-heading p {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    text-transform: capitalize;
}

.contact-us-lower-section {
    background: linear-gradient(180deg, #FFF 0%, #EAF5FF 100%);
    padding-bottom: 80px;
    position: relative;
}

.contact-us-lower-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-image: url('/images/bac-new/Monuments-Vector.svg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.contact-us-lower-section-left-content {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.appointment-book-model {
    width: 100%;
}

.forms-points-container-heading {
    color: rgba(0, 0, 0, 0.72);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 2px;
}

.forms-points-container-subheading {
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0;
}

.forms-points-container-subheading a {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.forms-points-container-subheading a:hover {
    text-decoration: underline;
}

.form-content-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.form-content-container img {
    width: 60px;
    height: 60px;
}

.contact-us-lower-section-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
    width: 55%;
}

.contact-us-lower-section-right {
    width: 55%;
    position: relative;
    bottom: 60px;
}

.contact-us-lower-section-left .form-content-container:nth-child(4) {
    width: 85%;
}

.stay-contected-container p {
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin: 0;
}

.stay-contected-container {
    display: flex;
    padding: 16px 24px;
    border-radius: 8px;
    background: #F6EBCC;
    max-width: 460px;
    gap: 24px;
}

.stay-contected-container-icons {
    display: flex;
    gap: 16px;
}

.contact-us-page-container .iti--separate-dial-code .iti__selected-dial-code,
.contact-us-page-container .iti__country-name, 
.contact-us-page-container .iti__flag-box, 
.contact-us-page-container .iti__dial-code {
    font-family: 'Roboto';
}

.desktop-view {
    display: flex;
}

.mobile-view {
    display: none;
}

@media (max-width: 768px) {
    .contact-us-lower-section-left-content {
        flex-direction: column;
    }

    .contact-us-heading h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .contact-us-heading p {
        font-size: 16px;
    }

    .contact-us-upper-section {
        padding: 32px 16px
    }

    .form-content-container {
        align-items: flex-start;
    }

    .contact-us-lower-section-left .form-content-container:nth-child(4) {
        width: 100%;
    }

    .contact-us-lower-section-left {
        margin: 0;
        width: 100%;
        gap: 16px;
        padding: 32px 16px;
    }

    .mobile-view {
        display: flex;
    }

    .contact-us-lower-section-right {
        position: unset;
        width: 100%;
    }

    .forms-points-container-subheading {
        font-size: 18px;
    }

    .contact-us-lower-section::after {
        height: 50px;
    }

    .desktop-view {
        display: none;
    }

    .stay-contected-container {
        max-width: 94%;
        margin: 0 auto;
        padding: 12px;
        gap: unset;
        justify-content: space-between;
    }

    .stay-contected-container p {
        font-size: 15px;
    }

    .stay-contected-container-icons {
        gap: 12px;
    }

    .stay-contected-container-icons svg {
        width: 24px;
        height: 24px;
    }

    .contact-us-lower-section {
        padding-bottom: 60px;
    }
}