html {
    font-size: 14px;
  }
  
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
  
  .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
  }
  
  html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    margin-bottom: 60px;
  }






  body {
    font-family: "Raleway", Arial, sans-serif;
}

.school-header {
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.school-logo {
    height: 80px;
    width: auto;
}

.school-name {
    color: #001f54;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0;
}

/* Navigation */

.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
    padding-left: 8px !important;
    padding-right: 8px !important;
    color: #001f54 !important;
}

.navbar-nav .nav-link:hover {
    color: #0d6efd !important;
}

/* Footer */

.footer-section {
    background-color: #001f54;
    color: white;
    padding: 25px;
}

.hero-section {
    padding: 0;
    margin: 0;
}

.hero-section h1 {
    font-weight: 700;
}

.card {
    border: none;
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.header-divider {
    height: 5px;
    background: linear-gradient(
        to right,
        #001f54,
        #0d6efd,
        #001f54
    );
}

.hero-section {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
}

.hero-tagline {
    color: #001f54;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.gallery-section-title {
    color: #001f54;
    font-weight: 700;
    margin-bottom: 25px;
    border-left: 5px solid #001f54;
    padding-left: 12px;
}

.gallery-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.03);
}

.contact-section-title {
    color: #001f54;
    font-weight: 700;
    margin-bottom: 15px;
}

.map-container {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.faculty-card {
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.faculty-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.disclosure-page {
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.facility-section {
    margin-bottom: 55px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.facility-section:last-child {
    border-bottom: none;
}

.facility-title {
    color: #001f54;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 18px;
    border-left: 4px solid #001f54;
    padding-left: 12px;
}

.facility-section p {
    line-height: 1.8;
    text-align: justify;
}

.admission-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.admission-list {
    margin-top: 20px;
    line-height: 2;
}

.admission-contact p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

body {
    font-family: "Raleway", Arial, sans-serif;
}

.site-header {
    background-color: #ffffff;
    padding: 15px 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.school-logo {
    height: 80px;
}

.school-name {
    color: #001f54;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.main-nav {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.main-nav a {
    color: #001f54;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.main-nav a:hover {
    text-decoration: underline;
}

.header-divider {
    border: 0;
    height: 2px;
    background-color: #001f54;
    margin: 0;
}

.site-footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid #ddd;
}

.site-footer p {
    margin: 0;
    color: #001f54;
}