body {
  font-family: 'Quicksand';
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#div_1 {
  background: linear-gradient(to bottom right, #FFCC01, #FFCC02);
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

#brand_icon {
  z-index: 1;
  height: 1%;
  width: auto;
}

.sanskrit_quote {
  z-index: 10;
  font-family: 'Amita';
  text-align: center;
  padding: 20px;
  padding-top: 30px;
  font-size: 50px;
  color: #FFFAF0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

#top_logo {
  z-index: 10;
  text-align: center;
  font-family: sans-serif;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  left: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

#top_logo_P {
  font-size: 70px;
}

#top_logo_aathshala {
  font-size: 40px;
}

.english_quote {
  text-align: center;
  padding: 20px;
  color: white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  font-size: 20px;
}

#div_2 {
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.division_headings {
  font-family: 'Playfair Display';
  text-align: center;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 50px;
}

#our_achievers_text {
  color: black;
}



.carousel-container {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 20px 0;
}

.achiever-card {
  min-width: 200px;
  height: 260px;
  margin: 0 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  transform: scale(0.9);
  opacity: 0.5;
}

.achiever-card.active {
  transform: scale(1.1);
  opacity: 1;
}

#quote_2 {
  font-family: 'Playfair Display';
  text-align: center;
  padding: 15px;
  padding-top: 30px;
  color: black;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  font-size: 40px;
}

/* Style for Paathshala text in quote 2 */
.P {
  font-family: sans-serif;
  color: red;
  font-weight: bold;
  font-size: 55px;
}

.aathshala {
  font-family: sans-serif;
  color: red;
  font-weight: bold;
  font-size: 30px;
}

.swipe-down {
  transform: translateX(-50%);
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  animation: bounce 1.5s ease-in-out infinite;
  display: inline-block;
  will-change: transform;
  padding-top: 30px;
}



#swipe_in_div_1 {
  color: whitesmoke;
}

#swipe_in_div_2 {
  color: black;

}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}

#div_3 {
  background: linear-gradient(to bottom right, #FFCC01, #FFCC02);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about_us_heading {
  color: whitesmoke;
  margin-top: 0;
  font-size: 50px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  padding-bottom: 30px;
}

#about_us_text {
  color: whitesmoke;
  font-style: oblique;
  font-size: 20px;
  text-align: center;
  padding: 40px;
  max-width: 800px;
  font-family: 'Montserrat';
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.divider {
  width: 30%;
  height: 1px;
  background-color: white;
  margin: 10px auto;
  border: #FFFAF0 1px solid;
}

#swipe_in_div_3 {
  color: whitesmoke;

}

/*DIVISION 4*/
#div_4 {

  background: linear-gradient(to bottom right, #f5f5f5, whitesmoke);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faculty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.faculty-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: white;
  padding: 20px;
  border-radius: 20px;
  width: 80%;
  max-width: 900px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.faculty-card:nth-child(even) {
  flex-direction: row-reverse;
}

.faculty-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #FFCC01;
}

.faculty-details {
  flex: 1;
  padding: 15px;
  background: #eef1f5;
  border-radius: 15px;
}

.faculty-details h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #333;
}

.faculty-details p {
  margin: 0;
  font-size: 16px;
  color: #666;
}




/*DIVISION 5*/

#div_5 {
  background: #FFCC01;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.button-container {
  padding: 5vh;
}

.admission-button {
  font-family: 'Quicksand', sans-serif;
  background-color: #c4171b;
  color: white;
  padding: 20px 50px;
  border: none;
  border-radius: 50px;
  font-size: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.admission-button:hover {
  background-color: #a00f12;
  color: #fff;

  transform: scale(0.90);
}

#secure_future {
  font-size: 60px;
  color: #c4171b;
  padding-bottom: 120px;
}

#take_first_step {
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  color: black;
  padding-bottom: 10vh;
}

#div_6 {
  background: linear-gradient(to bottom, #ffffff, #e2e0e0);

  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.centre_map {
  padding: 20px;
}

#div_7 {
  background: #FFCC01;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer {
  height: 30vh;
  font-size: 20px;
  text-align: center;
  padding: 60px;
}

@media (max-width: 700px) {

  .faculty-card,
  .faculty-card:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }

  .faculty-card {
    height: 40%;
  }

  .admission-button {
    font-size: 40px;
    padding: 15px 25px;
  }
}