@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
}








/* Mobile Navigation Styles */
.mobile-nav {
  background-color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #000000;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: all 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-menu-header {
  padding: 20px;
  text-align: right;
  /* border-bottom: 1px solid #E6BA20; */
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000000;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background-color: #E6BA20;
}

.mobile-menu-body {
  padding: 20px;
}

.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-items li {
  margin-bottom: 0;
  border-bottom: 1px solid #E6BA20;
}

.mobile-menu-items a {
  display: block;
  padding: 15px 0;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.mobile-menu-items a:hover {
  color: #EE861E;
  padding-left: 10px;
}

.mobile-menu-contact {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #EE861E;
}

.contact-info {
  display: flex;
  align-items: center;
  color: #E6BA20;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info i {
  margin-right: 10px;
  color: #E6BA20;
}

.mobile-book-btn {
  width: 100%;
  padding: 12px 20px;
  background-color: #EE861E;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-book-btn:hover {
  background-color: #EE861E;
  transform: translateY(-2px);
}

.mobile-menu-footer {
  /* margin-top: 30px; */
  padding: 20px 0;
  /* border-top: 1px solid #E6BA20; */
  text-align: center;
}

.mobile-logo-footer {
  margin-bottom: 5px;
}

.mobile-copyright {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.4;
}

.mobile-copyright p {
  margin: 2px 0;
}

.thyo-link {
  color: #EE861E;
  font-weight: 600;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem !important;
}






.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #000000 !important;
    font-weight: 600;
    background-color: #f2faff;
  border-radius: 10px;
  overflow: hidden;
    transition: color 0.2s;
}

.navbar-nav .nav-link{
    color: #000000 !important;
}





/* for floating  */


.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 9999;
  display: flex;
  align-items: center;
  background: #25d366;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 0.7rem 1.5rem 0.7rem 1.2rem;
  border-radius: 2rem 0.8rem 2rem 2rem;
  box-shadow: 0 4px 24px rgba(37,211,102,0.18);
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  gap: 0.7rem;
}
.whatsapp-float i {
  font-size: 1.5rem;
}
.whatsapp-float span {
  margin-left: 0.2rem;
  font-family: 'Montserrat', sans-serif;
}
.whatsapp-float:hover {
  box-shadow: 0 8px 32px rgba(37,211,102,0.28);
  transform: translateY(-3px) scale(1.04);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  .whatsapp-float {
    right: 12px;
    bottom: 16px;
    font-size: 1rem;
    padding: 0.6rem 1.1rem 0.6rem 0.9rem;
  }
  .whatsapp-float i {
    font-size: 1.2rem;
  }
}





/* ===== FOOTER (same as index) ===== */
  .site-footer {
    background: #0d1556;
    color: rgba(255, 255, 255, .8);
    padding: 60px 0 0;
  }

  .footer-brand h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 8px;
  }

  .footer-brand p {
    font-size: .85rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: .3s;
    font-size: .9rem;
    text-decoration: none;
  }

  .footer-social a:hover {
    background: var(--gg);
    color: #1a1a2e;
  }

  .footer-heading {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent-light);
    margin-bottom: 16px;
  }

  .footer-links {
    list-style: none;
    padding: 0;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-size: .87rem;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .footer-links a:hover {
    color: var(--accent-light);
    padding-left: 4px;
  }

  .footer-links a i {
    font-size: .6rem;
  }

  .footer-bottom {
    background: rgba(0, 0, 0, .2);
    margin-top: 48px;
    padding: 18px 0;
    font-size: .8rem;
    color: rgba(255, 255, 255, .5);
  }

  /* WhatsApp */
  .whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #25D366;
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: .88rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
    z-index: 9999;
    transition: all .3s;
    animation: pulse-g 2s infinite;
  }

  .whatsapp-float:hover {
    background: #128C7E;
    color: #fff;
    transform: translateY(-3px);
  }

  .whatsapp-float i {
    font-size: 1.3rem;
  }

  @keyframes pulse-g {

    0%,
    100% {
      box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
    }

    50% {
      box-shadow: 0 6px 32px rgba(37, 211, 102, .7), 0 0 0 8px rgba(37, 211, 102, .1);
    }
  }