/* ========== universal CSS here ========== */

.custom-popover {
    --bs-popover-max-width: 330px;
}

.custom-popover .popover-body {
    font-size: 14px;
    font-weight: 500;
}

p{
    font-size: 17px;
}

.sub-heading{
    color: var(--darkGreen);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.sub-heading::before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--darkGreen);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-heading{
    font-size: clamp(30px, 3vw, 70px);
    font-weight: 700;
}

.main-heading span{
    color: var(--blue);
}

.info-box{
    padding: 25px 22px;
    border-radius: 8px;
    background-color: var(--lightBg);
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.info-box:hover{
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
}

.info-box h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.explore-btn{
    padding: 12px 22px;
    background-color: var(--orange);
    color: black;
    font-weight: 700;
    border-radius: 8px;
    font-size: 18px;
    transition: 0.3s ease;
    border: 2px solid var(--orange);
    margin-top: 50px;
}

.explore-btn:hover{
    background-color: transparent;
}

/* =========== intro section here ============ */

.intro{
    padding-bottom: 70px;
}

.intro .left .image{
    height: 100%;
    width: 90%;
    border-radius: 0px 0px 500px 500px;
    overflow: hidden;
    border: 4px dashed var(--outline);
    border-top: none;
    padding: 0px 7px 7px 7px;
}

.intro .left .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 500px 500px;
}


/* ============= mission vision section here ============== */

.mission_vision{
    background-image: url(../images/aboutBg.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission_vision .nav-tabs {
    border-bottom: 2px solid var(--blue);
    font-size: 18px;
}

.mission_vision .nav-tabs .nav-link.active {
    border: 2px solid var(--blue);
    border-bottom: none;
    background-color: var(--blue);
    color: white;
}

.mission_vision .nav-link {
    color: black;
    font-weight: 600;
    background-color: #ccc;
    margin: 0 8px 0px 0px;
}

.mission_vision .tab-content{
    margin-top: 20px;
    background-color: white;
    border-radius: 12px;
    border: 2px solid var(--outline);
}

.mission_vision .tab-content .tab-pane{
    padding: 20px 30px;
}


/* ============= promote section here ================ */

.promote .left .image{
    border-radius: 12px;
    border: 12px solid transparent;
    outline: 3px dashed var(--blue);
    height: 550px;
    width: 100%;
    overflow: hidden;
}

.promote .left .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}


/* ============ offerings section here ============= */

.offerings{
    background-color: var(--lightBg);
}

.offerings .accordion-item{
    background-color: transparent !important;
}

.offerings .accordion-header {
    border-bottom: 3px solid black;
}

.offerings .accordion-button{
    background-color: transparent !important;
}

.offerings .accordion-button,
.offerings .accordion-body {
    padding-left: 0;
}

.offerings .accordion h3 {
    color: black;
    font-weight: 700;
    font-size: 25px;
    padding-right: 30px;
}

.offerings .accordion-item {
    border: none;
    overflow: hidden;
}

.offerings .accordion-item:not(:last-child){
    margin-bottom: 30px;
}

.offerings .accordion-button:not(.collapsed) {
    background-color: white;
}

.offerings .accordion-button:not(.collapsed) h3 {
    color: #f17732;
}

.offerings .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.offerings .accordion-body {
    font-weight: 600;
    margin-top: 25px;
    background-color: var(--white);
    border-radius: 12px;
    padding: 20px;
    border: 2px solid var(--outline);
}

.offerings .accordion p{
    font-weight: 500;
    font-size: 18px;
}


/* ============= benefits section here =============== */

.benefits .inner-data{
    margin-top: 40px;
}

.benefits .data-box{
    padding: 20px;
    border-radius: 0px 100px 100px 0px;
    background-color: var(--orange);
    color: black;
    margin-bottom: 20px;
}

.benefits .data-box span{
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
}

.benefits .right .image{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.benefits .right .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* =========== choose us section here ============== */

.choose_us{
    background-image: url(../images/aboutBg.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose_us .data{
    padding: 10px;
    border-radius: 8px;
    border: 2px solid var(--outline);
    background-color: white;
    height: 90px;
    display: grid;
    place-items: center;
    transition: 300ms;
}

.choose_us .data:hover{
    background-color: var(--lightBg);
}

.choose_us .data p{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}


/* ============== story section here =============== */

.story .image{
    border-radius: 12px;
    overflow: hidden;
}

.story .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.story .left .image{
    height: 300px;
    width: 100%;
    margin-bottom: 40px;
}

.story .right .image{
    height: 570px;
    width: 100%;
    margin-top: 40px;
}





















/* ============== media query here ============== */

@media (max-width:1400px){

    .intro .left .image{
        width: 100%;
    }


    .promote .left .image{
        height: 600px;
    }

}

@media (max-width:991px){

    .intro{
        padding-bottom: 0px;
    }


    .promote .left .image{
        height: 500px;
    }


    .benefits .right .image{
        margin-top: 30px;
        height: 400px;
        border-radius: 12px;
    }


    .story .right .image{
        height: 500px;
        margin-top: 0px;
    }

}

@media (max-width:768px){

    .choose_us{
        background-position: right;
    }


    .story .right .image{
        height: 350px;
    }

}

@media (max-width:576px){

    .offerings .accordion h3 {
        font-size: 20px;
    }

    .offerings .accordion-body p {
        font-size: 16px;
    }


    .benefits .right .image{
        height: 350px;
    }

}

@media (max-width:500px) {

    p {
        font-size: 16px;
    }


    .mission_vision .nav-tabs {
        font-size: 16px;
    }

    .mission_vision .tab-content .tab-pane{
        padding: 0px 20px;
    }


    .promote .left .image{
        height: 400px;
    }

}

@media(max-width:450px){

    .sub-heading{
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .main-heading{
        font-size: 25px;
    }

    .info-box{
        padding: 20px 15px;
    }


    .intro .left .image{
        border: 3px dashed var(--outline);
        border-top: none;
    }

    .explore-btn{
        padding: 10px 18px;
        font-size: 16px;
    }


    .promote .left .image{
        height: 300px;
    }


    .offerings .accordion-body {
        padding: 20px 15px;
    }


    .benefits .data-box{
        padding: 15px 20px 15px 15px;
        margin-bottom: 15px;
    }

    .benefits .data-box span{
        font-size: 17px;
    }

    .benefits .right .image{
        height: 300px;
    }


    .choose_us .data p{
        font-size: 16px;
    }


    .story .right .image{
        height: 300px;
    }

}