*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.nav-link{
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    gap: 70px;
   justify-content: space-between;
   font-size: 30px;
    

}



.navbar{
    display: flex;
    padding-right: 0px;
    margin-right: 0px;
    justify-content: space-between;
    align-items: center;
}
.hero{
    height:450px ;
    
   background-image: url(./11pimg.png);
   text-align: center;
   color: whitesmoke;
}
.hero-text{
    text-align: center;
    padding-top: 40px;
    padding-bottom:80px;
    text-align: center;
    font-size: 80px;
    color: rgb(248, 248, 250);
    
}
.hero-text1{
    font-size: 40px;
    color: rgb(255, 253, 253);
    flex-wrap: wrap;
    font-style: italic;
}
.study-mems{
    display: flex;
    padding-top: 50px;
    font-size: 40px;
}
.sub-head{
    font-weight: bolder;
    gap: 50px;
    background-color: aquamarine;
    
    text-align: center;
    padding-bottom: 40px;
}
.sub-text{
    font-weight: bold;
    padding-top: 30px;
    text-align: left;
    font-size: 45px;
}
.aim{
    margin-bottom: 30px;
    font-size: 80px;
}
.button{
    background-color: rgb(48, 235, 6);
    color: rgb(12, 4, 252);
    font-size: 30px;
    padding: 20px;
    margin-bottom: 400px;
}
.button:hover{
    background-color: rgb(181, 202, 65);
    border: 3px solid #000000;
    border-radius: 15px;
}
@keyframes buttonanimation{
    from{
        background-color: rgb(255, 0, 0);
        padding: 20px;
    }
    to{
        background-color: green;
        padding: 30px;
    }


}
.button{
    animation-name: buttonanimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.contact{
    padding-top: 55px;
    font-weight: bold;
    font-style: oblique;
    font-size: 44px;
}
.social-media{
    padding-left: 55px;
    padding-top: 100px;
    
font-size: 30px;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}
.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}

.contact-section {
  background-color: #1f242b;
  color: white;
  padding: 60px 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-card {
  background-color: white;
  color: #333;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.icon {
  font-size: 40px;
  color: #42c5f5;
  margin-bottom: 15px;
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.contact-card p {
  font-size: 14px;
  line-height: 1.6;
}
.contact-section{
    background-color: #1f242b;
    color: white;
    padding: 60px 20px;
}
.cotac-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
    max-width: 90px;
    margin: o auto;
}
.contact-card{
    background-color: white;
    color: #333;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    
}
.media{
  text-align: center;
  padding-bottom: 45px;
  font-size: 60px;
  background-image: url(./12pimg.png);
  height: 350px;

}
.subject{
  font-size: 30px;
  padding-left: 44px;
  gap: 30px;
  padding-top: 50px;
  display: block;
  margin-bottom: 200px;
  

}
.sslc{
  text-align: center;
  font-size: 100px;
  font-style: italic;
  background-color: burlywood;
  padding-top: 60px;
  margin-top: 60px;
  margin-bottom: 100px;
}
.sub{
  margin-bottom: 100px;
  margin-top: 60px;
}
.sub-p{
  font-size: 50px;
  font-style: italic;
  background: #42c5f5;
  margin-bottom: 50px;
}
.puc-p{
  font-size: 30px;
  margin-top: 100px;
  margin-left: 50px;
  margin-bottom: 50px;
  font-style: italic;
}
.puc{
  text-align: center;
  font-size: 100px;
  background-color: burlywood;
  margin-top: 50px;
}
.neet{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 100px;
  font-style: italic;
  background-color: burlywood;
}
.neet-p{
  margin-bottom: 50px;
  font-size: 50px;
  margin-left: 70px;
}
/* --- General Styles --- */
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #222;
}

.about-section {
  text-align: center;
  padding: 60px 20px;
}

.about-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

.about-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 50px;
}

/* --- Team Cards --- */
.team-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.team-card {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  width: 300px;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.team-card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-info {
  padding: 20px;
}

.card-number {
  display: inline-block;
  font-weight: 700;
  background: #d8e3cc;
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.card-info h3 {
  margin: 10px 0 8px;
  font-size: 1.2rem;
}

.card-info p {
  font-size: 0.95rem;
  color: #666;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .team-container {
    flex-direction: column;
    align-items: center;
  }
}
p{
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.body{
  overflow-x: hidden;
}

.hero-text1{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}