.navbar-toggler{
  border: none !important;
}

/* Remove hover/focus border or outline on navbar links */
.navbar a,
.navbar a:hover,
.navbar a:focus,
.navbar a:active {
    outline: none;       /* remove default focus outline */
    border: none;        /* remove any border */
    box-shadow: none;    /* remove any shadow effect */
}

.navbar{
  font-family: 'Saira',serif !important;
}

:root {
  --primary-green: #24449c;
  --primary: #ffffff;
  --secondary: #44b44c;
  --text-dark: #000;
  --primary-gradient: linear-gradient(to right, #44b54f, #223f97);
  --primary-white-color: #ffffff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  padding: 0;
}

.btn-common {
  background: var(--primary-gradient);
  padding: 10px 30px !important;
  font-weight: 600;
  color: var(--primary-white-color) !important;
  border-radius: 30px;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

* {
  font-family: "Saira", sans-serif;
}

h1,
h2,
h3,
h4,
.section-title {
  font-family: "Quicksand", sans-serif;
  color: #24449c !important;
  font-size: 2.4rem;
  font-weight: 900 !important;
}

section span{
  color: #44b444;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div#preloader .loader-cubes {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

div#preloader .loader-cubes .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

div#preloader .loader-cubes .loader-cube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #005480;
}

div#preloader .loader-cubes .loader-cube.loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

div#preloader .loader-cubes .loader-cube.loader-cube2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

div#preloader .loader-cubes .loader-cube .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube4::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

div#preloader .loader-cubes .loader-cube .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube3::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* or any loader background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Mobile menu still hidden until JS triggers */
.site-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* hidden by default */
  z-index: 9999;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }

  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }

  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* Navbar styles */

.navbar-light {
  background-color: var(--primary) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-dark) !important;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}

.navbar-light .nav-link:hover,
.navbar-light .dropdown-menu a:hover {
  color: var(--primary-green) !important;
}

.navbar-brand img {
  height: 65px;
}

.navbar .nav-link {
  
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1rem;
}

/* Mega Dropdown Styling */
.dropdown-menu {
  background: linear-gradient(135deg, #2444bc, #44b44c);
  border-radius: 12px;
  border: none;
  min-width: 220px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(36, 68, 188, 0.3);
  padding: 0;
  overflow: hidden;
  z-index: 1000;
}

/* Top-level dropdown items */
.dropdown-item {
  color: #fff;
  padding: 12px 20px;
  transition: background 0.3s, color 0.3s;
  font-weight: 600;
  display: block;
  border-radius: 0;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Mega Dropdown Container */
.dropdown-mega {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 0.3s ease-in-out;
  max-width: 100%;
  width: 500px;
  left: 0;
  right: auto;
  min-width: fit-content;
}

/* Mega Header */
.dropdown-mega-header {
  border-top: 4px solid #44b44c;
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #24449c;
}

/* Mega Row Layout */
.dropdown-mega-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* Mega Columns */
.dropdown-mega-col {
  flex: 1 1 200px;
  padding-right: 20px;
  /* border-right: 1px solid #eee; */
}

.dropdown-mega-col:last-child {
  border-right: none;
}

.dropdown-mega-col h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #24449c;
}

.dropdown-mega-col .dropdown-item {
  padding: 6px 0;
  font-weight: 500;
  color: #333 !important;
  background: none !important;
  transition: all 0.2s ease-in-out;
}

.dropdown-mega-col .dropdown-item:hover {
  color: #44b44c !important;
  transform: translateX(4px);
}

/* Override Bootstrap Dropdown Position */
/* Improved Mega Dropdown Positioning */
.navbar .dropdown-menu {
  position: absolute;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  width: auto;
  min-width: 100%;
  max-width: 100vw;
  overflow-x: auto;
  box-sizing: border-box;
  z-index: 999;
}

/* Ensure Bootstrap doesn't override position with JS */
.navbar .dropdown-menu.show {
  transform: none !important;
}

/* Right-aligned dropdown */
.navbar .dropdown-menu.dropdown-menu-end {
  right: 0;
  left: auto !important;
  transform: none !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .dropdown-mega {
    width: 100% !important;
    padding: 20px;
  }

  .dropdown-mega-row {
    flex-direction: column;
    gap: 20px;
  }

  .dropdown-mega-col {
    border-right: none;
    padding-right: 0;
  }

  .navbar .dropdown-menu {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #44b444, #2c9137);
  border-radius: 20px;
  border: 3px solid #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #2c9137, #1e6e2a);
}

/* Top bar */
.top-bar {
  background: linear-gradient(135deg, #2a6c96, #44b44c);
  position: relative;
  overflow: hidden;
  padding: 4px 6px;
  font-weight: 400;
  color: white;
  font-size: 14px;
}
span .fab {
  color: #fff !important;
}
@media (max-width: 768px) {
  .navbar-brand img {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    height: 35px;
  }
}

/* Footer Base */
.alv-footer {
  background: linear-gradient(135deg, #2444bc, #44b44c);
  color: #fff;
  position: relative;
  overflow: hidden;
  /* font-family: "Josefin Sans", sans-serif; */

}
.alv-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.alv-footer .container {
  position: relative;
  z-index: 2;
}

/* Brand & Buttons */
.alv-footer-brand {
  font-size: 1.5rem;
}
.alv-footer-desc {
  color: #ffffffcc;
}
.alv-btn-book,
.alv-btn-emergency {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
.alv-btn-book {
  background: #44b44c;
  color: #fff;
}
.alv-btn-book:hover {
  background: #379a3e;
  transform: translateY(-2px);
}
.alv-btn-emergency {
  background: #ff4d4d;
  color: #fff;
}
.alv-btn-emergency:hover {
  background: #cc3b3b;
  transform: translateY(-2px);
}

/* Quick Links */
.alv-footer-link {
  color: #ffffffcc;
  text-decoration: none;
  transition: 0.3s;
}
.alv-footer-link:hover {
  color: #44b44c;
}

/* Highlights */
.alv-footer-highlights li {
  margin-bottom: 8px;
}
.alv-footer-highlights li i {
  color: #44b44c;
}

/* Bottom Bar */
.alv-footer-bottom {
  color: #ffffffaa;
  font-size: 0.85rem;
}
.alv-footer-social a {
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
}
.alv-footer-social a:hover {
  background: linear-gradient(90deg, #2444bc 0%, #44b44c 100%);
  color: #fff;
  transform: translateY(-3px);
}
/* Footer Base */

.alv-footer h5,
.alv-footer h6 {
  color: #ffffff;
  font-weight: 600;
}

.alv-footer-link {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.alv-footer-link:hover {
  font-weight: 700;
  padding-left: 5px;
}

/* Quick Links bullet / indicator */
.alv-footer-link::before {
  font-family: "Font Awesome 6 Free"; /* Use Font Awesome icons */
  font-weight: 900; /* Solid style */
  content: "\f061"; /* fa-arrow-right */
  color: #44b44c; /* Your green shade */
  margin-right: 8px;
  font-size: 0.8rem; /* Adjust size to fit neatly */
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.alv-footer-link:hover::before {
  transform: translateX(3px); /* Slight movement */
  color: #fff; /* Accent with primary blue */
}

.alv-footer-link:hover::before {
  margin-right: 12px;
}

/* Contact Styling */
.alv-footer ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.alv-footer ul li i {
  color: #44b444; /* icon highlight */
  min-width: 20px;
  font-size: 1rem;
}

/* Highlights (Why Choose Us) */
.alv-footer-highlights li {
  margin-bottom: 8px;
}

.alv-footer-highlights li i {
  color: #4caf50; /* success tone */
}

/* Bottom Bar */
.alv-footer-bottom {
  color: #b0bec5;
  font-size: 0.85rem;
}
@media (max-width:768px) {
  .top-bar{
    font-size: 0.60rem;
  }
}