.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}
body {
  font-family: "Manrope", sans-serif;
}
@font-face {
  font-family: "Times New Roman", Times, serif;
  src: url(../fonts/Times\ New\ Roman\ MT\ Condensed\ Regular.otf);
}
@font-face {
  font-family: "canva";
  src: url(../fonts/CanvaSans-Regular.otf);
}
.custom-navbar {
  background: #ffffff;
  padding: 12px 10px;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.logo {
  height: 70px;
  margin-right: 8px;
}

.brand-text {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.navbar {
  min-height: 70px;
}

.navbar-nav {
  align-items: center;
}

.menu .nav-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.menu .nav-link {
  padding: 0 16px !important; /* THIS creates that exact wide spacing */
  font-size: 18px;
  color: #111;
  line-height: 1;
}

.menu .nav-link:hover,
.menu .nav-link.active {
  color: #000;
}
.custom-arrow {
  display: flex;
  align-items: center;
}
.custom-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  font-size: 18px;
  margin-left: 6px;
  color: #c62828;
}
.custom-arrow::after {
  transition: transform 0.3s ease;
}
.dropdown-toggle::after {
  border: none !important;
}

.custom-arrow.active::after {
  transform: rotate(180deg);
}

.whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.whatsapp i {
  color: #25d366;
  font-size: 20px;
}

.whatsapp .text small {
  display: block;
  color: #666;
  line-height: 1;
}

.whatsapp .text span {
  font-weight: 600;
  color: #000;
}

.social-icons a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #c62828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 6px;
  text-decoration: none;
}

.social-icons a:hover {
  opacity: 0.85;
}

/* =========================
   MOBILE NAV FIX
========================= */
@media (max-width: 991px) {
  /* Burger icon color */
  .navbar-toggler {
    border: none;
    outline: none;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }

  /* Mobile dropdown container */
  .mobile-nav {
    background: #ffffff;
    padding: 16px 0;
    margin-top: 12px;
    border-top: 1px solid #eee;
  }

  /* Menu list becomes vertical */
  .menu {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
  }

  .menu .nav-item {
    width: 100%;
  }

  /* Menu links */
  .menu .nav-link {
    padding: 14px 20px !important;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Dropdown arrow alignment */
  .custom-arrow::after {
    margin-left: auto;
    font-size: 20px;
  }

  /* Dropdown menu */
  .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: none;
    padding-left: 20px;
  }

  .dropdown-menu .dropdown-item {
    padding: 10px 0;
    font-size: 14px;
  }

  /* Right section moves below menu */
  .right-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px 0;
    width: 100%;
  }

  /* WhatsApp block */
  .whatsapp {
    width: 100%;
  }

  .whatsapp .text span {
    font-size: 14px;
  }

  /* Social icons row */
  .social-icons {
    display: flex;
    gap: 10px;
  }

  .social-icons a {
    margin-left: 0;
  }
}

/* navbar */
/* ===============================
   LUXURY GURGAON HERO (SLIDER)
================================ */

.lux-gurgaon-hero {
  position: relative;
  height: 720px;
  overflow: hidden;
}

/* Swiper takes full hero */
.luxGurgaonSwiper,
.luxGurgaonSwiper .swiper-slide {
  height: 100%;
}

/* Slide images */
.luxGurgaonSwiper img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

/* Dark overlay */
.lux-gurgaon-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
  z-index: 2;
  pointer-events: none;
}

/* Breadcrumb */
.lux-gurgaon-breadcrumb {
  position: absolute;
  top: 22px;
  left: 30px;
  font-size: 15px;
  color: #fff;
  z-index: 3;
  font-family: "canva";
}

/* Slider arrows */
.lux-gurgaon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  z-index: 3;
  cursor: pointer;
}

.lux-gurgaon-arrow.left {
  left: 30px;
}

.lux-gurgaon-arrow.right {
  right: 30px;
}

/* ===============================
   BOTTOM STRIP (INSIDE IMAGE)
================================ */

.lux-gurgaon-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.209);
  backdrop-filter: blur(1px);
  z-index: 3;
}

.lux-gurgaon-strip-inner {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 32px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lux-gurgaon-strip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-family: "canva";
}

.lux-gurgaon-strip-item i {
  font-size: 18px;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .lux-gurgaon-strip-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .lux-gurgaon-arrow {
    display: none;
  }
}

/* ===============================
   CONTENT BELOW HERO
================================ */

.lux-gurgaon-content {
  max-width: 1300px;
  margin: 50px auto 0;
  text-align: center;
  padding: 0 20px;
}

.lux-gurgaon-content h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Times New Roman", Times, serif;
}

.lux-gurgaon-content h1 span {
  color: #b01c1c;
}

.lux-gurgaon-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
  font-family: "canva";
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .lux-gurgaon-features {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .lux-gurgaon-arrow {
    display: none;
  }

  .lux-gurgaon-hero {
    height: 420px;
  }
}

/* SECTION */
.lux-list-section {
  max-width: 1400px;
  margin: 40px auto;
  font-family: "Poppins", sans-serif;
}

/* TABS */
.lux-list-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.lux-list-tabs button {
  padding: 6px 16px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
}

.lux-list-tabs .active {
  background: #a31414;
  color: #fff;
  border-color: #a31414;
}

/* CARD */
.lux-list-card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
  overflow: hidden;
}

/* IMAGE */
.lux-list-image {
  position: relative;
  width: 280px;
}

.lux-list-image img {
    width: 550px;
    margin-right: 25px;
    height: 100%;
    object-fit: cover;
}

/* BADGES */
.lux-list-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 4px;
  color: #fff;
}

.lux-list-badge.dark {
  background: #222;
}
.lux-list-badge.gold {
  background: #b68b3a;
}
.lux-list-badge.light {
  background: #f1f1f1;
  color: #333;
}

/* CONTENT */
.lux-list-content {
  flex: 1;
  padding: 16px 18px;
}

.lux-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lux-list-header h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "canva";
}

.lux-list-viewall {
  font-size: 12px;
  color: #c19a6b;
  text-decoration: none;
}

/* LOCATION */
.lux-list-location {
  font-size: 16px;
  color: #666;
  margin: 6px 0;
}

.lux-list-location i {
  color: #b68b3a;
  margin-right: 6px;
}

/* FEATURES */
.lux-list-features {
  display: flex;
  gap: 20px;
  font-size: 13px;
  margin: 6px 0;
}

.lux-list-features i {
  color: #b68b3a;
  margin-right: 6px;
}

/* PRICE */
.lux-list-price {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0 10px;
}

/* BUTTONS */
.lux-list-actions {
  display: flex;
  gap: 10px;
}

.lux-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid transparent;
}

.lux-btn.whatsapp {
  border-color: #25d366;
  color: #25d366;
}

.lux-btn.view {
  background: #a31414;
  color: #fff;
}

.lux-btn.call {
  background: #222;
  color: #fff;
}

/* PAGINATION */
.lux-list-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.lux-list-pagination span {
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.lux-list-pagination .active {
  background: #a31414;
  color: #fff;
  border-color: #a31414;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lux-list-card {
    flex-direction: column;
  }

  .lux-list-image {
    width: 100%;
    height: 200px;
  }

  .lux-list-actions {
    flex-wrap: wrap;
  }

  .lux-list-section {
    padding: 20px 15px;
  }

  .lux-list-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }

  .lux-gurgaon-content {
    margin-top: 30px;
  }

  .lux-gurgaon-content h1 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .lux-gurgaon-hero {
    height: 280px;
  }

  .lux-gurgaon-breadcrumb {
    font-size: 12px;
    top: 12px;
    left: 15px;
  }

  .lux-gurgaon-strip-inner {
    padding: 16px 15px;
  }

  .lux-gurgaon-strip-item {
    font-size: 13px;
    gap: 6px;
  }

  .lux-gurgaon-content {
    padding: 0 15px;
    margin-top: 25px;
  }

  .lux-gurgaon-content h1 {
    font-size: 22px;
  }

  .lux-gurgaon-content p {
    font-size: 14px;
  }

  .lux-list-section {
    margin: 20px auto;
    padding: 15px 10px;
  }

  .lux-list-tabs {
    gap: 6px;
  }

  .lux-list-tabs button {
    padding: 5px 12px;
    font-size: 12px;
  }

  .lux-list-card {
    margin-bottom: 12px;
  }

  .lux-list-content {
    padding: 12px;
  }

  .lux-list-header h3 {
    font-size: 16px;
  }

  .lux-list-location {
    font-size: 13px;
  }

  .lux-list-features {
    flex-direction: column;
    gap: 6px;
  }

  .lux-list-actions {
    gap: 6px;
  }

  .lux-btn {
    padding: 6px 10px;
    font-size: 11px;
  }

  .lux-list-pagination {
    flex-wrap: wrap;
  }
}

 /* Utility strip  */
.footer-utility {
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;

}

.utility-item {
  padding: 22px;
  border-right: 1px solid #e5e5e5;
  display: flex;
}
.ml-2 {
  margin-left: 15px;
}
.utility-item:last-child {
  border-right: none;
}

.utility-item i {
  color: #e53935;
  font-size: 26px;
  margin-bottom: 10px;
}

.utility-item h6 {
  font-size: 14px;
  font-weight: 600;
}

.utility-item p {
  font-size: 12px;
  color: #666;
}
/* Main footer */
.main-footer {
  background: #000;
  color: #fff;
  padding: 60px 0 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  height: 40px;
}

.footer-brand span {
  background: linear-gradient(180deg, #ffffff, #c89116, #ffffff, #c89116);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 26px;
  font-family: "Times New Roman", Times, serif;
}

.footer-divider {
  border-color: #d4af37;
  margin: 20px 0 40px;
}

/* Links */
.footer-links h5,
.footer-bottom h5 {
  background: linear-gradient(180deg, #ffffff, #c89116, #ffffff, #c89116);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  margin-bottom: 14px;
  font-family: "Times New Roman", Times, serif;
}

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

.footer-links li,
.footer-bottom li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

/* Contact */
.contact-footer p {
  font-size: 13px;
  margin-bottom: 6px;
}

.footer-socials i {
  background: linear-gradient(180deg, #ffffff, #c89116, #ffffff, #c89116);
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

/* Quick links box */
.quick-links-box {
  padding: 16px;
}

.quick-links-box h5 {
  background: linear-gradient(180deg, #ffffff, #c89116, #ffffff, #c89116);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Copyright */
.footer-copyright {
  background: #fbfbfb;
  text-align: center;
  padding: 14px;
  margin-top: 40px;
}

.footer-copyright p {
  font-size: 12px;
  margin: 0;
  color: #0b0b0b;
}

/* Footer responsive */
@media (max-width: 768px) {
  .utility-item {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
  }
  .utility-item:last-child {
    border-bottom: none;
  }
  .main-footer {
    padding: 40px 15px 0;
  }
  .footer-links h5,
  .footer-bottom h5 {
    font-size: 20px;
    margin-top: 20px;
  }
  .footer-links li,
  .footer-bottom li {
    font-size: 14px;
  }
  .footer-brand span {
    font-size: 20px;
  }
}
