.navbar {
    font-family: "helveticaNow";
    font-weight: 700;
    display: flex;
    /* background-color: red; */
    justify-content: space-between;
    padding: 1rem 2rem;
    align-items: center;
}
.logoContainer {
    font-family: "Worksans-B2";
    color: #25d366;
    margin-left: 3rem;
    font-size: 3rem;
    text-align: center;
    /* background-color: red; */
}
.menuBarContainer {
    cursor: pointer;
}
.contactUsContainer {
    cursor: pointer;
}
.menuBarLine {
    width: 50px;
    margin-bottom: 10px;
    height: 2px;
    display: none;
    background-color: black;
}
.heroSection {
    text-align: center;
    min-height: 100vh;
    font-weight: 400;
    text-transform: uppercase;
    font-stretch: 10;
    font-family: "helveticaNow";
    font-size: 3.5rem;
}
.caring {
    color: orange;
    font-family: "Worksans-B2";
}
.likeCrazy {
    background-color: #ffc600;
    left: 37%;
    transform: translate(-40%);
    padding: 10px;
    color: white;
    transform: rotate(10deg);
    font-family: "Worksans-B2";
    position: absolute;
    width: fit-content;
}
.foundersMsg {
    margin-top: 4rem;
    min-height: 45vh;
    padding: 0rem 2rem;
    background-color: #fff;
}
.littleRemark {
    font-family: "Worksans-B2";
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
}
.briefOnTheTeamContainer {
    display: absolute;
    align-items: center;
    gap: 2px;
    padding-bottom: 1px;
}
.briefOnTheTeamContainer2 {
    display: flex;
    align-items: center;
    gap: 0px;
    padding-bottom: 50px;
}

.briefOnTheTeamContainer img {
    width: 60%;
    height: 80%;
}
.briefOnTheTeam {
    font-size: 1.5rem;
    text-transform: capitalize;
    font-family: "helveticaNow";
    width: 100%;
    text-align: left;
    width: 50%;
    color: black;
}
.meetTheTeam {
    font-size: 4rem;
    font-family: "Worksans-B2";
    padding-top: 5rem;
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.meetTheTeam span {
    font-family: "helveticaNowIt";
    text-transform: uppercase;
}
.shortTeamIntro {
    font-family: "helveticaNow";
    font-size: 1.2rem;
    /* text-transform: capitalize; */
    text-align: center;
}
.coFounderCards {
    display: flex;
    gap: 20rem;
    margin-top: 3rem;
    justify-content: center;
    /* background-color: red; */
}
.founderCard:nth-child(even) {
    margin-top: 8rem;
}
.founderCard {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.coFounderImage {
    height: 300px;
    object-fit: contain;
    background: rgb(56, 56, 56);
}
.coFounderName {
    font-family: "Worksans-B2";
    text-align: center;
    font-size: 3rem;
    text-transform: capitalize;
}
.coFounderRole {
    text-align: center;
    font-family: "helveticaNow";
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    color: orange;
}
.coFounderQuote {
    font-family: "helveticaNow";
    color: rgb(53, 53, 53);
    text-align: center;
    margin: auto;
    width: 95%;
}
.collaboration {
    min-height: 50vh;
    padding-bottom: 0px;
}
.collabTitle {
    font-family: "helveticaNow";
    font-size: 2.5rem;
    margin-top: 2rem;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.flexCollabDetails {
    display: flex;
    gap: 2rem;
    font-family: "helveticaNow";
    /* width: 70%; */
    font-size: 1.3rem;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
}
.flexCollabDetails div {
    width: 45%;
    background: white;
    border: 2px solid #25d366;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.finalTeamRemarks {
    font-size: 1.5rem;
    font-family: "helveticaNow";
    margin-top: 5rem;
    text-align: end;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
}
.finalTeamRemarks span {
    font-family: "Worksans-B2";
    font-size: 3.5rem;
    padding: 0.5rem;
    /* background-color: #25d366; */
}
.spanOrange {
    color: orange;
}
.spanGreen {
    color: #25d366;
}
@media screen and (max-width: 490px) {
    .myQuote {
        width: 100%;
        font-size: 1rem;
    }
    .briefOnTheTeam {
        font-size: 1rem;
        margin-top: 2rem;
    }
    .meetTheTeam {
        font-size: 2.3rem;
    }
    .littleRemark {
    font-family: "Worksans-B2";
    font-size: 2.3rem;
    text-transform: uppercase;
    text-align: center;
    }
    .shortTeamIntro {
        font-size: 1rem;
        margin-top: 1rem;
    }
    .coFounderCards {
        flex-direction: column;
        align-items: center;
    }
    .founderCard {
        width: 90%;
    }
    .coFounderImage {
        height: 350px;
    }
    .flexCollabDetails {
        flex-direction: column;
        width: 100%;
    }
    .carousel-item img {
        width: 100%;
    }
    .flexCollabDetails div {
        width: 100%;
    }
    .finalTeamRemarks {
        font-size: 2rem;
    }
    .collaboration {
        padding: 15px;
    }
    .foundersMsg {
        padding: 15px;
    }
    .briefOnTheTeamContainer2 {
        flex-direction: column;
    }
}
.ourFounders {
    background: #F0F0FB;
}
.carousel-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    padding: 20px 0;
}
.carousel-item {
    min-width: calc(33.333% - 14px); /* Show 3 items by default */
    text-align: center;
    transition: all 0.3s ease;
}
.carousel-item img {
    width: 100%;
}
.carousel-caption {
    margin-top: 1rem;
    padding: 0.5rem;
    font-family: Arial, sans-serif;
    color: #333;
}
.carousel-caption h3 {
    margin: 0;
    font-size: 1.1rem;
}
.carousel-caption p {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
    color: #666;
}
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    display: none;
    justify-content: space-between;
    pointer-events: none;
}
.nav-button {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.nav-button:hover {
    background: rgba(0, 0, 0, 0.9);
}
.carousel-dots {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
}
.dot.active {
    background: #333;
}
/* Responsive design */
@media (max-width: 1024px) {
    .carousel-item {
        min-width: calc(50% - 10px); /* Show 2 items on medium screens */
    }
}
@media (max-width: 640px) {
    .carousel-item {
        min-width: 100%; /* Show 1 item on small screens */
    }
    .littleRemark {
    font-family: "Worksans-B2";
    font-size: 2.3rem;
    text-transform: uppercase;
    text-align: center;
    }
    .briefOnTheTeamContainer {
        display: flex;
        flex-direction: column;
    }
    .briefOnTheTeam {
        width: 100%;
        margin-top: unset;
    }
    .briefOnTheTeamContainer img {
        width: 100%;
    }
    .foundersMsg {
        margin-top: unset;
    }
}
