body {
      font-family: Arial, sans-serif;
      padding: 0 50px;
      background-color: #fff;
    }

    /* Logo section */
    .header-logo {
      display: flex;
      align-items: center;
      padding: 22px 0 25px 0px;
    }

    .header-logo img {
      width: 55px;
      margin-right: 10px;
    }

    .header-logo h1 {
      font-size: 20px;
      margin: 0;
      color: #043564 !important;
      /* color: #0b2c6b; */
    }

    .header-logo h1 small {
      display: block;
      color: #02989A !important;
      /* color: #0ca678; */
      font-weight: normal;
    }
 /* ========== nav bar================= */
     /* Navbar styles */
.navbar {
  background-color: #043564;
  border-radius: 15px;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link {
  color: #fff !important;
  position: relative;
  font-weight: 500;
  margin: 0 10px;
  padding: 8px 0;
  text-decoration: none;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100% !important;
  height: 2px;
  background-color: #fff;
}

.contact-btn {
  background-color: #fff !important;
  color: #043564 !important;
  padding: 6px 23px !important;
  border-radius: 25px !important;
  font-weight: 500;
  border: none;
}

@media (max-width: 768px) {
  /* Smaller underline for active nav item */
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 25% !important; /* reduced underline width */
    height: 1.0px;
    background-color: #fff;
  }

  /* Centered "Contact Us" button */
  .contact-btn {
    display: block;
    margin: 1px auto 10px auto; /* centers the button */
    background-color: #fff !important;
    color: #073b63 !important;
    border-radius: 15px;
    padding: 4px 15px !important;
    font-weight: 500 !important;
    border: none;
  }
}
/* ============== out facilities====== */
.facility-section {
  background-color: #f9f9f9;
}

.facility-card {
  background-color: #ffffff;
  border-radius: 12px;
 box-shadow: 0 6px 20px rgba(117, 116, 116, 0.4) !important;
  transition: transform 0.3s ease;
  height: 100%;
}

.facility-card:hover {
  transform: translateY(-6px);
}

.facility-card .icon {
  font-size: 1.3rem;
  background-color: #02989A; /* Green background */
  color: #ffffff;             /* White icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
}

.facility-card h5 {
  color: #043564; /* Blue text */
  margin-bottom: 0.5rem;
}

.facility-card p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}
.facility-text{
    color: #043564 !important;
    font-size: 2rem !important;
}
.text-muted{
    color: #043564 !important;
}
.content-text{
    color: #043564 !important;
}

/* =========================== ratings========== */
.stats-section {
  background-color: #f8f9fa;
}

.stats-section h3 {
  font-size: 2rem;
}

.stats-section p {
  margin-bottom: 0;
}
.number-color{
    color: #043564 !important;
}
.text-muted1{
  color: #043564 !important;
}
/* ========= footer========== */
.footer-section {
  background-color: #073763; /* Navy blue */
  margin-top: 50px;
  /* margin-bottom: 5px; */
  border-radius: 10px 10px 0 0;
}

.footer-section h5 {
  font-size: 1.25rem;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #d1d1d1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-link {
  color: #d1d1d1;
  text-decoration: none;
}
.footer-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hello-class{
    padding-left: 45px !important;
}


/* =============== facilities===================== */
/* ==================== mobile view section========== */
/* ========= 1) navbar and logo section========== */
@media (max-width: 768px) {
  /* Smaller underline for active nav item */
  body {
      font-family: Arial, sans-serif;
      padding: 0 20px;
      background-color: #fff;
    }

    /* Smaller underline for active nav item */
   .header-logo img {
      width: 50px;
      margin-right: 10px;
    }

    .header-logo h1 {
      font-size: 19px;
      margin: 0;
      color: #043564 !important;
      /* color: #0b2c6b; */
    }
     .navbar-collapse {
    flex-direction: column !important;
    align-items: center !important;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .navbar-nav .nav-item {
    /* margin: 8px 0; */
  }

  .contact-btn {
    margin-top: 5px;
  }
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 150% !important; /* reduced underline width */
    height: 1.0px;
    background-color: #fff;
    
  }

  /* Centered "Contact Us" button */
  .contact-btn {
    display: block;
    margin: 1px auto 10px auto; /* centers the button */
    background-color: #fff !important;
    color: #073b63 !important;
    border-radius: 15px;
    padding: 4px 15px !important;
    font-weight: 500 !important;
    border: none;
  }
 /* Force white toggler icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Optional: make toggler background transparent and remove border */
.navbar-toggler {
  border: none !important;         /* Remove black border */
  background-color: transparent;   /* Optional: if you don't want grey bg */
  box-shadow: none !important;     /* Prevent any auto shadow/border */
}

}

/* ========== facitity section */
@media (max-width: 768px) {
    section.facility-section.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 2rem !important;
  }
  .facility-section .container {
    padding-left: 1rem !important; /* Add some padding, not zero */
    padding-right: 1rem !important;
  }

  .facility-section .text-center {
    text-align: left !important;  /* Align heading and text left */
  }

  .facility-section .w-75.mx-auto {
    width: 100% !important;       /* Use full width for paragraph */
    margin-left: 0 !important;    /* Remove horizontal centering */
    margin-right: 0 !important;
  }
  .facility-text{
    text-align: center !important;
    padding-bottom: 10px !important;
  }
  .facility-card h5 {
  color: #043564; /* Blue text */
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}

}
/* ================= 5) mobile view of ratings ==========*/
@media (max-width: 768px){
.stats-section {
  background-color: #f8f9fa;
   padding-top: 0.25rem !important;  /* py-1 = 0.25rem top and bottom */
    padding-bottom: 0.25rem !important;
}
 section.stats-section.py-5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

.stats-section h3 {
  font-size: 1.6rem;
}

.stats-section p {
  margin-bottom: 0;
}
.number-color{
    color: #043564 !important;
}
.text-muted1{
  color: #043564 !important;
}
/* .logo-carousel-wrapper{
    margin-top: 50px !important;
} */

}

/* ========= mobile view of footer section======= */
@media (max-width: 768px) {
  .footer-section {
    margin: 0 !important;         /* Removes top and bottom spacing */
    padding: 1rem 1.2rem !important; /* Reduce inner padding for mobile */
    border-radius: 0 !important;  /* Optional: remove rounded corners on mobile */
     border-top-left-radius: 10px !important;
     border-top-right-radius: 10px !important;
  }

  .footer-section .container-fluid {
    padding: 0 !important;        /* Removes default Bootstrap horizontal padding */
  }

  .footer-section .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-section .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hello-class{
    padding-left: 0.5px !important;
}
}

