.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 1BHK HERO (PAGE-SAFE)
================================ */

/* ==============================
   LUXURY 1BHK HERO
================================ */

.lux-1bhk-hero {
  position: relative;
  height: 715px;
  overflow: hidden;
}

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

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

/* Dark overlay */
.lux-1bhk-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.45));
  z-index: 2;
  pointer-events: none;
}

/* Breadcrumb */
.lux-1bhk-breadcrumb {
  position: absolute;
  top: 22px;
  left: 30px;
  font-size: 13px;
  color: #fff;
  z-index: 3;
}

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

.lux-1bhk-arrow.left {
  left: 30px;
}
.lux-1bhk-arrow.right {
  right: 30px;
}

/* Bottom strip */
.lux-1bhk-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 3;
}

.lux-1bhk-strip-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
}

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

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

.lux-1bhk-content {
  padding: 50px 0;
}

.lux-1bhk-content h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 16px;
}

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

.lux-1bhk-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  max-width: 900px;
  margin: 0 auto 14px;
}

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

@media (max-width: 768px) {
  .lux-1bhk-arrow {
    display: none;
  }

  .lux-1bhk-hero {
    height: 420px;
  }

  .lux-1bhk-strip-item {
    font-size: 13px;
  }
}

/* PAGE */
.lux-results-page {
  background: #fafafa;
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
}

/* FILTER */
.lux-results-filter {
  position: sticky;
  top: 80px;
  height: fit-content;
}

.lux-filter-box {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.lux-filter-box h6 {
  font-weight: 600;
  margin-bottom: 12px;
}

.lux-filter-search {
  position: relative;
  margin-bottom: 14px;
}

.lux-filter-search i {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #aaa;
}

.lux-filter-search input {
  width: 100%;
  padding: 8px 10px 8px 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.lux-filter-toggle {
  width: 100%;
  background: none;
  border: none;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.lux-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #111;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  margin: 6px 0;
}

.lux-filter-chip a {
  color: #fff;
  text-decoration: none;
}

.lux-filter-options {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0 8px 4px;
  max-height: 200px;
  overflow-y: auto;
}

.lux-filter-options.open {
  display: flex;
}

.lux-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  padding: 2px 0;
}

.lux-filter-option input[type="radio"] {
  accent-color: #111;
}

.lux-filter-reset,
.lux-filter-clear {
  width: 100%;
  border: none;
  padding: 8px;
  font-size: 13px;
  margin-top: 8px;
}

.lux-filter-clear {
  background: #f1f1f1;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}

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

.lux-card-image {
  position: relative;
  width: 220px;
}

.lux-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.lux-badge.dark {
  background: #333;
}
.lux-badge.red {
  background: #b01c1c;
}
.lux-badge.green {
  background: #3c9a5f;
}

.lux-card-content {
  flex: 1;
  padding: 14px 16px;
}

.lux-location,
.lux-meta {
  font-size: 13px;
  color: #666;
}

.lux-location i,
.lux-meta i {
  color: #b68b3a;
}

.lux-price {
  font-weight: 600;
  margin-top: 6px;
}

.lux-card-actions {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.lux-wishlist {
  color: #b01c1c;
  align-self: flex-end;
  cursor: pointer;
}

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

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

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

/* PAGINATION */
.lux-pagination {
  margin-top: 24px;
}

.lux-pagination .pagination {
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
}

.lux-pagination .page-item .page-link {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 4px !important;
  border: 1px solid #ddd;
  color: #333;
  background: #fff;
  line-height: 1.4;
}

.lux-pagination .page-item.active .page-link {
  background: #b01c1c;
  border-color: #b01c1c;
  color: #fff;
}

.lux-pagination .page-item.disabled .page-link {
  color: #aaa;
  background: #f8f8f8;
  border-color: #eee;
}

.lux-pagination .page-item .page-link:hover:not([aria-disabled]) {
  background: #f5f5f5;
  border-color: #ccc;
  color: #111;
}

.lux-pagination .page-item.active .page-link:hover {
  background: #b01c1c;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .lux-results-filter {
    position: static;
    margin-bottom: 20px;
  }

  .lux-result-card {
    flex-direction: column;
  }

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

  .lux-card-actions {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

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

  .lux-1bhk-content {
    padding: 30px 15px;
  }

  .lux-1bhk-content h1 {
    font-size: 24px;
  }

  .lux-1bhk-strip-item {
    font-size: 11px;
    gap: 6px;
    padding: 8px 0;
  }

  .lux-1bhk-strip-item i {
    font-size: 14px;
  }

  .lux-results-page {
    padding: 15px 0;
  }

  .lux-filter-box {
    padding: 12px;
  }

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

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

  .lux-card-content h4 {
    font-size: 16px;
  }

  .lux-card-actions {
    padding: 10px 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .other-btns {
    flex-direction: row;
  }

  .lux-btn {
    font-size: 11px;
    padding: 7px 8px;
    justify-content: center;
    flex: 1;
  }

  .lux-pagination .pagination {
    justify-content: center;
  }
}

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

.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;
  }
}
