





/* Responsive styling */
/* General Styling for the Student Section */
.student-section {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20px;  
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap; 

}

.student-sec-row_1{
  display: inline-flex;
  /* width: 100%; */
}

.left{
 
}
.right{
  
}

.student-sec-row_2{
  display: inline-flex;
}

.student-section-1 {
  width: 30%; 
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #E5F8F0;
  padding: 10px;
  border-radius: 8px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.student-section-1 img {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px; 
}

.student-sec-h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}

.student-sec-h1 h1 {
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
  font-size: 1.2rem; 
}

/* Media Queries for Responsiveness */

/* For Tablets and Large Phones (min-width: 768px and up) */
@media only screen and (max-width: 1024px) {
  .student-section {
    flex-direction: row;
    justify-content: space-between; 
    padding: 1rem; 
  }

  .student-section-1 {
    width: 45%; 
    height: auto; 
  }

  .student-sec-h1 h1 {
    font-size: 1rem; /* Adjust font size for tablets */
  }
}

/* For Mobile (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .student-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }

  .student-section-1 {
    width: 80%; /* Make items take up more space on smaller screens */
    height: auto; /* Allow height to adjust based on content */
    margin-bottom: 20px; /* Add space between items */
  }

  .student-sec-h1 h1 {
    font-size: 1rem; /* Smaller font size for mobile */
  }
  
  .about-us-right p {
    font-size: 0.9rem;
    text-align: center;
    max-width: 300px;
    padding-top: 15px;
}

.para{
  width: 338px;
}
}



/* Responsive adjustments for widths between 780px and 1000px */




/* about us section */
/* Main container styling */
.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  BACKGROUND-COLOR:#FDF8EF;
 
  text-align: center;


}

.about-us h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5 rem;
  padding-top: 17px;
    font-weight: bold;
}

/* Section styling */
.about-us-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
}

.about-us-right{width: auto;
}
.about-us-right  p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 1300px;
  font-weight: 500;
font-style: normal;
text-transform: uppercase;
} 

.


/* Gradient text */


/* Tablet (768px and below) */
@media (max-width: 768px) {
  .about-us h1 {
    font-size: 1.8rem;
  }

  .about-us-section {
    flex-direction: column;
    text-align: center;
  }

  .about-us-left,
  .about-us-right {
    max-width: 100%;
  }

  .about-us-right {
    padding: 1rem;
  }

  .about-us-right p {
    font-size: 0.95rem;
    text-align: center;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .about-us h1 {
    font-size: 1.6rem;
  }

  .about-us-section {
    gap: 1rem;
  }

  .about-us-left img {
    max-width: 100%;
  }

  .about-us-right p {
    font-size: 0.9rem;
    text-align: center;
    width: 360px;

  }
}

/* General Footer Container Styling */




/* contact end */
/* Footer container */
.footer {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 100vw;
  background-color: #D1EDE1;
  padding: 20px;
}

/* Footer heading */
.footer-a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 20px;
  width: 100%;
}

.footer-a h1 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  width: fit-content;
  text-align: center;
}

/* Footer links section */
.footer-b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
  margin: 0 auto;
}

.footh1,.footh2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footh2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
}
.footh1:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
}

/* Quick Links and Address section */
.footer .address,
.footer .quick-links {
  flex: 1;
  margin-right: 20px;
}

.footer p {
  margin: 5px 0;
  line-height: 1.5;
}

/* Styling for the quick links section */
.quick-links-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.footer .quick-links ul {
  list-style: none;
  padding: 0;
  flex: 1;
}

.footer .quick-links ul li {
  margin: 5px 0;
}

.footer .quick-links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

/* Footer copyright section */
.footer .copyright {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

/* Responsive Design for Mobile and Tablet screens */
@media screen and (max-width: 768px) {
  /* Footer flex direction adjustment */
  .footer-b {
    flex-direction: column;
    align-items: center;
  }

  /* Center align footer links on smaller screens */
  .footer .address,
  .footer .quick-links {
    text-align: center;
    margin-bottom: 20px;
  }

  /* Stack the quick links vertically on smaller screens */
  .quick-links-section {
    flex-direction: column;
    gap: 10px;
  }

  .footer .quick-links ul {
    display: flex;
    flex-direction: column;
  }

  .footer .quick-links ul li {
    margin: 5px 0;
  }

  /* Center the copyright text */
  .footer .copyright {
    text-align: center;
    margin-top: 20px;
  }
  .footh1:after {
    content: "";
    display: block;
    width: 88px;
    height: 2px;
    background-color: #000;
    margin-top: 5px;
    margin-left: 103px;
}

  .footh2:after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    background-color: #000;
    margin-top: 5px;
    margin-left: 2px;
}
}

/* Extra small screen styles (phones) */
@media screen and (max-width: 480px) {
  .footer-a h1 {
    font-size: 1.2rem; /* Make footer heading smaller on mobile */
  }

  .footer .address,
  .footer .quick-links {
    margin-right: 0;
    padding: 10px;
  }

  .footer p {
    font-size: 0.9rem;
  }

  .footer .quick-links ul li a {
    font-size: 0.9rem; /* Smaller font size for links on smaller screens */
  }
}

