
.d-flex a i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.d-flex a:hover i {
  transform: scale(1.3);
  color: #907346; /* Gold or change to your preferred color */
}



body {
    margin: 0;
    h1, h2, h3 {
        font-family: Lato, sans-serif !important;
        /* font-family:__Roboto_de29f3 !important; */
        font-weight: bold !important;
        font-size: 2rem !important;
    }
     h3 {
        font-family: Lato, sans-serif !important;
        /* font-family:__Roboto_de29f3 !important; */
        font-weight: bold !important;
        font-size: 1.4rem !important;
    }
    html, body {
        margin: 0;
        padding: 0;
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }
   font-family: Lato, sans-serif !important;
    background-color: rgb(237, 234, 239);
}
.top-strip {
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 6px 20px;
  border-bottom: 1px solid #ccc;
}
.navbar-brand {
  margin-left: 100px; /* Much more left margin */
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.1); /* Slightly more zoom on hover */
  opacity: 0.9;
}

.navbar-brand img {
  height: 58px; /* Bigger logo */
  transition: transform 0.3s ease;
}


/* .fs-5 {
   

} */

.fs-5 :hover{
  color: #a16600;
}
.fab {
margin-right: 20px;
font-size: 32px;
}

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

.navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px;
  margin: 0 10px; /* adds space between links */
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

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

/* Active (clicked) link */
.navbar-nav .nav-link.active {
  font-weight: 700;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}



/* 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;
  height: 600px;
}


.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;
 margin-top: 70px;
    margin-left: 159px;
}


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

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

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

.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;
  margin-top: -55px;
  /* margin-right: 2px; */
}
.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 #b09090;
}

.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: #7A6138;
}

@media (max-width: 768px) {
  .search-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
    .fab {
      margin-right: 2px;
     }
    .fas {
      margin-right: 2px;
     }
       .nav-icon{
      margin-right: 21px;
}
     .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;
    /*margin-top: 440px;*/
    margin-bottom: 27px;
  }

  .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: white;
  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;
  text-align: center;
}

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

.offer-box {
  background-color: #fff;
  border: 1px 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: 10px 25px;
  background-color: white;
  color: black;
  border-radius: 23px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  border: 1px solid rgb(184, 128, 33);
}

.cta-button:hover {
  background-color: #835b08;
  color:white;
}

/* Responsive */
@media (max-width: 768px) {
  .offer-box {
    width: 100%;
    max-width: 300px;
  }
}



 .property-cards-modern {
  text-align: center;
  padding: 60px 20px;
 background: linear-gradient(4deg, rgb(231 231 231), rgb(255, 255, 255)) !important;
 box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.05);
}

.property-cards-modern h1 {
  
  color: #222;
  /* margin-bottom: 30px; */
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* padding-bottom: 12px; */
  cursor: pointer;
  font-size: 28px;
  margin-top: 25px;
}

.property-cards-modern h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px; /* initial small underline */
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.property-cards-modern h1:hover::after {
  width: 100%; /* expands to full width */
  
}


 .property-cards-modern {
  padding: 0px 20px;
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
}

.property-cards-modern .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px; /* More vertical and horizontal spacing between cards */
  padding: 40px 0px;
}

.property-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.property-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

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

.property-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
  font-weight: 600;
}

.property-info p {
  font-size: 16px;
  color: black;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.property-info i {
  color: #000;
  font-size: 18px;
  margin-right: 6px;
}

.property-details {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #444;
  margin-bottom: 12px;
}

.price-line {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  margin-left: 19px;
}

/* Full-width black & white button */
.btn-enquire {
  display: block;
  width: 100%;
  background-color: white;
  color: black;
  padding: 12px 0;
  text-align: center;
  border-radius: 50px; /* Fully rounded button */
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  border: 1px solid rgb(184, 128, 33);
}

.btn-enquire i {
  margin-right: 6px;
  color: #fff !important; /* Ensure icon is white */
}

.btn-enquire:hover {
  background-color: #835b08;
  color: white;
}


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

  .property-card {
    width: 100%;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .property-filter {
  background-color: #fdfbfb;

  }

}
/* Responsive */
@media (max-width: 768px) {
  .explore-content .cta-button{
   margin: 0px 86px;
  }

}

/* explore-section */


.explore-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 40px;
  flex-wrap: wrap;
 background: linear-gradient(4deg, rgb(247 247 247), rgb(255, 255, 255)) !important;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.05);
}

.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:  goldenrod;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.explore-content .cta-button {
  background-color: white;
  color: black;
  padding: 9px 16px;
  border-radius: 23px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  border: 1px solid rgb(184, 128, 33);
}

.explore-content .cta-button:hover {
  background-color: #835b08;
  color: white;
}

/* 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: linear-gradient(355deg, #cdcdcd, #ffffff) !important;
box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.05);
}

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

.video-wrapper {
  position: relative;
  padding-bottom: 51.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: 19px;
  color: black;
  /* 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: 43px 20px;
  background-color: white;
  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;
  margin-top: 33px;
}

.listing-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 0px;
  overflow: hidden;
  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;
  padding: 0px 17px;
  /* padding: 18px 17px; */
}

.location {
  font-size: 16px;
  color: black;
  margin-bottom: 10px;
  margin-left: 19px;
}

.property-details {
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: black;
  margin-bottom: 10px;
  flex-wrap: wrap;
  margin-left: 19px;
}


.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: 20px;
  margin-top: auto;
  padding: 13px 17px; 
}

.listing-btn {
  flex: 1;
  padding: 10px 16px;
  background-color: white;
  color: black;
  border-radius: 23px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
  border: 1px solid rgb(184, 128, 33);
}

.listing-btn:hover {
  background-color: #835b08;
  color: white;
}

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


/* 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;
}



/* -----------------------------
   🔍 Lightbox Popup Styling
----------------------------- */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  width: 700px;              /* fixed width */
  height: 450px;             /* fixed height */
  object-fit: cover;         /* crop nicely to fill area */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}


/* Navigation arrows */
.lightbox .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  user-select: none;
  transition: color 0.2s ease;
}

.lightbox .nav-arrow:hover {
  color: #ffc107;
}

.lightbox .prev {
  left: 20px;
}
.lightbox .next {
  right: 20px;
}

/* Close (X) button */
.lightbox .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: white;
  cursor: pointer;
  transition: color 0.2s ease;
}

.lightbox .close-btn:hover {
  color: #ffc107;
}

/* Responsive */
@media (max-width: 768px) {
  .lightbox img {
    width: 90vw;             /* 90% of screen width */
    height: 55vh;            /* 55% of screen height */
  }
  .lightbox .nav-arrow {
    font-size: 30px;
  }
}

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

.gallery-section h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  cursor: pointer;
}

.gallery-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.gallery-section h2:hover::after {
  width: 100%;
}


.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: 40px 20px;
 background: linear-gradient(359deg, rgb(151 151 151), rgb(255, 255, 255)) !important;
box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

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

/* .reviews-section,
.payment-plan-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f5f5;
} */

.reviews-section h2,
.payment-plan-section h2 {
  font-size: 28px;
  color: #222;
  /*margin-bottom: 30px;*/
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  cursor: pointer;
}

.reviews-section h2::after,
.payment-plan-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.reviews-section h2:hover::after,
.payment-plan-section h2:hover::after {
  width: 100%;
}


.payment-subtitle {
  font-size: 16px;
  color: #555;
  text-align: center;
  /*margin-bottom: 40px;*/
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

.plan-card {
  background-color: white;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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;
  margin-left: 60px;
}

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

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

.plan-note {
  font-size: 14px;
  color: #777;
  margin: 10px 0 20px;
  text-align: center;
}

/* Fully Rounded Button */
.plan-cta-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  background-color: #9C7C4D;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px; /* fully rounded */
  transition: all 0.3s ease;
  margin-top: auto;
  border: 2px solid transparent;
}

.plan-cta-btn:hover {
  background-color: #7A6138;

}



/* 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: white;
  color: black;
  padding: 10px 18px;
  border-radius: 23px;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.3s ease;
  border: 1px solid rgb(184, 128, 33);
}

 .plan-cta-btn:hover {
  background-color: #835b08;
  color: white;
} 

 /*propety*/

.property-filter {
  padding: 40px 20px;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05); */
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.property-filter .filter-heading {
  /*font-size: 2rem;*/
  color: #222;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  cursor: pointer;
}

.property-filter .filter-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.property-filter .filter-heading:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .property-filter .filter-heading {
    font-size: 21px;
  }
  .gallery-section {
    margin-bottom: -84px;
  }
}


.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:white;
  color: black;
  border: 1px solid rgb(184, 128, 33);
  border-radius: 23px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-submit button:hover {
  background-color: #835b08;
  color: white;
}

@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: 2px;
}

.nearby-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #fff;
  padding: 9px 11px;
  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);
}

@media (max-width: 900px) {
  .location-container {
    flex-direction: column;
  }

  .location-right iframe {
    height: 250px;
  }
}
.property-table-section {
  padding: 60px 20px;
  background-color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.property-table-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  cursor: default;
}

.property-table-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #ffc107; /* You can change this color */
  border-radius: 2px;
  transition: width 0.3s ease;
}

.property-table-section h2:hover::after {
  width: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
  .property-table-section h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .property-table-section h2 {
    font-size: 1.6rem;
  }
}


.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: white;
  color: black;
  padding: 8px 18px;
  border-radius: 23px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
  display: inline-block;
  border: 1px solid rgb(184, 128, 33);
}

.details-btn:hover {
  background-color: #835b08;
  color: white;
}

@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: linear-gradient(359deg, #102381, #ffffff);
    box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.6), inset 0 -2px 8px rgba(0, 0, 0, 0.05);
  padding: 60px 20px;
  text-align: center;
}

/* Animated Underlined Heading */
.why-invest-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  cursor: pointer;
}

.why-invest-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.why-invest-section h2:hover::after {
  width: 100%;
}

/* Grid Layout for Cards */
.why-invest-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Individual Card */
.why-invest-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

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

.why-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

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

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

/* Responsive Adjustments */
@media (max-width: 768px) {
  .why-invest-section h2 {
    font-size: 1.8rem;
  }

  .why-invest-card {
    padding: 20px 15px;
  }

  .why-invest-card h4 {
    font-size: 16px;
  }

  .why-invest-card p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .why-invest-section {
    padding: 40px 15px;
  }

  .why-invest-section h2 {
    font-size: 1.6rem;
  }

  .why-invest-cards {
    gap: 20px;
  }

  .why-invest-card {
    padding: 18px 12px;
  }

  .why-invest-card h4 {
    font-size: 12px;
  }

  .why-invest-card p {
    font-size: 13px;
    text-align: center;
  }
}



/* --- 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;
  width: 150px;
}

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

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

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

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



   /*faq-section*/
 /*faq-section*/
.faq-question {
  width: 100%;
  text-align: left;
  padding: 12px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 20px;
  transition: transform 0.2s;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 15px;
  /* border-left: 3px solid #007bff; */
  background: #f9f9f9;
}


.faq-question {
    background-color:rgb(237, 234, 239);
    border: none;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    transition: background 0.3s;
}

.faq-question:hover {
    background-color: #e9ecef;
}

.faq-answer {
    display: none;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    max-height: none; /* ✅ allow full height */
    overflow: visible; /* ✅ ensure full text shows */
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
}


.faq-item.active .faq-answer{
    background-color: #F9F5F5;
}

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

.faq-section h2 {
  font-size:28px;
  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: 768px) {
  .faq-question {
    font-size: 14px;
    padding: 10px 12px;
  }

  .faq-answer {
    font-size: 13px;
    padding: 8px 12px;
  }
}


/* Table responsive scroll */
.table-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.property-table {
    width: 100%;
    min-width: 700px; /* Forces scroll if content is wider */
    border-collapse: collapse;
}

.property-table th,
.property-table td {
    padding: 10px;
    text-align: left;
    white-space: nowrap; /* Prevents text wrapping */
}

/* Optional: Style for mobile to indicate scroll */
@media (max-width: 768px) {
    .table-container {
        border: 1px solid #ddd;
        border-radius: 4px;
    }
}

.banner-with-search-vertical {
    position: relative;
    color: #fff;
    padding: 60px 0;
}

.banner-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 40px 0;
}

.banner-title {
    font-size: 2rem;
    font-weight: 700;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    /* margin-left: 10px; */
}

.benefits-list li {
    font-size: 1rem;
    margin-bottom: 8px;
}
.benefits-list {
  list-style: none;
  padding-left: 25px; /* space for checkmark */
  position: relative;
}

.benefits-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px; /* ensures text doesn't overlap icon */
}

.benefits-list li::before {
  content: "✔";
  position: absolute;
  left: -10px;
  color: goldenrod;
  font-weight: bold;
}

.search-form-box {
    background: #fff;
    color: #333;
    border-radius: 10px;
}

.search-form-vertical h3 {
    font-weight: 600;
    font-size: 1.2rem;
}

.form-select {
    padding: 10px;
    font-size: 0.95rem;
}

.search-btn {
    background: #9C7C4D;
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px;
    border-radius: 23px;
    transition: 0.3s;
}

.search-btn:hover {
    background: #907346;
}

/* Responsive Tweaks */
@media (max-width: 992px) {
    .banner-title {
        font-size: 1.5rem;
    }
    .search-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1.3rem;
        text-align: center;
    }
    .benefits-list {
        margin-left: -8px;
    }
    .search-form-box {
        width: 95%;
        margin: 0px 5px;
        margin-top: 126px;
    }
}
.btn.btn-warning {
    background: white;
    color: black;
    border: 1px solid rgb(184, 128, 33);
    font-weight: 500;
}

.btn.btn-warning:hover {
    background: #835b08;
    color: white;
}
.offer-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); default desktop: 4 per row */
    gap: 15px;
}

@media (max-width: 768px) {
    .offer-grid {
       display: grid;
        grid-template-columns: repeat(2, 1fr); /* mobile: 2 per row */
    }
}

.offer-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}








.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.navbar {
    background: rgb(46 46 46 / 85%) !important;
    padding: 15px 0;
    transition: all 0.3s 
ease-in-out;
}
    .navbar-brand img {
      height: 52px;
    }
    .navbar-nav {
      flex-grow: 1;
      justify-content: center;
    }
    .navbar-nav .nav-item {
      padding: 0 1rem;
    }
    .nav-icons {
      display: flex;
      gap: 1rem;
      align-items: center;
    }
    .nav-icons .nav-link {
      color: #fff;
      font-size: 1.25rem;
    }
    .navbar-toggler {
      position: relative;
      /* top: 0.5rem; */
      right: -1rem;
      border: none;
      background: transparent;
    }
     @media (min-width: 992px) {
      .navbar-toggler {
        display: none;
      }
    }
    @media (max-width: 360px) {
  .navbar-toggler {
    right: -0.5rem; /* adjust position */
    top: 0.25rem;   /* optional vertical tweak */
    font-size: 1.1rem; /* smaller icon size */
  }
}
.navbar-toggler {
  border: none;
  background-color: transparent !important;
  border: none !important;
}

/* Change hamburger icon color to #907346 */
.navbar-toggler-icon.custom-toggler {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  margin-bottom:13px;
}
/* 📱 For iPhone XR / similar (414px wide) */
@media (max-width: 414px) {
  .navbar-toggler {
    right: -0.75rem;
    top: 0.3rem;
    font-size: 1.2rem;
  }
}
    @media (max-width: 991px) {
      .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000;
        padding: 1rem;
        z-index: 1000;
      }
      .nav-icons {
        margin-top: 1rem;
        justify-content: center;
      }
    }
   
@media (max-width: 768px) {
  .offer-section h2,.search-info h2,.reviews-section h2, .payment-plan-section h2,.property-cards-modern h1,.explore-content h2,.listing-section h1,.gallery-section h2,.why-invest-section h2,.property-table-section h2,.contact-section h2 { font-size:22px !important; } /* 20px */
}
@media (max-width: 480px) {
  .offer-section h2,.search-info , .reviews-section h2, .payment-plan-section h2,.property-cards-modern h1,.explore-content h2,.listing-section h1,.gallery-section h2,.why-invest-section h2,.property-table-section h2,.contact-section h2 { font-size: 22px !important; } /* 18px on very small phones (optional) */
}
.listing-section h1 {
  position: relative; /* Required so ::after positions relative to the heading */
  display: inline-block; /* So underline width is just for text */
  padding-bottom: 12px; /* Space for underline */
  /*font-size:28px;*/
  margin-top: -88px;
}

.listing-section h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Optional hover effect */
.listing-section h1:hover::after {
  width: 100%;
}
html, body {
  overflow-x: hidden; /* stop horizontal scroll */
}

* {
  box-sizing: border-box; /* helps prevent width overflow */
}

img, iframe, video {
  max-width: 100%; /* keep media inside viewport */
  /*height: auto;*/
}


.choice {
    width: 472px;
}


        :root {
            --primary: #1a365d;
            --accent: #c8a97e;
            --light: #f8f9fa;
            --dark: #2d3748;
            --gray: #718096;
            --light-gray: #e2e8f0;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: white !important;
            color: var(--dark);
            line-height: 1.6;
        }
        
        .reviews-section {
            max-width: 1200px;
            margin: 2rem auto;
            /* padding: 2rem; */
        }
        
        .section-header {
            text-align: center;
            margin-bottom: -78px;
        }
        
        .section-header h2 {
            font-size: 28px;
            color: var(--primary);
            margin-bottom: 0.5rem;
            font-weight: 600;
        }
        
        .section-header p {
            color: var(--gray);
            font-size: 16px;
            max-width: 600px;
            margin: 0 auto;
            margin-top: 8px;
            text-align: center;
        }
        
        .reviews-wrapper {
            display: flex;
            flex-direction: column;
            gap: 3rem;
            margin-top:47px;
          
          
          
            padding: 2.5rem;
            /* position: relative; */
            overflow: hidden;
        }
        
        .reviews-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }
        
        .summary-panel {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 1.5rem;
            /* background: var(--light); */
            /* border-radius: 12px; */
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
        }
        
        .summary-panel h3 {
            color: var(--primary);
            font-size: 1.2rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .stars-container {
            display: flex;
            align-items: center;
            margin-top: -20px;
            gap: 0.5rem;
            /* margin-bottom: 1.5rem; */
        }
        
        .average-rating {
            font-size: 24px;
            font-weight: 700;
            color: var(--primary);
        }
        
        .stars {
            color: #fbbf24;
            font-size: 18px;
            letter-spacing: 2px;
        }
        
        .review-count {
            color: var(--gray);
            font-size: 0.95rem;
            /* margin-top: -11px; */
        }
        
        .rating-bars {
            width: 100%;
            max-width: 400px;
            margin: 1rem 0;
        }
        
        .rating-bar {
            display: flex;
            align-items: center;
            /* margin-bottom: 0.5rem; */
        }
        
        .rating-bar span {
            font-size: 0.9rem;
            width: 20px;
            color: var(--dark);
            font-weight: 500;
        }
        
        .bar-container {
            flex-grow: 1;
            height: 8px;
            background: var(--light-gray);
            border-radius: 4px;
            margin: 0 0.8rem;
            overflow: hidden;
        }
        
        .bar-fill {
            height: 100% !important;
            background: #F9C11E;
            /* background: linear-gradient(90deg, var(--accent), #e2b879); */
            border-radius: 4px;
            transition: width 1s ease-in-out;
        }
        
        .bar-percentage {
            font-size: 0.85rem;
            color: var(--gray);
            width: 30px;
            text-align: right;
        }
        
        /* Swiper Styles */
        .review-slider {
            width: 100%;
            padding: 1rem 0 3rem;
        }
        
        .swiper-slide {
            height: auto;
        }
        
        .testimonial {
            /* background: white; */
            /* border-radius: 12px; */
            padding: 3.8rem;
            /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); */
            height: 100%;
            display: flex;
            flex-direction: column;
            /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
            /* border: 1px solid var(--light-gray); */
        }
        
        .testimonial:hover {
            /* transform: translateY(-5px); */
            /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
        }
        
        .testimonial-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            
        }
        
        .testimonial h3 {
            color: var(--primary);
            font-size: 1.2rem;
            font-weight: 600;
        }
        
        .testimonial .stars {
            font-size: 1rem;
            /* margin: 0px 92px; */
            /* margin-top: 14px; */
            text-align: start;
        }
        
        .review-text {
            color: var(--dark);
            line-height: 1.7;
            margin-bottom: 1.5rem;
            flex-grow: 1;
            position: relative;
        }
        
        .review-text::before {
            content: "";
            font-size: 4rem;
            color: var(--accent);
            opacity: 0.2;
            position: absolute;
            top: -1.5rem;
            left: -0.5rem;
            font-family: Georgia, serif;
        }
        
        .date {
            color: var(--gray);
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        
        .swiper-pagination {
            bottom: 0 !important;
        }
        
        .swiper-pagination-bullet {
            background: var(--gray);
            opacity: 0.4;
            width: 10px;
            height: 10px;
            transition: all 0.3s ease;
        }
        
        .swiper-pagination-bullet-active {
            background: var(--accent);
            opacity: 1;
            width: 24px;
            border-radius: 8px;
        }
        
        .swiper-button-next, .swiper-button-prev {
            color: var(--accent) !important;
            background: white;
            width: 45px !important;
            height: 45px !important;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
        }
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 1.2rem !important;
            font-weight: 800;
        }
        
        .swiper-button-next:hover, .swiper-button-prev:hover {
            background: var(--primary);
            color: white !important;
        }
        
        /* Responsive Design */
        @media (min-width: 768px) {
            .reviews-wrapper {
                flex-direction: row;
            }
            
            .summary-panel {
                flex: 0 0 300px;
                align-self: flex-start;
                position: sticky;
                top: 2rem;
            }
            
            .review-slider {
                flex-grow: 1;
            }
        }
        
        @media (max-width: 767px) {
            .reviews-section {
                padding: 1rem;
                margin-top: 16px;
            }
            .review-slider{
              margin-bottom: -54px;
            }
            .summary-panel{
              margin-bottom: -65px;
            }
            .swiper{
              margin-left: 16px !important;
            }
            .section-header h2 {
                font-size: 20px;
            }
            
            .reviews-wrapper {
                padding: 3.4rem;
            }
            .rating-bars{
                  margin-left: 30px;
                      width: 138%;
            }
            .swiper-button-next, .swiper-button-prev {
                display: none !important;
            }
        }
        .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    max-height: 6em;
    transition: max-height 0.3s ease;
    margin-top: 15px;
        }
        
        .review-text.expanded {
            -webkit-line-clamp: unset;
            max-height: none;
        }
        
        .read-more-btn {
            color: #0365e3;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.9rem;
            margin-top: -1.5rem;
            display: inline-block;
            text-align: start;
        }
        
        .read-more-btn:hover {
            text-decoration: underline;
        }



#pagination {
    text-align: center;
    margin-top: 20px;
}

#pagination .page-btn {
      margin: 0 5px;
    padding: 0px 12px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    cursor: pointer;
    border-radius: 14px;
}

#pagination .page-btn.active {
       background: #9C7C4D;
    color: white;
    border-color: #9C7C4D;
}

#pagination .page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}



/* new style of 3 steps */

.steps-modern {
 background: linear-gradient(4deg, rgb(247 247 247), rgb(255, 255, 255)) !important;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.05);
  padding: 80px 20px;
  text-align: center;
}

.steps-modern h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #111;
  letter-spacing: 1px;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

/* Connecting line */
.steps-wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.step-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.step-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  position: relative;
}

.step-icon.blue {
  background: linear-gradient(135deg, #007bff, #004aad);
}

.step-icon.gold {
  background: linear-gradient(135deg, #ffb400, #a65609);
}

.step-icon.green {
  background: linear-gradient(135deg, #28a745, #0b6b2c);
}

.step-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

/* Bullet styling */
.step-item ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-item ul li {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.step-item ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #a65609; /* Gold bullet */
  font-size: 18px;
  font-weight: bold;
}

/* Step 1 bullets - Blue */
.step-item:nth-child(1) ul li::before {
  color: #007bff;
}

/* Step 2 bullets - Gold */
.step-item:nth-child(2) ul li::before {
  color: #a65609;
}

/* Step 3 bullets - Green */
.step-item:nth-child(3) ul li::before {
  color: #28a745;
}

/* Responsive */
@media (max-width: 900px) {
  .steps-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .steps-wrapper::before {
    display: none; /* Line hat jayegi mobile par */
  }

  .step-item {
    text-align: center;
  }

  .step-item ul {
    text-align: left;
  }

  .step-item ul li {
    padding-left: 0;
  }

  .step-item ul li::before {
    position: relative;
    margin-right: 6px;
  }
}

/*new code 01/10/25*/
@media (max-width: 768px) {
    .search-info h2{
        padding: 0px 11px;
    margin-left: 17px;
    }
    .benefits-list li{
            padding-left: 6px;
    }
    .search-wrapper {
        margin-top: -60px;
        
    }
    .offer-section{
        padding:11px 20px;
    }
    .steps-modern{
        padding:26px 20px;
    }
    .span{
        font-size:17px;
    }
    .price-line{
        font-size:15px;
    }
   
 }
     /* ✅ Responsive Styles */
@media (max-width: 992px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {


  .offer-box {
    padding: 15px;
  }

  .offer-section h2 {
    font-size: 1.4rem;
  }

  .offer-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .offer-buttons .cta-button {
               padding: 10px 11px;
        margin-bottom: 11px;
        width: 46%;
        text-align: center;
        font-size: 12px;
    }
  }
  
  
  
/* =========================================
   Featured Communities (Emaar Style)
========================================= */
/* Slick dots styling */
.slick-dots {
  position: absolute;
  bottom: -40px; /* distance from bottom */
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc; /* default color */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background-color: #A16600; /* active dot color (Emaar gold) */
  width: 14px;
  height: 14px;
}

/* On hover */
.slick-dots li button:hover {
  background-color: #A16600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.home-featured-communities {
  background: #fff;
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  margin-top: -42px;
}

.section-tagline {
  font-size: 14px;
  letter-spacing: 3px;
  color: #a16600;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.home-featured-communities h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  margin-top: -12px;
}

.slider.slider-nav {
  margin-top: 20px;
}

.communities-featured-block {
  text-align: center;
  padding: 10px 15px;
  transition: transform 0.3s ease;
}

.communities-featured-block:hover {
  transform: translateY(-5px);
}

.view.overlay.zoom img {
  border-radius: 14px;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.communities-featured-block h4 {
  margin-top: 18px;
  font-size: 20px;
  color: #0038a8;
  font-weight: 700;
}

.community-tagline {
  font-size: 15px;
  color: #333;
  margin: 5px 0;
  font-weight: 400;
}

.bhk-number {
  font-size: 14px;
  color: #777;
}


.slick-prev,
.slick-next {
  position: absolute;
  top: -75px;
  background:white;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

/* Left and Right positioning */
.slick-prev {
  right: 112px;
}

.slick-next {
  right: 20px;
}
.arrow-line {
    display: inline-block;
    width: 30px;      /* length of the line */
    height: 2px;      /* thickness */
    background-color: #A16600; /* color */
    margin-left: 5px;  /* space between arrow and line */
    vertical-align: middle;
}

/* Optional: move line after the arrow for prev arrow */
.emmar-prev .arrow-line {
    margin-left: -10px;
    margin-top: -7px;
}

.emmar-next .arrow-line {
    margin-left: 5px;
    margin-top: -7px;
    margin-right: -9px;
}

/* Hover */
.slick-prev:hover,
.slick-next:hover {
 /* background: #d4af37;  Emaar gold hover */
  color: #000;
}

/* Disabled state */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.emmar-prev i,
.emmar-next i {
    font-size: 18px; 
    color: #A16600;
}

/* Hide Slick arrows on mobile */
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}


.home-featured-communities .container {
  position: relative;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .home-featured-communities h2 {
           font-size: 22px !important;
        margin-bottom: 6px;
      
  }
  .home-featured-communities{
    padding: 12px 0px 0px !important;
      margin-top: 10px !important;
  }
  .view.overlay.zoom img {
    height: 340px;
  }
  .emmar-arrow {
    top: -60px;
  }
}

@media (max-width: 576px) {
  .emmar-arrow {
    top: -50px;
    width: 35px;
    height: 35px;
  }
  .emmar-arrow::before {
    width: 16px;
    height: 16px;
  }
}


/* new code */
.why-invest-section {
    text-align: center;
    padding: 50px 0;
}

.why-invest-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.why-invest-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.why-icon {
        font-size: 2rem !important;
    color: #A16600 !important;
    margin-bottom: 15px;
}






.index-right-icon {
  margin-right: 55px;
}
@media (max-width: 768px) {
  .index-right-icon {
    margin-right: 0px;
  }
}

.mobile-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: -60px; /* your existing spacing */
  display: block;
}
@media (max-width: 600px) {
    .mobile-video {
    margin-top: 0;           /* reset negative margin */
    width: 100%;
    height: 600px;           /* adjust height as needed */
    object-fit: cover;    
    display: block;   /* ensures video fills neatly */
  }
          .search-info {
            flex: 1;
            min-width: 300px;
            margin-top: -520px;
             margin-left: 0px; 
        }
    .desktop-video { display: none; }
}
/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
       bottom: 90px;
    right: 7px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 999;
    transition: transform 0.2s;
    overflow: visible;
}

/* Ripple / Wave Effect */
.whatsapp-float::before,
.whatsapp-float::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 211, 102, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: ripple 2s infinite;
    z-index: -1;
}

.whatsapp-float::after {
    animation-delay: 1s;
}

/* Hover effect - stop waves & slightly enlarge */
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float:hover::before,
.whatsapp-float:hover::after {
    animation: none;
}

/* WhatsApp Icon */
.whatsapp-icon {
    width: 35px;
    height: 35px;
}

/* Ripple Animation */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    70% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .whatsapp-float {
        bottom: 50px;
        right: 25px;
        padding: 10px;
    }

    .whatsapp-icon {
        width: 35px;
        height: 35px;
    }
}



.top-img {
    width: 400px;
    height: 232px;
    border-radius: 17px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.form-right .image-row {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 10px;
}

.form-right .image-box {
    text-align: center;
    /* button ko image ke niche center karega */
}

.form-right .image-box img {
    border-radius: 50%;
    height: 149px;
    width: 119px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    /* niche space for button */
}


.whatsapp-btn {
    display: inline-block;
    padding: 6px 9px;
    /* background-color: #25d366;  */
    color: #000000;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s;
    border: 1px solid #a65609;
    margin-left: 11px;
}

.whatsapp-btn i {
    margin-right: 6px;
    font-size: 16px;
    color: #37b30e;
}

.whatsapp-btn:hover {
    background-color: #049e25;
    color: white;
}

.whatsapp-btn:hover i {
    color: white;
}

@media (max-width: 768px) {
    .top-img {
        width: 308px;
        height: 177px;
        margin-left: 2px;
    }

    .form-right .image-box img {
        width: 100px;
        height: 125px;
    }

    .form-right .image-row {
        margin-left: 39px;
        /* margin-left: -26px; */
        gap: 17px;
        margin-bottom: 26px;
    }

    .whatsapp-btn {
        margin-left: 1px;
        font-size: 13px;
        padding: 3px 4px;
    }

    .container {
        margin-left: -12px;

    }
}

.form-right {
        margin-left: 900px ;
    margin-top: -604px ;
    /* margin-bottom: 43px; */
    padding: 35px 0px;
}
@media (min-width: 1320px) {
    .form-right {
        margin-left: 816px;
        margin-top: -572px;
        padding: 35px 0px;
    }
}

.image-row {
    margin-left: 75px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .contact .php-email-form {
        margin: 0px 0px;
        margin-left: 0px;
    }
    .desktop-only {
       font-size: 25px !important;
    }

    .form-right {
        margin-left: 5px;
      margin-top: -115px;
        margin-bottom: 0px;
        padding: 11px 18px;
    }
}
@media (max-width: 768px) {
   #contact-form {
    width: 100% !important;
    margin-left: 0px  !important;
    
}
    
#contact-prefer
{
   margin-left: -24px;
}
}
#contact-form{
    width: 53% ;
    margin-left: 20px;
}

.whats-green {
  color: green;
  font-size: 40px;
}

@media (max-width: 768px) {
     .testimonial {
            /* background: white; */
            /* border-radius: 12px; */
            padding: 1.8rem !important;
            /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); */
            height: 100%;
            display: flex;
            flex-direction: column;
            /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
            /* border: 1px solid var(--light-gray); */
        }
  .why-invest-card {
    padding: 9px;
  }
  .why-invest-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(156px, 2fr));
    gap: 7px;
    margin-top: -12px;
}
.why-icon {
  font-size: 24px !important;
  margin-bottom: 5px !important;
}
}
  .faq-question {
            background-color: #f1f1f1;
            border: none;
            width: 100%;
            text-align: left;
            padding: 1rem;
            font-weight: bold;
            cursor: pointer;
            border-bottom: 1px solid #ccc;
            transition: background 0.3s;
        }

        .faq-question:hover {
            background-color: #e9ecef;
        }

        .faq-answer {
            display: none;
            padding: 1rem;
            background-color: #fff;
            border-bottom: 1px solid #ccc;
            max-height: none;
            /* ✅ allow full height */
            overflow: visible;
            /* ✅ ensure full text shows */
        }

        .faq-item.active .faq-answer {
            display: block;
        }

        .faq-answer p {
            margin: 0;
            line-height: 1.6;
        }

       /* brouchure */
       /* --- Modal Overlay --- */
#brochureModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* --- Modal Box --- */
#brochureModalContent {
  background: #fff;
  padding: 40px 30px;
  width: 90%;
  max-width: 550px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease;
}

/* Close Button */
#closeBrochureModal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

/* Headings */
.modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}

.modal-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

/* --- Form Layout --- */
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-row.full {
  justify-content: center;
}

/* --- Input Styles --- */
.input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-wrapper label {
  font-size: 13px;
  color: #444;
  margin-bottom: 6px;
  font-family: 'Poppins', sans-serif;
}

.input-wrapper input {
  border: none;
  border-bottom: 1.5px solid black;
  padding: 8px 0;
  font-size: 15px;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
  color: #000;
}

/* Border line animation on focus */
.input-wrapper input:focus {
  border-bottom: 1.5px solid #000;
}

/* --- Submit Button --- */
#submitBrochureForm {
  width: 100%;
  padding: 12px;
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

#submitBrochureForm:hover {
  background: #222;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  #brochureModalContent {
    padding: 25px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  #submitBrochureForm {
    font-size: 14px;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* enquiryform */
 /* ✅ Popup Styles */
  .modal-enquiry{
    margin-top: -8px;
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
    margin-left: 3px;
  }
.popup-overlay { 
  display: none; 
  position: fixed; 
  z-index: 9999; 
  inset: 0; 
  background: rgba(0,0,0,0.6); 
  justify-content: center; 
  align-items: center; 
}

.popup-content { 
  background: #fff; 
  padding: 44px; 
  border-radius: 12px; 
  width: 90%; 
  max-width: 450px; 
  position: relative; 
  box-shadow: 0 10px 25px rgba(0,0,0,0.2); 
  animation: fadeIn 0.3s ease; 
}

.popup-close { 
  position: absolute; 
  top: 12px; 
  right: 15px; 
  font-size: 26px; 
  color: #999; 
  cursor: pointer; 
}

.popup-title {    
  font-size: 22px !important;
  margin-bottom: 22px;
  text-align: center;
  color: #333;
  margin-right: 89px; 
}

@keyframes fadeIn { 
  from {opacity: 0; transform: translateY(-10px);} 
  to   {opacity: 1; transform: translateY(0);} 
}

/* ✅ Submit button */
.submit-btn { 
  background: black;
  color: white;
  border: 1px solid #a16600;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

/*.submit-btn:hover {
  background-color: #835b08; 
  color: white;
}*/

/* ✅ Form Labels */
form label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 4px;
  display: block;
}

/* ✅ Default input → underline only */
form input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid black;
  font-size: 14px;
  background: transparent;
  transition: all 0.25s ease;
  border-radius: 0;
}

/* ✅ Focus → full rounded box */
form input:focus {
  border: 1px solid #cd891d;
  border-radius: 6px;
  outline: none;
}

/* ✅ intl-tel-input field style */
.iti input {
  padding: 10px 12px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid black;
  font-size: 14px;
  background: transparent;
  transition: all 0.25s ease;
  border-radius: 0;
}

.iti input:focus {
  border: 1px solid #cd891d;
  border-radius: 6px;
  outline: none;
}

/* ✅ Radio Section */
.custom-radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 12px;
}

.custom-radio-group input {
  accent-color: #cd891d;
  margin-top: 12px;
}

/* ✅ intl-tel-input dropdown fix */
.iti {
  z-index: 1000 !important;
}

@media (max-width: 768px) {
  .iti {
    z-index: 99999 !important;
  }
  .popup-title {
    font-size: 17px !important;
    margin-right: 20px;
  }
  .custom-radio-group label {
    margin-right: 6px;
  }
}
