.hero-section {
  position: relative;
}

.hero-image-wrapper {
  width: 100%;
  max-height: 380px;
  /* overflow: hidden; */
  position: relative;
}

.hero-overlay {
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
}

.hero-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(91.08deg, rgba(163, 17, 112, 0.7) -19.6%, rgba(61, 6, 42, 0) 45.32%); */
  pointer-events: none;
}

.getin-listing-new .getin-content {
  padding: 60px;
}



.getin-text h4 {
  max-width: 100%;
  text-align: start;
}

/* .form-section {
    position: relative;
    z-index: 0;
}
.form-section::after {
    width: 50%;
    height: 100%;
}
.modal-content {
    position: relative;
    z-index: 10;
}
.modal .btn-close {
    z-index: 20;
    pointer-events: auto;
}
.modal .form-section {
    position: relative;
    z-index: 5;
}
.form-right {
    padding: 80px 46px 52px 22px;
} */


/* listing-main */
.space {
  height: 60px;
}


.listing-wrapper {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.listing-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.listing-head .breadcrubs{
  padding: 0;
}




.we-found span {
  font-weight: 600;
  color: var(--primary-color);
}

.we-found-mobile h3 {
  font-size: 20px;
}

.we-found-mobile h4 {
  font-size: 20px;
  color: var(--primary-color);
}

.we-found-mobile span {
  color: var(--gray-1);
  margin: 0 4px;
}

/* we-offcan */
.more-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.more-filter-offcanvas {
  width: 50vw;
}

.more-ffcanvas-header {
  padding: 24px 32px 12px 32px !important;
  border-bottom: 1px solid var(--gray-5);
}

.more-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.more-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--gray-1);
}

.more-icon {
  transition: transform 0.3s ease-in-out;
}

.more-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
  
}
.list-content{
max-height: 150px;
overflow: hidden;
}
.list-content.open{
  max-height: 100%;
}

.more-item.active .more-content {
  height: auto !important;
  padding-top: 8px;
}

.more-item.active .more-icon {
  transform: rotate(180deg);
}

.more-options {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--gray-2);
}

.see-more {
  padding-top: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-end;
  color: var(--primary-color);
}

.more-filter-offcanvas input[type="checkbox"] {
  accent-color: var(--primary-color);
}

.filters .dashed-line {
  border: 1px dashed var(--gray-5);
  margin: 0;
}

.item-img {
  height: 24px;
  width: 24px;
  margin-bottom: 8px;
}

/* mobile */
.offcanvas-mobile-filter {
  max-width: 100%;
  padding: 0 4px 0 16px;
}

.offcanvas-mobile-filter .offcanvas-body {
  padding: 12px 0 20px 0;
  overflow: hidden;
}

.mobile-filter-sidebar {
  width: 35%;
  border-right: 1px solid var(--gray-5);
  overflow-y: auto;
}

.mobile-filter-sidebar .nav-link {
  padding: 0;
  font-weight: 400;
  color: var(--gray-1);
  text-align: left;
  border: none;
  background: none;
  border-radius: 0;
  line-height: 1;
}

.mobile-filter-sidebar .nav-link.active {
  color: var(--primary-color);
  font-weight: 500;
}

.mobile-filter-content {
  width: 65%;
  overflow-y: auto;
  padding: 0 0 0 20px;
}

.mobile-filter-panel {
  display: none;
}

.mobile-filter-panel.active {
  display: block;
}


.mobile-filter-options .form-check:not(:last-child) {
  /* margin-bottom: 10px; */
  border-bottom: 1px dashed var(--gray-5);
}

.btn-magenta {
  background-color: var(--primary-color);
  color: white;
  border: none;
}

.text-magenta {
  color: #9c006c;
}

.offcanvas-footer {
  border-top: 1px solid #ddd;
}

.mobile-offcanvas .offcanvas-header {
  padding: 10px 0 !important;
}

.mobile-offcanvas .offcanvas-header h5 {
  font-weight: 500;
  color: var(--primary-color);
}

.mobile-offcanvas .offcanvas-header svg {
  height: 16px;
  width: 16px;
}

.offcanvas-line {
  margin: 12px 0;
  border: 1px dashed var(--gray-5);
}

.mobile-offcanvas .form-control {
  padding: 8px !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  background: #F8F7F7;
}

.mobile-offcanvas .mobile-filter-search::placeholder {
  color: var(--gray-1);
  opacity: 1;
}

.mobile-filter-options {
  margin-top: 10px;
}

.mobile-offcanvas .scroll-wrapper {
  max-height: 100%;
}























.filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}



.single-filter h6 {
  line-height: 1.5;
  color: var(--gray-2);
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 12px;
  font-family: var(--primary-font);
  font-size: 14px;
  color: var(--gray-1);
  background-color: var(--white);
  border: 1px solid var(--gray-5);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  gap: 12px;
  max-height: 44px;
}

.custom-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(163, 17, 112, 0.1);
  outline: none;
}

.select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.select-icon img {
  width: 16px;
  height: 16px;
}

.btn-filter {
  display: flex;
  gap: 10px;
  max-height: 44px;
  width: 100%;
  padding: 12px 20px;
  background: var(--primary-color);
  color: var(--white);
}

/* destop off */
.filters .offcanvas-title {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03rem;
  color: var(--primary-color);
}

.filters .offcanvas-body {
  padding: 16px 32px;
}

.filters .offcanvas-footer {
  padding: 16px 32px 32px 40px !important;
  gap: 12px;
  backdrop-filter: blur(20px);
  box-shadow: 0px -1px 10px 0px #0000001A;
}

.filters .offcanvas-footer h5 {
  color: var(--primary-color);
}

.offcanvas-footer-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 24px;
}

.offcanvas-btn-purple {
  background: var(--primary-color);
  color: var(--white);
}

.offcanvas-btn-white {
  border: 1px solid var(--gray-5);
  color: var(--gray-1);
  border-radius: 4px;
}


/*  */



.checkbox-dropdown.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(163, 17, 112, 0.1);
}



.checkbox-dropdown .dropdown-box {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: -50px;
  z-index: 10;
  background: var(--white);
  box-shadow: 0px 2px 16px 0px #00000026;
  border-radius: 8px;
  padding: 16px 4px 16px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  border: 1px solid var(--gray-5);
  /* min-width: 360px; */
}



.checkbox-dropdown .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}

.checkbox-grid label {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--gray-1);
  cursor: pointer;
  gap: 8px;
  white-space: nowrap;
  /* min-width: 158px; */
}

.checkbox-grid input[type="checkbox"] {
  accent-color: var(--primary-color);
  /* For modern browsers */
  width: 16px;
  height: 16px;
  cursor: pointer;
}








/*  */
.attendee-filter-wrapper {
  cursor: pointer;
  padding: 10px 20px;
  min-width: 300px;
}

.attendee-filter-wrapper h4 {
  letter-spacing: 0.02rem;
  color: var(--white);
}

/* === DROPDOWN BASE === */
.attendee2-dropdown {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.attendee2-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 0 0;
  background: transparent;
  cursor: pointer;
}

.attendee2-header input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: var(--gray-3);
}

/* === DROPDOWN BODY === */
.attendee2-body {
  background: #fff;
  display: none;
  flex-direction: column;
  width: 100%;
}



/* === SCROLLABLE OPTIONS === */


/* === CUSTOM SCROLLBAR (matches your project) === */
.attendee2-options::-webkit-scrollbar {
  width: 8px;
}

.attendee2-options::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
}

.attendee2-options::-webkit-scrollbar-track {
  background-color: var(--gray-5);
}

.range-label span {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: var(--primary-color);
  margin-left: 10px;
}

/* === RANGE SLIDER === */












/* cards */
.listing-hero-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.listing-hero-cards .gx-3 {
  --bs-gutter-x: 20px;
}

.listing-hero-cards .gy-3 {
  --bs-gutter-y: 20px;
}

.listing-hero-cards .feature-card {
  border: 1px solid #E0E0E0
}

.listing-hero-cards .feature-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: var(--gray-2);


  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* flags */




/* choose us  */
.listing-chooseus{
  padding: 40px 0 0 0;

}
/* .listing-choose-us {
  position: relative;
  overflow: hidden;
}

.listing-choose-us .choose-wrapper {
  background: none;
}

.listing-choose-us .choose-body {
  background: #F2F2F266;
  backdrop-filter: blur(10px);
  padding: 40px;
}

.listing-choose-us::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: url(../images/hotel-listing/choose-us/listing-chooseus.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  pointer-events: none;
}

.listing-choose-us .choose-wrapper {
  padding: 0 40px 40px 40px;
}

.listing-choose-us .choose-us-single h4 {
  color: var(--gray-1);
}

.listing-choose-us .dashed-line {
  border: 1px dashed var(--primary-color);
}

.listing-choose-us .choose-us-single h4 {
  max-width: 100%;
}

.listing-choose-us .easy {
  max-width: 100% !important;
}

.box-one {
  padding: 20px;
  border-right: 1px dashed var(--primary-color);
  border-bottom: 1px dashed var(--primary-color);
}

.box-two {
  padding: 20px;
  border-bottom: 1px dashed var(--primary-color);
}

.box-three {
  padding: 20px;
  border-right: 1px dashed var(--primary-color);
}

.box-four {
  padding: 20px;
} */



/* getin-mobile */
.getin-touch-mobile .getin-wrapper {
  padding: 20px 0;
}

.getin-touch-mobile .getin-touch-section {
  background-color: var(--white);
}

.getin-touch-mobile .getin-content {
  padding: 30px 42px 26px 42px;
}

.getin-touch-section .getin-text h2 {
  line-height: 1;
}

.getin-touch-mobile .getin-text h4 {
  text-align: center;
}

.getin-touch-mobile .getin-text h4 {
  margin-bottom: 24px;
}










































/* === RESPONSIVE === */
@media (min-width:1399px) {
  .container .main-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 1399px) {
  .attendee-filter-wrapper {
    min-width: 256px;
  }

  .attendee2-body {
    min-width: 256px;
  }
}

@media (max-width: 1199px) {
  .getin-listing {
    display: none;
  }

  .space {
    display: none;
  }

  .listing-main-section .feature-btn-purple {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .filters {
    display: none;
  }

  .listing-wrapper {
    max-width: 575px;
    margin: 0 auto;
  }

  .btn-filter {
    width: auto;
    max-width: 44px;
    padding: 14px;
  }

  .listing-choose-us::before {
    width: 20%;
  }

  .getin-text h4 {
    text-align: center;
  }

  .getin-listing-new-modal .form-section::after {
    width: 100% !important;
  }
  
}

@media (max-width: 767px) {
  .listing-wrapper {
    padding: 10px 0 32px 0;
  }
.breadcrumbs

  .listing-head {
    gap: 14px;
  }



  .listing-choose-us .choose-us-section {
    backdrop-filter: none;
    background: none;
  }

  .listing-choose-us .choose-body {
    background: none;
    backdrop-filter: none;
  }

}

@media (max-width: 575px) {}