.page-title-banner {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -23px !important;
  padding-top: 0 !important;
}

/* navnew css */

/* navnew css end */

.nav-item {
  position: relative;
  /* padding-right: 1rem; */
  margin-right: 1.5rem;
}

.nav-link {
  padding: 0.5rem 0 !important;
}

.nav-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.nav-link:hover {
  background: none !important;
}

.nav-item .btn-primary {
  margin-left: 1.5rem;
}

.filters-bar {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.property-card-img {
  height: 200px;
  object-fit: cover;
}

.map-placeholder {
  height: 300px;
  overflow: hidden;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
}

.accordion-button::after {
  content: "+";
  transform: none;
  background-image: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #e7f5ff;
  border-radius: 0 0 0.375rem 0.375rem;
}

.status-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.hover-scale {
  transition: transform 0.2s;
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* .search-filter-bar {
  position: relative;
  margin-top: -25px;
  z-index: 100;
} */

.filter-card {
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* padding: 15px 30px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.filter-btn-container {
  border-right: 1px solid #cacaca;
  padding: 15px 0px;
  flex: 1;
}

/* .filter-card .filter-btn-container:first-child{

    padding-left: 30px;
} */

.filter-card .filter-btn-container:last-child {
  padding-right: 30px;
  border-right: none;
  display: flex;
}

.filter-btn {
  background: transparent;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  /* min-width: 120px; */
  white-space: nowrap;
  margin: auto;
}

.filter-btn:hover,
.filter-btn:focus {
  background: transparent;
  box-shadow: none;
}

.filter-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.vr {
  height: 35px;
  width: 1px;
  background-color: #dee2e6;
  margin: 0;
  opacity: 0.5;
}

.search-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 35px;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.search-btn:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.filter-sidebar {
  background: #f0efef;
  border-radius: 16px;
  padding: 24px;
  font-family: Arial, sans-serif;
}

.filter-section {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 20px;
}

.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-heading {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}

.filter-dropdown {
  position: relative;
  margin-bottom: 12px;
}

.filter-dropdown-input {
  width: 100%;
  padding: 12px 16px 12px 40px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: white;
  font-size: 14px;
  color: #333;
}

.filter-dropdown-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.filter-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 12px;
}

.filter-checkbox input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.filter-checkbox label {
  font-size: 14px;
  color: #000000;
  user-select: none;
}

.filter-range {
  padding: 0 8px;
  margin-bottom: 20px;
}

.filter-range-slider {
  width: 100%;
  height: 4px;
  background: #e5e5e5;
  border-radius: 2px;
  position: relative;
  margin: 20px 0;
}

.filter-range-progress {
  position: absolute;
  height: 100%;
  background: #007bff;
  border-radius: 2px;
  left: 0;
  width: 60%;
}

.filter-range-handle {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #007bff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.filter-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}

.property-type-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.property-count {
  background: #f0f0f0;
  color: #666;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
}

.promotional-banner {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.promotional-banner:hover {
  transform: translateY(-5px);
}

.faq-section {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 80px;
}

.faq-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0;
}

.faq-heading {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}

.faq-subtext {
  font-size: 16px;
  color: #888888;
  text-align: center;
  margin-bottom: 48px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 12px;
  width: 100%;
  background: transparent;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.faq-item.active {
  background: #d9f0ff;
}

.faq-button {
  width: 100%;
  padding: 24px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  position: relative;
}

.faq-number {
  font-size: 18px;
  font-weight: 700;
  color: #888888;
  margin-right: 24px;
  min-width: 32px;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  flex-grow: 1;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #339dff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 24px;
}

.faq-toggle::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M7 1v12M1 7h12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-item.active .faq-toggle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M1 7h12'/%3E%3C/svg%3E");
}

.faq-answer {
  padding: 0 24px 0px 80px;
  color: #6e8ca0;
  font-size: 16px;
  line-height: 1.6;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.faq-item.active .faq-answer {
  padding: 0 24px 24px 80px;
  height: auto;
  /* overflow: hidden; */
}

.faq-divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 8px 0;
}

.bg-light-blue {
  background-color: #f1f4fb;
}

.cta-banner-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 10;
}

.cta-banner-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.cta-banner {
  margin-top: 0;
  margin-bottom: 0;
}

footer {
  position: relative;
  padding-top: 120px !important;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-brand img {
  height: 40px;
}

.navbar .navbar-brand {
  margin-right: 5px;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu.show {
  display: block;
}

.price_range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #007bff 0%, #fff 0%);
  border-radius: 10px;
  outline: none;
  transition: background 0.3s ease;
}

.price_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 6px solid #fff;
  box-shadow: 0 0 0 2px #007bff;
  margin-top: -6px;
}

.price_range::-webkit-slider-runnable-track {
  background: transparent;
  height: 5px;
  border-radius: 10px;
}
.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  font-size: 1.9rem;
  font-weight: 800;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  line-height: 1;
  cursor: pointer;
  padding-bottom: 7px;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-content {
  position: relative;
  z-index: 10;
  height: 100%;
}

.semi-transparent-bg {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  padding: 2rem;
}

.project-card {
  height: 100%;
  transition: transform 0.3s;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-image-container {
  position: relative;
  height: 240px;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 50rem;
}

.under-construction {
  background-color: #e6f0ff;
  color: #0d6efd;
}

.ready-to-move {
  background-color: #d4edda;
  color: #198754;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.navbar {
  padding: 0.5rem 0;
}

.navbar-brand img {
  height: 3rem;
}

/* Fix for fixed-top navbar */
body {
  padding-top: 76px;
}

.hero-section {
  margin-top: -76px;
}

.filter-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.filter-btn {
  background: white;
  border: 1px solid #dee2e6;
  padding: 12px 20px;
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  border-radius: 5px;
  color: #495057;
}

.search-btn {
  background: btn-primary#0008ff;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 0.9rem;
  border-radius: 5px;
  width: 100%;
}

.search-btn:hover {
  background: #4014ef;
}

.object-fit-cover {
  object-fit: cover;
}

.card-body {
  min-height: 140px;
  /* Ensures text area matches height */
}

.feature-card {
  height: 400px;
  position: relative;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00a2ff;
  color: white;
  padding: 1rem 2rem;
  /* Reduced padding */
  height: 40%;
  /* Reduce height of overlay */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.content {
  max-width: 100%;
}

.btn-light {
  background: white;
  color: #00a2ff;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: 500;
}

.btn-light:hover {
  background: #f8f9fa;
}

.display-4 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.scrolling-wrapper > .card {
  scroll-snap-align: start;
}

.cta-banner-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 10;
}

.cta-banner-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.cta-banner {
  margin-top: 0;
  margin-bottom: 0;
}

footer {
  margin-top: auto;
  position: relative;
  padding-top: 120px !important;
  padding-bottom: 0% !important;
}

.container:last-child {
  margin-bottom: 0 !important;
  /* Remove margin from the last container */
}

/* Hide scrollbar */
.d-flex.overflow-auto {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.d-flex.overflow-auto::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.container:last-child {
  margin-bottom: 0 !important;
  /* Remove margin from the last container */
}

/* Smooth scrolling */
.d-flex.overflow-auto {
  scroll-behavior: smooth;
}

/* Remove white space below the footer */
html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
  padding-bottom: 0 !important;
  /* Ensure no padding at the bottom */
}

section.py-5.bg-light {
  min-height: auto;
  height: auto;
}

section.py-5.bg-light > section {
  min-height: auto;
  height: auto;
}

/* section.py-5.bg-white {
  min-height: 500px;
 
} */

/* Navbar Styles */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .btn {
  background-color: #4aa8ff;
}

/* Hero Section */
.hero-section img {
  height: 75vh;
  object-fit: cover;
}

.hero-section .dark-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Filter Bar */
.filter-bar {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Trending Projects */
.trending-projects .badge {
  background-color: #4aa8ff;
  color: #ffffff;
}

.trending-projects .card {
  border-radius: 12px;
  background-color: #ffffff;
}

/* Budget Homes */
.budget-homes .card {
  border-radius: 10px;
}

.budget-homes .card img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Individual Villas */
.individual-villas .card {
  border-radius: 16px;
  background-color: rgb(234, 220, 245);
}

.individual-villas .card img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

/* Footer */
footer {
  background-color: #000000;
  color: #ffffff;
}

footer .btn {
  background-color: #000000;
  border: 1px solid #ffffff;
}

footer .btn i {
  color: #ffffff;
}

.city-img {
  width: 50px;
  /* Set fixed width */
  height: 50px;
  /* Set fixed height */
  object-fit: cover;
  /* Ensures image crops to fill box while preserving aspect ratio */
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #investor-joint-venture .position-relative {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #investor-joint-venture .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    /* Ensure no background gap */
  }
}

@media (max-width: 768px) {
  #investor-joint-venture .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #investor-joint-venture .position-relative {
    width: 100%;
    height: auto;
  }

  /* #investor-joint-venture img {
    width: 100%;
    height: auto;
    object-fit: cover;
  } */

  #investor-joint-venture .container-fluid {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  #investor-joint-venture .position-relative {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  /* #investor-joint-venture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    padding: 0;
  } */

  #investor-joint-venture .container-fluid {
    margin: 0;
    padding: 0;
    position: relative;
  }
}

@media (max-width: 768px) {
  #investor-joint-venture .position-relative {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }

  /* #investor-joint-venture img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    padding: 0;
  } */

  #investor-joint-venture .container-fluid {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
  }
}

#slide1:checked ~ .slides {
  transform: translateX(0);
}

#slide2:checked ~ .slides {
  transform: translateX(-100%);
}

#slide3:checked ~ .slides {
  transform: translateX(-200%);
}

h2 {
  text-align: center;
  padding: 20px;
}

.slick-slide {
  margin: 0px 15px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

h2 {
  text-align: center;
  padding: 20px;
}

.slick-slide {
  padding: 0 10px;
}

.project-slider .slick-slide > div {
  display: flex;
  justify-content: center;
}

.project-card {
  width: 400px;
  height: 290px;
}

h3 {
  font-weight: bold;
}

.slick-slide {
  margin: 0 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide > div {
  height: 100%;
}

.card.flex-row {
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  color: black;
  /* or your desired color */
}

.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper-slide {
  width: auto !important;
  /* allow wide slides */
}

/* my style */

.investor_img {
  aspect-ratio: 1/0.8;
}

.hp_txt {
  padding: 0;
  text-align: left;
}

.hp_cs_card {
  height: 100%;
  /* aspect-ratio: 1/0.8; */
}

.budget_hm_img {
  max-width: 100%;
  width: 250px !important;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.budget_home_card {
  width: 500px;
  scroll-snap-align: start;
  border-radius: 10px;
}

.individual_villa_card {
  width: 1000px;
  height: 450px !important;
  border-radius: 16px;
  scroll-snap-align: start;
  background-color: #e9f4ff !important;
}

.individual_image_container {
  flex: 1;
}

.individual_details_card {
  width: 30%;
}

.container_i {
  margin-left: 40px;
}

.filter-btn-container {
  border-right: 1px solid #cacaca;
  padding: 15px 0px;
  flex: 1;
}

.filter-card {
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.filter-card .filter-btn-container:last-child {
  padding-right: 30px;
  border-right: none;
  display: flex;
}

.filter-btn {
  background: transparent;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  /* min-width: 120px; */
  white-space: nowrap;
  margin: auto;
  justify-content: center;
}

.search-filter-bar .homepage {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  margin-top: -41px;
}

.filter-property-list {
  position: absolute; /* or relative if needed */
  top: 400px;
  z-index: 1;
  width: 100%;
}
/* my styles media query */

@media screen and (max-width: 1200px) {
  .individual_villa_card {
    width: 80vw;
  }
}

@media screen and (max-width: 992px) {
  .individual_details_card {
    width: 45%;
  }

  .individual_villa_card {
    height: 410px;
  }

  /* #investor-joint-venture img {
    width: 100%;
    height: 420px;
    object-position: right;
  } */
}

@media screen and (max-width: 576px) {
  .project-card {
    width: 100%;
  }

  .budget_home_card {
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
  }

  .budget_hm_img {
    width: 100% !important;
  }

  .individual_villa_card {
    flex-wrap: wrap;
    width: 100%;
    height: 100% !important;
  }

  .individual_details_card {
    width: 100%;
  }

  .container_i {
    margin-left: 0;
  }
}

/* As */
.custom-banner-text {
  z-index: 2;
  max-width: 60%;
  width: 100%;
  padding-left: 10%;
}

/* Responsive padding for tablets and phones */
@media (max-width: 992px) {
  .custom-banner-text {
    padding-left: 3rem;
  }
}

@media (max-width: 576px) {
  .custom-banner-text {
    padding-left: 1rem;
  }
}

/* Right border for dropdowns except the last one */
.property-filter .dropdown {
  border-right: 1px solid #e0e0e0;
  padding-right: 1rem;
  margin-right: 1rem;
}

/* Remove border for the last dropdown before the search button */
.property-filter .dropdown:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.amenitiesicons {
  height: auto !important;
  width: 20px !important;
}

/* homepage css */
