* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-family: sans-serif;

}

.left2 {
    font-family: 'Arial', sans-serif;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    direction: rtl;
    text-align: left;
    margin-top: 150px;
}

.container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    direction: ltr;
    text-align: right;
}

.left,
.right {
    width: 48%;
}

.left {
    padding: 20px;
}

h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.intro,
.vision,
.closing {
    margin-bottom: 20px;
    font-size: 18px;
    color: grey;
}

.vision {
    font-size: 13px;
    color: grey;
}

h2 {
    font-size: 13px;
    margin-top: 10px;
}

.photo-container {
    width: 100%;
    max-width: 540px;
    height: auto;
    margin-bottom: 15px;
    border: 2px solid #aaa;
    margin-bottom: 120px;
}

.photo-container img {
    width: 100%;
    display: block;
}


.founders {
    margin-top: auto;
}

.founder {
    margin-bottom: 30px;
}

.founder p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.founder-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    direction: ltr;
    margin-bottom: 20px;
}

.founder-image {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin-top: 48px;
    border: 2px solid #aaa;
}

.founder-image img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
    border-radius: 5px;
}


.founder-text {
    width: 100%;
    color: grey;
    text-align: right;
}

.team-section {
    text-align: center;
    margin-top: 40px;
}

.group-photo img {
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 0 auto 40px;
    display: block;
    border: 2px solid #aaa;
}

.team-members {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}

.member {
    width: 150px;
    color: #ccc;
    margin-bottom: 10px;
}

.member img {
    width: 150px;               
    height: 180px;              
    object-fit: cover;          
    filter: grayscale(100%);
    border: 2px solid #aaa;
    border-radius: 5px;
    display: block;
}


.member h3 {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.member .designation {
    font-size: 13px;
    color: #bbb;
    text-align: right;
}

.graphics-section {
    background-color: #000;
    padding: 40px 20px;
    text-align: center;
    color: #ccc;
}

.section-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #333;
    height: 30px;
    margin-bottom: 30px;

}

.section-header h2 {
    color: #aaa;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 0;
    direction: ltr;
    text-align: left;
    justify-content: flex-end;
}

.graphics-team {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}

.graphics-member {
    max-width: 150px;
    height: auto;
}

.graphics-member h3 {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.graphics-member img {
    width: 150px;               
    height: 180px;              
    object-fit: cover;          
    filter: grayscale(100%);
    border: 2px solid #aaa;
    border-radius: 5px;
    display: block;
}


.graphics-member p {
    margin-top: 10px;
    color: #eee;
    font-size: 13px;
}

.section-title-right {
    text-align: right !important;
    color: #aaa;
    margin: 0;
}

.team{
    font-size: 120px; font-weight: 600; color: #222222; margin-top:100px !important; 
}

.team1{
    display: none;
}


.pt-desktop {
    padding-top: 200px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 95%;
        padding: 20px 0;
    }

    .team{
        font-size: 100px !important;
        display: none;
    }

    .left,
    .right {
        width: 100%;
        padding: 0;
    }

    .left2 {
        margin-top: 50px;
        height: auto;
        align-items: flex-start;
    }

    h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .intro,
    .vision,
    .closing {
        font-size: 14px;
        text-align: justify;
    }

    .founder-row {
        flex-direction: row !important;
        /* Keep side-by-side */
        align-items: center;
        text-align: center;
    }

    .founder-image {
        max-width: 120px;
        height: auto;
    }

    .founder-text h2 {
        font-size: 16px;
        text-align: center !important;
        direction: rtl;
    }

    .founder-text {
        text-align: justify;
        font-size: 14px;
        padding: 0 10px;
    }

    .photo-container {
        height: auto;
    }

    .photo-container img {
        max-height: 250px;
        object-fit: cover;
    }

    .team-members,
    .graphics-team {
        justify-content: center;
        gap: 20px;
    }

    .team1{
      display: inline-block;
      font-size: 100px !important; font-weight: 600; color: #222222; margin-top:-80px !important;
      
    }

    .member,
    .graphics-member {
        width: 45%;
    }

    .group-photo img {
        width: 100%;
        height: auto;
    }

    .section-header {
        justify-content: center;
    }

    .section-header h2 {
        text-align: center;
    }

    .pt-desktop {
        padding-top: 20px !important;
    }
}