#detail-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-image: url();
  background-size: cover;
}

#detail-hero .hero-background {
  position: relative;
  width: 100%;
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}

.collection-badge {
  position: absolute;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  top: 10%;
  right: 10%;
  width: 12%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url();
  aspect-ratio: 1 / 1;
  z-index: 1;
}

.book-now {
  position: relative;
  height: 400px;
  width: 400px;
  margin-top: -100px;
  z-index: 10;
}

.link-btn {
  position: relative !important;
  height: 16px !important;
  border-radius: 8px !important;
  font-family: "Manrope", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 0.5rem !important;
  line-height: 0.5rem !important;
  width: 100px !important;
  border-style: none !important;
}

.btn-icon {
  height: 22px;
  width: 22px;
}

.amenity-bg {
  height: 400px;
  background-color: var(--scs-cool-grey-300);
  text-shadow: 0px 4px 6px rgba(0,0,0,0.15);
}

.amenities {
  img {
    height: 44px;
    width: 44px;
    }
  h5 {
    font-family: "Manrope", sans-serif;
    font-size: 0.75rem;
    color: var(--scs-dark-blue-500);
    margin-top: 1rem;
  }
}

#summary {
  font-size: 0.875rem;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 62px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}

.details-title {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 2.0rem;
}

.details-body {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.details-agent {
  height: 8rem;
  width: 8rem;
}

.details-btn-contact {
  width: 10rem;
  height: 36px;
  background: var(--scs-light-blue-400);
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  line-height: 36px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--scs-cool-grey-300);
}

.details-btn-collage {
  width: 15rem;
  height: 36px;
  background: var(--scs-light-blue-400);
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  line-height: 36px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--scs-cool-grey-300);
}

.section-grey {
  background-color: var(--scs-cool-grey-300);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.badge-image {
  height: 15rem !important;
  width: 15rem !important;
  background-repeat: no-repeat
}

/*  *****************************
    Neighborhood
**  *****************************/

.details-neighborhoodId-hero {
  height: 40vh;
  width: 100%;
  position: relative;
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

#detail-neighborhoodId-image-hero {
  height: 43rem;
  width: 100%;
  position: relative;
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.detail-neighborhoodId-image {
  aspect-ratio: 1 / 1;
  height: 25rem;
  width: 100%;
  position: relative;
  background-image: url();
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  margin: 0;
}

/*  *****************************
    GoogleAPIs Map
**  *****************************/

#map {
  height: 50vh;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Manrope, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}

.custom-map-control-button:hover {
  background: rgb(235, 235, 235);
}

/*  *****************************
    Book listing
**  *****************************/

#detail-book-container {
  background: linear-gradient(90deg, #FFFFFF 25%, var(--scs-cool-grey-300) 75%);
  margin: 5rem 0;
}

/* Only apply the fixed height and margin offset at md and above */
@media (min-width: 768px) {
  #detail-book-container {
    height: 420px;
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  #detail-book-image {
    height: 520px;
    margin-top: -6.5rem;
  }
}

/* Small screens: stack naturally, let height flow */
@media (max-width: 767.98px) {
  #detail-book-image {
    height: auto;
    aspect-ratio: 4 / 3;
    background-size: contain;
  }
}

#detail-book-image {
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#detail-book-body {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.book-button {
  width: 10rem;
  height: 54px;
  background: var(--scs-orange-500);
  border-radius: 15px;
  line-height: 54px;
  text-align: center;
  font-size: 1.5rem;
  color: #EAEAEB;
  border: none;
}

/*  *****************************
    Reviews
**  *****************************/

.scs-card-review {
  width: 18rem !important;
  height: 24rem !important;
  border-radius: 15px !important;
  border-color: #F4F6F7 !important;
  border-width: 1px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.review-star {
  font-size: larger;
  color: var(--scs-orange-500);
  font-weight: 600;
}

.review-badge {
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: end;
}

/*  *****************************
    Featured
**  *****************************/

#detail-feat {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-image: url();
  background-size: cover;
}

.feat-background {
  position: relative;
  margin-bottom: -50px;
  height: 600px;
}

.detail-card-featured {
  height: 530px !important;
  width: 100%;
  border-radius: 15px !important;
  border-color: #F4F6F7 !important;
  border-width: 1px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) !important;
  --bs-card-spacer-x: 5px !important;
  --bs-card-spacer-y: 5px !important;
  padding-left: 2px !important;
  padding-right: 6px !important;
  padding-top: 2px !important;
  --bs-card-spacer-x: 1px !important;
  --bs-card-spacer-y: 1px !important;
  cursor: pointer;
}

.detail-featured-image {
  height: 360px;
  width: 100%;
  border-radius: 10px !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2px;
}

.detail-featured-title {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.detail-featured-supertext {
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  bottom: 50px !important;
  left: 0 !important;
  right: 0 !important;
  margin-inline: auto;
}

.detail-featured-price {
  position: absolute;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
  font-size: 2rem;
  line-height: 0.5rem;
  bottom: 25px !important;
  left: 0 !important;
  right: 0 !important;
  margin-inline: auto;
}

.detail-featured-subtext {
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: bold;
  font-size: 0.75rem;
  line-height: 0.75rem;
  bottom: -5px !important;
  left: 0 !important;
  right: 0 !important;
  margin-inline: auto;
}

.videos-container {
  background-size:cover;
  width:100%;
  min-height:400px;
  height:calc(100vw * 600.0 / 1280.0);
  max-height:44rem;
  max-width:1280px;
  margin:0 auto;
}

.virtual-container {
  background-size:cover;
  width:100%;
  min-height:400px;
  height:calc(100vw * 600.0 / 1280.0);
  max-height:44rem;
  max-width:1280px;
  margin:0 auto;
}

#static-map-container {
  align-items: center;
  height: 600px;
  width: 100%;
  padding-bottom: 5rem;
}

#detail-specs .link-detail:hover {
  background-color: var(--scs-cool-grey-300) !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#detail-specs .input-group {
  border-radius: 0px !important;
  border-color: gray !important;
  border-width: 0px !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 0px !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0px !important;
  background-color: transparent !important;
  overflow: hidden !important;
}

#override {
  all: unset !important;
  cursor: pointer !important;
  color: inherit !important;
  text-decoration: none !important;
}

#override:hover,
#override:focus,
#override:active,
#override:visited {
  all: unset !important;
  cursor: pointer !important;
  color: inherit !important;
  text-decoration: none !important;
}

.card-featured-location {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0rem;
  line-height: 1.5rem;
  color: var(--scs-dark-blue-500);
  text-align: start;
  margin-left: 0.375rem;
}

.card-featured-area {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
  font-size: 1.0rem;
  line-height: 1.5rem;
  color: var(--scs-dark-blue-500);
  text-align: start;
  margin-left: 0.375rem;
}

.neighborhoodId-close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1060;
  background-color: rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 50px;
  padding: 0.25rem 0.65rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  transition: background-color 0.2s ease-in-out;
}

.neighborhoodId-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.neighborhoodId-swiper {
  width: 100%;
  height: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.neighborhoodId-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.scs-body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}