body{
  background-color: #F0FDFF;
 font-family: "Poppins", serif;
}
.hero {
  position: relative;
  background-image: url('../images/group-7.png');
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, 1)
    );
}

.hero-cont {
  position: relative;
  color: #ffffff;
  padding: 300px 100px 20px !important;
  text-align: center;
}

.hero-cont h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-cont p {
  font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}

.who_are_we,
.the-visioneer{
  margin-top: 50px;
  background-color: white;
  margin: 50px 80px;
  padding: 50px 40px;
  justify-content: center;
  align-items: center;
}
.about{
  margin-top: 50px;
}
h6{
  color: #555555;
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", serif;
}
p,q{
  font-size: 16px;
  color: #666666;
  font-family: "Poppins", serif;
}
.visioner {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.headtext{
  color: #394243;
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", serif;
}
.vish h6, .vish p{
  text-align: center;
  font-weight: bold;
  color: #394243;
  font-family: "Poppins", serif;
}

 .image{
  max-width: 500px;
  max-height: 400px;
}
.section3{
  margin-top: 100px;
}
.team-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 100px;
  gap: 20px; 
}

.tutor {
  border-radius: 6px;
  background-color: #ffffff; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.10); 
  margin: 10px;
  text-align: center;
  padding: 15px;
  max-width: 300px;
}

.tutor img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}
.tutor h6{
  color: #333333;
  font-family: "Poppins", serif;
  font-weight: bold;
  font-size: 24px;
}
.tutor p{
  font-family: "Poppins", serif;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
.icons ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.icons ul li a {
  font-size: 1.2rem;
  color: #333;
  transition: color 0.3s ease;
}

.icons ul li a:hover {
  color: #38A4C1;
}

/* Responsive Adjustments */
@media (max-width: 1000px){
  .visioner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-cont {
    padding: 20px 40px !important;
}
  .hero-cont h1{
    font-size: 24px;
}
.hero-cont p{
    font-size: 18px;
}
.headtext{
  font-size: 22px;
}
h6{
  font-size: 20px;
}
p,q{
  font-size: 16px;
}
.quote img{
  width: 10px !important;
}
  
.the-visioneer,
.who_are_we{
  margin: 50px 40px;
}
  .visioner img {
    width: 100%;
    margin-bottom: 20px;
  }

  .vmission {
    padding: 20px;
  }

  .vmission-tab .nav-item a {
    font-size: 1.2rem;
  }

  .tab-content p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 60vh;
}
.hero-cont{
    padding: 100px 20px !important;
    width: 100%!important;
  }
  #hero h1 {
    font-size: 32px;
  }

  #hero p  a{
    font-size: 24px;
  }
  .vp{
    height: 50vh;
  }
  .visioner p,
  .tab-content p {
    font-size: 16px;
  }

  .tutor {
    flex: 1 1 100%;
  }
}
