/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 504px;
  display: flex;
  align-items: center;
}
#hero h1 {
  margin-bottom: 24px;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6 {
  font-weight: 600;
}
#hero .hero-desktop {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-desktop img {
  min-height: 705px;
  height: 100% !important;
  object-fit: cover;
}
#hero .hero-mobile {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-mobile img {
  min-height: 504px;
  height: 100% !important;
  object-fit: cover;
}
#hero .container-content {
  position: relative;
  padding-top: 40px;
}
#hero .main-paragraph {
  font-weight: 600;
  max-width: 1064px;
  font-size: clamp(1.125rem, 18px + (24 - 18) * (100vw - 320px) / 1600, 1.5rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
@media screen and (min-width: 1025px) {
  #hero {
    display: block;
  }
  #hero,
  #hero .hero-desktop {
    min-height: 705px;
  }
  #hero .hero-mobile {
    min-height: 504px;
  }
  #hero .container-content {
    padding-top: 380px;
  }
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
}
#breadcrumb a {
  color: #2F2F2F !important;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

/*Focused*/
#focused {
  padding-top: 4em;
  padding-bottom: 4em;
}
#focused h2 {
  font-weight: 600;
}
#focused p.title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: clamp(1.125rem, 18px + (30 - 18) * (100vw - 320px) / 1600, 1.875rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
#focused .card {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
#focused .row > div:last-of-type .card {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  #focused {
    padding-top: 8em;
    padding-bottom: 5em;
  }
  #focused .card {
    margin-bottom: 0;
  }
  #focused .container-card-content {
    padding-right: 30px;
  }
  #focused p.title {
    margin-bottom: 20px;
  }
}

/*Included*/
#included {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #F8F8F8;
}
#included h2 {
  font-weight: 600;
  max-width: 504px;
}
#included ul {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
  list-style: none;
  padding-left: 0;
}
#included ul li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
#included ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #FFC60A;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  #included ul li::before {
    top: 10px;
  }
}
#included ul {
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  #included {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

/*Space*/
#space {
  padding-top: 4em;
  padding-bottom: 4em;
}
#space h2 {
  font-weight: 600;
}
#space {
  /* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
  /* Colours */
  /* Fluid heading sizes - set your min/max sizes and you're done! */
  /* Some device sizes to use with min-width */
  /* adjusted breakpoints for above */
  /* 100% widths look better than "Snapping" IMO */
  /* Utility */
  /* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
}
#space .price {
  margin-top: 20px;
}
#space .short-description {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
  margin-top: 8px;
}
#space .product-item {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  height: 100%;
}
#space .product-item img {
  border-radius: 16px 16px 0 0 !important;
}
#space .product-item picture img {
  border-radius: 16px 16px 0 0 !important;
  height: 286px !important;
  object-fit: cover;
}
#space .card-content {
  background: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
#space .card-content p.h4 {
  margin-bottom: 0;
  font-weight: 600;
}
#space .card-content ul {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (34 - 26) * (100vw - 320px) / 1600, 2.125rem) !important;
  list-style: none;
  padding-left: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
#space .card-content ul li {
  position: relative;
  padding-left: 28px;
}
#space .card-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #1A1A1A;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  #space .card-content ul li::before {
    top: 14px;
  }
}
#space .link-book-now {
  border-top: 1px solid #C1C1C1;
  background: #FFFFFF;
  width: 100%;
  display: flex;
  padding: 20px 25px;
  color: #1A1A1A !important;
  border-radius: 0px 0px 16px 16px;
}
#space .link-book-now:hover {
  background: #FFC60A;
}
#space .line-divider {
  background: #1A1A1A 0% 0% no-repeat padding-box;
  border-radius: 20px;
  width: 100%;
  height: 20px;
  opacity: 0.1;
}
#space .container-image .available {
  background: #FFC60A;
}
#space .container-image .reserved {
  background: #F47174;
}
#space .container-image p {
  width: fit-content;
  padding-left: 18px;
  padding-right: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #FFFFFF;
  font: normal normal 600 18px/40px "Roobert", "sans-serif" !important;
  top: 18px;
  left: 18px;
}
@media screen and (min-width: 1025px) {
  #space .container-image .container-image p {
    top: 37px;
    left: 37px;
  }
}
#space .product-item {
  border: 1px solid #C1C1C1 !important;
  border-radius: 16px !important;
}
#space .product-item img {
  height: 286px !important;
  object-fit: cover;
}
#space .owl-dots {
  padding-top: 4em;
}
#space .owl-dot.active span {
  width: 50px;
  background: #FFC60A;
  height: 13px;
}
#space .owl-dot span {
  width: 50px;
  height: 13px;
}
#space .container-input {
  height: 56px;
  border: 1px solid #1A1A1A;
  border-radius: 2px;
}
#space .container-inner-icon {
  flex-basis: 100%;
}
#space .container-icon {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #1A1A1A;
  background: #FFFFFF;
  margin-left: auto;
}
#space #start-date,
#space #end-date {
  border: 0 !important;
  width: 100%;
}
#space #start-time,
#space #end-time {
  width: 100%;
  border: 0;
}
#space .start-date,
#space .end-date,
#space .time-workspace {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
#space .link-search {
  height: 56px;
}
#space .container-icons-date-time {
  gap: 20px;
}
#space .link-space {
  margin-top: 15px;
}
#space .product-item:not(.unavailable):hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  cursor: pointer;
}
#space .product-item:not(.unavailable):hover a {
  background: #FFC60A;
}
@media screen and (min-width: 1025px) {
  #space {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  #space .owl-dot.active span {
    width: 167px;
    background: #FFC60A;
    height: 13px;
  }
  #space .owl-dot span {
    width: 167px;
    height: 13px;
  }
}

/*FAQ*/
#faq {
  background: #F8F8F8;
  padding-top: 4em;
  padding-bottom: 4em;
}
#faq h1, #faq h2, #faq h3, #faq h4, #faq h5, #faq h6 {
  font-weight: 600;
}
#faq .how-much {
  font-weight: 600;
  color: #FFC60A;
}
#faq .faq-item {
  border-top: 2px solid #1A1A1A;
  padding-top: 24px;
  padding-bottom: 24px;
}
#faq .faq-item.active .question {
  color: #FFC60A;
}
#faq .faq-item:last-of-type {
  border-bottom: 2px solid #1A1A1A;
}
#faq .question {
  cursor: pointer;
  width: fit-content;
}
#faq .answer {
  display: none;
}
@media screen and (min-width: 1025px) {
  #faq {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 490px) {
  #faq {
    padding-top: 0;
  }
  #faq .answer,
  #faq .question {
    padding-left: 2em;
    padding-right: 2em;
  }
  #faq .faq-item {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}