
/* vietnamese */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom-font-1.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom-font-2.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/custom-font-3.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}
a {
  text-decoration: none;
}
a:hover{
  color: #f0c05a !important;
}
.navbar {
  background: #004369;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
}

.logo-section {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 50px;
  margin-right: 10px;
}

.logo-text {
  font-family: "Dancing Script", cursive;
  color: white;
  line-height: 1.1;
}

.nav-links a {
  color: white;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bold;
}

.hero-img {
  width: 100%;
  height: auto;
}

.about {
  display: flex;
  padding: 40px;
  gap: 20px;
  background: #004369;
}

.about-left img {
  width: 100%;
  max-width: 400px;
}

.about-right {
  max-width: 500px;
}

.facilities {
  background: #f4f4f4;
  padding: 40px;
  text-align: center;
}

.facility-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.card {
  background: #004369;
  padding: 20px;
  /* width: 250px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* .footer {
  background: #004369;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}

.footer-logo {
  height: 50px;
}

.school-name-footer {
  font-family: "Dancing Script", cursive;
  font-size: 20px;
  margin: 10px 0;
}

.footer-right a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 5px 0;
} */
.footer {
  background: #004369;
  color: white;
  padding: 50px 5% 20px;
  font-family: 'Roboto', sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand, .footer-contact, .footer-links, .footer-cta {
  padding: 10px;
}

.logo-img {
  height: 55px;
  transition: opacity 0.3s ease;
}

.logo-img:hover {
  opacity: 0.9;
}

.school-name-footer {
  font-family: "Dancing Script", cursive;
  font-size: 22px;
  /* margin: 10px 0; */
  color: #f0c05a;
}

.mission-statement {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #f0c05a;
}

.footer-contact h4, .footer-links h4, .footer-cta h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #f0c05a;
}

.footer-contact p {
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #f0c05a;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  /* display: flex; */
  /* justify-content: space-evenly; */
}

.footer-links li {
  margin: 6px 0;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #f0c05a;
}

.footer-cta p {
  font-size: 14px;
  margin-bottom: 15px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background: #f0c05a;
  color: #004369;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-links, .footer-contact p {
    justify-content: center;
  }

  .cta-button {
    display: block;
    text-align: center;
  }
}
/* footer end  */
.container {
  min-height: 54vh;
}
.navbar-nav .active a {
  border-bottom: black !important;
  color: white;
}

.about-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.about-text,
.principal-text {
  flex: 1 1 500px;
}

.about-text h2,
.principal-text h2 {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 15px;
}

.about-text p,
.principal-text p {
  color: #444;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 15px;
}

.about-image,
.principal-photo {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.about-image img,
.principal-photo img {
  max-width: 400px;
  max-height:400px ;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Principal signature style */
.principal-signature {
  text-align: right;
  font-style: italic;
  margin-top: 20px;
  color: #333;
}

/* Responsive design */
@media (max-width: 768px) {
  .about-image img,
.principal-photo img {
  max-width: 100%;
  max-height:300px ;
}
  /* .about-section {
    flex-direction: column;
    padding: 20px;
  } */

  .about-text h2,
  .principal-text h2 {
    font-size: 1.5rem;
  }

  .about-text p,
  .principal-text p {
    font-size: 0.95rem;
  }
}
.text-primary {
  color: #004369 !important;
}
.card-text,
.card-title {
  color: white !important;
}

@media (min-width: 767px) {
  .carousel-image-inner {
    height: 89vh;
    object-fit: cover;
  }
}

.breadcrumb {
  background-color: #6dc3f3;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  /* background: transparent; */
  padding: 10px;
  /* margin: 1rem 0; */
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  text-align: center;
  justify-content: center;
}

.breadcrumb li + li::before {
  content: ">";
  padding: 0 0.6rem;
  color: #007bff;
  font-weight: bold;
}

.breadcrumb li a {
  text-decoration: none;
  color: #495057;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.breadcrumb li a:hover {
  color: black;
  text-decoration: underline;
}

.breadcrumb li.active {
  color: black;
  font-weight: 700;
  pointer-events: none;
}

/* Gallery */
.gallery-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.gallery-container h2 {
  text-align: center;
  color: #007bff;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.caption {
  padding: 12px 15px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

/* popup modal  */
/* ✅ MODAL STYLES */
.lightbox-modal-custom {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lightbox-img-custom {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}

.lightbox-counter-custom {
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
}

.lightbox-modal-custom .close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

.prev-new-custom,
.next-new-custom {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
}

.prev-new-custom {
  left: 30px;
}
.next-new-custom {
  right: 30px;
}

.gallery-item:hover {
  cursor: pointer;
}

/* news  */
* Section Styles */ .section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 1.8em;
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* News Styles */
.news-item {
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #007bff;
  background: linear-gradient(to right, #f0f8ff, #ffffff);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.2);
}

.news-item h3 {
  margin: 0 0 8px;
  color: #0056b3;
}

.news-date {
  color: #6c757d;
  font-size: 0.9em;
  margin-bottom: 10px;
}

/* Event Styles */
.event {
  background: linear-gradient(to right, #e6f2ff, #ffffff);
  border-left: 5px solid #007bff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.2);
}

.event-date {
  color: #007bff;
  font-weight: bold;
  font-size: 0.95em;
  margin-bottom: 5px;
}

/* news events  */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main-content {
  flex: 2;
}

.sidebar {
  flex: 1;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 12px;
  border-left: 5px solid #007bff;
}

.section-title {
  font-size: 1.6em;
  color: #007bff;
  border-bottom: 2px solid #007bff;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.news-item,
.event {
  display: flex;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.news-item:hover,
.event:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.news-img,
.event-img {
  width: 180px;
  height: 140px;
  object-fit: cover;
  flex-shrink: 0;
}
.event-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.news-content,
.event-content {
  padding: 15px;
}
.event-content h3 {
  font-size: 20px;
}

.news-date,
.event-date {
  color: #6c757d;
  font-size: 0.9em;
  margin-bottom: 10px;
  font-weight: bold;
}

.news-item h3,
.event h3 {
  margin-top: 0;
  color: #0056b3;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
  }

  .news-item,
  .event {
    flex-direction: column;
  }

  .news-img,
  .event-img {
    width: 100%;
    height: 200px;
  }
}
.news-item .news-short {
  color: black;
}

.banner-img {
  width: 100%;
  max-height: 400px;
  object-fit: fill;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* contact  */
/* .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.contact-h1 {
  text-align: center;
  font-family: "Brush Script MT", cursive;
  font-size: 42px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}

.contact-p {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  font-size: 16px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info,
.contact-form {
  flex: 1 1 400px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info h2,
.contact-form h2 {
  font-size: 24px;
  color: #004369;
  border-left: 4px solid #4caf50;
  padding-left: 10px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
}

.contact-info li strong {
  display: inline-block;
  width: 110px;
  color: #000;
}

.contact-form form label {
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.contact-form form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  background-color: #004369;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #007bff;
}

@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
  }
}

.map {
  width: 100%;
  height: 50%;
}
.map iframe {
  width: 100%;
  height: 100%;
} */


/* admission  */
.admission-container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .admission-header {
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            color: white;
            text-align: center;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
        }

        .admission-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .admission-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 1;
        }

        .admission-header p {
            font-size: 1.1rem;
            margin: 5px 0;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .admission-header h2 {
            font-size: 1.8rem;
            margin-top: 20px;
            font-weight: 600;
            position: relative;
            z-index: 1;
        }

        .form-container {
            padding: 40px;
        }

        .form-section {
            margin-bottom: 35px;
            padding: 25px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

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

        .form-title {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #2c3e50;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .form-title::before {
            content: '';
            width: 4px;
            height: 25px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 2px;
        }

        .form-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            position: relative;
        }

        .admission-container label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #34495e;
            font-size: 0.95rem;
        }

        .form-group .required::after {
            content: " *";
            color: #e74c3c;
            font-weight: bold;
        }

        .admission-container input[type="text"],
        .admission-container input[type="tel"],
        .admission-container input[type="date"],
        .admission-container select,
        .admission-container textarea {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: white;
            color: #2c3e50;
        }

        .admission-container input[type="text"]:focus,
        .admission-container input[type="tel"]:focus,
        .admission-container input[type="date"]:focus,
        .admission-container select:focus,
        .admission-container textarea:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }

        .admission-container select {
            appearance: none;
            background-image: url('data:image/svg+xml;utf8,<svg fill="%23667eea" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 20px;
            cursor: pointer;
        }

        .parent-info-container {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: 30px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 25px;
        }

        .vertical-divider {
            width: 2px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 1px;
            position: relative;
        }

        .vertical-divider::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 12px;
            background: white;
            border: 2px solid #667eea;
            border-radius: 50%;
        }

        .parent-info-title {
            text-align: center;
            font-weight: 600;
            font-size: 1.2rem;
            margin-bottom: 20px;
            color: #2c3e50;
            position: relative;
            padding-bottom: 10px;
        }

        .parent-info-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 2px;
        }

        .services-section {
            background: linear-gradient(135deg, #f1f3f4, #e8eaf0);
            padding: 30px;
            border-radius: 15px;
            margin: 25px 0;
        }

        .services-title {
            margin-bottom: 25px;
            text-align: center;
            font-weight: 600;
            color: #2c3e50;
            font-size: 1.1rem;
        }

        .services-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
        }

        .service-item {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .service-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .service-label {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }

        .service-options {
            display: flex;
            gap: 15px;
        }

        .service-option {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .gender-options {
            display: flex;
            gap: 20px;
            margin-top: 8px;
        }

        .gender-option {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .gender-option:hover {
            border-color: #667eea;
            background: rgba(102, 126, 234, 0.05);
        }

        input[type="radio"] {
            accent-color: #667eea;
        }

        .checkbox-container {
            background: linear-gradient(135deg, #fff3cd, #ffeaa7);
            padding: 20px;
            border-radius: 12px;
            margin: 25px 0;
            border-left: 4px solid #f39c12;
        }

        .checkbox-container label {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #856404;
            font-weight: 500;
            cursor: pointer;
        }

        input[type="checkbox"] {
            accent-color: #f39c12;
            transform: scale(1.2);
        }

        .submit-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 16px 40px;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 600;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
        }

        .submit-btn:active {
            transform: translateY(-1px);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            /* body {
                padding: 10px;
            } */

            .admission-header {
                padding: 30px 15px;
            }

            .admission-header h1 {
                font-size: 2rem;
            }

            .form-container {
                padding: 20px;
            }

            .form-section {
                padding: 20px;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .parent-info-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .vertical-divider {
                width: 100%;
                height: 2px;
                margin: 10px 0;
            }

            .vertical-divider::before {
                top: 50%;
                left: 50%;
            }

            .services-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .gender-options {
                flex-direction: column;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .admission-header h1 {
                font-size: 1.8rem;
            }

            .form-section {
                padding: 15px;
            }

            .submit-btn {
                padding: 14px 30px;
                font-size: 1rem;
            }
        }

        /* Loading Animation */
        .loading {
            position: relative;
            overflow: hidden;
        }

        .loading::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.2), transparent);
            animation: loading 1.5s infinite;
        }

        @keyframes loading {
            0% { left: -100%; }
            100% { left: 100%; }
        }



        .has-error {
  color: red;
}
.has-error input,
.has-error textarea {
  border: 1px solid red !important;
}
.message-capitalize{
  text-transform: uppercase;
}
p{
  text-align: justify;
}
.border-class{
  border: 1px solid #d0d4d787;
  width: 100%;
}
  .principal-photo-lower{
  display: flex;
}
  .principal-photo-upper{
  display: none;
}
@media (max-width:968px) {
  .principal-photo-upper{
  display: flex;
}
  .principal-photo-lower{
  display: none;
}
}
.see-more{
  color: white;
  font-size: 12px;
}
.see-more:hover{
  color: #6dc3f3;
}
.popup-img{
  width: auto;
  max-height:70vh ;
}
.footer-bottom p,
.footer-brand p{
  text-align: center;
}
 @media (min-width:601px) {
  .footer-brand p{
  text-align: left;
}
 }
 .myGallerySwiper .swiper-pagination,
 .mySwiper .swiper-pagination
  {
  position: relative;  /* Removes absolute overlap */
  margin-top: 10px;    /* Space below images */
}