

   /* ==== NAVBAR ==== */
          
   .navbar {
    display: flex;
    justify-content: space-evenly; /* Evenly distribute items */
    align-items: center;
    width: 100%;
    padding: 0 20px; /* Add padding to keep elements from touching edges */
  }
  
  /* Social media icons - Slightly right */
  .social-icons {
    /* display: flex; */
    gap: 15px;
    padding-left: 30px;
  }
  
  
  /* Social Media Navbar */
  .navbar-social {
    background-color: aliceblue;
    padding: 8px 20px;
    display: flex;
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 101;
  }
  
  /* Social Media Icons */
  .social-icon {
    color: #ffffff;
    font-size: 20px;
    margin-right: 15px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }
  
  .social-icon:hover {
    color: #ffcc00;
  }
  
  /* Contact Number */
  .contact-number {
    font-size: 16px;
    font-weight: 600;
  }
  
  .contact-link {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .contact-link i {
    font-size: 16px;
  }
  
  .contact-link:hover {
    color: #ffcc00;
  }



/* ====== Top Contact Bar ====== */
/* .top-bar {
  background: linear-gradient(90deg, #5f392a, #7e1811);
  padding: 8px 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.top-bar a {
  color: white;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}

.top-bar a:hover {
  color: #f8b400;
}

.top-bar i {
  margin-right: 5px;
} */

/* Main Navbar */
.navbar {
  background: linear-gradient(90deg, #991d15, #6e3e2b) !important;
  padding: 5px 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Navbar Brand */
.navbar-brand img {
  width: 120px;
  /* height: 70px; */
  transition: transform 0.3s ease-in-out;
}

.navbar-brand img:hover {
  transform: scale(1.1);
}

/* Navbar Links */
.navbar-nav .nav-link {
  color: white !important;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 20px;
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Hover & Active Bottom Border Effect */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #f8b400;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 50%;
}

.navbar-nav .nav-link:hover {
  color: #f8b400 !important;
}

.navbar-nav .nav-link.active {
  color: #f8b400 !important;
}

/* Dropdown Menu */
.dropdown-menu {
  background: #22254b;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.dropdown-menu .dropdown-item {
  color: white !important;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
}

.dropdown-menu .dropdown-item:hover {
  background: #f8b400;
  color: black !important;
}

/* Fancy Button */
.btn-warning {
  background: linear-gradient(45deg, #f8b400, #ffcc00) !important;
  border: none;
  padding: 10px 20px;
  font-size: 19px;
  font-weight: bold;
  color: black;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}

.btn-warning:hover {
  background: linear-gradient(45deg, #ffcc00, #f8b400) !important;
  transform: scale(1.1);
  box-shadow: 0px 4px 10px rgba(255, 200, 0, 0.6);
}

/* TOGGLE BUTTON */
.navbar-toggler {
  background: #f8b400;
  border-radius: 8px;
  padding: 8px 12px;
  transition: 0.3s;
}

.navbar-toggler:hover {
  background: #ffcc00;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Dropdown opens on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* Prevents flickering */
}

.nav-item {
  padding: 0 16px;
}


/* Mobile & Tablet Adjustments */
@media (max-width: 992px) {
  .top-bar {
    text-align: center;
    padding: 5px 0;
  }

  .navbar-nav {
    text-align: center;
  }

  .btn-warning {
    width: 100%;
    margin-top: 10px;
  }
}



/* ==== FOOTER ==== */

.footer{
  background: linear-gradient(90deg, #991d15, #6e3e2b) !important;
}
@media (max-width: 768px) {
  .map-container {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .about-container, .links-container {
      flex: 0 0 50%;
      max-width: 50%;
  }
}
@media (max-width: 375px) {
  .about-container, .links-container, .map-container {
      flex: 0 0 100%;
      max-width: 100%;
  }
}
h5 {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
h5::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #f88d00;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease-in-out;
}
.about-container:hover h5::after,
.links-container:hover h5::after,
.map-container:hover h5::after {
  width: 100%;
}
.links-container a {
  transition: color 0.3s ease-in-out;
}
.links-container a{
  color: rgb(243, 243, 243);
}
.links-container a:hover {
  color: yellow;
}




.social-icon-ano {
    margin-right: 0.75rem;
    font-size: 22px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }