/* Breadcrumb Start */
.listing__breadcrumb {
  background: none;
  padding: 0;
  margin-top: 22px;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}

.breadcrumb-separator {
  padding: 0 7px;
  color: #374151;
  display: flex;
  align-items: center;
}
.breadcrumb-separator i {
  font-size: 16px;
  font-weight: 600;
}
/* Breadcrumb End */


/* Gallery Section Start*/
.thumb-gallery {
  position: relative;
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .thumb-gallery {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .thumb-gallery {
    gap: 4px;
  }
}
.thumb-gallery__left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.thumb-gallery__right {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .thumb-gallery__right {
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .thumb-gallery__right {
    gap: 4px;
  }
}
.thumb-gallery__right--first {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .thumb-gallery__right--first {
    flex-direction: row;
    gap: 8px;
  }
  .thumb-gallery__right--first .thumb-gallery__item img {
    width: 175px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .thumb-gallery__right--first .thumb-gallery__item img {
    width: 175px;
    height: 105px;
  }
}
@media (max-width: 449px) {
  .thumb-gallery__right--first .thumb-gallery__item img {
    width: 107px;
    height: 63px;
  }
}
@media (max-width: 575px) {
  .thumb-gallery__right--first {
    gap: 4px;
  }
}
.thumb-gallery__right--first img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .thumb-gallery__right--first img {
    border-radius: inherit;
  }
}
.thumb-gallery__right--second {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991px) {
  .thumb-gallery__right--second {
    flex-direction: row;
    gap: 8px;
  }
  .thumb-gallery__right--second .thumb-gallery__item img {
    width: 175px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .thumb-gallery__right--second .thumb-gallery__item img {
    width: 175px;
    height: 105px;
  }
}
@media (max-width: 449px) {
  .thumb-gallery__right--second .thumb-gallery__item img {
    width: 107px;
    height: 63px;
  }
}
@media (max-width: 575px) {
  .thumb-gallery__right--second {
    gap: 4px;
  }
}
.thumb-gallery__right--second img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .thumb-gallery__right--second img {
    border-radius: inherit;
  }
}
.thumb-gallery__right--seeAll {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(1px);
}
.thumb-gallery__right--seeAll a {
  color: var(--Text-On-Black-Primary, #FFF);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}
@media (max-width: 991px) {
  .thumb-gallery__right--seeAll {
    bottom: 22%;
  }
}
.thumb-gallery__right--seeAll:hover a {
  color: #00B8B3;
}

/* Break Gallery */

.gallery-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gallery-content {
    flex-direction: column;
  }
}
.gallery-content-meta {
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .gallery-content-meta {
    padding-bottom: 15px;
    gap: 10px;
  }
}
@media (max-width: 449px) {
  .gallery-content-meta__user {
    flex: none;
  }
}
@media (max-width: 767px) {
  .gallery-content-meta__user img {
    width: 60px;
    height: 66px;
  }
}
@media (max-width: 499px) {
  .gallery-content-meta__user img {
    width: 44px;
    height: 48px;
  }
}
.gallery-content-meta__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-content-meta__name {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .gallery-content-meta__name {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .gallery-content-meta__name {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .gallery-content-meta__name {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .gallery-content-meta__name {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 499px) {
  .gallery-content-meta__name {
    font-size: 20px;
    line-height: 28px;
  }
}
.gallery-content-meta__star {
  color: var(--Text-Primary, #111827);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.gallery-content-meta__star img {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .gallery-content-meta__star img:not(:first-child) {
    display: none;
  }
}
.gallery-content-meta__star span {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.gallery-content-meta__review {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.gallery-content-meta__review img {
  padding-right: 5px;
  padding-bottom: 5px;
}
.gallery-content-meta__place {
  color: var(--Text-Secondary, #374151);
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.18px;
}
.gallery-content-meta__place img {
  padding-right: 5px;
}
.gallery-content-meta__ratting {
  display: flex;
  gap: 10px;
}
@media (max-width: 449px) {
  .gallery-content-meta__ratting {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.gallery-content__location {
  color: var(--Text-Primary, #111827);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .gallery-content__location {
    display: none;
  }
}
.gallery-content__location img {
  padding-right: 5px;
}
.gallery-content__phone {
  color: var(--Text-Primary, #111827);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
@media (max-width: 767px) {
  .gallery-content__phone {
    display: none;
  }
}
.gallery-content__phone img {
  padding-right: 5px;
}
.gallery-content-action {
    display: flex;
    gap: 16px;
    color: var(--Text-Secondary, #374151);
    font-family: "Inter Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
}
.gallery-content-action img {
  padding-right: 6px;
}
.gallery-content-action__vibe {
  display: flex;
  align-items: center;
}
.gallery-content-action__save {
  display: flex;
  align-items: center;
}
.gallery-content-action__share {
  display: flex;
  align-items: center;
}
.gallery-content__btn {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--Primary-Color, #00B8B3);
  background-color: inherit;
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .gallery-content__btn {
    margin-top: 15px;
  }
}

/* Gallery Section End*/

/* Tab Section Start */
.tab-section {
  padding: 20px 0 80px;
}

.property-tabs .nav-tabs {
  border-bottom: 1px solid #E5E7EB;
  gap: 20px;
}
@media (max-width: 374px) {
  .property-tabs .nav-tabs {
    gap: 8px;
  }
}
.tab-content {
  padding: 0;
  z-index: inherit;
}
.property-tabs .nav-tabs .nav-link {
  color: var(--Text-Tertiary, #6B7280);
  font-family: "TASA Orbiter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
  border: none;
  border-bottom: 3px solid transparent;
}
.property-tabs .nav-tabs .nav-link.active {
    color: var(--Shades---Primary-Color-shades---primary-color-700, #00837F);
    font-family: "TASA Orbiter Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.2px;
    border-color: #00B8B3;
    background: none;
    border-width: 1px;
    padding-bottom: 7px;
}
.booking h4.text-dark {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.booking-box input.form-control.mb-0 {
    font-family: 'Inter Display';
    font-size: 16px;
    padding-left: 15px;
    color: #6B7280;
}

.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.dropdown__title {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.24px;
}

/* Overview section start */
.overview-item span {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
@media (max-width: 449px) {
  .overview-item span {
    color: var(--Text-Secondary, #374151);
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.14px;
  }
}
.overview-item img {
  padding-right: 5px;
}

.property {
  display: flex;
  padding: 24px 64px;
  gap: 146px;
  align-self: stretch;
  background: var(--BG-Grey, #FAF7F8);
}
@media (max-width: 1199px) {
  .property {
    gap: 83px;
  }
}
@media (max-width: 991px) {
  .property {
    gap: 120px;
  }
}
@media (max-width: 767px) {
  .property {
    justify-content: space-around;
    padding: 24px 24px;
    gap: 70px;
  }
}
@media (max-width: 575px) {
  .property {
    padding: 20px 20px;
    gap: 55px;
  }
}
@media (max-width: 499px) {
  .property {
    gap: 30px;
  }
}
@media (max-width: 449px) {
  .property {
    padding: 12px 8px;
    gap: 25px;
  }
}
@media (max-width: 374px) {
  .property {
    padding: 12px 8px;
    gap: 16px;
  }
}
.property-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 499px) {
  .property-box {
    gap: 8px;
  }
}
.property-box__icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--Shades---Primary-Color-shades---primary-color-50, #E6F8F7);
}
@media (max-width: 499px) {
  .property-box__icon {
    width: 28px;
    height: 28px;
    padding: 6px;
  }
  .property-box__icon img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
  }
}
.property-box__desc h5 {
  color: #333;
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
.property-box__desc span {
  color: #888;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.property__desc {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
/* Overview section end */


/* Pricing section start */
.pricing__header {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid var(--Shades---Primary-Color-shades---primary-color-700, #00837F);
  background: var(--BG-Grey, #FAF7F8);
  color: var(--Text-Secondary, #374151);
  font-family: "TASA Orbiter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.vp_mv-follow {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 60px;
    border: 1px solid #00B8B3;
    background-color: transparent;
    color: #00B8B3;
    border-radius: 4px;
    transition: all 0.3s;
}
.pricing-card:nth-child(odd) {
  background: var(--BG-Grey, #FAF7F8);
}
.pricing-card-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pricing-card-profile__title {
  color: var(--Text-Secondary, #374151);
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.18px;
}
.pricing-card__amount {
  color: var(--Text-Secondary, #374151);
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.18px;
}
/* Pricing section end */

/* Review section start */
.review-summary {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  justify-content: space-between;
  border-radius: var(--2, 12px);
  background: var(--BG-Grey, #FAF7F8);
}
@media (max-width: 767px) {
  .review-summary {
    flex-direction: column;
  }
}
@media (max-width: 449px) {
  .review-summary {
    padding: 15px;
  }
}

.review-summary-left h2 {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
}

.review-summary-left h2 span {
  color: var(--Text-Tertiary, #6B7280);
  font-family: "TASA Orbiter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.stars {
  margin: 10px 0;
}

.review-count {
  display: block;
  color: var(--Text-Tertiary, #6B7280);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 15px;
}

.review-btn {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  background: var(--Primary-Color, #00B8B3);
  color: var(--Text-On-Black-Primary, #FFF);
  text-align: right;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .review-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .review-summary-left {
    width: 100%;
  }
}

.review-summary-right {
  flex-grow: 1;
  padding-left: 40px;
  padding-right: 23px;
}
@media (max-width: 1199px) {
  .review-summary-right {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .review-summary-right {
    width: 100%;
  }
}

.rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 16px;
}

.rating-bar .label {
  color: var(--Text-Tertiary, #6B7280);
  text-align: right;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}

.rating-bar .percent {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.bar {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 32px;
  background: var(--Gray-0, #FFF);
}

.bar .fill {
  border-radius: 32px;
  background: var(--Yello-500, #FBAF00);
  height: 100%;
  width: 0;
  transition: width 0.3s ease-in-out;
}
/* Review section end */

/* Filter Box start*/
.filter-box {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.filter-item select {
  display: flex;
  padding: 14px 24px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Gray-300, #D1D5DB);
  border-radius: 4px;
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  min-width: 120px;
}

.filter-item label {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}

@media (max-width: 767px) {
  .filter-box {
    gap: 16px;
  }
  .filter-item select {
    padding: 10px 20px;
  }
}
@media (max-width: 449px) {
  .filter-box {
    gap: 10px;
  }
  .filter-item select {
    padding: 10px 20px;
    min-width: 100px;
  }
}
@media (max-width: 374px) {
  .filter-item select {
    min-width: 112px;
  }
}
/* Filter Box end*/

/* Comment section start */
.comment-card {
  border-bottom: 1px solid var(--Border-Default, #E5E7EB);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.comment-card__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 374px) {
  .comment-card__left {
    flex-direction: column;
  }
}
.comment-card-profile {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 449px) {
  .comment-card-profile {
    gap: 7px;
  }
}
.comment-card-profile-info__name {
  color: var(--Text-Primary, #111827);
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
.comment-card-profile-info-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-card-profile-info-meta__star {
  color: var(--Text-Primary, #111827);
  text-align: center;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.comment-card-profile-info-meta__star img {
  padding-bottom: 5px;
}
.comment-card-profile-info-meta__date {
  color: var(--Text-Disable, #9CA3AF);
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
.comment-card-profile-info-meta__date img {
  padding-right: 8px;
}
.comment-card__photo {
  color: var(--Text-Tertiary, #6B7280);
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
.comment-card__desc {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding-top: 18px;
}
.comment-card__desc span {
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.comment-card__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 10px;
}
/* Comment section end */


/* Tab Section End */


/* Feature Slider Section Start*/
.feature {
  position: relative;
  background: #FAF7F8;
  padding: 70px 0 80px;
}
@media (max-width: 767px) {
  .feature {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .feature {
    padding: 40px 0;
  }
}
.feature-section__title {
  color: var(--Text-Primary, #111827);
  text-align: center;
  font-family: "TASA Orbiter Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -0.96px;
}
@media (max-width: 1199px) {
  .feature-section__title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .feature-section__title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .feature-section__title {
    font-size: 30px;
    line-height: 44px;
  }
}
.feature-card {
  border: 2px solid #FFF;
}
.feature-card-thumb {
  position: relative;
  overflow: hidden;
}
.feature-card-thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.feature-card-thumb img:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.feature-card-thumb__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(1px);
  color: var(--Text-On-Black-Primary, #FFF);
  text-align: center;
  font-family: "Inter Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.06px;
}
.feature-card-thumb__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(1px);
}
.feature-card-content {
  padding: 10px 10px;
}
.feature-card-content__title {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.24px;
  padding-bottom: 5px;
}
.feature-card-content-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--Text-Tertiary, #6B7280);
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.feature-card-content-meta__box {
  display: flex;
  gap: 15px;
}
.feature-card-content-meta span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.feature-card-content-meta span img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}
.feature__buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  cursor: pointer;
  padding-bottom: 40px;
}
@media (max-width: 499px) {
  .feature__buttons {
    gap: 5px;
  }
}
.feature__buttons span {
  display: inline-flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--BG-Grey, #FAF7F8);
  background: #FFF;
  color: var(--Text-Secondary, #374151);
  text-align: center;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
@media (max-width: 449px) {
  .feature__buttons span {
    padding: 5px 10px;
  }
}
.feature__buttons span:hover {
  color: var(--Text-On-Black-Primary, #FFF);
  background: var(--Primary-Color, #00B8B3);
  transition: all 0.4s ease-in-out;
}

.wtheme-btn.style1 {
  display: flex;
  height: 36px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: 1px solid var(--Primary-Color, #00B8B3);
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.wtheme-btn.style1:hover {
  color: #FFF;
  background: var(--Primary-Color, #00B8B3);
  transition: all 0.4s ease-in-out;
}
.wtheme-btn.style1:hover {
  color: #FFF;
  background: var(--Primary-Color, #00B8B3);
  transition: all 0.4s ease-in-out;
}
.wtheme-btn.style1 .wtheme__white {
  display: none;
}
.wtheme-btn.style1:hover .wtheme__green {
  display: none;
}
.wtheme-btn.style1:hover .wtheme__white {
  display: inline;
  transition: all 0.4s ease-in-out;
}

.wtheme-btn.style2 {
  display: inline-flex;
  height: 40px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: #FFF;
  border: 1px solid var(--Primary-Color, #00B8B3);
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
  transition: all 0.4s ease-in-out;
}
.wtheme-btn.style2:hover {
  color: #FFF;
  background: var(--Primary-Color, #00B8B3);
  transition: all 0.4s ease-in-out;
}
.wtheme-btn.style2 .wtheme__white {
  display: none;
}
.wtheme-btn.style2:hover .wtheme__green {
  display: none;
}
.wtheme-btn.style2:hover .wtheme__white {
  display: inline;
  transition: all 0.4s ease-in-out;
}
.wtheme-btn.style3 {
  display: flex;
  height: 40px;
  width: 100%;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--Primary-Color, #00B8B3);
  color: var(--Text-On-Black-Primary, #FFF);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  border: none;
}
.wtheme-btn.style3:hover {
  color: #00B8B3;
  background: #FFF;
  border: 1px solid var(--Primary-Color, #00B8B3);
  transition: all 0.4s ease-in-out;
}
.wtheme-btn.style3 .wtheme__green {
  display: none;
}
.wtheme-btn.style3:hover .wtheme__white {
  display: none;
}
.wtheme-btn.style3:hover .wtheme__green {
  display: inline;
  transition: all 0.4s ease-in-out;
}
.feature__buttons span.active {
  color: var(--Text-On-Black-Primary, #FFF);
  background: var(--Primary-Color, #00B8B3);
  transition: all 0.4s ease-in-out;
}

/* Feature Slider Section End*/


/* Slider Arrow Start */
.btn__group {
  position: absolute;
  top: 49%;
  display: flex;
  width: 100%;
  gap: 1262px;
  justify-content: center;
}
@media (max-width: 1699px) {
  .btn__group {
    gap: 1158px;
  }
}
@media (max-width: 1599px) {
  .btn__group {
    gap: 1158px;
  }
}
@media (max-width: 1399px) {
  .btn__group {
    gap: 1088px;
  }
}
@media (max-width: 1239px) {
  .btn__group {
    gap: 920px;
  }
}
@media (max-width: 991px) {
  .btn__group {
    gap: 660px;
  }
}
@media (max-width: 767px) {
  .btn__group {
    justify-content: space-between;
    gap: 0;
  }
}
.slider-arrow.style2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  line-height: 36px;
  text-align: center;
  border: none;
  background: var(--BG-White, #FFF);
  filter: drop-shadow(0px 6px 19px rgba(0, 0, 0, 0.06));
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 767px) {
  .slider-arrow.style2 {
    right: 90.5%;
  }
}
.slider-arrow.style2:hover {
  background: var(--Primary-Color, #00B8B3);
  border: none;
}
.slider-arrow.style2 i {
  font-size: 18px;
}
.slider-arrow.style2:hover i {
  color: #FFF;
}
.slider-arrow.style2.slider-next {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  line-height: 36px;
  text-align: center;
  z-index: 5;
  background: var(--BG-White, #FFF);
  filter: drop-shadow(0px 6px 19px rgba(0, 0, 0, 0.06));
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1199px) {
  .slider-arrow.style2.slider-next {
    right: 1%;
  }
}
.slider-arrow.style2.slider-next:hover {
  background: var(--Primary-Color, #00B8B3);
  border: none;
}
.slider-arrow.style2.slider-next:hover i {
  color: #FFF;
}
/* Slider Arrow End */


/* common css start */
a:hover {
  text-decoration: none !important;
}
/* common css end */



/* Sidebar Start */
.booking-box {
    padding: 16px;
    gap: 24px;
    align-self: stretch;
    border: 1px solid var(--Shades---Primary-Color-shades---primary-color-100, #B0E9E7);
    background: var(--BG-White, #FFF);
    box-shadow: 0px -1px 24px 0px rgba(63, 63, 63, 0.12);
}

.booking-price {
    color: var(--Text-Tertiary, #6B7280);
    font-family: "TASA Orbiter Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
}

.booking-price span {
    color: var(--Text-Primary, #111827);
    font-family: "TASA Orbiter Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    letter-spacing: -0.32px;
}

.form-group {
  position: relative;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--Border-Default, #E5E7EB);
    border-radius: 6px;
    color: var(--Text-Tertiary, #6B7280);
    font-family: "Inter Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: -0.16px;
    appearance: none;
}

.form-control::placeholder {
  color: #6B7280;
}

.icon-right {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

/* Location */
.location-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  font-family: "Instrument Sans", sans-serif;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.03);
}

.location-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Text-Primary, #111827);
    font-family: "TASA Orbiter Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    margin-bottom: 12px;
}

.location-card__map img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
}

.location-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.location-card__phone a,
.location-card__link a {
  font-size: 15px;
  color: #111827;
  text-decoration: underline;
  transition: color 0.2s;
}

.location-card__phone a:hover,
.location-card__link a:hover {
  color: #06b6d4;
}

.location-card__map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 8px;
}


/* Sidebar End */


/* Form Section Start */
.form__group span {
    color: #6B7280;
    font-weight: 600;
    text-transform: capitalize;
}
.form__group input,
.form__group textarea {
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--theme);
  padding: 16px 20px;
  width: 100%;
  border-radius: 6px;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form__group textarea {
  padding-top: 18px;
  height: 200px;
  border-radius: 6px;
}
.form__group--large textarea {
  height: 189px;
}
.form__group .form-ctrl {
  padding: 17px 90px 17px 30px;
}
.form__group select.form__select {
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  background-color: var(--theme);
  padding: 16px 20px;
  width: 100%;
  border-radius: 6px;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  appearance: none;
  background-image: none;
}
.nice-select.form__select {
  width: 100%;
}
.nice-select.form__select .list {
  width: 100%;
}
.form__group select.form__select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray2);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  pointer-events: none;
}

/* Form Section End */

/* // Modal Apartment start */
.modal__mxw {
  width: 880px;
}
.appartment__header {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--1, 8px);
  border: 1px solid var(--Border-Default, #E5E7EB);
  background: var(--BG-Grey, #FAF7F8);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.01);
}
@media (max-width: 767px) {
    .appartment__header {
        padding: 18px;
    }
}
.modal-apartment__title {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  margin: 0;
}
@media (max-width: 767px) {
    .modal-apartment__title {
        font-size: 18px;
        letter-spacing: -0.18px;
    }
}
.modal-apartment__desc {
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  margin: 0;
}
@media (max-width: 767px) {
    .modal-apartment__desc {
        font-size: 14px;
    }
}
.btn__close__apt {
  position: absolute;
  right: 24px;
  top: 24px;
}
.message__title {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; 
  letter-spacing: -0.32px;
  padding-top: 18px;
}
@media (max-width: 991px) {
    .message__title {
        padding-top: 0;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .message__title {
        font-size: 24px;
        line-height: 32px; 
        padding-top: 0;
        margin: 0;
    }
}
.message__textarea {
  padding-top: 24px;
}
.message__textarea textarea::placeholder {
  color: var(--Text-Tertiary, #6B7280);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}

.btn__back {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: inherit;
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.btn__sendMessage {
  display: flex;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--Primary-Color, #00B8B3);
  color: var(--Text-On-Black-Primary, #FFF);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
@media (max-width: 374px) {
  .btn__sendMessage {
    padding: 0px 9px;
  }
}
/* // Modal Apartment end */

/* // Modal Message send Start */
.message__send__header {
    display: flex;
    justify-content: end;
}
.message__send__header .btn-close {
  margin: 15px;
}
.message__send__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 70px;
}
@media (max-width: 991px) {
  .message__send__img {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .message__send__body {
    padding: 60px 20px;
  }
  .message__send__img {
    width: 163px;
  }
}
@media (max-width: 449px) {
  .message__send__body {
    padding: 30px 10px;
  }
}
.message__send__title {
  color: var(--Text-Primary, #111827);
  text-align: center;
  font-family: "TASA Orbiter Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .message__send__title {
    font-size: 24px;
  }
}
.message__send__btn {
  display: flex;
  padding-top: 40px;

}
/* // Modal Message send End */


/* // Modal Review start */
.modal__mxw {
  width: 880px;
}
.review__header {
  background: var(--BG-Grey, #FAF7F8);
}
.modal-review__title {
  color: var(--Text-Primary, #111827);
  font-family: "TASA Orbiter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  margin: 0;
}
.review__stars {
    display: flex;
    justify-content: center;
    gap: 15px;
    color: #6B7280;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 30px;
}
.review__textarea textarea::placeholder {
  color: var(--Text-Tertiary, #6B7280);
  font-family: "Inter Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
section.tab-section textarea.form-control::placeholder {
    font-size: 14px;
    padding-top: 5px;
}
section.tab-section textarea.form-control {
    font-size: 14px;
    padding-top: 5px;
}
.review__add__btn {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Border-Default, #E5E7EB);
  color: var(--Text-Secondary, #374151);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  margin-top: 34px;
  cursor: pointer;
}
.review__images {
  position: relative;
  display: inline-flex;
  padding-top: 15px;
  flex-wrap: wrap;
}
.review__images .media-preview-item img {
    width: 100px;
    height: 70px !important;
}
.review__images .cross__icon {
  position: absolute;
  top: 12px;
  right: 5px;
}
.review__footer {
  gap: 10px;
}
.btn__cancel {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: inherit;
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.btn__postReview {
  display: flex;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: var(--Primary-Color, #00B8B3);
  color: var(--Text-On-Black-Primary, #FFF);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
/* // Modal Review end */

/* // Modal Review send Start */
.review__send__header {
    display: flex;
    justify-content: end;
}
.review__send__header .btn-close {
  margin: 15px;
}
.review__send__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 40px 20px;
}
.review__send__body .message__send__img {
  text-align: center;
}
.review__send__title {
  color: var(--Text-Primary, #111827);
  text-align: center;
  font-family: "TASA Orbiter Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .review__send__title {
    font-size: 28px;
  }
}
.review__send__desc {
  color: var(--Text-Secondary, #374151);
  text-align: center;
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  padding-top: 10px;
}

.review__return__btn {
  display: flex;
  justify-content: center;
  padding-top: 22px;

}
.review__return__btn .btn__return {
  display: flex;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--Primary-Color, #00B8B3);
  color: var(--Primary-Color, #00B8B3);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;

}
/* // Modal Review send End */


/* Modal image Gallery Start  */
.gallery-img {
  width: 1295px;
  height: 793px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1399px) {
    .gallery-img {
        width: 1095px;
        height: 793px;
    }
}
@media (max-width: 1199px) {
    .gallery-img {
        width: 995px;
        height: 593px;
    }
}
@media (max-width: 767px) {
    .gallery-img {
        width: 995px;
        height: 493px;
    }
}
@media (max-width: 575px) {
    .gallery-img {
        width: 795;
        height: 393px;
    }
}

.modal-body {
  position: relative; /* already in your code */
  padding: 30px;
}

.btn-close {
  z-index: 9999 !important; /* forcefully on top */
}

/* // Carosoul button Start */
.carousel-control-prev {
  left: -10px !important;
  justify-content: left !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .carousel-control-prev {
    left: 0px !important;
  }
}

.carousel-control-next {
  right: -10px !important;
  justify-content: right !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .carousel-control-next {
    right: 0px !important;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 41px !important;
  height: 41px !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px !important; 
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Black left arrow */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

/* Black right arrow */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/* // Carosoul button End */

/* Modal image Gallery End  */

/* // Overview accordion scss start */
.dropdown__icon img {
  transition: none;
}
.overview-content {
    max-height: 2000px;
    /* transition: max-height 0.5s ease; */
}
.dropdown.active + .overview-content {
    max-height: 0;
    overflow: hidden;
}
/* // Overview accordion scss end */


/* // Reviews accordion scss start */
.dropdown__icon img {
  transition: none;
}

.reviews-content {
  max-height: 2000px;
  /* transition: max-height 0.5s ease; */
}

.dropdown.active + .reviews-content {
  max-height: 0;
  overflow: hidden;
}
/* // Reviews accordion scss end */

/* // Map Location accordion scss start */
.dropdown__icon img {
  transition: none;
}
.map__location__content {
  overflow: hidden;
  max-height: 2000px;
  transition: max-height 0.5s ease;
}
.dropdown.active + .map__location__content {
  max-height: 0;
}
/* // Map Location accordion scss end */

.listin-des {
    padding: 10px 0;
}
.gallery-content-meta__ratting {
    padding: 10px 0;
}
.row.with-forms .col-fs-6 {
    width: 50%;
}
.gallery-content__location a, .gallery-content__phone a, h3.feature-card-content__title a {
    color: #111827;
    transition: 0.3ms;
}
.gallery-content__location a:hover, .gallery-content__phone a:hover, h3.feature-card-content__title a:hover {
    color: #00B8B3;
}
.panel-dropdown > a::after, .listin-des, ul.listing-details-sidebar li a {
    color: #6B7280 !important;
}
.listing-item-image span.vp-hurt.likePostbutton, .listing-item-container.list-layout span.tag, .listing-small-badge {
    background: rgba(18, 18, 18, 0.2) !important;
    color: #ffffff;
}
.hosted-by-title a:hover, ul.listing-details-sidebar li a:hover, .col-lg-12.listeo-single-listing-sidebar.sticky .hosted-by-title a:hover, .like-button-notlogged .like-icon, .like-button .like-icon {
    color: #00B8B3 !important;
}
.listeo-single-listing-sidebar .hosted-by-avatar {
  width: inherit !important;
  height: inherit !important;
}
.listeo-single-listing-sidebar .hosted-by-title img.avatar {
    width: 40px;
    height: 40px;
}
.widget_listing_owner a.send-message-to-owner.button {
  background-color: #00B8B3;
}
.vp-breadcumb ul li a {
  color: #374151;
}