/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

/** Add your styles below **/

@font-face {
  font-family: "La Belle Aurore";
  src: url("./assets/fonts/LaBelleAurore.woff2") format("woff2"),
    url("./assets/fonts/LaBelleAurore.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Cyrillic Book";
  src: url("./assets/fonts/FuturaCyrillicBook.woff2") format("woff2"),
    url("./assets/fonts/FuturaCyrillicBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("./assets/fonts/FuturaPT-Book.woff2") format("woff2"),
    url("./assets/fonts/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("./assets/fonts/Jost-VariableFont_wght.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyMode";
  src: url("./assets/fonts/IvyMode-Regular.woff2") format("woff2"),
    url("./assets/fonts/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --regular-font: "Futura PT Book";
  --title-font: "IvyMode";
  --cursive-text: "La Belle Aurore";
  --primary-color: #114542 !important;
  --secondary-color: #285753e5 !important;
  --title-black: #1A1B1A;
  --para-black: #333632;
  --white-text: #ffffff;
  --white-bg: #F6F1E9;
  --hero-banner-height: 713px;
  --section-description-width: 703px;
}

.jost-text {
  font-family: "Jost" !important;
}

body :where(p, span, a, h1, h2, h3, h4, h5, h6, li, blockquote, strong, em, b, u, code, pre, input, textarea, button, select, label) {
  font-family: var(--regular-font) !important;
}

.title-font,
.title-font * {
  font-family: var(--title-font) !important;
}

.cursive-font,
.cursive-font * {
  font-family: var(--cursive-text) !important;
}

.header-language-switcher .country-selector.weglot-dropdown {
  background-color: var(--white-bg);
  color: var(--primary-color);
  padding: 3.5px 0;
}

.header-language-switcher .country-selector.weglot-dropdown .wgcurrent:after {
  top: 18px;
}

.header-language-switcher .country-selector.weglot-dropdown .wg-li {
  background-color: var(--white-bg);
  color: var(--primary-color);
  border: 0;
}

.header-language-switcher .country-selector.weglot-dropdown .wgcurrent {
  border: 0;
}


/* header flyout menu */
.main-flyout .mr-top {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.main-flyout .mr-top::after {
  position: absolute;
  width: 80%;
  top: 0;
  left: 0;
  content: '';
  height: 0.5px;
  background-color: var(--primary-color);
}

.main-flyout .hfe-flyout-overlay {
  background: transparent !important;
}

.main-flyout .hfe-flyout-open {
  display: flex !important;
  justify-content: center;
  background-color: var(--white-bg);
  width: 100% !important;
  transition: left 0.5s ease;
}

.main-flyout .hfe-nav-menu {
  max-width: 400px;
}

.main-flyout .flyout-image .hfe-menu-item {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-image: url(./assets/images/flyout-image.jpg);
  text-indent: 999px;
  background-size: cover;
  overflow: hidden;
  margin-top: 20px;
}

.main-flyout .cursive-font {
  margin-top: 20px;
}

.main-flyout .hfe-flyout-close {
  left: 20px;
  top: 20px !important;
  right: auto !important;
  margin: 0px !important;

}

.main-flyout .hfe-flyout-close svg {
  margin: 0px !important;
}


/* end of header flyout menu */
.hero__video,
.hero__video .elementor-video,
.hero__video .elementor-custom-embed-image-overlay {
  max-height: var(--hero-banner-height);
}

.hero__video.elementor-widget-image img,
.hero__video.elementor-widget-video .elementor-wrapper video {
  min-height: 480px;
}

.hero__video.elementor-widget-image img {
  object-fit: cover;
  width: 100%;
}

.section__infobox .cs-info-box .cs-info-box-title {
  text-align: center;
}

.elementor.elementor .e-con.hero__content,
.elementor.elementor .e-con>.elementor-widget.hero__heading {
  left: 50% !important;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  z-index: 10;
}

.elementor.elementor .e-con.hero__content {
  top: 55%;
  row-gap: 0;
}

.elementor.elementor .e-con.hero__content>.elementor-widget.hero__heading {
  top: auto;
  transform: none;
  left: auto !important;
}

.full-shadow-overlay .hero__video.elementor-widget-image::before,
.full-shadow-overlay .hero__video.elementor-widget-video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.section__infobox .cs-info-box .cs-info-box-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(calc(100% / 1.5), 1fr);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  grid-gap: 20px;
  margin: 0;
  margin-top: 40px;
}

.section__infobox .cs-info-box .cs-info-box-item {
  scroll-snap-align: start;
}

.section__infobox .cs-info-box .cs-info-box-item,
.section__infobox .cs-info-box .cs-item-container {
  display: block;
  padding: 0;
  width: 100%;
}

.section__infobox .cs-info-box.img-left .cs-info-box-img {
  margin: 0;
}

.section__infobox .cs-info-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 40px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.66%, #000000 115.24%);
}


.section__infobox .cs-info-box .cs-info-box-title {
  color: #fff;
  font-family: var(--title-font) !important;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px;
}

.section__infobox .cs-info-box .cs-info-box-text p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.section__infobox .cs-info-box .cs-info-box-btn {
  margin-top: 36px;
}

.section__infobox .cs-info-box .cs-info-box-btn .button {
  color: #fff;
  text-transform: uppercase;
}

.section__infobox .cs-info-box .cs-info-box-btn .button .cs-btn-text {
  font-family: var(--title-font) !important;
}

.section__infobox .button.cs-btn-underline:before {
  background-color: #fff;
}

.section__infobox .cs-info-box .cs-info-box-title+.cs-info-box-text {
  margin-top: 18px;
}

.elementor.elementor .e-con>.elementor-widget.section__description {
  margin: 0 auto;
  max-width: var(--section-description-width);
}

.elementor.elementor .e-con.static__banner>.elementor-widget.shadow__overlay.elementor-widget-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(176deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}

.elementor.elementor .e-con.static__banner>.elementor-widget.elementor-widget-heading {
  left: 50% !important;
  top: 5%;
  transform: translateX(-50%);
  z-index: 10;
}

.e-con.e-grid.section__grid-3-col {
  max-width: 1460px;
  margin: 0 auto;
}

.elementor .section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap .cs-info-box-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.section__gallery .cs-gallery.gallery-grid .cs-gallery-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas:
    "Gallery1 "
    "Gallery2"
    "Gallery3";
  gap: 0;
}

.section__gallery .cs-gallery.gallery-grid.grid-col-3 .cs-gallery-item {
  width: 100%;
}

.section__gallery .cs-gallery.gallery-grid.grid-col-3 .cs-gallery-item img {
  display: block;
  height: 100%;
  width: 100%;
}

.section__gallery .cs-gallery.gallery-grid .cs-gallery-item:nth-child(1) {
  grid-area: Gallery1;
}

.section__gallery .cs-gallery.gallery-grid .cs-gallery-item:nth-child(2) {
  grid-area: Gallery2;
}

.section__gallery .cs-gallery.gallery-grid .cs-gallery-item:nth-child(3) {
  grid-area: Gallery3;
}


.elementor.elementor .e-con.section__faq>.elementor-widget.elementor-widget-n-accordion {
  max-width: 1144px;
  margin: 0 auto;
}

.section__faq .elementor-widget-n-accordion .elementor-widget-text-editor {
  font-size: 12px;
  margin-bottom: 10px !important;
  padding: 0 10px;
}

.section__faq .elementor-widget-n-accordion .elementor-widget-text-editor p {
  color: #114542;
}

.section__faq .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item:not(:last-child) {
  border-bottom: 1px solid #114542;
}

.section__faq .elementor-widget-n-accordion .e-n-accordion-item-title {
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section__faq .elementor-widget-n-accordion .e-n-accordion-item-title,
.section__faq .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .elementor-element[data-element_type="container"] {
  border: 0;
}

.section__faq .elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .elementor-element[data-element_type="container"] {
  padding-bottom: 20px;
  margin-top: -8px;
}

.section__faq .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
  width: 20px;
  position: relative;
  top: 8px;
}

.section__faq .elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--title-font) !important;
  letter-spacing: 2px;
  color: #114542;
}

.hero__content .button__container {
  flex-direction: column;
  margin: 40px auto 0 auto;
  justify-content: center;
  align-items: center;
}

.hero__content .button__container .cs-btn-outline {
  color: #F6F1E9;
}

.hero__content .button__container .cs-btn-outline:hover {
  background-color: #114542;
  color: #F6F1E9;
  border-color: #114542;
}

.section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas:
    "Item1"
    "Item2"
    "Item3"
    "Item4";
  row-gap: 30px;
}

.section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap .cs-info-box-item:nth-child(1) {
  grid-area: Item1;
}

.section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap .cs-info-box-item:nth-child(2) {
  grid-area: Item2;
}

.section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap .cs-info-box-item:nth-child(3) {
  grid-area: Item3;
}

.section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap .cs-info-box-item:nth-child(4) {
  grid-area: Item4;
}


.section__fancy-masonry .section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap {
  margin: 0;
  row-gap: 30px;
  grid-template-areas:
    "Item1"
    "Item2"
    "Item3"
    "Item4";
}

.elementor.elementor .e-con.static__banner .banner__text-content {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%;
}

.hero__content .button__container .elementor-widget-cs_button .button,
.hero__content .button__container .elementor-widget-cs_button {
  width: 100%;
  margin: 0;
  max-width: 230px !important;
}

.hero__content .button__container .elementor-widget-cs_button a.button {
  padding-left: 20px;
  padding-right: 20px;
}

.elementor .elementor-image-carousel img {
  margin: 0 auto;
}



.section__program-timeline .program-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.section__program-timeline .program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.section__program-timeline .program-header h2 {
  font-size: 24px;
  color: #ffffff;
}

.section__program-timeline .program-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.section__program-timeline .timeline {
  max-height: 510px;
  overflow-y: auto;
  padding: 0 10px;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #00000000;
}


.section__program-timeline .timeline::-webkit-scrollbar {
  width: 10px;
}

.section__program-timeline .timeline::-webkit-scrollbar-track {
  background: #f8f6f0;
  border-radius: 20px;
  border: 1px solid #143328;
}

.section__program-timeline .timeline::-webkit-scrollbar-thumb {
  background: #143328;
  border-radius: 20px;
}

.section__program-timeline .timeline::-webkit-scrollbar-thumb:hover {
  background: #0f261e;
}


.section__program-timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  padding-left: 26px;
}

.section__program-timeline .timeline-item:last-child {
  margin-bottom: 0;
}

.section__program-timeline .timeline-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
  height: 100%;
  z-index: 10;
  background-color: #ffffff;
}

.section__program-timeline .timeline-item:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  left: -5px;
  top: 10px;
  z-index: 11;
}

.section__program-timeline .timeline-item h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.section__program-timeline .timeline-item p {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
}


.section__program-timeline.e-con-full {
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  column-gap: 280px;
}

.section__program-timeline.e-con-full>.e-con.e-child {
  justify-content: center;
}


.section__restaurant-list .restaurant__list {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  grid-template-columns: 100%;
}

.section__restaurant-list .restaurant__list .restaurant__content {
  position: relative;
  height: 100%;
}

.elementor .section__restaurant-list .restaurant__list .restaurant__content .restaurant__media {
  height: 100%;
}

.elementor .section__restaurant-list .restaurant__list .restaurant__content .restaurant__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section__restaurant-list .restaurant__list .restaurant__details {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.section__restaurant-list .restaurant__list .restaurant__details .restaurant__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.section__restaurant-list .restaurant__list .restaurant__details .restaurant__actions a {
  display: inline-block;
  color: var(--white-bg);
  border-bottom: 1px solid var(--white-bg);
  font-size: 15px;
}


.section__restaurant-list .restaurant__list .restaurant__item span.restaurant__icon {
  display: inline-block;
  max-width: 140px;
}

.section__restaurant-list .restaurant__list .restaurant__item:last-child span.restaurant__icon {
  max-width: 140px;
}

.section__restaurant-list .restaurant__list .restaurant__item .restaurant__title {
  font-size: 24px;
  color: #F6F1E9;
  line-height: 1.5;
  max-width: 80%;
  text-align: center;
}

.section__gallery .col-3-fancy-grid .cs-gallery.gallery-grid .cs-gallery-wrap {
  grid-template-columns: 100%;
  grid-template-areas:
    "Gallery1"
    "Gallery2"
    "Gallery3"
    "Gallery4"
    "Gallery5";
}

.section__gallery .cs-gallery.gallery-grid .cs-gallery-item:nth-child(4) {
  grid-area: Gallery4;
}

.section__gallery .cs-gallery.gallery-grid .cs-gallery-item:nth-child(5) {
  grid-area: Gallery5;
}

.section__gallery .col-3-fancy-grid .cs-gallery.gallery-grid.grid-col-3 .cs-gallery-item img {
  width: 100%;
}

.elementor .elementor-element.break-2-line .elementor-heading-title {
  max-width: 640px;
  display: inline-block;
}

.icon__list .elementor-widget-container {
  max-width: 1040px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.icon__list .cs-info-box .cs-info-box-img svg {
  width: 80px;
  max-height: 55px;
  height: 80px;
}

.icon__list .cs-info-box .cs-info-box-title {
  font-size: 14px;
  line-height: 1.3;
  color: #114542;
}

.icon__list .cs-info-box .cs-info-box-content {
  padding: 0 20px;
}

.button.cs-btn-underline {
  padding: 0 0 15px 0;
}

.room-size {}

.background__swiper .swiper-slide-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.background__swiper .elementor-swiper-button {
  background: var(--primary-color);
  border-radius: 50%;
}

.background__swiper .elementor-swiper-button-prev {
  left: 40px !important;
}

.background__swiper .elementor-swiper-button svg {
  fill: none !important;
}

.stn-width .elementor-button-link {
  width: 195px;
}


.custom__slider .cs-testimonials .elementor-testimonial-image img {
  border-radius: 0;
  height: 430px;
  object-fit: cover;
}

.custom__slider .cs-testimonials .elementor-testimonial-image {
  position: relative;
  margin: 0 !important;
}

.custom__slider .cs-testimonials .cs-testimonial-meta {
  position: relative;
  margin-top: 20px;
}

.custom__slider .cs-testimonials.testimonials-slider .slick-arrow.slick-prev {
  left: 0;
}

.custom__slider .cs-testimonials.testimonials-slider .cs-ts-item {
  padding: 0;
}

.custom__slider .cs-testimonials .elementor-testimonial-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  z-index: 1;
}

.custom__slider .cs-testimonials .elementor-testimonial-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.custom__slider .cs-testimonials .elementor-testimonial-name {
  font-family: var(--title-font);
}

.custom__slider .cs-testimonials.testimonials-slider .slick-arrow.slick-next {
  right: 0;
}

.icon__list.invert-icons .cs-info-box .cs-info-box-img svg {
  max-height: 46px;
}

.elementor .elementor-element.break-2-line.only-2-line .elementor-heading-title {
  max-width: 1024px;
}

.counter__static-block .elementor-counter-number {
  font-family: var(--title-font) !important;
}

.qoute__testimonials .cs-testimonials .cs-testimonial-content::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  z-index: 10;
  background: url(./assets/images/testimonials-quote-new.svg) no-repeat center;
}

.qoute__testimonials .cs-testimonials.testimonials-slider .cs-ts-item {
  width: 100%;
  display: inline-block;
  padding: 150px 0 60px 0;
}


/* moder contact form */
.moder-form .contact-form {
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 30px 20px;

}

.moder-form .contact-form input {
  border: none;
  border-bottom: 1px solid var(--white-text);
  color: var(--white-text);
}

.moder-form .contact-form .btn .form-submit {
  border: none;
  color: var(--primary-color);
}

.moder-form .contact-form p {
  margin: 0;
}

.header-language-switcher .country-selector.weglot-inline label:after {
  content: "/";
  margin-left: 6px;
}

.header-language-switcher .country-selector.weglot-inline a {
  padding: 0 5px;
}


@media (min-width: 640px) {
  .room-icon-list .cs-info-box .cs-info-box-wrap {
    row-gap: 40px;
  }
}


@media(min-width: 768px) {
  .main-flyout .hfe-flyout-open {
    width: 50% !important;
  }

  .section__infobox .cs-info-box .cs-info-box-wrap {
    grid-auto-columns: minmax(calc(100% / 2.5), 1fr)
  }

  .hero__content .button__container {
    flex-direction: row;
  }

  .section__gallery .col-3-fancy-grid .cs-gallery.gallery-grid .cs-gallery-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "Gallery1 Gallery1"
      "Gallery2 Gallery3"
      "Gallery4 Gallery5";
  }

  .section__restaurant-list .restaurant__list .restaurant__item .restaurant__title {
    font-size: 36px;
    line-height: 1.5;
    max-width: 480px;
  }

  .section__restaurant-list .restaurant__list .restaurant__item:last-child span.restaurant__icon {
    max-width: 160px;
    position: relative;
    top: 30px;
  }

  .section__restaurant-list .restaurant__list .restaurant__item span.restaurant__icon {
    max-width: 200px;
  }

  .lines-enabled .elementor-heading-title {
    position: relative;
    display: inline-block;
  }

  .lines-enabled .elementor-heading-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    height: 1px;
    background-color: #143328;
    transform: translateY(-50%);
    max-width: 50%;
    width: 50%;
    z-index: 1;
  }

  .lines-enabled .elementor-heading-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    height: 1px;
    background-color: #143328;
    transform: translateY(-50%);
    max-width: 50%;
    width: 50%;
    z-index: 1;
  }

  .custom__slider .cs-testimonials .elementor-testimonial-details {
    padding: 40px;
  }

  .custom__slider .cs-testimonials .elementor-testimonial-image img {
    height: 380px;
  }

  .icon__list.invert-icons .cs-info-box .cs-info-box-wrap {
    justify-content: center;
    row-gap: 40px;
  }

  .custom__slider .cs-testimonials.testimonials-slider .cs-ts-item {
    padding: 0 10px !important;
  }

  .section__program-timeline .program-header h2 {
    font-size: 28px;
  }

  .moder-form .contact-form {
    flex-direction: row;
  }
}

@media(min-width: 1024px) {
  .section__infobox .cs-info-box .cs-info-box-wrap {
    grid-auto-columns: minmax(calc(100% / 3.5), 1fr)
  }

  .section__gallery .cs-gallery.gallery-grid .cs-gallery-wrap {
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
      "Gallery1 Gallery2"
      "Gallery1 Gallery3";
  }

  .section__fancy-masonry .section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap {
    margin: 0;
    row-gap: 30px;
    position: relative;
    bottom: 30px;
    grid-template-areas:
      "Item1 Item2 Item2"
      "Item3 Item3 Item4";
  }

  .section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: initial;
    grid-template-areas:
      "Item1 Item1 Item2"
      "Item3 Item4 Item4";
    row-gap: 50px;
  }

  .section__infobox.no-slider.masonary__layout.room-size .cs-info-box .cs-info-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
      "Item1 Item2 Item3";
    grid-gap: 20px;
  }

  .section__infobox.no-slider.masonary__layout.equal-row-gap .cs-info-box .cs-info-box-wrap {
    row-gap: 30px;
  }

  .elementor.elementor .e-con.static__banner .banner__text-content {
    top: 60%;
    left: 10%;
    max-width: 840px;
  }

  .section__restaurant-list .restaurant__list .restaurant__details {
    padding: 40px;
  }

  .section__restaurant-list .restaurant__list .restaurant__details .restaurant__actions {
    margin-top: 40px;
  }
}


@media(min-width: 1200px) {
  .section__restaurant-list .restaurant__list.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .section__restaurant-list .restaurant__list.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media(min-width: 1280px) {

  .section__program-timeline.e-con-full {
    flex-direction: row;
  }

  .elementor .section__infobox.no-slider.masonary__layout .cs-info-box .cs-info-box-wrap .cs-info-box-item img {
    height: 580px;
  }

  .elementor.elementor .e-con.hero__content {
    row-gap: 20px;
  }

  .hero__content .button__container {
    margin: 80px auto 0 auto;
  }

  .section__infobox .cs-info-box .cs-info-box-wrap {
    grid-auto-columns: minmax(calc(100% / 5), 1fr);
    grid-gap: 30px;
  }

  .elementor.elementor .e-con.static__banner>.elementor-widget.elementor-widget-heading {
    left: 46% !important;
    top: 23%;
  }

  .section__infobox .cs-info-box .cs-info-box-title {
    font-size: 32px;
    line-height: 38px;
  }

  .section__faq .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: 32px;
    line-height: 33px;
  }

  .section__gallery .cs-gallery.gallery-grid .cs-gallery-wrap {
    grid-template-columns: 640px 1fr;
  }

  .section__gallery .cs-gallery.gallery-grid.grid-col-3 .cs-gallery-item img {
    width: auto;
  }

  .section__gallery .col-3-fancy-grid .cs-gallery.gallery-grid .cs-gallery-wrap {
    grid-template-columns: 1.3fr 1fr 1.3fr;
    grid-template-areas:
      "Gallery1 Gallery2 Gallery4"
      "Gallery1 Gallery3 Gallery5";
  }

  .section__restaurant-list .restaurant__list .restaurant__item .restaurant__title {
    font-size: 88px;
    line-height: 113px;
    max-width: 480px;
  }

  .section__restaurant-list .restaurant__list .restaurant__details .restaurant__actions {
    margin-top: 40px;
  }

  .restaurant__actions.menu {
    margin-top: 20px !important;
  }

  .lines-enabled .elementor-heading-title:before {
    right: calc(100% + 40px);
  }

  .lines-enabled .elementor-heading-title:after {
    left: calc(100% + 40px);
  }

  .custom__slider.elementor-widget.elementor-widget-cs_testimonials {
    position: relative;
    left: 10%;
  }

  .custom__slider .cs-testimonials .elementor-testimonial-details {
    padding: 40px;
  }

  .custom__slider .cs-testimonials .elementor-testimonial-image img {
    height: 577px;
  }

  .custom__slider .cs-testimonials.testimonials-slider .slick-arrow.slick-next {
    right: 23%;
  }

  .custom__slider .cs-testimonials.testimonials-slider .cs-ts-item {
    padding: 0 15px;
  }

  .section__program-timeline .timeline-item h3 {
    font-size: 24px;
  }

  .section__program-timeline .program-header h2 {
    font-size: 32px;
  }

}

.restaurant-button .cs-btn-underline::before {
  background: white !important;
}

.restaurant-button a.elementor-button-link.button.cs-btn-underline {
  padding-bottom: 5px;
}

/* Møder & Konferencer 2 : Last updated Oct 21 */

.maryenlist-moderer-banner-formwrapper {
  max-width: 1400px;
}

/* Header form */
/* Hide field labels */
.maryenlist-moderer-banner-form label.gfield_label.gform-field-label {
  display: none;
}

/* Input container styling */
.maryenlist-moderer-banner-form div.gfield .ginput_container {
  overflow: hidden;
  background: white;
  height: 45px;
  width: 450px;
}

/* Field height */
.maryenlist-moderer-banner-form div.gfield {
  height: 45px;
}

/* Input text color */
.maryenlist-moderer-banner-form div.gfield .ginput_container input {
  color: #114542 !important;
  width: 100%;
  /* Make input take full container width */
  box-sizing: border-box;
  /* Include padding/border in width */
  padding: 0 10px;
  /* Add some padding for text */
}

/* Submit button styling */
.maryenlist-moderer-banner-form input#gform_submit_button_35 {
  width: 173px !important;
  height: 45px;
  background: #114542 !important;
  color: var(--white-bg) !important;
  letter-spacing: 0.5px !important;
  border: none;
  cursor: pointer;
}

.maryenlist-moderer-box-form .gform_button.button {
  background: var(--white-bg) !important;
  color: var(--primary-color) !important;
  letter-spacing: 0.5px !important;
}

.form-eql-img img {
  aspect-ratio: 1;
  object-fit: cover;
}


/* Max width for fields */
.maryenlist-moderer-banner-form .gform_fields div.gfield {
  max-width: 450px !important;
}

/* MOBILE RESPONSIVE STYLES */
@media (max-width: 768px) {

  .maryenlist-moderer-banner-form div.gfield .ginput_container,
  .maryenlist-moderer-banner-form .gform_fields div.gfield {
    width: 100% !important;
    /* Full width on mobile */
    max-width: 100% !important;
    height: 40px;
    /* Slightly smaller height on mobile */
  }

  .maryenlist-moderer-banner-form input#gform_submit_button_35 {
    width: 100% !important;
    /* Button takes full width */
    height: 45px;
    font-size: 16px;
    /* Adjust font size for smaller screens */
  }

  .maryenlist-moderer-banner-form div.gfield .ginput_container input {
    height: 40px;
    /* Match input container height */
    font-size: 14px;
    /* Slightly smaller font */
  }
}

/* Testimonial one */
.custom__slider.elementor-widget.elementor-widget-cs_testimonials {
  left: 0 !important;
}

@media (min-width: 1280px) {
  .custom__slider .cs-testimonials.testimonials-slider .slick-arrow.slick-next {
    right: 15px !important;
  }

  .custom__slider .cs-testimonials.testimonials-slider .slick-arrow.slick-prev {
    left: 15px !important;
  }
}

/* Form 2 */
.maryenlist-moderer-box-form .ginput_container.ginput_container_textarea textarea.textarea.medium {
  max-height: 20px !important;
}

.maryenlist-moderer-box-form label.gfield_label.gform-field-label {
  display: none;
}

.maryenlist-moderer-box-form .gform-footer.gform_footer.top_label {
  flex-direction: column;
}

/* Main container adjustments */
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 600px;
  gap: 20px;
}

/* Base slide: all slides same size, let Slick calculate width */
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-slide {
  flex: 0 0 20%;
  margin: 0 40px;

  max-width: 20%;
  opacity: 1;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.custom__slider.slicker-center-content .cs-testimonials.testimonials-slider .cs-ts-item {
  padding: 0 !important;
}

/* Active slide (center) */
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current {
  flex: 0 0 20%;
  max-width: 20%;
  opacity: 1;
  margin: 0 40px;
}

/* Adjacent slides: left and right of center */
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current+.slick-slide,
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current~.slick-slide:first-child {
  flex: 0 0 40% !important;
  /* Increased width */
  transform: scaleX(1.5);
  opacity: 1;
  z-index: 200;
  margin: 0 40px;

}

/* Images/content inside slides */
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-slide img,
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-slide .elementor-testimonial__content,
.custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-slide .elementor-testimonial-meta-inner {
  width: 100%;
  height: 600px;
  object-fit: cover !important;
  display: block;
  transition: opacity 0.35s ease;
}

.custom__slider.slicker-center-content .cs-testimonials .elementor-testimonial-image::before {
  z-index: 0 !important;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-slide {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current+.slick-slide {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .background__swiper .swiper-slide-image {
    height: auto;
    max-height: 600px;
  }

  .background__swiper .elementor-swiper-button-prev {
    left: 10px !important;
  }
}

@media (max-width: 768px) {
  .custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-slide {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current {
    flex: 0 0 100%;

    max-width: 100%;
  }

  .custom__slider.slicker-center-content.elementor-widget-cs_testimonials .slick-current+.slick-slide {
    flex: 0 0 90%;
    max-width: 0%;
    padding: 0 !important;
  }

  .slicker-center-content .slick-list.draggable {
    transform: scaleX(1.2);
  }
}

.body-lower-custom .cs-info-box .cs-info-box-text p {
  text-transform: lowercase !important;
}

div#weglot-switcher-1 {
  display: none;
}

.elementor-element.elementor-element-64f8b00 a,
.elementor-element-64f8b00 a {
  width: 100%;
}

.elementor-element.elementor-element-64f8b00 a img.attachment-full.size-full.wp-image-2958,
.elementor-element-4e38913 a img {
  width: 100%;
}

.elementor-element-4e38913 a {
  width: 100%;
}

.cs-info-box-img img {
  width: 100%;
}