body {
      font-family: Arial, sans-serif;
      padding: 0 50px;
      background-color: #fff;
    }
    html {
  scroll-behavior: smooth;
}


    /* 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;
  }
}
/* ========about us===== */
/* About Us Banner */
.about-banner {
  background-color: #043564;
  border-bottom-left-radius:20px ;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
   border-top-right-radius: 20px;
  text-align: left;
  padding-left: 40px;
  margin-top: 50px;
}

.about-banner h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.about-banner p {
  font-size: 1.2rem;
  margin: 0;
}
/* ==================== card section====== */
.card-custom {
  background-color: white;
  /* border: 1px solid #97989a !important; */
box-shadow: 0 6px 20px rgba(143, 142, 142, 0.4) !important;
  transition: transform 0.3s ease;
  width: 100%;
  height: 800px !important;
  padding: 0; /* Remove internal padding */
 
}
.card-conatiner{
  margin-top: 40px !important;
}
.card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 10px 10px 10px; /* minimal padding bottom */
}

.card-icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-icon {
  background-color: #003366;
  color: white;
  font-size: 15px;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  color: #003366;
}
.new-text {
  display: block !important;
  margin-bottom: auto !important;
  align-self: flex-start !important;
}
.card-text {
  font-size: 0.95rem;
  color: #003366;
  margin-bottom: 8px;
}

.btn {
  background-color: #003366 !important;
  color: white !important;
  border: none;
  padding: 6px 16px !important;
  width: fit-content;
  align-self: flex-start;
  margin-top: auto;
}

.card-custom:hover {
  background-color: #003366 !important;
  color: white !important;
}

.card-custom:hover .card-title,
.card-custom:hover .card-text {
  color: white !important;
}

.card-custom:hover .card-icon {
  background-color: white !important;
  color: #003366 !important;
}

.card-custom:hover .btn {
  background-color: white !important;
  color: #003366 !important;
}
.highlight-address {
  background-color: #003366; /* dark blue */
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.6;
}

.contact-icon-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 2rem; /* increased size */
}

.whatsapp-icon {
  color: #25D366; /* WhatsApp green */
  transition: transform 0.2s ease;
}

.gmail-icon {
  color: #EA4335; /* Gmail red */
  transition: transform 0.2s ease;
}

.contact-icon-link:hover i {
  transform: scale(1.1); /* subtle zoom */
}

/* Prevent hover from overriding icon colors */
.card-custom:hover .whatsapp-icon {
  color: #25D366 !important;
}

.card-custom:hover .gmail-icon {
  color: #EA4335 !important;
}

/* ======================= */
.business-hours-section {
  background-color: #fff;
  padding: 10px 20px 0px!important;
  color: #0d2d59; /* Dark blue for all text */
  font-family: 'Segoe UI', sans-serif;
}

.business-hours-section h5 {
  font-weight: 600;
  color: #0d2d59; /* Blue heading */
  /* background-color: #bebebf; */
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 1rem;
}

.business-hours-section h6 {
  font-weight: 600;
  color: #0d2d59;
}

.business-hours-section p {
  color: #0d2d59; /* Light blue tone for paragraph */
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.business-icon {
  font-size: 20px;
  color: #0d2d59;
  margin-right: 10px;
}
.business-hours-label {
  background-color: #c0bebe; /* Light grey background */
  color: #0d2d59; /* Blue text/icon */
  font-weight: 600;
  font-size: 1rem;
}

.business-hours-label i {
  font-size: 1.2rem;
  color: #0d2d59;
   margin-right: 1px !important; 
}
.heading-title{
  font-size: 1.2rem !important;
}
/* ====== contact us form========== */
.contact-message-section {
  background-color: #043564;
  border-radius: 20px;
}
.contact-left {
  background-color: #043564;
}
.contact-right {
  background-color: #3C5E7E;
}
.contact-icon {
  width: 40px;
  height: 40px;
  background-color: #619191;
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-right {
  background-color: #3C5E7E;
  border-radius: 20px;
  padding: 2rem;
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.contact-right .form-control {
  border-radius: 8px;
  padding: 10px 14px;
}

.contact-right .btn-submit {
  width: auto;
  padding: 10px 24px;
  background-color: #043564;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: none;
}

.contact-right h4 {
  font-size: 1.25rem;
}

.contact-right small {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  display: block;
}

.success-popup-content {
  text-align: center;
  padding: 1rem;
  background: #e0ffe0;
  border-radius: 10px;
  color: #000;
}

/* ========= footer========== */
.footer-section {
  background-color: #073763; /* Navy blue */
  margin-top: 10px;
  /* 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;
}
/* ============= popup message======== */
.enquiry-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.8);
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.enquiry-popup-content {
  background-color: #043564;
  border-radius: 15px;
  padding: 0;
  max-width: 960px;
  width: 90%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

.enquiry-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.bg-dark-blue {
  background-color: #042f59;
}

.enquiry-popup label {
  color: #ffffff;
  font-weight: 500;
}

.enquiry-popup input,
.enquiry-popup textarea {
  background-color: #ffffff;
  color: #000;
  border: none;
  padding: 10px 12px;
  border-radius: 6px;
  width: 100%;
}

.btn-submit {
  background-color: #043564;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background-color: #06588c;
}

.icon {
  width: 40px;
  height: 40px;
  background-color: #02989A;
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.success-popup-content {
  background-color: #fff;
    color: #02989A;
  /* color: #61f34e; */
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 500px;
 
  width: 100%;
  position: relative;
}

.success-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}


/* ==================== 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 */
}


}
/* ========= 2) mobile view of about us section ===*/
@media (max-width: 768px) {
  .about-banner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    /* padding-top: 1px !important; */
    /* padding-bottom: 1px !important; */
    margin-top: 20px !important;
     border-bottom-left-radius:10px ;
  border-top-left-radius: 65px;
  border-bottom-right-radius: 65px;
   border-top-right-radius: 10px;
  }

  .about-banner h2 {
    font-size: 1.6rem !important;
  }

  .about-banner p {
    font-size: 1rem !important;
  }
}
/* =========== mobile view of cards section============= */
@media (max-width: 768px){
   section.contact-cards-section.py-5{
  padding-top: 0.25rem !important; /* py-1 => 0.25rem top */
    padding-bottom: 0.25rem !important; /* py-1 => 0.25rem bottom */

   }
}
/* ============== mobile view of Business Hours Section==== */
@media (max-width: 767.98px) {
  .business-hours-label {
    padding: 4px 5px !important;     /* Reduce button padding */
    font-size: 0.9rem !important;     /* Reduce font size */
  }

  .business-hours-label i {
    font-size: 1rem !important;       /* Slightly smaller icon */
    margin-right: 1px !important;     /* Less space between icon and text */
  }

  .business-hours-label .heading-title {
    font-size: 1.2rem !important;    /* Slightly smaller heading inside button */
    margin: 0 !important;
  }
  .business-hours-section{
    padding: 1px 7px 1px !important;
  }

}

/* ========= mobile view contact form=== */
@media (max-width: 768px) {
  .contact-message-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .contact-left h3 {
    font-size: 1.6rem;
  }

  .contact-right {
    max-width: 90% !important;
    padding: 1rem;
    border-radius: 16px !important;
  }
  /* Update Send Message heading and subtext */
.contact-right h4 {
  font-size: 1.5rem; /* increased from 1.25rem */
}

.contact-right small {
  font-size: 0.9rem; /* increased from 0.9rem */
}
  .contact-right .form-control {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .contact-right .btn-submit {
    padding: 8px 16px;
    font-size: 0.9rem;
    border-radius: 8px;
  }
   section.contact-message-section.py-5{
      padding-top: 1rem !important; /* py-1 => 0.25rem top */
    padding-bottom: 1.7rem !important; /* py-1 => 0.25rem bottom */

   }

   .success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

.success-popup-content {
  background-color: #fff;
  /* color: #61f34e; */
   color: #02989A;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 300px !important;
 
  width: 100%;
  position: relative;
}

.success-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
}

/* ========= 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; 
    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;
}
}


