/*-- -------------------------- -->
<---          Landing           -->
<--- -------------------------- -*/

#hero-contact {
    background-color: var(--headingText);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 200px; /* adjust as needed */
}

.contact-cs-title-white {
    padding-bottom: 2rem;
    font-size: clamp(2rem, 6vw, 3rem);
    color: var(--bodyTextWhite);
}


@media only screen and (min-width: 1024px) {

    #hero-contact {
        height: 275px; /* adjust as needed */
    }

}


/*-- -------------------------- -->
<---          Staff           -->
<--- -------------------------- -*/

.staff {
    background-color: #FDF5F2;
    overflow-x: hidden;
}
.staff .cs-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    padding: 1rem;
    border-radius: 4px;
    max-width: 650px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}

.staff .text-content {
    max-width: 550px;
}
.staff .image-content {
    position: relative;
    max-width: 435px;
    margin-bottom: 1.5rem;
}
.staff picture {
    width: 100%;
    display: block;
    margin: auto;
    z-index: 2;
    position: relative;
    max-width: 465px;
}

.staff picture img {
    width: 100%;
    height: 100%;
    border: 10px solid #FFFFFF;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    overflow: hidden;
}

.staff .staff-name {
    display: block;
    margin-bottom: 0rem;
}

.staff .flower {
    position: absolute;
    top: 0px;
    left: -10px;
}

@media screen and (min-width: 1024px) {

    .staff .cs-container {
        flex-direction: row;
        max-width: 1280px;
    }

    .staff .text-content {
        text-align: start;
    }

}


/*-- -------------------------- -->
<---          Jyotika           -->
<--- -------------------------- -*/
    
/*-- -------------------------- -->
<---          Rohit           -->
<--- -------------------------- -*/
#rohit {
    background-color: var(--headingText);
}
#rohit .cs-container {
    background-color: #646596;
    
}
#rohit .cs-text {
    color: #fff;
    opacity: 1;
}

#rohit .cs-title {
    color: #fff;
    opacity: 1;
}
@media screen and (min-width: 1024px) {

    #rohit .text-content {
        order: 1;
    }
    #rohit .staff-bio {
        order: 2;
    }

}


/*-- -------------------------- -->
<---          Aruna             -->
<--- -------------------------- -*/


/*-- -------------------------- -->
<---          Samina           -->
<--- -------------------------- -*/

#samina {
    background-color: var(--headingText);
}
#samina .cs-container {
    background-color: #646596;
    
}

#samina .cs-text {
    color: #fff;
    opacity: 1;
}

#samina .cs-title {
    color: #fff;
    opacity: 1;
}
@media screen and (min-width: 1024px) {

    #samina .text-content {
        order: 1;
    }
    #samina .staff-bio {
        order: 2;
    }

}