/* section {
	margin-bottom: 15px;
} */

section#breadcrumbs .container,
section#breadcrumbs .container a {
  font-size: 13px;
  font-family: franklin-gothic-urw, sans-serif !important;
  font-weight: 100 !important;
  color: #4d4d4d;
}

section#breadcrumbs .container i {
  font-size: 10px;
}

section.product > .container > .row > .col-lg-6:last-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 15px;
}

section.product.design1 .btn-primary {
  background-color: #ffffff !important;
  border-color: #b61c20 !important;
  color: #b61c20 !important;
  width: 100%;
  font-weight: 600;
  padding: 12px !important;
}

section.product.design1 .btn-primary {
  background-color: #ffffff !important;
  border-color: #b61c20 !important;
  color: #b61c20 !important;
  width: 100%;
}

section.product .map-container img {
  border-radius: 10px;
}

section.product .map-container.featured-image img {
  height: 200px;
  width: 100%;
  object-fit: cover !important;
  object-position: 50% !important;
  border-radius: 10px;
}

section.product .map-container.location #map {
  height: 80% !important;
}

section.product .map-container .address {
  height: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

section.product .map-container.location .map-wrapper {
  height: auto !important;
}

section.product h1 {
  font-family: museo, serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #414141 !important;
  font-size: 34px !important;
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
  display: block !important;
}

section.product .main-title {
  font-family: museo, serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #414141 !important;
  font-size: 34px !important;
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
  display: block !important;
  padding-top: 15px !important;
}

section.product h1 sup,
section.product h2 sup {
  font-size: 16px;
  vertical-align: super;
  top: -0.1em !important;
}

section.product .map-container h3 {
  margin-bottom: 0;
}

section.product #map {
  min-height: 250px;
}

section#offer-block {
  margin-bottom: 50px;
}

section#offer-block .container > .row > .col {
  background: #e6e6e6;
  text-align: center;
  padding: 15px;
}

section#offer-block.highlight .container > .row > .col {
  background: #b61c20;
}

section#offer-block h2 {
  margin: 0 !important;
}

section#offer-block p {
  margin: 0 !important;
}

section#offer-block.highlight p {
  color: #fff !important;
}

section#offer-block .popup-btn {
  font-size: 11px;
  margin-top: 10px !important;
  display: block;
}

section#offer-block.highlight .popup-btn {
  font-size: 13px;
  color: #fff;
  /* margin: 10px !important; */
}

section#offer-block.new-banner .popup-btn {
  margin: 2px !important;
}

section#offer-block .tcs {
  font-size: 11px;
  margin-top: 10px !important;
  display: block;
}

section#offer-block.highlight .tcs {
  font-size: 13px;
  color: #fff;
  margin: 10px !important;
}

section#offer-block.highlight .container > .row > .col .btn-primary {
  background-color: #b61c20 !important;
}

section#offer-block.highlight .btn-primary {
  margin-top: 0px !important;
}

section#offer-block .btn-primary {
  background-color: #b61c20 !important;
  border-color: #b61c20 !important;
  color: #ffffff !important;
  border: 1.5px solid transparent;
  padding: 5px 20px !important;
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px !important;
}

section.new-banner .btn-primary {
  font-weight: 300 !important;
}

section#offer-block.highlight .btn-primary {
  border-color: #fff !important;
}

#modal-form-155 .offer {
  grid-column: 1/-1;
  border: 1px dashed #414141;
  background: #e6e6e6;
  padding: 10px;
}

#modal-form-155 .offer p {
  margin: 0 !important;
}

section#sub-products-block .row {
  margin-bottom: 15px;
}

section#sub-products-block .btn {
  width: 100%;
}

section#sub-products-block .row .col-sm-12 h2 {
  margin: 0 !important;
}

section#sub-products-block .capacity {
  margin: -15px 0 15px 0;
}

section#sub-products-block img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.modal-room-configurations .content-wrapper {
  border: 1px solid #e6e6e6;
  text-align: center;
  background-color: #fff !important;
  height: 200px;
  margin-bottom: 20px;
}

.modal-room-configurations h5 {
  text-align: center !important;
  display: block !important;
  width: 100% !important;
}

.modal-room-configurations .content-wrapper img {
  height: 198px !important;
  width: auto !important;
}

.modal-room-configurations .content-wrapper p {
  margin-top: -50px;
}

section.product .container > .row:last-child .overlay {
  position: absolute;
  top: 0;
  left: 15px;
  background: rgba(65, 65, 65, 0.6);
  width: 92%;
  height: 100%;
  cursor: pointer;
  display: none;
}

section.product .container > .row:last-child .overlay > .row {
  align-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  margin: 0;
}

section.product .container > .row:last-child .overlay > .row i,
section.product .container > .row:last-child .overlay > .row p {
  color: #fff;
}

section.product .container > .row:last-child .overlay > .row p {
  font-size: 14px;
}

#modal-map .modal-body h3 {
  margin-bottom: 15px;
}

#modal-map .modal-body {
  padding-top: 35px;
}

#modal-map .modal-body .row > div:first-child {
  margin-bottom: 15px;
}

#modal-map .modal-body .map-container {
  height: 100%;
}

#modal-map #map2 {
  min-height: 250px;
  margin-bottom: 15px;
  border: 1px solid #ccc !important;
}

section.product .map-container .video-wrapper video {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: contain !important;
}

.page-id-61864 section.product .map-container.featured-image img {
  height: 150px !important;
}

.highlight-offer .cta-title {
  font-size: 16px;
  color: #fff;
  margin: 10px !important;
  font-weight: bold;
  text-decoration: none;
}

section.product .sec-2 {
  border-left: 2px solid #807f7f;
}

section#sub-products-block .sec-2 .headline span {
  color: #000 !important;
  margin-right: 6px;
  font-size: 40px !important;
}

.section#sub-products-block .sec-2 .headline span::after {
  content: "/";
  font-size: 20px !important;
  /* Adjust the font size as needed */
}

.headline span,
.headline p {
  display: inline;
  vertical-align: top;
  line-height: 28px;
}

section#sub-products-block .sec-2 .offer-text {
  color: #b61c20;
  font-weight: bold;
  float: unset;
  margin-top: 10px;
}

section#sub-products-block .sec-2 .btn {
  width: 100%;
  margin-top: 15px;
  border-radius: 24px !important;
  color: #b61c20;
  background-color: #fff !important;
  border-color: #b61c20 !important;
  font-weight: 700 !important;
}

section#sub-products-block .sec-2 .btn:hover {
  color: #b61c20;
  background-color: #fff !important;
  border-color: #b61c20 !important;
  text-decoration: none !important;
}

.sec-1,
.sec-2 {
  color: #000000 !important;
}

#sub-products-block .card {
  border-radius: 8px !important;
  box-shadow: 1px 1px 1px 1px #aaaaaa1f;
}

#sub-products-block .card .img-div img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: unset !important;
  object-fit: cover !important;
  object-position: center 0 !important;
}

#sub-products-block .title-div h2 {
  text-align: center;
}

section#offer-block.new-banner .container > .row > .col {
  display: ruby;
}

section#offer-block.new-banner {
  margin-bottom: 0px;
  top: 0px;
  left: 0px;
  z-index: 10000;
  position: fixed;
}

section#offer-block.new-banner .container {
  max-width: 100% !important;
}

.modal .modal-title {
  font-family: museo, serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  color: #b61c20 !important;
  text-align: center !important;
  display: block !important;
}

.design4 .mobile_cta a {
  position: absolute;
  right: 10px;
  bottom: 20px;
  display: block;
  width: 32% !important;
  font-size: 14px;
  padding: 10px !important;
}

.location-template #office-solutions .card-body a h2:hover,
.location-template #office-solutions .card-body a:hover {
  text-decoration: none !important;
  color: #b61c20 !important;
}

#modal-form-184 .modal-footer a {
  text-decoration: underline !important;
  color: #000000 !important;
}

#modal-form-184 .modal-footer a:hover {
  color: #b61c20 !important;
}

.location-template .modal-1 a {
  color: #fff !important;
}

.map-wrapper img {
  width: 100%;
}

#pid-79623 #sub-products-block.modal-1 h2 {
  display: none !important;
}

#sub-products-block.design3 .location-dropdown {
  width: 100%;
  text-align: left;
  background: #fff;
  color: #414141 !important;
  font-weight: 500;
  position: relative;
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 380px) {
  section#breadcrumbs {
    padding-top: 150px !important;
  }
}

@media (min-width: 576px) {
  section.product .container > .row:last-child .overlay {
    width: 95%;
    left: 15px;
  }

  section#breadcrumbs {
    padding-top: 25px;
  }

  .highlight-offer .cta-title {
    display: block;
  }
}

@media (min-width: 768px) {
  .highlight-offer .cta-title {
    display: inline;
  }

  .design4 .mobile_cta a {
    display: none;
  }

  .sec-1,
  .sec-2 {
    text-align: unset;
    align-content: center;
  }

  .sec-1 ul {
    list-style-position: unset;
    text-align: unset;
    padding: unset;
  }

  /* 	section {
		margin-bottom: 40px;
	} */

  section#breadcrumbs {
    margin-bottom: 15px;
    padding-top: 25px;
  }

  section.product .map-container.featured-image img {
    height: 300px;
    width: 100%;
  }

  section#sub-products-block .row {
    margin-bottom: 40px;
  }

  section#sub-products-block .sec-2 .offer-text {
    float: inline-end;
  }

  #sub-products-block .card .img-div img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  section#sub-products-block .row:first-child {
    margin-bottom: 0;
  }

  section#sub-products-block .row .col-sm-12 h2 {
    margin-bottom: 15px !important;
  }

  section#sub-products-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
  }

  .page-id-66411 #sub-products-block .container > .row:nth-child(2) img {
    object-fit: none;
  }

  section.product .container > .row:last-child .overlay {
    width: 96%;
    left: 15px;
  }

  section#sub-products-block .sec-2::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 45px;
    left: -15px;
    width: 2px;
    background: #000000;
  }

  #sub-products-block .title-div h2 {
    text-align: unset;
  }

  #sub-products-block .card .img-div img {
    height: 100% !important;
  }

  section#sub-products-block img {
    width: 100%;
    object-position: center;
    /* margin-bottom: 15px; */
    object-fit: cover !important;
    object-position: center 0 !important;
    height: 100% !important;
  }
}

#sub-products-block.design3 .row.no-gutters {
  margin: 0;
}

@media (min-width: 992px) {
  #product-block_1cadfee033f5f6be4c6281a18e94dc48 .col-lg-6 {
    display: flex;
    flex: 1;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
  }

  #product-block_1cadfee033f5f6be4c6281a18e94dc48 video {
    height: 100% !important;
  }

  section.product h1,
  section.product h2 {
    margin-bottom: 15px !important;
  }

  section.product .map-container.featured-image {
    position: relative;
  }

  section.product .map-container.featured-image .img-wrapper {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(50vw + -15px) !important;
    height: 100%;
  }

  section.product .map-container.featured-image img {
    height: 100% !important;
    width: 100%;
  }

  section.product .map-container.featured-image .address {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #fff;
    width: 100%;
    padding: 10px 15px 0px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.8) !important;
    height: 60px;
  }

  section.product > .container > .row > .col-lg-6:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0px;
  }

  section.product .map-container.location #map {
    margin-bottom: 15px;
  }

  section.product .map-container .address {
    height: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  section#sub-products-block .row > .col:last-child {
    padding: 15px;
  }

  section#sub-products-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0;
  }

  .page-id-66411 #sub-products-block .container > .row:nth-child(2) img {
    object-fit: none;
  }

  section#sub-products-block .btn {
    width: auto !important;
  }

  section.product .container > .row:last-child .overlay {
    width: 94%;
    height: 94%;
    left: 15px;
  }

  section.product .map-container .video-wrapper video {
    width: 100% !important;
    height: 214px !important;
    object-fit: cover !important;
    object-position: 0 -19px !important;
  }

  .page-id-61864 section.product .map-container.featured-image img {
    height: 75% !important;
  }

  .design3 .card-body {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1200px) {
  section.product .container > .row:last-child .overlay {
    width: 95%;
  }

  .sec-1,
  .sec-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.product .map-container .video-wrapper video {
    height: 240px !important;
    object-fit: cover !important;
    object-position: 0 0px !important;
    width: 100% !important;
  }
}

/* image height */
@media (min-width: 320px) {
  #sub-products-block .card .img-div img {
    height: 162px !important;
  }
}

@media (min-width: 370px) {
  #sub-products-block .card .img-div img {
    height: 191px !important;
  }
}

@media (min-width: 576px) {
  #sub-products-block .card .img-div img {
    height: 286px !important;
  }
}

/* Product Version 3 */
/* Card Styles */

#design3-section .card {
  border: none;
  margin-bottom: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  /* Align content vertically */
  height: 100%;
  /* Ensure the card spans full height */
}

#design3-section .card:hover {
  transform: translateY(-5px);
  /* Subtle hover effect */
}

#design3-section .img-div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#design3-section .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#design3-section .price span {
  font-size: 1.2rem;
}

#design3-section .btn-link {
  /* color: #007bff; */
  font-weight: bold;
  text-decoration: none;
}

#design3-section .btn-link:hover {
  text-decoration: underline;
}

/* Badge Styles */
.offer-badge {
  position: absolute;
  background-color: #b61c20;
  color: white;
  padding: 10px 19px;
  font-size: 13px;
  font-weight: bold;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 10px;
  width: 208px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sub-products-block .card-v3 .img-div img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 100%;
}

#sub-products-block .card-v3 {
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px 1px rgba(170, 170, 170, 0.12);
}

@media (max-width: 768px) {
  section.design3 .row {
    margin-bottom: 0px !important;
  }
}

#sub-products-block.design3 .price-end {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}

/* Product Version 4 */
/* Card Styles */
.card-v4 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px !important;
  box-shadow: 1px 1px 1px 1px #aaaaaa1f;
}

.offer-badge-v4 {
  position: absolute;
  background-color: #b61c20;
  color: white;
  padding: 10px 19px;
  font-size: 13px;
  font-weight: bold;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 10px;
  max-width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sub-products-block .card-v4 .img-div img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-icon {
  width: 30px !important;
}

.no-icon {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

/* Price Elements */
.price-wrapper {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 32px;
}

.price-from {
  font-family: "franklin-gothic-urw", sans-serif !important;
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.price-amt {
  font-size: 40px;
  line-height: 120%;
}

/* Book Now Button */
.book-now-btn {
  background-color: #b61c20;
  color: #fff !important;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 20px;
  /* Ensure right spacing */
  box-shadow: none;
  border: none;
  font-size: 14px;
}

.book-now-btn:hover {
  background-color: #901518;
}

/* People Icon + Text */
.people-info {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  margin-left: 20px;
  /* justify-content: flex-end; */
  /* align-items: flex-start; */
}

.cap-div .col-12 {
  display: inline-flex;
}

.people-info i {
  margin-right: 8px;
  font-size: 18px;
  color: #000;
}

/* More Details Link */
.more-details-link {
  color: #b61c20 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.more-details-link:hover {
  color: #901518 !important;
}

/* Media Queries */
@media (max-width: 768px) {
  .book-now-btn {
    margin-right: 10px !important;
    font-size: 13px;
  }

  #sub-products-block.design3 .card-body-v3 {
    white-space: normal;
  }
}

@media (max-width: 320px) {
  .book-now-btn {
    font-size: 12px;
    padding: 6px 10px;
    margin-left: 10px;
    flex-shrink: 0;
  }
}

.people-info img {
  margin-bottom: 0px !important;
  margin-right: 10px;
  width: 24px;
  position: relative;
  top: -2px;
  object-fit: contain !important;
}

/* SL3 additional CSS  */
.sl3-products-section .sl3-section-title {
  margin-bottom: 80px !important;
}

.sl3-products-section .card-v3:not(:last-child) {
  margin-bottom: 40px;
}

.sl3-products-section .img-div {
  padding-right: 32px;
  min-height: 420px;
}

.sl3-products-section .content-div {
  padding-left: 32px;
  display: flex;
  align-items: center;
}

.sl3-products-section .card-v3 h3 {
  font-size: 32px !important;
  line-height: 130%;
}

.sl3-products-section .cap-div a:hover * {
  color: #b61c20;
}

.sl3-products-section .sl3-benefits-heading {
  color: var(--Color-Brand-dark-red, #b61c20);
  /* Heading/Desktop/Tagline */
  font-family: Museo, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 150%; /* 24px */
  margin-bottom: 8px !important;
}

.sl3-products-section ol {
  margin-bottom: 32px;
  font-family: "franklin-gothic-urw", sans-serif !important;
}

.sl3-products-section .card-v3 ol li {
  list-style-type: disc;
}

.sl3-products-bottom {
  margin-top: 64px;
}

.sl3-products-bottom p {
  color: v #414141;
  text-align: center;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 150%;
}

.sl3-products-bottom-btns {
  text-align: center;
  display: flex;
  justify-content: center;
}

section.sl3-products-section .sl3-products-bottom-btns .sl3-button-blue {
  background: transparent;
  border: 1px solid #001f3f;
  color: #001f3f;
}

section.sl3-products-section
  .sl3-products-bottom-btns
  .sl3-button:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 899px) {
  .sl3-products-section .row.no-gutters {
    flex-direction: column;
  }

  .sl3-products-section .row.no-gutters > div {
    max-width: 100%;
  }

  .sl3-products-section .img-div {
    padding: 0;
    min-height: unset;
  }

  .sl3-products-section#sub-products-block .card-v3 .img-div img {
    border-radius: 16px 16px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .sl3-products-bottom {
    margin-top: 34px;
  }
  .sl3-products-section .sl3-section-title {
    margin-bottom: 30px !important;
  }

  .sl3-products-section .img-div {
    padding-right: 0;
  }

  .sl3-products-section .content-div {
    padding-left: 0;
  }

  #sub-products-block .card-v3 .img-div img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
  }

  .sl3-products-section .card-v3 h3 {
    font-size: 24px !important;
  }

  .price-wrapper,
  .sl3-products-section ol {
    margin-bottom: 24px;
  }

  .price-wrapper {
    font-size: 16px;
  }

  .price-amt {
    font-size: 26px;
  }

  .sl3-products-bottom-btns {
    gap: 24px;
  }

  section.sl3-products-section .sl3-products-bottom-btns .sl3-button-blue {
    padding: 10px 14px;
    font-size: 14px;
  }

  section.sl3-products-section .sl3-products-bottom-btns .sl3-button:nth-child(2) {
    padding: 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 510px) {
  .sl3-products-section .card-v3 h3 {
    max-width: 280px;
  }
}

#sub-products-block.sl3-products-section .card-body-v3 {
	background: transparent !important;
	margin-top: 0px;
}