 .header-social-icons a {
  display: inline-block !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  font-size: 18px !important;
  color: #fff !important;
  text-align: center !important;
}

.header-social-icons a.facebook { background-color: #3b5998 !important; }
.header-social-icons a.instagram { background-color: #e4405f !important; }
.header-social-icons a.youtube { background-color: #ff0000 !important; }
.header-social-icons a.whatsapp { background-color: #25D366 !important; }

.header-social-icons a:hover {
  transform: scale(1.1) !important;
  background-color: #222 !important;
}
.fixed-cta-buttons {
  position: fixed;
  bottom: 70px;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.fixed-cta-buttons .btn {
  padding: 12px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.fixed-cta-buttons .admission-btn {
  background-color: #e74c3c;
}

.fixed-cta-buttons .admission-btn:hover {
  background-color: #c0392b;
}

.fixed-cta-buttons .whatsapp-btn {
  background-color: #25d366;
  font-size: 15px;
  padding: 10px 12px;
}

.fixed-cta-buttons .whatsapp-btn:hover {
  background-color: #1ebe57;
}

.fixed-cta-buttons i {
  margin: 0;
}
   .newsletter-section {
    background-color: #ffffff; 
    color: #333; 
    padding: 60px 20px;
    text-align: center;
 }

  .newsletter-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .newsletter-content h2 {
    font-size: 30px;
    color: #e95127; 
    margin-bottom: 15px;
  }

  .newsletter-content p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .newsletter-form .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .newsletter-form input[type="email"] {
    padding: 14px 18px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
  }

  .newsletter-form button {
    padding: 14px 25px;
    background-color: #e95127;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .newsletter-form button:hover {
    background-color: #e05500;
  }

  @media (min-width: 768px) {
    .newsletter-form .form-group {
      flex-direction: row;
      justify-content: center;
    }

    .newsletter-form input[type="email"] {
      margin-bottom: 0;
      margin-right: 15px;
    }
  }

    .info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background-color: #fff7e6;
    border-radius: 8px;
    overflow: hidden;
  }

  .info-table td {
    padding: 12px 16px;
    vertical-align: top;
    text-align: left;
  }

  .info-table tr:nth-child(even) {
    background-color: #ffeacc; 
  }

  .info-table i {
    font-size: 18px;
    color: #555;
    margin-right: 6px;
  }

  .info-table strong {
    font-weight: 600;
    color: #333;
  }
  .notice-board {
  background: #ffffff;
  padding: 60px 30px;
  font-family: 'Segoe UI', sans-serif;
  color: #212121;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.col-left {
  flex: 1 1 50%;
  padding: 20px;
}

.subtitle {
  font-size: 14px;
  color: #e65100;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.main-title {
  font-size: 36px;
  color: #0a1e3f!important;
  margin-bottom: 20px;
  font-weight: 700;
}

.col-left p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.notice-points {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #2e7d32;
}

.col-right {
  flex: 1 1 40%;
  background: #f9f9f9;
  border: 2px solid #e65100;
  border-radius: 10px;
  padding: 25px;
  max-height: 340px;
  overflow-y: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.8s ease-in-out;
}

.notice-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-slider ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
}

.notice-slider ul li strong {
  color: #e65100;
  font-weight: bold;
}

.notice-slider ul li b {
  color: #0a1e3f;
}

@media (max-width: 768px) {
  .container2 {
    flex-direction: column;
  }
  .col-left, .col-right {
    flex: 1 1 100%;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.admission-section {
  background: #f4f7fc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;

}

.container1 {
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.form-title1 {
  text-align: center;
  font-size: 32px;
  color: #0a1e3f;
  margin-bottom: 30px;
  font-weight: bold;
}

.admission-form .form-group {
  margin-bottom: 20px;
}

.admission-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.admission-form input,
.admission-form textarea,
.admission-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fdfdfd;
  transition: all 0.3s ease;
}

.admission-form input:focus,
.admission-form textarea:focus,
.admission-form select:focus {
  border-color: #e65100;
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 81, 0, 0.15);
}

.submit-btn {
  background-color: #e65100;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: block;
  width: 100%;
  margin-top: 15px;
}

.submit-btn:hover {
  background-color: #c84300;
}

/* Responsive */
@media (max-width: 600px) {
  .container1 {
    padding: 20px;
  }

  .form-title1 {
    font-size: 24px;
  }
}
.leadership-message {
  background: #f4f7fc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.leadership-message .container {
  max-width: 1000px;
  margin: auto;
}

.message-card {
  background: #fff;
  border-left: 6px solid #e65100;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(10, 30, 63, 0.1);
  margin-bottom: 40px;
  padding: 30px;
}

.section-title1 {
  font-size: 28px;
  font-weight: bold;
  color: #0a1e3f;
  margin-bottom: 25px;
  text-align: center;
}

.message-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.message-img {
  flex: 0 0 150px;
}

.message-img img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.message-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.name {
  text-align: right;
  color: #e65100;
  font-style: italic;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .message-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .message-img {
    margin-bottom: 20px;
  }

  .message-text {
    text-align: justify;
  }

  .name {
    text-align: center;
  }
}
.chairperson-message {
  background-color: #f4f7fc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.chairperson-message .container {
  max-width: 1100px;
  margin: auto;
}

.chairperson-card {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-left: 6px solid #e65100;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(10, 30, 63, 0.08);
  overflow: hidden;
}

.chairperson-img {
  flex: 1 1 350px;
  max-width: 350px;
}

.chairperson-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chairperson-text {
  flex: 2 1 600px;
  padding: 30px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.chairperson-text .name {
  margin-top: 20px;
  color: #e65100;
  font-weight: 600;
  font-style: italic;
  text-align: right;
}

@media (max-width: 768px) {
  .chairperson-card {
    flex-direction: column;
  }

  .chairperson-img,
  .chairperson-text {
    width: 100%;
  }

  .chairperson-text {
    padding: 20px;
    text-align: justify;
  }

  .chairperson-text .name {
    text-align: center;
  }
}
.hero-slider {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

.slider-wrapper {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 1s ease-in-out;
}

.slide {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  background-color: rgba(230, 81, 0, 0.9);
  color: #fff;
  padding: 12px 30px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  text-align: center;
}

@media (max-width: 768px) {
  .hero-slider {
    height: 180px;
  }

  .slide-text {
    font-size: 16px;
    padding: 8px 18px;
  }
}
