.hero_contact {
    min-height: 80vh;
    background: linear-gradient(to right, #000000bf, #ffffff00),
                url('https://maymaan.b-cdn.net/assets/frontend/img/optimized/page11-connect.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
}

.hero_contact::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('https://maymaan.b-cdn.net/assets/frontend/img/favicon-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    pointer-events: none;
    z-index: 1;
    height: 80%;
    width: 100%;
    transform: translate(-25%, 0%) !important;
    opacity: 0.2;
}

.hero_contact_heading{
    font-size: 7.5em;
    font-weight: 800;
    color: #fff;
    margin-top: 15vh;
}

/* Reach out */

.reach_out{
    padding: 10vh 50px 5vh 50px;
}

.reach_out_heading {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.reach_out_left, .reach_out_right {
    border: 2px solid #000;
    padding: 25px;
    border-radius: 10px;
}

.reach_out_left .accordion-item {
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
    outline: none;
    padding: 0;
    margin-bottom: 10px;
}

.reach_out_left .accordion-button {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.reach_out_left .accordion-header {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 15px;
}

.accordion-header.active-header {
    border-bottom: 1px solid #e1e1e1;
}

.reach_out_right {
    height: 100%;
}

.reach_out_right h5 a{
    display: block;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 500 !important;
    font-family: "Mokoto Regular";
}

.reach_out_right h5 a span{
    position: relative;
    top: 7px;
    left: -8px;
    font-size: 17px;
    font-family: "Mokoto Regular";
}

.reach_out_right h5 a img {
    height: 20px;
}

/* Contact Faq */
.contact_faq{
    /* min-height: 100vh; */
    padding: 10vh 50px 5vh 50px;
}

.contact_faq_heading {
    font-size: 3em;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.contact_faq ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.contact_faq ul li{
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    transition: color, background-color 0.3s ease-in-out;
    padding: 5px 25px;
    border-radius: 50px;
    margin-right: 15px;
}

.contact_faq ul li:hover {
    color: #fff;
    background-color: #000;
}

.contact_faq ul li.active {
    color: #fff;
    background-color: #000;
}

.contact_faq .accordion-item {
    border: 1px solid #ccc;
    border-radius: 10px !important;
}

.contact_faq #loadMoreFaqs{
    background: transparent;
    border: none;
    font-size: 65px;
    color: #000;
    cursor: pointer;
}

.contact_faq .loading-text {
    font-size: 20px;
}

.contact_faq .accordion-button{
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
}

/* get_in_touch */
.get_in_touch{
    background: url('https://maymaan.b-cdn.net/assets/frontend/img/optimized/page11-get in touch.webp');
    background-size: cover;
    background-position: center;
    min-height: 40vh;
    padding: 10vh 50px 5vh 50px;
    display: flex;
    align-items: flex-end;
}

.get_in_touch_heading {
    font-size: 3.5em;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}








/* --------------  Small Devices  -------------- */
/* Larger smartphones & small tablets in portrait */
@media (max-width: 767px) {
    /* styles for large phones & small tablets */

    .hero_contact {
        min-height: 50vh;
        padding: 25px;
    }

    .hero_contact::before {
        height: 58%;
        width: 90%;
        transform: translate(-60%, 0%) !important;
    }

    .hero_contact_heading {
        font-size: 3.5em;
    }

    .contact_faq ul li {
        padding: 5px 18px;
        margin-right: 9px;
    }

    .reach_out {
        padding: 7vh 10px 7vh 10px;
    }

    .reach_out_heading {
        font-size: 2em;
    }

    .reach_out_left{
        margin-bottom: 25px;
    }

    .reach_out_right h5 a img {
        height: 17px;
    }

    .contact_faq_heading {
        font-size: 2em;
    }

    .contact_faq {
        padding: 0vh 10px 7vh 10px;
    }

    .contact_faq ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact_faq ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .faq_accordion_container {
        width: 100%;
        margin-top: -3vh;
    }

    .get_in_touch {
        padding: 0vh 25px 5vh 25px;
    }

    .get_in_touch_heading {
        font-size: 2.5em;
        margin-bottom: 2vh !important;
    }

    .button_section {
        margin-left: 0;
        margin-right: 0;
    }

    .button_section .btn-dark {
        margin-bottom: 10px;
        width: 100%;
    }
}
    

/* --------------  Medium Devices  -------------- */
/* Tablets in landscape, small laptops */
@media (min-width: 768px) and (max-width: 1023px) {
    /* styles for tablets & small laptops */
    .hero_contact {
        min-height: 50vh;
        padding: 25px;
    }

    .hero_contact::before {
        height: 50%;
    }

    .hero_contact_heading {
        font-size: 4.5em;
    }

    .contact_faq ul li {
        padding: 5px 18px;
        margin-right: 9px;
    }

    .reach_out {
        padding: 7vh 10px 7vh 10px;
    }

    .reach_out_heading {
        font-size: 2.5em;
    }

    .reach_out_right h5 a img {
        height: 17px;
    }

    .contact_faq_heading {
        font-size: 2.5em;
    }

    .contact_faq ul {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact_faq ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .faq_accordion_container{
        width: 100%;
    }
}


/* --------------  Large Devices  -------------- */
/* Laptops and small desktops */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* styles for laptops */
    .hero_contact {
        min-height: 50vh;
    }

    .hero_contact_heading {
        font-size: 5em;
    }

    .contact_faq ul li {
        padding: 5px 18px;
        margin-right: 9px;
    }
}


/* --------------  Extra Large Devices  -------------- */
/* Full HD screens & larger desktops */
@media (min-width: 1280px) and (max-width: 1535px) {

}