
      * {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


body {
  margin: 0;
  h1, h2, h3 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
}

body {
  font-family: 'Lato', sans-serif;
}
  background-color: rgb(237, 234, 239);
}
 
        
/* Top strip */
.top-strip {
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 6px 20px;
  border-bottom: 1px solid #ccc;
}

/* Logo */
.navbar-brand {
  margin-left: 40px;
}

/* Icon Sizes (Desktop Default) */
.fab {
  margin-right: 20px;
  font-size: 28px;
}

.fas {
  margin-right: 16px;
  font-size: 24px;
}

/* Menu Links */
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 8px 12px;
  transition: background 0.3s;
  border-radius: 4px;
}

.navbar-nav .nav-link:hover {
  background-color: #222;
}

.fab:hover,
.fas:hover {
  color: #a16600;
  transition: color 0.3s ease;
}

/* Navbar toggler (hamburger) */
.navbar-toggler {
  display: none;
  border: none;
  padding: 8px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1001;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1); /* White icon */
}

/* Right-side icon group */
.navbar-icons {
  gap: 20px;
  align-items: center;
}





/*new*/
 


/* Banner styles */
.banner-with-search-vertical {
  background-image: url('img/rs-dubai-banner.webp'); /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  position: relative;
  color: #080808;
}


.banner-overlay {

  padding: 40px 20px;
  border-radius: 16px;
  max-width: 1200px;
  margin: auto;
}

.search-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.search-info {
  flex: 1;
  min-width: 300px;
}

.search-info h2 {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  color: #f5f0ea;
  margin-bottom: 20px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #eee;
}

.search-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  min-width: 350px;
  flex: 0;
}
.search-form-box h3 {
  text-align: center;
  font-size: calc(1.3rem + .6vw);
}

.search-form-vertical {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-form-vertical select {
  padding: 10px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.search-btn {
  background-color: #a16600;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
  background-color: #a87f4f;
}

@media (max-width: 768px) {
  .search-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
    .fab {
      margin-right: 2px;
     }
     .navbar-brand{
      margin-left: 2px;
     }
  .search-form-box {
    width: 100%;
  }
}

/* Make banner responsive */
@media (max-width: 768px) {
  .banner {
    height: 250px;
  }

  .banner-text h1 {
    font-size: 24px;
  }

  .banner-text p {
    font-size: 16px;
  }
}



.benefits-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  padding: 15px 0;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

.benefit-box {
  display: flex;
  align-items: center;
  padding: 0 38px;
  border-right: 1px solid #dba556;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.benefit-box:last-child {
  border-right: none;
}

.benefit-box i {
  color: #b88021; /* Golden check */
  margin-right: 8px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .benefits-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefit-box {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    width: 100%;
  }

  .benefit-box:last-child {
    border-bottom: none;
  }
}

/* Offer Section */
.offer-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.offer-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #272626;
  margin-bottom: 10px;
}

.offer-section p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 40px;
}

.offer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.offer-box {
  background-color: #fff;
  border: 2px solid #a16600;
  border-radius: 10px;
  padding: 20px 30px;
  width: 200px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.offer-box i {
  color: #a16600;
  font-size: 24px;
  margin-bottom: 10px;
}

.offer-box .label {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  margin-bottom: 5px;
}

.offer-box h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #333;
}

@media (max-width: 768px) {
  .offer-box {
    width: calc(50% - 10px); /* ✅ 2 cards per row */
    max-width: none;         /* ❌ remove max-width limit */
  }
}

@media (max-width: 768px) {
  .offer-section h2 {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 10px;
    white-space: normal;
  }
}



 .reviews-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  font-family: sans-serif;
  background-color: white;
  position: relative;
}

.reviews-section h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  border-bottom: 3px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

.reviews-wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.summary-panel {
  flex: 1;
  max-width: 298px;
  background: #ffffff;
  padding: 31px;
  border-radius: 8px;
}

.summary-panel .stars {
  font-size: 1.2rem;
}

.summary-panel h3 {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}

.summary-panel h3 {
  font-size: 1.1rem;  /* 🔧 Adjust size here — default 1.3rem hota hai */
  margin-bottom: 12px;
}

.summary-panel .count {
  color: #817e7e;
  font-size: 0.9rem;
  margin-left: 5px;
}

.rating-bars div {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.rating-bars div::before {
  content: attr(data-star) "★";
  width: 20px;
}

.rating-bars div::after {
  content: "";
  flex: 1;
  height: 8px;
  background: linear-gradient(to right, #ffc107 var(--pct), #ddd var(--pct));
  border-radius: 5px;
  margin-left: 8px;
}

.average {
  margin-top: 15px;
  font-size: 2.5rem;
}

.average small {
  display: block;
  font-size: 0.9rem;
  color: #555;
}

.review-slider {
  flex: 2;
  position: relative;
}

.swiper-slide {
    width: 592.333px !important; 
    margin-left: 120px;
}

.swiper-slide {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}

.review-slider .testimonial h4 {
  font-size: 1.1rem;
}

.review-slider .testimonial p {
  font-size: 0.95rem;
  color: #333;
  margin: 10px 0;
}

.review-slider .testimonial .date {
  font-size: 0.8rem;
  color: #777;
}

.swiper-button-prev,
.swiper-button-next {
  color: #007bff;
  position: absolute;
  bottom: 25px;
  width: 30px;
  height: 30px;
  z-index: 10;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

            
/* ✅ MOBILE VIEW */
@media (max-width: 768px) {
  .reviews-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .summary-panel,
  .review-slider {
    max-width: 100%;
  }

  .swiper-slide {
    padding: 20px;
    width: 100% !important;     /* ✅ Fix for mobile overflow */
    margin-left: 0 !important;  /* ✅ Prevent side scroll */
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .review-slider .testimonial p {
    font-size: 14px;
    margin: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 15px;
  }

  .swiper-button-prev {
    left: 15px;
  }

  .swiper-button-next {
    right: 15px;
  }

  .review-slider .swiper-pagination {
    bottom: 60px !important;
  }
}

/* property-cards-modern */

 .property-cards-modern h1{
  text-align: center;
 }
 .property-cards-modern {
  padding: 50px 20px;
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
}

.property-cards-modern .container {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.property-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  width: 300px;
  transition: transform 0.3s ease;
}

.property-card:hover {
  transform: translateY(-5px);
}

.property-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.property-info {
  padding: 16px;
  text-align: left;
}

.property-info h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

.property-info p {
  font-size: 14px;
  color: #7c7b7b;
  margin-bottom: 10px;
}

.property-info i {
  color: #444;
  margin-right: 6px;
}

.price-line {
  font-size: 12px;
  font-weight: 600;
  margin: 12px 0;
  color: #000;
}

.btn-enquire {
  display: inline-block;
  padding: 8px 16px;
  background: #edebeb;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-enquire:hover {
  background: #c89b3c;
  color: #fff;
}

.btn-enquire i {
  margin-right: 6px;
  color: inherit;
}

/* Responsive */
@media (max-width: 768px) {
  .property-cards-modern .container {
    flex-direction: column;
    align-items: center;
  }

  .property-card {
    width: 90%;
  }
}

/* explore-section */


.explore-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #f9f9f9;
}

.explore-image img {
  width: 600px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.explore-content {
  max-width: 550px;
}

.explore-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  margin-bottom: 15px;
  text-align: center;
}

.explore-content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.explore-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 106px;
}

.explore-content ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.explore-content ul li::before {
  content: "✔";
  color: #ec9512;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.explore-content .cta-button {
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.explore-content .cta-button:hover {
  background-color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .explore-section {
    flex-direction: column;

  }

  .explore-image img {
    width: 100%;
    max-width: 400px;
  }
}
 
/* video-card section */

.video-cards-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 20px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.video-side {
  flex: 1;
  min-width: 300px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-left: 5%;
  margin-right: 4%;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  top: 0;
 left: 0;
  border-radius: 16px;
}

.cards-side {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-width: 300px;
  margin-right: 2%;
}

.info-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #111;
  font-family: 'Playfair Display', serif;
}

.info-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .video-cards-section {
    flex-direction: column;
  }
.video-side {
 height: 320px;
 width: 100%;
}
  .cards-side {
    grid-template-columns: 1fr;
  }
}

.listing-section {
  padding: 60px 20px;
  background-color: #efefef;
  text-align: center;
}

.listing-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #111;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Show 3 columns */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.listing-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: left;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.listing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(223, 143, 24, 0.1);
}

.listing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.listing-card h3 {
  font-size: 20px;
  color: #111;
  margin: 5px 0;
}

.location {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.property-details {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.payment-plan {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.5;
  min-height: 60px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}

.price small {
  font-size: 13px;
  color: #777;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.listing-btn {
  flex: 1;
  padding: 10px 16px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.listing-btn:hover {
  background-color: #333;
}

.icon-btn {
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s ease;
  color: #000;
}


.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fffefe;
  color: #333;
  border-radius: 30%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  font-size: 20px;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.icon-btn :hover {
  color: #a16600;
}
/* Responsive for tablets and phones */
@media (max-width: 1024px) {
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .listing-grid {
    grid-template-columns: 1fr;
  }
}
 
  /*section*/

.help-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
}

.help-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}

.help-text {
  flex: 1;
  min-width: 300px;
}

.help-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #111;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.benefit-list li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #333;
}

.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #d18a20;
  font-weight: bold;
}

.cta-help-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.cta-help-btn:hover {
  background-color: #333;
}

.help-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.help-image img {
  max-width: 60%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .help-image img {
    max-width: 100%;
  }
}

.gallery-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.gallery-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #111;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 200px;
  }
}


.payment-plan-section {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
}

.payment-plan-container {
  max-width: 1200px;
  margin: auto;
}

.payment-plan-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #111;

}

.payment-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.plan-card {
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.plan-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}


.plan-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.plan-card ul li {
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
  color: #333;
}

.plan-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f08521;
}

.plan-note {
  font-size: 14px;
  color: #777;
}


/* Responsive */
@media (max-width: 1024px) {
  .payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .payment-grid {
    grid-template-columns: 1fr;
  }
}

.plan-cta-btn {
  display: inline-block;
  margin-top: 15px;
  background-color: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.plan-cta-btn:hover {
  background-color: #333;
}

 /*propety*/

.property-filter {
  background-color: #ffffff;
  padding: 40px 20px;
  max-width: 1300px;
  margin: auto;
}

.filter-heading {
  font-family: 'Playfair Display', serif;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #1a1a1a;
}

.filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}

.filter-field {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}

.filter-field label {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 500;
}

.filter-field select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  background-color: #fff;
  transition: 0.2s ease;
}

.filter-field select:focus {
  border-color: #009688;
  outline: none;
}

.filter-submit {
  flex: 0 0 auto;
}

.filter-submit button {
  padding: 12px 24px;
  background-color: #009688;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-submit button:hover {
  background-color: #00796b;
}

@media (max-width: 768px) {
  .filter-form {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .filter-submit button {
    width: 100%;
  }
}

   /*location section*/

.location-section {
  padding: 60px 20px;
  background-color: #f5f5f5;
}

.location-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.location-left {
  flex: 1.2;
  min-width: 300px;
}

.location-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #111;
  margin-bottom: 12px;
}

.location-left p {
  font-size: 15px;
  color: #555;
  margin-bottom: 24px;
  line-height: 1.6;
}

.nearby-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nearby-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  border-left: 4px solid #009688;
}

.nearby-item:hover {
  transform: translateY(-3px);
}

.nearby-item img {
  width: 32px;
  height: 32px;
  filter: grayscale(100%) brightness(0.3);
}

.nearby-item h4 {
  margin: 0;
  font-size: 16px;
  color: #111;
  font-family: 'Playfair Display', serif;
}

.nearby-item p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #777;
}

.location-right {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}



/* Responsive Map Fix for Mobile */
@media (max-width: 768px) {
  .location-right iframe {
    height: 300px !important; /* Increase or decrease as needed */
  }

  .location-container {
    flex-direction: column;
  }

  .location-left, .location-right {
    width: 100%;
  }
}


      .property-table-section {
  padding: 60px 20px;
  background-color: #f7f7f7;
  text-align: center;
}

.property-table-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 30px;
  color: #222;
}

.table-container {
  overflow-x: auto;
}

.property-table {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}

.property-table thead {
  background-color: #9c7c4d;
  color: #fff;
}

.property-table th,
.property-table td {
  padding: 16px 20px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.property-table tbody tr:hover {
  background-color: #f0f4f8;
}

.details-btn {
  background-color: #9c7c4d;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
  display: inline-block;
}

.details-btn:hover {
  background-color: #7a6138;
}

@media (max-width: 768px) {
  .property-table th,
  .property-table td {
    font-size: 14px;
    padding: 12px;
  }

  .details-btn {
    font-size: 13px;
    padding: 6px 14px;
  }

  .property-table-section h2 {
    font-size: 24px;
  }
}

/* --- WHY INVEST SECTION --- */
.why-invest-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

.why-invest-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

.why-invest-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-invest-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-invest-card:hover {
  transform: translateY(-5px);
}

.why-invest-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.why-invest-card h4 {
  font-size: 18px;
  color: #111;
  margin-bottom: 10px;
}

.why-invest-card p {
  font-size: 14px;
  color: #555;
}

/* --- CONTACT US SECTION --- */
.contact-section {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.contact-section h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

/* Text Inputs & Dropdowns */
.contact-form input,
.contact-form select {
  padding: 12px 16px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form input::placeholder {
  color: #888;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.phone-input-wrapper select.country-code {
  padding: 12px 10px;
  font-size: 14px;
  border-radius: 8px;
  border: none;
  width: 40%;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.phone-input-wrapper input[type="tel"] {
  padding: 12px 16px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  width: 60%;
  box-sizing: border-box;
}

/* Submit Button */
.contact-form button {
  background-color: #d4af37;
  color: #000;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #c79c25;
}

/* Responsive Fix */
@media (max-width: 500px) {
  .phone-input-wrapper {
    flex-direction: column;
  }
  .phone-input-wrapper select,
  .phone-input-wrapper input[type="tel"] {
    width: 100%;
  }
}

       
 
   /*faq-section*/
.faq-section {
  padding: 60px 20px;
  background: #fefefe;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.faq-section h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #111;
}

.faq-container {
  text-align: left;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: #f3f3f3;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 600px) {
  .faq-section h2 {
    font-size: 1.6rem;
  }
}
  



@media (max-width: 768px) {
  .search-form-box {
    width: 100%;
    max-width: 100%;
    min-width: auto !important;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .search-form-box h3 {
    font-size: 20px;
    text-align: center;
  }

  .search-form-vertical select {
    font-size: 15px;
    padding: 10px;
  }

  .search-btn {
    font-size: 16px;
    padding: 12px;
  }
}





@media (max-width: 768px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    position: relative;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .navbar-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 auto;
  }

  .navbar-icons a {
    font-size: 18px;
    color: #fff;
  }

  .navbar-toggler {
  display: block;
  background: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 20px;  /* ✅ fixed for alignment */
  z-index: 1001;
}


  .navbar-toggler-icon {
    filter: brightness(0) invert(1); /* white toggle icon */
  }

  .fab, .fas {
    font-size: 20px;
  }

  .collapse.navbar-collapse {
    width: 100%;
    margin-top: 10px;
  }
}

/* Only shift email icon slightly left */
.navbar-icons a:last-child {
  margin-left: -6px; /* 🔧 adjust as needed */
}







           