.contactbanner{
    background: url('../Images/aboutus-banner.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
}

.contactwrapper{
    background: #008080 80%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.banner
{
    background-color: #008080;
    height: 420px;
}

.banner-content h1
{
    color: #ff7f50;
}

.banner-content p
{
    color: #fff;
}

.contact-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-container h1{
    font-size: 64px;
    color: #ff7f50;
}

.breadcrump{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.whoweare{
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.whoweare h1{
    font-size: 48px;
    margin-bottom: 30px;
}

.whoweare p{
    line-height: 43px;
    font-size: 20px;
}

.mvcontainer {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}
.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 50px;
}
.toggle-buttons button {
    padding: 10px 20px;
    border: 1px solid #ff7f50;
    background-color: white;
    cursor: pointer;
    width: 200px;
    border-radius: 10px;
    font-size: 20px;
    transition: 0.3s;
}
.toggle-buttons button.active {
    background-color: #ff7f50;
    color: black;
}
.content {
    display: none;
}
.content.active {
    display: block;
}

.visionmission{
    display: flex;
    justify-content: center;
}

.vcontent{
    margin-top: 20px;
    padding: 50px;
    background: #E5E5E53B;
    font-size: 20px;
    line-height: 43px;
}

@media screen and (min-width:320px) and (max-width:990px){

    .banner{
        margin-top: 45px;
        background: #008080;
        height: auto;
        padding: 40px 0 0;
        overflow: hidden;
    }

    .banner-flex{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-content{
        width: 100%;
        order: 1;
        text-align: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .banner-content h1{
        margin-top: 0;
        font-size: 34px;
        line-height: 42px;
        color: #ff7f50;
    }

    .banner-content p{
        margin-top: 20px;
        font-size: 17px;
        line-height: 32px;
        color: #fff;
        text-align: left;
    }

    .banner-img{
        width: 100%;
        order: 2;
        margin-top: -10px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .banner-img img{
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0;
        display: block;
    }

    .banner-brief{
        width:100%;
        box-sizing:border-box;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after{
        font-size:13px;
    }

    

    .whoweare{
        margin: 40px 0;
    }

    .whoweare .container{
        width: 90%;
    }

    .whoweare h1{
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 20px;
    }

    .whoweare p{
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
    }

    .visionmission{
        margin: 40px 0;
    }

    .visionmission .container{
        width: 90%;
    }

    .toggle-buttons{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .toggle-buttons button{
        width: 100%;
        max-width: 280px;
        font-size: 16px;
        padding: 12px;
    }

    .vcontent{
        margin-top: 20px;
        padding: 20px;
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
        border-radius: 10px;
    }

    .content{
        width: 100%;
    }



}