body {
    overflow-x: hidden;
}
    
    /* Top bar */
        .top-bar {
            background-color: #1f567d;
            color: white;
            font-size: 16px;
           
        }

        /* Navbar branding */
    /* .school-logo {
    width: 45px;
    height: 45px;
    background: #1f567d;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;

     margin-left: 0;      
    margin-right: 10px;  

} */
    .school-logo {
    width: 55px;
    height: 55px;
    /* background: #1f567d; */
    color: white;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;

     margin-left: 0;      
    margin-right: 10px;  

}
        .nav-link {
            font-weight: 500;
            font-size: 15px;
        }
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
    background-color: #F4F6F8 !important; /* your active BG color */
    color: #1f4f78 !important; /* optional: change text color to match contrast */
    border-radius: 4px; /* optional: rounded corners */
}


        .btn-call {
            border: 1px solid #1f567d;
            color: #1f567d;
        }

        .btn-whatsapp {
            background-color: #759E8D;
            color: white;
        }
        .school-name {
  
  font-family: "Playfair Display", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: rgb(31, 81, 122);
}
.ampersand {
  font-family: "Georgia", serif;
  font-style: italic;
  margin: 0 2px;
  font-weight: 400;
   font-size: 18px;
}
        /* ============================= */
/* RESPONSIVE NAVBAR & TOP BAR  */
/* ============================= */

@media (max-width: 991px) {

    /* Top bar */
    .top-bar {
        font-size: 14px;
        text-align: center;
    }

    .top-bar .container {
        flex-direction: column;
        gap: 6px;
    }

    /* Logo + text */
    .school-logo {
        width: 50px;
        height: 50px;
        font-size: 18px;
        top: -10px;
    }

    .navbar-brand div strong {
        font-size: 16px;
    }

    .navbar-brand div small {
        font-size: 12px;
    }

    /* Nav links */
    .navbar-nav {
        text-align: center;
        margin-top: 10px;
    }

    .nav-link {
        padding: 10px 0;
    }

    /* Buttons stack */
    .navbar .d-flex {
        flex-direction: column;
        align-items: stretch;
        margin-top: 15px;
        gap: 10px;
    }

    .btn-call,
    .btn-whatsapp {
        width: 40%;
        text-align: center;
        margin: auto;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .school-name {
        display: none;
    }
    .school-logo {
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin-left: 0; /* ensure it's not pushed off-screen */
       margin-top: -20px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

    .top-bar {
        font-size: 13px;
        padding: 6px 0;
    }
  .school-logo {
        width: 50px;
        height: 50px;
        font-size: 16px;
        margin-left: 0;
        top: -10px;
    }

    .navbar-brand div strong {
        font-size: 15px;
    }

    .navbar-brand div small {
        font-size: 11px;
    }
}

     .site-footer {
  background: #1f4f78;
  color: #e6eef6;
  font-family: "Segoe UI", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* .logo-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f5c16c;
  color: #1f4f78;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
} */
 .logo-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  color: #1f4f78;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-brand h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff !important; /* force white color */
}
h3 .footerampersand {
  font-family: "Georgia", serif;
  font-weight: normal;
   color: #fff;
}
.footer-desc {
  margin: 15px 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: rgb(249, 249, 246);
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
}
.about-shift {
  margin-left: 60px;   /* increase/decrease as needed */
}
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgb(249, 249, 246);
}

.footer-col ul li a {
  color: #e6eef6;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  color: #e6eef6;
  font-size: 16px;
}

.contact-col i {
  margin-right: 8px;
  color: #f5c16c;
}
.contact-col{
  margin-left: -40px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(249, 249, 246);
}
.footer-links a {
  margin-left: 15px;
  color: #e6eef6;
  text-decoration: none;
}
/* =========================
   LARGE TABLETS & SMALL LAPTOPS
   ========================= */
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .about-shift {
    margin-left: 0; /* prevent awkward spacing */
  }
}

/* =========================
   TABLETS
   ========================= */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-brand h3 {
    font-size: 17px;
    line-height: 26px;
  }

  .footer-bottom {
    font-size: 14px;
  }
}

/* =========================
   MOBILE DEVICES
   ========================= */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .about-shift {
    margin-left: 0;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-links a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-col{
  margin-left: 0px;
}
}

/* =========================
   VERY SMALL PHONES
   ========================= */
@media (max-width: 480px) {
  .footer-container {
    padding: 35px 15px;
  }

  .logo-circle {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .footer-brand h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-desc {
    font-size: 13px;
    line-height: 21px;
  }

  .footer-col ul li {
    font-size: 13px;
  }
    .contact-col{
  margin-left: 0px;
}
}

/* ===============================
   FLOATING ACTION BUTTONS
   =============================== */

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Shared button styles */
.whatsapp-float,
.call-float {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* WhatsApp */
.whatsapp-float {
  background-color: #25D366;
  color: #fff;
  font-size: 28px;
}

/* Call */
.call-float {
  background-color: #ffffff;
  color: #1f4f78;
  font-size: 22px;
}

/* Hover (desktop only) */
@media (hover: hover) {
  .whatsapp-float:hover,
  .call-float:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  }
}

/* ===============================
   TABLETS
   =============================== */
@media (max-width: 992px) {
  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float,
  .call-float {
    width: 52px;
    height: 52px;
  }
}

/* ===============================
   MOBILE DEVICES
   =============================== */
@media (max-width: 768px) {
  .floating-actions {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .whatsapp-float,
  .call-float {
    width: 48px;
    height: 48px;
  }

  .whatsapp-float {
    font-size: 24px;
  }

  .call-float {
    font-size: 20px;
  }
}

/* ===============================
   VERY SMALL PHONES
   =============================== */
@media (max-width: 480px) {
  .floating-actions {
    right: 10px;
    bottom: 10px;
  }

  .whatsapp-float,
  .call-float {
    width: 44px;
    height: 44px;
  }

  .whatsapp-float {
    font-size: 22px;
  }

  .call-float {
    font-size: 18px;
  }
}
