/* GLOBAL */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #0f0f0f;
  color: #f4f4f4;
  line-height: 1.6;
  overflow-x: hidden;
  padding-top: 140px;
}

a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ffffff;
}

h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
}

/* Base styles for top header */
.top-header-bar {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; /* higher than navbar */
  background: linear-gradient(90deg, #3a005a, #1a0033);
  color: #fff;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  user-select: none;
  transition: background 0.3s ease;
}

/* Container flex children */
.top-header-bar .container > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Get free quote button style */
.top-header-bar a.btn-outline-warning {
  border-color: #d4af37;
  color: #d4af37;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.top-header-bar a.btn-outline-warning:hover {
  background: linear-gradient(45deg, #d4af37, #ffdb4d);
  color: #000;
  border-color: transparent;
  box-shadow: 0 0 10px #d4af37;
}









/* 💎 LUXURY FINISHES FOR NAVBAR */

/* NAVBAR BACKGROUND POLISH */
.main-navbar {
  background: linear-gradient(90deg, #12002f, #3b0070);
  border-bottom: 2px solid #d4af37;
  padding: 0.6rem 0;
  box-shadow: 0 4px 30px rgba(255, 215, 0, 0.1), 0 0 60px rgba(106, 13, 173, 0.1);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 1020;
  transition: background 0.4s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(6px);
}

/* ✨ LOGO HOVER POLISH */
.main-navbar .navbar-brand img {
  height: 80px;
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main-navbar .navbar-brand img:hover {
  transform: scale(1.07);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.8);
}

/* 🌟 LUXURY NAV LINKS */
.nav-luxury .nav-link {
  color: #d4af37;
  font-size: 1.15rem;
  padding: 0.6rem 1.1rem;
  margin: 0 0.35rem;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 1px rgba(212, 175, 55, 0.15);
  transition: all 0.4s ease;
}

.nav-luxury .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #d4af37, #ffdd55);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.6);
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.nav-luxury .nav-link:hover {
  color: #fffbea;
  text-shadow: 0 0 10px #ffd700, 0 0 18px #d4af37;
}
.nav-luxury .nav-link:hover::after {
  width: 100%;
}

/* ✨ SHIMMER OVERLAY */
.main-navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, rgba(255, 215, 0, 0.06), transparent),
              radial-gradient(ellipse at bottom right, rgba(255, 255, 255, 0.04), transparent);
  z-index: 0;
  pointer-events: none;
}

/* Make sure navbar content appears above shimmer */
.main-navbar .container {
  position: relative;
  z-index: 1;
}

/* 👑 TOGGLER HIGHLIGHT FOR MOBILE */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  filter: brightness(1.3);
}
.navbar-toggler:hover {
  filter: brightness(1.6);
}

/* 📱 RESPONSIVE POLISH */
@media (max-width: 767.98px) {
  .nav-luxury .nav-link {
    font-size: 1rem;
    padding: 0.9rem 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.08);
    text-align: center;
  }

  .navbar-collapse {
    background: linear-gradient(90deg, #1a0033, #3a005a);
    padding: 1rem;
    margin-top: 10px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  }
}





.carousel .item {
  position: relative;
  height: 100vh;
  font-family: 'Poppins', sans-serif;
}

.carousel .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.carousel img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(0.7);
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(60, 0, 60, 0.8), rgba(20, 0, 40, 0.6));
  z-index: 1;
}

.text-overlay {
  position: absolute;
  top: 35%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 600px;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 40px;
  border-radius: 16px;
  border-left: 6px solid #d4af37;
  animation: fadeInUp 1.2s ease forwards;
  backdrop-filter: blur(8px);
}

.text-overlay h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 12px;
}

.text-overlay ul {
  list-style: none;
  padding-left: 0;
}

.text-overlay ul li {
  font-size: 18px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e0e0e0;
}

.text-overlay ul li i {
  color: #d4af37;
  font-size: 1.2rem;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .text-overlay {
    left: 5%;
    right: 5%;
    padding: 20px;
    max-width: none;
  }

  .text-overlay h1 {
    font-size: 28px;
  }

  .text-overlay ul li {
    font-size: 16px;
  }
}

.box-section {
  background: linear-gradient(to right,rgba(20, 0, 40, 0.6) , rgba(60, 0, 60, 0.8));
  padding: 4rem 0;
}

.box-section .section-title {
  font-size: 2.75rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.info-box {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  z-index: 1;
}

.info-box:hover img {
  transform: scale(1.1);
  filter: brightness(50%);
}

.static-text,
.hover-text {
  position: absolute;
  text-align: center;
  z-index: 2;
  color: white;
  padding: 1.5rem;
  transition: opacity 0.4s ease;
}

.static-text {
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}

.hover-text {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.hover-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.info-box:hover .hover-text {
  opacity: 1;
}

.info-box:hover .static-text {
  opacity: 0;
}

/* Responsive Typography for Section Title */
@media (max-width: 768px) {
  .box-section .section-title {
    font-size: 2rem;
  }
}

/* FOOTER */
.custom-footer {
  background: linear-gradient(to right, #0e0e0e, #1a1a1a);
  color: #aaa;
  padding: 40px 0;
  font-size: 15px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.footer-bottom a {
  margin: 0 10px;
  color: #d4af37;
}

.footer-bottom a:hover {
  color: #fff;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .text-overlay {
    left: 5%;
    padding: 20px;
    max-width: 90%;
  }

  .text-overlay h1 {
    font-size: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
