* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* *{
 outline: 1px solid red;
} */

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
   width: 1005;
   height: 100%;
    padding: 40px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.about-text-section h1 {
    font-size: clamp(2rem, 2vw + 1rem, 3rem);
    color: #1a1a1a;
    font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.about-text-section p {
    margin-top: 20px;
    line-height: 1.6;
    color: #555;
    font-size: clamp(0.6rem, 2vw + 1rem, 1rem);
    font-family: "Hind Madurai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.about-image-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 50%;
}

.about-image-1 img{
    width: 150px;
    height: 250px;
    border-radius: 10px;
}
.about-image-2 img{
    width: 200px;
    height: 300px;
    border-radius: 10px;
    margin-top: -70px;
}
.about-image-3 img{
    width: 150px;
    height: 280px;
    border-radius: 10px;
}
.about-image-4 img{
    width: 200px;
    height: 250px;
    border-radius: 10px;
}
@media (max-width: 1200px) {
    .about-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about-image-grid {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .about-container {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .about-text-section h1 {
        font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    }

    .about-text-section p {
        font-size: clamp(0.5rem, 2vw + 1rem, 0.9rem);
    }

    .about-image-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .about-image-1 img, .about-image-2 img, .about-image-3 img, .about-image-4 img {
        width: 50%;
        height: auto;
        margin-left: 100px;
    }
    .about-image-2 img{
        margin-top: 1px;
    }
}

@media (max-width: 480px) {
    .about-container {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .about-text-section h1 {
        font-size: clamp(1rem, 2vw + 1rem, 2rem);
    }

    .about-text-section p {
        font-size: clamp(0.4rem, 2vw + 1rem, 0.8rem);
    }

    .about-image-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .about-image-1 img, .about-image-2 img, .about-image-3 img, .about-image-4 img {
        width: 50%;
        height: auto;
    }
}

.missions-section {
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    background-color: #fff;
}

.mission-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100vh;
    margin: auto;
}


.mission-section {
    width: 60%;
}

.mission-section h1 {
    font-size: clamp(1.2rem, 2.5vw + 1rem, 2.5rem);
    margin-bottom: 20px;
    font-family: "Hind Madurai", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mission-section p {
    font-size: clamp(0.6rem, 2.5vw + 1rem, 1rem);
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: "Hind Madurai", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.stats-section {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-stat {
    background-color: #fff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.mission-stat h2 {
    font-size: clamp(1rem, 2.5vw + 1rem, 1.8rem);
    color: #333;
    margin-bottom: 10px;
}

.mission-stat p {
    font-size: clamp(0.6rem, 2.5vw + 1rem, 1.1rem);
    color: #666;
}
@media (max-width: 1200px) {
    .mission-container {
        flex-direction: column;
        height: auto;
    }

    .mission-section, .stats-section {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .mission-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mission-section, .stats-section {
        width: 100%;
    }

    .mission-section h1 {
        font-size: clamp(1rem, 2.5vw + 1rem, 2rem);
    }

    .mission-section p, .mission-stat p {
        font-size: clamp(0.5rem, 2.5vw + 1rem, 0.9rem);
    }

    .mission-stat h2 {
        font-size: clamp(0.8rem, 2.5vw + 1rem, 1.5rem);
    }
}

@media (max-width: 480px) {
    .mission-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .mission-section h1 {
        font-size: clamp(0.8rem, 2.5vw + 1rem, 1.5rem);
    }

    .mission-section p, .mission-stat p {
        font-size: clamp(0.4rem, 2.5vw + 1rem, 0.8rem);
    }

    .mission-stat h2 {
        font-size: clamp(0.6rem, 2.5vw + 1rem, 1.2rem);
    }
}

.image-section{
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-section img{
    height: 70vh;
    width: 70vw;
    border-radius: 30px;
}

.value-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.value-container h1 {
    text-align: start;
    margin-bottom: 2rem;
}

.value-container p {
    text-align: start;
    margin-bottom: 4rem;
    line-height: 1.6;
}

.values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.value {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

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

.value h3 {
    color: #333;
    margin-bottom: 1rem;
}

.value p {
    text-align: left;
    font-size: clamp(0.6rem, 2.5vw + 1rem, 1rem);
    line-height: 1.5;
}



.section {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #f7f7f7;
  }
  
  .top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .small-text {
    font-size: clamp(0.8rem, 2.5vw + 1rem, 1.1rem);
    margin-bottom: 20px;
  }
  
  .logos {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 100px;
  }
  
  .logos img {
    width: 50px;
    height: 50px;
    margin: 10px;
    object-fit: cover;
    
  }
  @media (max-width: 1200px) {
    .logos {
        gap: 50px;
    }

    .logos img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .logos {
        display: flex;
        gap: 20px;
    }

    .logos img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .logos {
        gap: 10px;
    }

    .logos img {
        width: 25px;
        height: 25px;
    }
}
  
  .team-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    /* background-color: #1a1a1a; */
  }
  
  .team-heading {
    font-size: clamp(2rem, 2.5vw + 1rem, 2.5rem);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: start;
    margin-left: 100px;
  }
  
  .team-paragraph {
    font-size: clamp(0.8rem, 2.5vw + 1rem, 1.3rem);
    margin-bottom: 40px;
    text-align: start;
    margin-left: 100px;
  }
  @media only screen and (max-width:600px) {
    .team-heading{
        margin: auto;
        padding: 0;
    }
   
  }
  
  .team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    gap: 60px;
   
  }
  
  .team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px; 
  }
  
  .team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .team-member-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .team-member-position {
    font-size: 14px;
    color: #666;
  }
  
  /* Animations */
  
  .top-section {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.5s ease-in-out;
  }
  
  .team-section {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
  }
  
  .team-members {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
  }
  
  .team-member {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
  }