/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

  --gmpx-color-surface: #fff7ef;
}

.map-container {
  margin-top: 2rem;
  border-radius: 0.40rem;
  overflow: hidden;
  width: 100%;
}

:root {
  --gmpx-font-family-base: Roboto, sans-serif;
  --gmpx-font-size-base: 1rem;
}

/* .map-container-child {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;;
} */

.alert {
  position: relative;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-top: 1rem;;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.helper-text-invalid {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 24px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fw-800 {
  font-weight: 800;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Main container */
.desktop-home {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}

/* Header section */
.section {
  width: 100%;
}

.header {
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025)
    var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 16px 64px;
  gap: 40px 100px;
  overflow: hidden;
  flex-wrap: wrap;
  border: solid 1px #ebebeb;
}

.logo-group {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

.logo {
  border-radius: 8px;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 32px;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
  width: 32px;
}

.img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.logo-text {
  color: rgba(21, 32, 85, 1);
  font-size: 18px;
  font-family:
    "DM Serif Display",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  letter-spacing: -0.09px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-links {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 32px;
  font-family:
    "DM Serif Display",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -0.08px;
  justify-content: start;
}

.nav-link {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

/* Hero section */
.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 386px;
  width: 100%;
  padding: 180px 20px 160px 20px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-text-container {
  position: relative;
  display: flex;
  width: 815px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  text-align: center;
  justify-content: start;
}

.landing-title {
  font-size: 48px;
  font-family:
    "DM Serif Text",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.96px;
  width: 100%;
}

.landing-subtitle {
  font-size: 24px;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.48px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}





/* Rooms section */
.rooms-section {
  display: flex;
  width: 100%;
  padding: 36px 64px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: start;
}

.section-title {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-family:
    "DM Serif Text",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  align-self: start;
}

.rooms-list {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: start;
  gap: 24px;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgba(30, 30, 30, 1);
  justify-content: start;
  flex-wrap: wrap;
}

.room-card {
  border-radius: 8px;
  border: 1px solid rgba(217, 217, 217, 1);
  min-width: 240px;
  flex: 1;

}

.room-image {
  aspect-ratio: 1.67;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 8px;
  background-blend-mode: normal;
}

.room-info {
  width: 100%;
  padding: 20px 24px;
}

.room-name {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.08px;
}

.room-type {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.08px;
  margin-top: 8px;
}

.room-details {
  margin-top: 16px;
  /* width: 180px; */
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.07px;
  line-height: 24px;
  color: #303030;
}

.room-detail {
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  width: 100%;
  gap: 12px;
  margin-top: 4px;
  padding: 2px 0;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.room-detail.secondary {
  color: #414141 !important;
}

.room-detail.primary {
  color: #1b1b1b !important;
}


.room-detail:first-child {
  margin-top: 0;
}

/* Reviews section */
.reviews-section {
  display: flex;
  width: 100%;
  padding: 40px 64px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.reviews-list {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

.reviews-header-container {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  width: 271px;
}

.reviews-title {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-family:
    "DM Serif Text",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 1;
}

.review-card {
  display: flex;
  margin-top: 24px;
  min-height: 95px;
  align-items: stretch;
  gap: 16px;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  justify-content: start;
}

.review-rating-container {
  display: flex;
  align-items: stretch;
  font-size: 32px;
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -1.28px;
  justify-content: start;
  height: 100%;
}

.rating-icon {
  aspect-ratio: 0.47;
  object-fit: contain;
  object-position: center;
  width: 45px;
  flex-shrink: 0;
}

.review-rating {
  margin-top: auto;
  margin-bottom: auto;
}

.review-details {
  margin-top: auto;
  margin-bottom: auto;
}

.review-header {
  font-size: 16px;
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  letter-spacing: -0.64px;
}

.review-title {
  font-weight: 500;
}

.review-stars {
  display: flex;
  min-height: 20px;
  margin-top: 4px;
  gap: 4px;
}

.review-count {
  color: rgba(117, 117, 117, 1);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin-top: 8px;
}

.review-cards-container {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgba(30, 30, 30, 1);
  font-weight: 400;
  letter-spacing: -0.08px;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.review-item {
  border-radius: 8px;
  border: 1px solid rgba(217, 217, 217, 1);
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 24px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  width: 240px;
}

.review-item-header {
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  white-space: nowrap;
  justify-content: center;
}

.review-score {
  font-weight: 500;
}

.review-text {
  margin-top: 16px;
  width: 200px;
}

.review-author {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
  margin-top: 16px;
}

/* Things to know section */
.thingsto-know-section, .offer-section {
  display: flex;
  width: 100%;
  padding: 32px 64px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.thingsto-know-container, .offer-container {
  border-top: 1px solid rgba(217, 217, 217, 1);
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  width: 100%;
  padding: 52px 0;
}

.thingsto-know-title, .offer-title {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-family:
    "DM Serif Text",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 1;
}

.thingsto-know-content, .offer-content {
  display: flex;
  margin-top: 32px;
  min-height: 93px;
  max-width: 100%;
  align-items: start;
  gap: 40px 160px;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(30, 30, 30, 1);
  font-optical-sizing: auto;
  font-style: normal;
  justify-content: start;
  flex-wrap: wrap;
}

.house-rules-container {
  line-height: 1.2;
}

.house-rules-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.house-rules-details {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  justify-content: start;
}

.house-rule {
  align-self: start;
  gap: 12px;
  margin-top: 8px;
}

.house-rule:first-child {
  margin-top: 0;
}

.cancellation-policy-container {
  min-width: 240px;
}

.cancellation-policy-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.cancellation-policy-details {
  width: 648px;
  margin-top: 12px;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  line-height: 19px;
}


.offer-card-container{
  display: grid;
  grid: auto / auto auto;
  width: 100%;
  align-items: start;
  gap: 24px 24px;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .offer-card-container{
    grid: auto / auto;
  }

}


.offer-card {
  display: flex;
  flex-direction: row;
  align-items: center;

  border-radius: 8px;
  border: 1px solid #DEB78B;
  width: 100%;
  height: 100%;
  padding: 24px 24px;
  box-shadow: 0px 15px 32px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.1);
  background-color: #FFE3C4;
  font-family: "Inter", -apple-system, Roboto, Helvetica, sans-serif;
}

.offer-card-content {
  margin-left: 20px;
}

.offer-card-icon {
  font-size:48px !important;;
}

.offer-card-title {
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #1e1e1e;
}

.offer-description{
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
  color: #1e1e1e;
}

/* Location section */
.location-section {
  display: flex;
  width: 100%;
  padding: 52px 64px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  font-weight: 400;
  justify-content: start;
}

.location-title {
  color: rgba(0, 0, 0, 1);
  font-size: 32px;
  font-family:
    "DM Serif Text",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  line-height: 1;
  font-weight: 400;
}

.location-details {
  align-self: start;
  width: 597px;
  margin-top: 32px;
  gap: 12px;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgba(30, 30, 30, 1);
  line-height: 24px;
}

.location-map {
  aspect-ratio: 2.71;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 12px;
  margin-top: 32px;
}

/* Footer */
.footer {
  background-color: rgba(36, 47, 71, 1);
  display: flex;
  width: 100%;
  padding: 40px 64px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.footer-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px 80px;
  justify-content: start;
  flex-wrap: wrap;
}

.footer-logo-group {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 12px;
  justify-content: start;
}

.footer-logo {
  border-radius: 8px;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 40px;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
  width: 40px;
}

.footer-logo-img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 40px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.footer-logo-text {
  color: rgba(246, 192, 126, 1);
  font-size: 32px;
  font-family:
    "DM Serif Display",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  letter-spacing: -0.16px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-address {
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(243, 243, 243, 1);
  font-optical-sizing: auto;
  font-style: normal;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.footer-address-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.footer-address-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
  font-style: normal;
}

.footer-contact {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 28px;
  font-family:
    "Inter",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(243, 243, 243, 1);
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.footer-email,
.footer-phone {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-grow: 1;
  flex-shrink: 1;
  width: 170px;
}

.footer-email-label,
.footer-phone-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.footer-email-text,
.footer-phone-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  display: block;
}

/* Media Queries */
@media (max-width: 991px) {
  .section {
    max-width: 100%;
  }

  .header {
    max-width: 100%;
    padding: 16px 20px;
  }

  .nav-links {
    white-space: initial;
  }

  .hero-section {
    max-width: 100%;
    padding: 100px 20px;
  }

  .landing-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .landing-subtitle {
    max-width: 100%;
  }





  .divider {
    display: flex;
  }

  .rooms-section {
    max-width: 100%;
    padding: 40px 20px;
  }

  .rooms-list {
    max-width: 100%;
  }

  .reviews-section {
    max-width: 100%;
    padding: 40px 20px;
  }

  .reviews-list {
    max-width: 100%;
  }

  .review-cards-container {
    max-width: 100%;
    overflow: scroll;
  }

  .review-item {
    padding: 20px;
  }

  .review-item-header {
    white-space: initial;
  }

  .thingsto-know-section {
    max-width: 100%;
    padding: 32px 20px;
  }

  .thingsto-know-container {
    max-width: 100%;
  }

  .cancellation-policy-container {
    max-width: 100%;
  }

  .cancellation-policy-details {
    max-width: 100%;
  }

  .location-section {
    max-width: 100%;
    padding: 52px 20px;
  }

  .location-details {
    max-width: 100%;
  }

  .location-map {
    max-width: 100%;
  }

  .footer {
    max-width: 100%;
    padding: 40px 20px;
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-address {
    max-width: 100%;
  }

  .footer-address-text {
    max-width: 100%;
  }

  .footer-contact {
    max-width: 100%;
    white-space: initial;
  }

  .footer-email,
  .footer-phone {
    white-space: initial;
  }
}

@media (max-width: 640px) {
  .hero-section {
    min-height: 240px;
  }




  .review-item {
    width: 426px;
    min-height: 225px;
  }
}

/*Booking Section*/

.booking-form-section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 32px;
}



/* Booking form */
.booking-form {
  position: relative;
  border-radius: 8px;
  border: solid 1px #ebebeb;
  background-color: rgba(255, 255, 255, 1);

  max-width: 100%;
  width: auto;
  margin-top: 40px;

  padding: 32px 40px;
  font-family: "Inter", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgba(30, 30, 30, 1);
  box-shadow: 0 16px 16px -8px rgba(12, 12, 13, 0.1), 0 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.booking-form-elements-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 48px;
}

@media (max-width: 640px) {
  .booking-form {
    padding: 24px;
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }

  .booking-form-elements-wrapper {
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }
}

.booking-form-section .booking-form {
  margin-top: 0px !important;
}





/* Form Container styles */
.form-element-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  gap: 6px;

  flex: 1 1 auto!important
}

@media (max-width: 640px) {
  .form-element-container {
    align-self: start;
    width: 100%;
  }
}

.form-element-header {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  justify-content: start;
}

.form-element-label {
  display: flex;
  align-items: start;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.24px;
  justify-content: start;
}




/* Booking form styles */



.form-control {
  font-size: 16px;
  font-weight: 600;
  font-family: inherit !important;

  padding: 12px 24px !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;

  cursor: pointer !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance: none !important;
  word-wrap: normal;
  text-transform: none;

  height: 52px;
  align-items: center;
  width: 100%;
}

.form-select {
  --form-select-bg-img : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  
  background-image: var(--form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  background-clip: padding-box;

  min-width: 148px;
  max-width: 100%;
}


/* Button styles */
.availability-button {
  align-items: start;
  border-radius: 6px;
  background-color: #eb5c09;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px 24px;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  justify-content: start;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.availability-button:hover {
  background-color: #d45208;
}

.availability-button:focus {
  outline: 2px solid #eb5c09;
  outline-offset: 2px;
}


/* version 5*/