.main-section{
    overflow: hidden;
}
section.hero{
    max-height: 200px;
    min-height: 200px;
}
.container{
    max-width: 1400px; margin: 4rem auto;
}
.visionandmission {
    padding: 4rem 0;
    background-color: #f9f9f9;
}

.visionandmission .section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #333;
    position: relative;
}

.visionandmission .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--wc-red);
    margin: 15px auto;
}

.mission-vision-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.mission-vision-card .icon-container img {
    width: 80px;
    /* height: 80px; */
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-vision-card .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 1.8rem;
}

.mission-vision-card img {
    max-width: 100%;
    max-height: 100%;
}

.mission-vision-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

.mission-vision-card p {
    color: #666;
    line-height: 1.6;
}

.row.hero-container {
    margin: 0;
    min-height: 200px;
    height: inherit;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0rem;
}
.left-image-with-content {
    background-image: none;
    background-color: var(--wc-lightest-shade);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 20vh;
    max-height: 100%;
    padding: 0 !important;
}
.left-image-with-content .content-for-image {
    position: absolute;
    /* color: var(--wc-highlight-text); */
    /* font-size: var(--fs-h1); */
    font-weight: 700;
    width: 100%;
    height: 100%;
    /* left: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
}
.left-image-with-content .content-for-image h1{
    font-size: var(--fs-h1);
    color: var(--wc-black);
}
.visionandmission .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.box:hover {
    transform: translateY(-5px);
}

.box img {
    width: 80px;
    margin-bottom: 20px;
}

.box h3 {
    font-size: 1.5rem;
    color: var(--wc-heading-color);
    margin-bottom: 10px;
}

@media (max-width:1368px) {
    .left-image-with-content h1 {
        width: 100% important;
        font-size: var(--fs-h3);
        text-align: center;
    }
}
.container-for-speakers{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

/* here are only css for upcoming workshop and overriding the css from main.css */


.heading{
    display: flex;
    border-left: 2px solid var(--wc-red);
    padding-left: 1rem;
    text-align: center;
    justify-content: center;
    margin-top: 10px;

}
.heading h3{
    font-size: var(--fs-h4);
    color: var(--wc-heading-text);
}
.text-justify{
    text-align: justify;
}
.container-speakers-content{
    display: flex;
    flex-direction: column;
    /* flex-direction: column; */
    gap: 1rem;
    align-items: center;
    /* margin-top: 1rem; */
    padding: 1.5rem;
}
.container-speakers-content .row{
    gap: 1rem;
}
.content-speakers{
    display: flex;
    max-width: 700px;
    /* max-width: 1400px; */
    align-items: center;
    justify-content: space-around;
    /* flex-direction: column; */
    gap: 1rem;
    /* margin-top: 1rem; */
    padding: 1rem;
    background-color: var(--wc-lightest-shade);
    border-radius: 10px;
}
.content-speakers .img{
    width: 40vh;
    height: auto;
    /* width: 100%; */
    object-fit: cover;
    object-position: top;
}
.img img{
    height: 100%;
    /* border-radius: 50%; */
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.container-speakers-content{
    display: flex;
    flex-direction: column;
    /* flex-direction: column; */
    gap: 1rem;
    align-items: center;
    /* margin-top: 1rem; */
    padding: 1.5rem;
}
.container-speakers-content .row{
    gap: 1rem;
    display: flex;
}
.content-speakers{
    display: flex;
    max-width: 700px;
    /* max-width: 1400px; */
    align-items: center;
    justify-content: space-around;
    /* flex-direction: column; */
    gap: 1rem;
    /* margin-top: 1rem; */
    padding: 1rem;
    background-color: var(--wc-lightest-shade);
    border-radius: 10px;
}
.content-speakers .img{
    width: 40vh;
    height: auto;
    /* width: 100%; */
    object-fit: cover;
    object-position: top;
}
.img img{
    height: 100%;
    /* border-radius: 50%; */
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content-speakers .content-casual{
    padding: 0rem 3rem;
    width: 100%;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-start;
    /* gap: 1rem; */
}
.content-casual h4{
    border-left: 2px solid var(--wc-red);
    padding-left: 1rem;
    color: var(--wc-heading-text);
    font-size: var(--fs-h4);
}
.content-casual  >:nth-child(2){
    color: var(--wc-red);
}
.button-toggle{
    cursor: pointer;
    border-radius: 75px;
    padding: 0.5rem 1rem;
    background-color: #e7e5e5a8;
}
.button-toggle h5{
    font-size: var(--fs-body);
}
.button-toggle.active h5{
    color: var(--wc-red);
}
.button-toggle{
    cursor: pointer;
    border-radius: 75px;
    padding: 0.5rem 1rem;
    background-color: #e7e5e5a8;
}
.button-toggle h5{
    font-size: var(--fs-body);
}
.button-toggle.active h5{
    color: var(--wc-red);
}
.content-casual h4 {
    font-size: var(--fs-h5);
}
.content-casual p {
    font-size: var(--fs-super-mini);
}
.heading {
    display: flex
;
    border-left: 2px solid var(--wc-red);
    padding-left: 1rem;
}
.toggle-button {
    justify-content: center;
    padding: 0 2rem;
    overflow: auto;
}

@media (max-width:500px){

.toggle-button{
    justify-content: flex-start;
    padding: 0 2rem;
    overflow: auto;
}

.toggle-button{
    width: 100%;
    padding: 0 0.5rem;
    overflow: auto;
    justify-content: flex-start;
    /* gap: 0rem; */
}
.button-toggle {
    min-width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem;
    border-radius: 5px;
}
.button-toggle h5{
    margin: 0px;
}
.button-toggle:first-child {
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

}


@media(max-width:500px){
    .button-toggle h5 {
        font-size: var(--fs-super-mini);
    }
}

@media (max-width:1400px){
    .content-speakers{
        flex-direction: column;
        max-width: 550px;
    }
    .content-speakers .img {
        width: 250px;
        height: auto;
        /* width: 100%; */
        object-fit: cover;
        object-position: top;
    }
}
@media(max-width:800px){
    /* .container-speakers-content{
        flex-direction: column;
    } */
    .content-speakers{
        flex-direction: column;
        max-width: 450px;
    }
    .container-for-speakers{
        flex-direction: column;
    }
}
@media(max-width:700px){
    .container-speakers-content{
        flex-direction: column;
    }
    .content-speakers{
        flex-direction: column;
        max-width: 500px;
    }
    .mission-vision-card{
        flex-direction: column !important;
    }
}
@media(max-width:500px){
    .content-speakers .content-casual {
        padding: 0rem 1rem;
    }
    .container-speakers-content{
        flex-direction: column;
    }
    .content-speakers{
        flex-direction: column;
        max-width: 450px;
        margin: 0px;
        gap: 2rem;
    }
    .button-toggle h5 {
        font-size: var(--fs-super-mini);
    }
    .mission-vision-card{
        flex-direction: column !important;
    }
}
@media(max-width:400px){
    .container-speakers-content{
        flex-direction: column;
    }
    .content-speakers{
        flex-direction: column;
        max-width: 350px;
    }
}

/* Team Section */
.team-section {
    padding: 1rem 0;
}

.team-section .section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #333;
    position: relative;
}

.team-section .section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--wc-red);
    margin: 15px auto;
}

.team-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.team-card .role {
    font-weight: 400;
    color: var(--wc-red);
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

.team-card p {
    color: #666;
    line-height: 1.5;
}