@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1700px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-full {
  max-width: 1920px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.padding-section-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .padding-section-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .padding-section-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .padding-section-small {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-b-0 {
  padding-bottom: 0;
}

.padding-t-0 {
  padding-top: 0;
}

.padding--0 {
  padding: 0;
}

.margin-section-small {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-section-small {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sub-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 18px;
  }
}

.suv-title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #345605;
  margin-bottom: 10px;
}

a {
  color: #345605;
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  color: #000000;
}

button {
  transition: all 0.4s;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

ul:not(.menu, .sub-menu, .slick-dots) li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  line-height: 1;
}
ul:not(.menu, .sub-menu, .slick-dots) li:last-child {
  margin-bottom: 0;
}
ul:not(.menu, .sub-menu, .slick-dots) li::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 5px;
  background-color: #345605;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

ol:not(.menu, .sub-menu, .slick-dots) {
  list-style: none;
  padding-left: 0;
}
ol:not(.menu, .sub-menu, .slick-dots) li {
  position: relative;
  padding-left: 0;
  margin-bottom: 16px;
  line-height: 1;
  list-style: none;
  counter-increment: decimal-counter;
  display: flex;
  gap: 8px;
}
ol:not(.menu, .sub-menu, .slick-dots) li:last-child {
  margin-bottom: 0;
}
ol:not(.menu, .sub-menu, .slick-dots) li::before {
  content: counter(decimal-counter);
  inset: 0;
  top: 5px;
  color: #345605;
  min-width: 16px;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: white !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  /* Chrome/Opera/Safari */
  color: white !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.section-title {
  margin-bottom: 30px;
}

.slick-dots {
  width: 100%;
  background: transparent;
  height: 3px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  width: 100%;
  max-width: 90px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #345605;
}

.slick-dot-style .slick-dots {
  width: 100%;
  background: transparent;
  height: 6px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
}
.slick-dot-style .slick-dots li {
  width: 100%;
  max-width: 10px;
  height: 6px;
  background-color: #F9F9F9;
  transition: all 0.5s;
}
.slick-dot-style .slick-dots li.slick-active {
  background-color: #345605;
  max-width: 30px;
}

.slider__pagination {
  width: 100%;
  background: transparent;
  height: 6px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
  bottom: -40px !important;
}
.slider__pagination .swiper-pagination-bullet {
  width: 100%;
  max-width: 10px;
  height: 6px;
  background-color: #F9F9F9;
  transition: all 0.5s;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #345605;
  max-width: 30px;
}

.slick-disabled {
  opacity: 0.3;
}

.slick-arrow {
  background-color: #345605;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 0;
  transform: unset;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57562 10.2296C7.25344 10.5365 7.25344 11.0349 7.57562 11.3417L12.575 16.1031C12.8972 16.4099 13.4205 16.4099 13.7427 16.1031C14.0645 15.7963 14.0646 15.2988 13.7427 14.992L9.32552 10.7852L13.7427 6.57934C14.0646 6.27256 14.0646 5.77507 13.7427 5.46829C13.4205 5.16145 12.8972 5.16145 12.575 5.46829L7.57562 10.2296Z' fill='white'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: auto;
  right: 190px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .slick-arrow {
    right: 70px;
  }
}

button.slick-next.slick-arrow {
  left: auto;
  right: 140px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0591 11.0161C14.3813 11.3383 14.3813 11.8616 14.0591 12.1838L9.05973 17.1832C8.73755 17.5054 8.21424 17.5054 7.89205 17.1832C7.57023 16.8611 7.57017 16.3387 7.89205 16.0166L12.3092 11.5994L7.89205 7.18332C7.5702 6.8612 7.5702 6.33884 7.89205 6.01672C8.21424 5.69454 8.73755 5.69454 9.05973 6.01672L14.0591 11.0161Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1200px) {
  button.slick-next.slick-arrow {
    right: 20px;
  }
}

.group-slick-arrow .slick-arrow {
  top: calc(50% + 150px);
  left: auto;
  right: 582px;
}
@media (max-width: 991px) {
  .group-slick-arrow .slick-arrow {
    top: auto;
    left: calc(50% - 30px);
    right: auto;
    bottom: 0px;
  }
}
.group-slick-arrow .slick-arrow.slick-next {
  right: 522px;
}
@media (max-width: 991px) {
  .group-slick-arrow .slick-arrow.slick-next {
    right: auto;
    left: calc(50% + 30px);
  }
}

.dark-slick-arrow .slick-arrow {
  background-color: #345605;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_125)'%3E%3Cpath d='M0.198278 9.51931L7.0163 2.70122C7.26122 2.41523 7.69164 2.38189 7.97763 2.62687C8.26362 2.87179 8.29696 3.30221 8.05199 3.5882C8.02914 3.61486 8.00429 3.63976 7.97763 3.66256L2.32549 9.32156H29.3182C29.6947 9.32156 30 9.62683 30 10.0034C30 10.38 29.6947 10.6852 29.3182 10.6852H2.32549L7.97763 16.3373C8.26362 16.5823 8.29696 17.0127 8.05199 17.2987C7.80701 17.5847 7.37665 17.618 7.09066 17.373C7.064 17.3502 7.0391 17.3253 7.0163 17.2987L0.198219 10.4806C-0.0660915 10.2147 -0.0660915 9.78526 0.198278 9.51931Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_125'%3E%3Crect width='30' height='20' fill='white' transform='matrix(-1 0 0 1 30 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 20px;
}
.dark-slick-arrow .slick-arrow:hover {
  background-color: #000000;
}
.dark-slick-arrow .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_842_122)'%3E%3Cpath d='M29.8017 9.51931L22.9837 2.70122C22.7388 2.41523 22.3084 2.38189 22.0224 2.62687C21.7364 2.87179 21.703 3.30221 21.948 3.5882C21.9709 3.61486 21.9957 3.63976 22.0224 3.66256L27.6745 9.32156H0.681785C0.305268 9.32156 0 9.62683 0 10.0034C0 10.38 0.305268 10.6852 0.681785 10.6852H27.6745L22.0224 16.3373C21.7364 16.5823 21.703 17.0127 21.948 17.2987C22.193 17.5847 22.6234 17.618 22.9093 17.373C22.936 17.3502 22.9609 17.3253 22.9837 17.2987L29.8018 10.4806C30.0661 10.2147 30.0661 9.78526 29.8017 9.51931Z' fill='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_842_122'%3E%3Crect width='30' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.single-post article .entry-content {
  display: flex;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .entry-content {
  margin-top: 16px;
  color: #000000;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3, .single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5 h6, .single-post .entry-content .h6 {
  line-height: 1.2 !important;
  margin-bottom: 20px;
  margin-top: 26px;
  font-weight: 700;
  color: #000000;
  hyphens: auto;
  word-break: break-word;
}
.single-post .entry-content .pre--icon {
  font-size: 14px;
  line-height: 140%;
  padding-left: 28px;
  background-image: url(/wp-content/uploads/2025/12/Reply.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-bottom: 24px;
  color: #999999;
}
.single-post .entry-content .pre--icon a {
  color: #999999;
}
.single-post .entry-content ul {
  margin-bottom: 20px;
  line-height: 1;
}
.single-post .entry-content ol li {
  margin-bottom: 16px;
  line-height: 1;
}

.page-template-default h1.entry-title {
  hyphens: auto;
  word-break: break-word;
}
.page-template-default .site-main {
  padding-top: 80px;
  padding-bottom: 80px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page-template-default .site-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-default .site-main {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.page-template-default .entry-content {
  margin-top: 16px;
  color: #000000;
}
.page-template-default .entry-content h1, .page-template-default .entry-content .h1, .page-template-default .entry-content h2, .page-template-default .entry-content .h2, .page-template-default .entry-content h3, .page-template-default .entry-content .h3, .page-template-default .entry-content h4, .page-template-default .entry-content .h4, .page-template-default .entry-content h5, .page-template-default .entry-content .h5 h6, .page-template-default .entry-content .h6 {
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  margin-top: 26px !important;
  hyphens: auto;
  word-break: break-word;
  font-weight: 700;
  color: #000000;
}
.page-template-default .entry-content .wp-block-details {
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #ececec;
  padding: 10px 20px;
  border-radius: 10px;
}
.page-template-default .entry-content ul {
  margin-bottom: 20px;
}
.page-template-default .entry-content ol li {
  margin-bottom: 16px;
}
.page-template-default .entry-content blockquote {
  margin: 20px auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #345605;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
.page-template-default .entry-content blockquote::before {
  font-family: Arial;
  content: "“";
  color: #345605;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.page-template-default .entry-content blockquote::after {
  content: "";
}
.page-template-default .entry-content blockquote span {
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

/*-------------------- BTN SCROLL ----------------------*/
.bottom-to-top-btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 40px;
  background-color: #345605;
  background-image: url(/wp-content/uploads/2025/12/scroll-top-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  text-align: center;
  transition: 400ms;
  z-index: 9;
  border: 0;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .bottom-to-top-btn {
    width: 40px;
    height: 40px;
    right: 30px;
    background-size: 20px;
  }
}
@media (max-width: 991px) {
  .bottom-to-top-btn {
    right: 20px;
  }
}
.bottom-to-top-btn:hover {
  background-color: #000000;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.footer-call-btn-wrap {
  position: fixed;
  left: 40px;
  top: auto;
  bottom: 30px;
  background: #ffffff;
  border: 2px solid #345605;
  padding: 12px 10px;
  transition: all 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap {
    padding: 0;
    left: 20px;
    border: 0;
  }
}
.footer-call-btn-wrap:hover {
  transition: all 0.5s;
  border: 2px solid #000000;
}
.footer-call-btn-wrap:hover .call-icon {
  background-color: #000000;
  transition: all 0.5s;
}
.footer-call-btn-wrap a {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap a {
    gap: 0;
  }
}
.footer-call-btn-wrap .call-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #345605;
  background-image: url(/wp-content/uploads/2025/12/call-30x30-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  transition: all 0.5s;
}
.footer-call-btn-wrap .call-title {
  color: #F7FFD5;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap .call-title {
    font-size: 0;
  }
}
.footer-call-btn-wrap .call-num {
  color: #F7FFD5;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 991px) {
  .footer-call-btn-wrap .call-num {
    font-size: 0;
  }
}

.whatsapp-btn-wrap {
  width: 50px;
  height: 50px;
  background: #345605;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .whatsapp-btn-wrap {
    right: 20px;
  }
}
.whatsapp-btn-wrap:hover {
  background: #000000;
  transition: all 0.5s;
}
.whatsapp-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.show-call-btn .footer-call-btn-wrap {
  opacity: 1;
  visibility: visible;
}
.show-call-btn .whatsapp-btn-wrap {
  opacity: 1;
  visibility: visible;
}

.wp-gr .grw-header {
  display: none !important;
}

.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  flex-flow: wrap;
  row-gap: 60px;
  align-items: center;
}

.wp-gr .wp-google-text {
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 180% !important;
  font-family: "DM Sans", sans-serif !important;
}

.wp-gr .grw-review {
  padding: 0 !important;
}

.wp-gr .grw-review-inner > svg {
  display: none !important;
}

.wp-gr .wp-google-wrap {
  order: -1;
  position: relative !important;
  padding-top: 42px !important;
}

.wp-google-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 80px;
  height: 80px;
  background-image: url(/wp-content/uploads/2025/12/quote-right-fill.svg);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-gr .grw-review .wp-google-stars {
  margin-left: auto !important;
}

.wp-gr .grw-review .wp-google-left {
  width: calc(100% - 109px) !important;
}

.wp-gr.wpac .wp-google-left img {
  width: 50px !important;
  height: 50px !important;
}

.wp-gr.wpac a.wp-google-name {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "DM Sans", sans-serif !important;
  white-space: nowrap !important;
}

.wp-gr .wp-google-time {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
  line-height: 140% !important;
  white-space: nowrap !important;
}

.wp-gr[data-layout=slider] .grw-reviews {
  gap: calc(var(--card-gap, 121px) - var(--rev-padding)) !important;
  position: relative !important;
}

.wp-gr .grw-row-l .grw-review, .wp-gr .grw-row-m .grw-header, .wp-gr .grw-row-m .grw-review {
  --gap: 2 !important;
  --col: 3 !important;
}

.wp-gr .grw-review {
  flex: 1 0 calc((100% - var(--card-gap, 121px) * var(--gap, 2)) / var(--col, 2)) !important;
  width: calc((100% - var(--card-gap, 121px) * var(--gap, 2)) / var(--col, 2)) !important;
}

.wp-gr[data-layout=slider] .grw-review:before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  width: 1px;
  height: calc(100% - 42px);
  background: #C4C4C4;
  right: -60px;
  top: auto;
}

.wp-gr[data-layout=slider] .grw-review:last-child::before {
  display: none;
}

@media (max-width: 1200px) {
  .wp-gr[data-layout=slider] .grw-reviews {
    gap: calc(var(--card-gap, 61px) - var(--rev-padding)) !important;
    position: relative !important;
  }
  .wp-gr .grw-review {
    flex: 1 0 calc((100% - var(--card-gap, 61px) * var(--gap, 2)) / var(--col, 3)) !important;
    width: calc((100% - var(--card-gap, 61px) * var(--gap, 2)) / var(--col, 3)) !important;
  }
  .wp-gr[data-layout=slider] .grw-review:before {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    flex-flow: column;
    row-gap: 20px;
  }
  .wp-gr .grw-review .wp-google-left {
    width: 100% !important;
  }
  .wp-gr .grw-review .wp-google-stars {
    margin-left: 0 !important;
  }
}
.gform_title {
  margin-bottom: 0;
}

.gform_required_legend {
  display: none !important;
}

.gform-theme form {
  margin-top: 24px;
}

.gform-theme .gfield_label.gform-field-label,
.gform-theme--foundation .gfield {
  font-size: 18px;
  color: white;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0 !important;
}

.gform-theme span.ginput_preview {
  margin-bottom: 16px;
  display: block;
}

.gform-theme--framework input:not([type=checkbox], [type=radio]), .gform-theme--framework textarea,
.gform-theme--framework select {
  border-color: #ffffff !important;
  padding: 16px 20px !important;
  height: 55px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
  font-family: "DM Sans", sans-serif !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
}

.gform-theme--framework select {
  background-image: url(/wp-content/uploads/2025/12/down-arrow.svg) !important;
  background-size: 16px !important;
}

.gform-theme--framework input:focus,
.gform-theme--framework textarea:focus,
.gform-theme--framework select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ffffff !important;
}

.gform-theme--framework .gfield_error input,
.gform-theme--framework .gfield_error textarea,
.gform-theme--framework .gfield_error select {
  box-shadow: none !important;
  outline: none !important;
  border-color: red !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform-theme--api, .gform-theme--foundation {
  --gf-form-gap-x: 30px !important;
  --gf-form-gap-y: 30px !important;
}

.gform-theme--foundation .gform_fields {
  --gf-form-gap-x: 30px !important;
  --gf-form-gap-y: 30px !important;
}

.gform-theme input[type=submit], .gform-theme input.button {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  padding: 14px 30px !important;
  height: auto !important;
  min-height: auto !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  transition: all 0.5s !important;
  margin-left: auto !important;
}
.gform-theme input[type=submit]:hover, .gform-theme input.button:hover {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.5s !important;
}

.gform-theme--framework .gform_confirmation_message {
  border: 1px solid #F7FFD5 !important;
  color: #F7FFD5 !important;
  padding: 15px !important;
  border-radius: 7px !important;
  text-align: center !important;
  font-weight: 500 !important;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 9.38rem !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox,
.gform-theme--framework .gfield--type-choice .gfield_radio {
  flex-flow: wrap !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1439px) {
  .gform-theme--framework .gfield--type-choice .gfield_checkbox,
  .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .gform-theme--framework .gfield--type-choice .gfield_checkbox,
  .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr;
  }
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox:has(:only-child),
.gform-theme--framework .gfield--type-choice .gfield_radio:has(:only-child) {
  display: flex !important;
}

.gform-theme--framework .gform-field-label--type-inline {
  color: #fff !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox input[type=checkbox] {
  border-radius: 0 !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {
  color: #000 !important;
}

.gform-theme--api, .gform-theme--framework {
  --gf-field-pg-prog-bar-bg-color-blue: #345605 !important;
}

.gform-theme--framework .gf_progressbar {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.gform-theme--framework .gf_progressbar_title, .gform-theme--framework .gf_step_label, .gform-theme--framework .gf_step_number {
  --gf-local-color: #ffffff !important;
  font-weight: 500 !important;
}

.gform-theme--framework .gf_progressbar_title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  background-color: #345605 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  gap: 0 !important;
  width: 17px !important;
  height: 17px !important;
  border-color: #000 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #345605 !important;
}

.gform-theme--framework .gfield--type-image_choice .gchoice {
  align-self: unset !important;
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  margin-inline: 5px !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #345605 !important;
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-color: #ffffff !important;
}

.gform-theme--framework .gf_page_steps, .gform-theme--framework .gf_progressbar_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: red !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper {
  box-shadow: unset !important;
  outline: none !important;
}

.gravity-form-section {
  background: #345605;
}
.gravity-form-section .gform_title {
  color: #fff;
}

.gform-theme--framework select {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") !important;
  background-position: right 25px top 50% !important;
  background-size: 17px !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-repeat: no-repeat !important;
  color: #b5b5b5 !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Black.eot");
  src: url("../fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Black.woff2") format("woff2"), url("../fonts/DMSans-Black.woff") format("woff"), url("../fonts/DMSans-Black.ttf") format("truetype"), url("../fonts/DMSans-Black.svg#DMSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-BlackItalic.eot");
  src: url("../fonts/DMSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BlackItalic.woff2") format("woff2"), url("../fonts/DMSans-BlackItalic.woff") format("woff"), url("../fonts/DMSans-BlackItalic.ttf") format("truetype"), url("../fonts/DMSans-BlackItalic.svg#DMSans-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-LightItalic.eot");
  src: url("../fonts/DMSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-LightItalic.woff2") format("woff2"), url("../fonts/DMSans-LightItalic.woff") format("woff"), url("../fonts/DMSans-LightItalic.ttf") format("truetype"), url("../fonts/DMSans-LightItalic.svg#DMSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-BoldItalic.eot");
  src: url("../fonts/DMSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans-BoldItalic.woff") format("woff"), url("../fonts/DMSans-BoldItalic.ttf") format("truetype"), url("../fonts/DMSans-BoldItalic.svg#DMSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraBold.eot");
  src: url("../fonts/DMSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/DMSans-ExtraBold.woff") format("woff"), url("../fonts/DMSans-ExtraBold.ttf") format("truetype"), url("../fonts/DMSans-ExtraBold.svg#DMSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Italic.eot");
  src: url("../fonts/DMSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Italic.woff2") format("woff2"), url("../fonts/DMSans-Italic.woff") format("woff"), url("../fonts/DMSans-Italic.ttf") format("truetype"), url("../fonts/DMSans-Italic.svg#DMSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Light.eot");
  src: url("../fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Light.woff2") format("woff2"), url("../fonts/DMSans-Light.woff") format("woff"), url("../fonts/DMSans-Light.ttf") format("truetype"), url("../fonts/DMSans-Light.svg#DMSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Bold.eot");
  src: url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"), url("../fonts/DMSans-Bold.ttf") format("truetype"), url("../fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraLight.eot");
  src: url("../fonts/DMSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLight.woff2") format("woff2"), url("../fonts/DMSans-ExtraLight.woff") format("woff"), url("../fonts/DMSans-ExtraLight.ttf") format("truetype"), url("../fonts/DMSans-ExtraLight.svg#DMSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraLightItalic.eot");
  src: url("../fonts/DMSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraLightItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraLightItalic.woff") format("woff"), url("../fonts/DMSans-ExtraLightItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraLightItalic.svg#DMSans-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ExtraBoldItalic.eot");
  src: url("../fonts/DMSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/DMSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-ExtraBoldItalic.svg#DMSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Medium.eot");
  src: url("../fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff"), url("../fonts/DMSans-Medium.ttf") format("truetype"), url("../fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Thin.eot");
  src: url("../fonts/DMSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Thin.woff2") format("woff2"), url("../fonts/DMSans-Thin.woff") format("woff"), url("../fonts/DMSans-Thin.ttf") format("truetype"), url("../fonts/DMSans-Thin.svg#DMSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-Regular.eot");
  src: url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"), url("../fonts/DMSans-Regular.ttf") format("truetype"), url("../fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-SemiBold.eot");
  src: url("../fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/DMSans-SemiBold.woff") format("woff"), url("../fonts/DMSans-SemiBold.ttf") format("truetype"), url("../fonts/DMSans-SemiBold.svg#DMSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-ThinItalic.eot");
  src: url("../fonts/DMSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-ThinItalic.woff2") format("woff2"), url("../fonts/DMSans-ThinItalic.woff") format("woff"), url("../fonts/DMSans-ThinItalic.ttf") format("truetype"), url("../fonts/DMSans-ThinItalic.svg#DMSans-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-MediumItalic.eot");
  src: url("../fonts/DMSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/DMSans-MediumItalic.woff") format("woff"), url("../fonts/DMSans-MediumItalic.ttf") format("truetype"), url("../fonts/DMSans-MediumItalic.svg#DMSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans", sans-serif;
  src: url("../fonts/DMSans-SemiBoldItalic.eot");
  src: url("../fonts/DMSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/DMSans-SemiBoldItalic.woff") format("woff"), url("../fonts/DMSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/DMSans-SemiBoldItalic.svg#DMSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  margin: 0 !important;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1439px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    hyphens: auto;
    word-break: break-word;
  }
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 h6,
.h6 {
  font-family: "DM Sans", sans-serif;
  color: #000000;
  margin-bottom: 20px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 1200px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5 h6,
  .h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5 h6,
  .h6 {
    hyphens: auto;
    word-break: break-word;
  }
}

h1, .h1 {
  font-size: 72px;
  line-height: 130%;
}
@media (max-width: 1439px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (max-width: 1439px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 28px;
}
@media (max-width: 1439px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 24px;
}
@media (max-width: 1439px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 22px;
}
@media (max-width: 1439px) {
  h6, .h6 {
    font-size: 18px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 20px 50px;
  display: grid;
  grid-template-columns: 360px 1fr 360px;
  align-items: center;
}
@media (max-width: 1840px) {
  .header-main {
    padding: 20px 20px;
    grid-template-columns: 223px 1fr 223px;
  }
}
@media (max-width: 1439px) {
  .header-main {
    grid-template-columns: 130px 1fr 223px;
  }
}
@media (max-width: 1240px) {
  .header-main {
    display: flex;
    gap: 15px;
  }
}

.site-branding {
  display: flex;
  line-height: 0;
}
.site-branding .header-logo {
  max-width: 305px;
}
@media (max-width: 1240px) {
  .site-branding .header-logo {
    max-width: 180px;
  }
}
.site-branding .header-logo .site-title {
  display: none;
}
.site-branding .custom-logo-link.dark-logo {
  display: none;
}

@media (max-width: 1240px) {
  .header-menu {
    margin-left: auto;
  }
  .header-menu button.mega-close {
    left: auto !important;
    right: 0 !important;
    width: 50px !important;
    height: 50px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504L738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512L828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496L285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512L195.2 285.696a64 64 0 0 1 0-90.496'/%3E%3C/svg%3E") !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .header-menu button.mega-close::before {
    display: none !important;
  }
  .header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    border-bottom: 1px solid;
  }
  .header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100% !important;
    padding-top: 50px !important;
  }
  .header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    left: -100% !important;
  }
  .header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    left: 0 !important;
  }
  .header-menu .mega-menu-toggle {
    background: transparent !important;
  }
  .header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin: 0 !important;
  }
  .header-menu .mega-sub-menu {
    padding: 10px !important;
  }
  .header-menu a.mega-menu-link {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 1240px) and (max-width: 767px) {
  .header-menu a.mega-menu-link {
    font-size: 16px !important;
  }
}
@media (max-width: 1240px) {
  .header-menu .mega-sub-menu a.mega-menu-link {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: unset !important;
  }
}
@media (max-width: 1240px) and (max-width: 767px) {
  .header-menu .mega-sub-menu a.mega-menu-link {
    font-size: 16px !important;
  }
}
@media (max-width: 1240px) {
  .header-menu .mega-sub-menu .mega-current-menu-item a.mega-menu-link {
    color: #345605 !important;
  }
  .header-menu .mega-sub-menu .mega-menu-item {
    padding: 5px 0 !important;
    border-bottom: 1px solid #ccc !important;
  }
  .header-menu .mega-sub-menu .mega-menu-item:last-child {
    border-bottom: 0 !important;
  }
}

body .site .wpml-ls-legacy-dropdown {
  width: auto;
}
body .site .wpml-ls-legacy-dropdown ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown ul {
    background: transparent;
  }
}
body .site .wpml-ls-legacy-dropdown ul li::before {
  display: none;
}
body .site .wpml-ls-legacy-dropdown ul li a {
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  background: transparent !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 15px 12px;
  padding-right: 28px;
}
@media (max-width: 1439px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    gap: 0;
    padding: 15px 9px 15px 12px;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    background: transparent;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    font-size: 0;
    border: 0px solid #ffffff !important;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
}
body .site .wpml-ls-legacy-dropdown ul li a .wpml-ls-native {
  margin: 0;
}
body .site .wpml-ls-legacy-dropdown ul li a img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .site .wpml-ls-legacy-dropdown ul li a:after {
  content: "";
  border: 0;
  right: 10px;
  top: 16px;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(225deg);
}
@media (max-width: 1439px) {
  body .site .wpml-ls-legacy-dropdown ul li a:after {
    display: none;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 1199px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background: transparent;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  padding-left: 0;
  padding-right: 0;
  padding: 15px 0;
  padding-left: 12px;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding: 4px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding-left: 6px;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a::after {
  display: none;
}
body .wpml-ls-item-nl span.wpml-ls-native {
  display: flex;
  font-size: 0;
}
body .wpml-ls-item-nl span.wpml-ls-native:before {
  content: "NL";
  width: 19px;
  font-size: 14px;
}
@media (max-width: 1439px) {
  body .wpml-ls-item-nl span.wpml-ls-native:before {
    display: none;
  }
}
body .wpml-ls-item-en span.wpml-ls-native:before {
  content: "EN";
  width: 19px;
  font-size: 14px;
}
@media (max-width: 1439px) {
  body .wpml-ls-item-en span.wpml-ls-native:before {
    display: none;
  }
}
body span.wpml-ls-display {
  font-size: 0;
}

.header-language-switcher {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.header-language-switcher .button-group {
  justify-content: flex-end;
}
@media (max-width: 1840px) {
  .header-language-switcher .button-group .btn-primary {
    padding: 16px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .header-language-switcher .button-group .btn-primary {
    padding: 16px 20px;
  }
}
@media (max-width: 991px) {
  .header-language-switcher .button-group .btn-primary {
    padding: 0;
    height: auto;
    line-height: 0;
    font-size: 0;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px;
    margin: auto;
  }
  .header-language-switcher .button-group .btn-primary:before {
    display: none;
  }
  .header-language-switcher .button-group .btn-primary span {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 14a1 1 0 1 0-1-1a1 1 0 0 0 1 1m5 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1m-5 4a1 1 0 1 0-1-1a1 1 0 0 0 1 1m5 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1M7 14a1 1 0 1 0-1-1a1 1 0 0 0 1 1M19 4h-1V3a1 1 0 0 0-2 0v1H8V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9h16Zm0-11H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1ZM7 18a1 1 0 1 0-1-1a1 1 0 0 0 1 1'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 1241px) {
  html body .site-header .header-main .header-menu .main-navigation {
    gap: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 999px;
    position: relative;
  }
  html body .site-header .header-main .header-menu .main-navigation:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(183.02deg, rgba(52, 86, 5, 0) 100.34%, #ffffff 196.55%), linear-gradient(174.72deg, #ffffff 26.52%, rgba(52, 86, 5, 0) 97.11%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 999px;
    filter: blur(15px);
    z-index: 0;
  }
  html body .site-header .header-main .header-menu .main-navigation::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 999px;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap {
    background-color: transparent !important;
    position: static !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu {
    position: static !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link {
    background-color: #A7B669 !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link span.mega-indicator:after {
    transform: rotate(180deg) !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link {
    background-color: #A7B669 !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
    color: #ffffff !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 17px !important;
    letter-spacing: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: auto !important;
    position: relative;
    top: 0;
    padding: 10px 16px !important;
    background-color: transparent !important;
    border-radius: 41px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1840px) {
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
    padding: 10px 7px !important;
    font-size: 15px !important;
  }
}
@media (min-width: 1241px) and (max-width: 1439px) {
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
    padding: 10px 7px !important;
    font-size: 14px !important;
  }
}
@media (min-width: 1241px) {
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover {
    background-color: #A7B669 !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator {
    margin-left: 6px !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator:after {
    content: "" !important;
    background-image: url("../images/arrow.svg") !important;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
}
@media (min-width: 1241px) and (min-width: 1241px) {
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-menu-flyout .mega-sub-menu {
    top: calc(100% + 44px) !important;
    position: absolute !important;
    width: 452px !important;
  }
}
@media (min-width: 1241px) and (min-width: 1241px) {
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu {
    padding: 30px !important;
    background: #ffffff !important;
    gap: 30px;
    border-radius: 20px !important;
    display: flex !important;
    flex-flow: wrap !important;
    min-width: 452px !important;
    width: calc(100% - 40px) !important;
    top: 128px !important;
    max-width: 1720px !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
  }
}
@media (min-width: 1241px) {
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item {
    padding: 0 !important;
    width: 100% !important;
    max-width: calc((100% - 30px * (var(--columns) - 1)) / var(--columns)) !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item.mega-current-menu-item .mega-menu-link {
    color: #345605 !important;
    border-color: #345605 !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link {
    color: #000000 !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    padding: 0 10px 41px !important;
    border-bottom: 2px solid #CCCCCC !important;
    height: 100% !important;
    text-transform: unset !important;
    background-color: transparent !important;
  }
  html body .site-header .header-main .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
    border-color: #345605 !important;
  }
}
body:has(.mega-toggle-on) {
  overflow: hidden;
}

.top-language-switcher {
  position: relative;
  font-size: 13px;
}

.top-language-switcher .current-lang {
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 16px;
  width: 104px;
  height: 49px;
  background: rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1840px) {
  .top-language-switcher .current-lang {
    gap: 6px;
    padding: 10px 10px;
    width: 78px;
    font-size: 14px;
  }
}
@media (max-width: 1240px) {
  .top-language-switcher .current-lang {
    width: 85px;
  }
}
@media (max-width: 991px) {
  .top-language-switcher .current-lang {
    width: 58px;
    font-size: 0;
    gap: 0;
    height: auto;
    padding: 10px 7px 10px 10px;
  }
}
.top-language-switcher .current-lang:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(183.02deg, rgba(52, 86, 5, 0) 100.34%, #ffffff 196.55%), linear-gradient(174.72deg, #ffffff 26.52%, rgba(52, 86, 5, 0) 97.11%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 999px;
  filter: blur(15px);
  z-index: 0;
}
.top-language-switcher .current-lang::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 999px;
}
.top-language-switcher .current-lang img {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 1840px) {
  .top-language-switcher .current-lang img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 991px) {
  .top-language-switcher .current-lang img {
    width: 15px;
    height: 15px;
  }
}
.top-language-switcher .current-lang span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-language-switcher .current-lang span:after {
  content: "";
  background: url(/wp-content/uploads/2026/01/arrow-up-light.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-language-switcher img {
  width: 18px;
  height: auto;
  display: block;
}

.top-language-switcher .arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.top-language-switcher .lang-dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  min-width: 140px;
  padding: 20px;
  list-style: none;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 999;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .top-language-switcher .lang-dropdown {
    min-width: 80px;
    padding: 10px 7px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.top-language-switcher .lang-dropdown:before {
  content: "";
  position: absolute;
  top: -21px;
  height: calc(100% + 21px);
  width: 100%;
}
.top-language-switcher .lang-dropdown li {
  padding: 0;
  margin-bottom: 20px;
}
.top-language-switcher .lang-dropdown li::before {
  display: none;
}
.top-language-switcher .lang-dropdown li:last-child {
  margin-bottom: 0;
}
.top-language-switcher .lang-dropdown li a {
  display: flex;
  gap: 10px;
}
.top-language-switcher .lang-dropdown li img {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-language-switcher:hover .arrow {
  transform: rotate(180deg);
}

.top-language-switcher .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 10px 10px 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000000;
  position: relative;
}
.top-language-switcher .lang-dropdown li a::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #CCCCCC;
}

.top-language-switcher .lang-dropdown li a:hover::after {
  background-color: #345605;
  height: 2px;
}

html body.page-template-template-holiday-detail .site-header,
html body.page-template-default .site-header {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html body.page-template-template-holiday-detail .site-header .site-branding .header-logo .custom-logo-link,
html body.page-template-default .site-header .site-branding .header-logo .custom-logo-link {
  display: none;
}
html body.page-template-template-holiday-detail .site-header .site-branding .header-logo .custom-logo-link.dark-logo,
html body.page-template-default .site-header .site-branding .header-logo .custom-logo-link.dark-logo {
  display: block;
}
html body.page-template-template-holiday-detail span.mega-toggle-animated-inner, html body.page-template-template-holiday-detail span.mega-toggle-animated-inner:before, html body.page-template-template-holiday-detail span.mega-toggle-animated-inner:after,
html body.page-template-default span.mega-toggle-animated-inner,
html body.page-template-default span.mega-toggle-animated-inner:before,
html body.page-template-default span.mega-toggle-animated-inner:after {
  background: #000 !important;
}

@media (min-width: 1241px) {
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation,
  html body.page-template-default .site-header .header-menu .main-navigation {
    background: #F7FFD5;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation:before,
  html body.page-template-default .site-header .header-menu .main-navigation:before {
    display: none;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation::after,
  html body.page-template-default .site-header .header-menu .main-navigation::after {
    display: none;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap {
    background-color: transparent !important;
    position: static !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu {
    position: static !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link {
    background-color: #345605 !important;
    color: #ffffff !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link span.mega-indicator:after,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link span.mega-indicator:after {
    transform: rotate(180deg) !important;
    background-image: url("../images/arrow.svg") !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link {
    background-color: #345605 !important;
    color: #ffffff !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link span.mega-indicator:after,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link span.mega-indicator:after {
    background-image: url("../images/arrow.svg") !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
    color: #345605 !important;
    background-color: transparent !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover {
    background-color: #345605 !important;
    color: #ffffff !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover span.mega-indicator:after,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover span.mega-indicator:after {
    background-image: url("../images/arrow.svg") !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator {
    margin-left: 6px !important;
  }
  html body.page-template-template-holiday-detail .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator:after,
  html body.page-template-default .site-header .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator:after {
    background-image: url("/wp-content/uploads/2026/01/arrow-up-dark.svg") !important;
  }
}
body.page-template-template-holiday-detail .top-language-switcher .current-lang,
body.page-template-default .top-language-switcher .current-lang {
  color: #345605;
  background: #ffffff;
  border: 1px solid #345605;
}
body.page-template-template-holiday-detail .top-language-switcher .current-lang:before,
body.page-template-default .top-language-switcher .current-lang:before {
  display: none;
}
body.page-template-template-holiday-detail .top-language-switcher .current-lang::after,
body.page-template-default .top-language-switcher .current-lang::after {
  display: none;
}
body.page-template-template-holiday-detail .top-language-switcher .current-lang span:after,
body.page-template-default .top-language-switcher .current-lang span:after {
  content: "";
  background: url(/wp-content/uploads/2026/01/arrow-up-dark.svg);
}

body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .site-branding .header-logo .custom-logo-link {
  display: none;
}
body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .site-branding .header-logo .custom-logo-link.dark-logo {
  display: block;
}
body:has(.holiday_home_detail_gallery-section) span.mega-toggle-animated-inner, body:has(.holiday_home_detail_gallery-section) span.mega-toggle-animated-inner:before, body:has(.holiday_home_detail_gallery-section) span.mega-toggle-animated-inner:after {
  background: #000 !important;
}

@media (min-width: 1241px) {
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation {
    background: #F7FFD5;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation:before {
    display: none;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation::after {
    display: none;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap {
    background-color: transparent !important;
    position: static !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu {
    position: static !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link {
    background-color: #345605 !important;
    color: #ffffff !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link span.mega-indicator:after {
    transform: rotate(180deg) !important;
    background-image: url("../images/arrow.svg") !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link {
    background-color: #345605 !important;
    color: #ffffff !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item.mega-current-menu-ancestor > .mega-menu-link span.mega-indicator:after {
    background-image: url("../images/arrow.svg") !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link {
    color: #345605 !important;
    background-color: transparent !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover {
    background-color: #345605 !important;
    color: #ffffff !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link:hover span.mega-indicator:after {
    background-image: url("../images/arrow.svg") !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator {
    margin-left: 6px !important;
  }
  body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) .header-menu .main-navigation .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-menu-link span.mega-indicator:after {
    background-image: url("/wp-content/uploads/2026/01/arrow-up-dark.svg") !important;
  }
}
body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) {
  color: #345605;
  background: #ffffff;
  border: 1px solid #345605;
}
body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section):before {
  display: none;
}
body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section)::after {
  display: none;
}
body:has(.holiday_home_detail_gallery-section) .site-header:has(+ .holiday_home_detail_gallery-section) span:after {
  content: "";
  background: url(/wp-content/uploads/2026/01/arrow-up-dark.svg);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  vertical-align: unset;
}

footer.footer {
  background-color: #345605;
  padding-top: 60px;
}
footer.footer .footer-wrapper .footer-top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-top {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-top {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  footer.footer .footer-wrapper .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  footer.footer .footer-wrapper .footer-top {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer.footer .footer-wrapper .footer-top .footer-links .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
footer.footer .footer-wrapper .footer-top .footer-links ul li {
  padding: 0;
  margin-bottom: 10px;
}
footer.footer .footer-wrapper .footer-top .footer-links ul li:last-child {
  margin-bottom: 0;
}
footer.footer .footer-wrapper .footer-top .footer-links ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.6;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-top .footer-links ul li a {
    font-size: 16px;
  }
}
footer.footer .footer-wrapper .footer-top .footer-links ul li a:hover {
  opacity: 1;
}
footer.footer .footer-wrapper .footer-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer.footer .footer-wrapper .footer-info .footer-info-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 60px;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content {
    padding: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content {
    gap: 15px;
  }
}
footer.footer .footer-wrapper .footer-info .footer-info-content .footer-logo {
  height: 70px;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
footer.footer .footer-wrapper .footer-info .footer-info-content p {
  margin-bottom: 30px;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 1439px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item {
  display: flex;
  gap: 16px;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item a {
  color: #FFFFFF;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item a:hover {
  text-decoration: underline;
}
footer.footer .footer-wrapper .footer-info .footer-info-content .contact-wrap .contact-item .icon-box {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer-wrapper .footer-info .footer-grpic {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-info .footer-grpic {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer.footer .footer-wrapper .footer-info .footer-grpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -1px;
  -o-object-position: bottom;
     object-position: bottom;
}
footer.footer .footer-wrapper .footer-bottom {
  padding: 30px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-bottom {
    flex-flow: column;
    text-align: center;
  }
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-bottom .youvia-wrap {
    gap: 0;
  }
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap:before {
  content: "|";
}
@media (max-width: 991px) {
  footer.footer .footer-wrapper .footer-bottom .youvia-wrap:before {
    display: none;
  }
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap .youvia-logo a {
  line-height: 0;
}
footer.footer .footer-wrapper .footer-bottom .youvia-wrap .youvia-logo img {
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom-to-top-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/uploads/2026/01/scroll-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  top: auto;
  bottom: 40px;
  right: 40px;
  border: 1px solid white;
  border-radius: 10px;
  background-color: #345605;
  z-index: 9999;
}
@media (max-width: 991px) {
  .bottom-to-top-btn {
    right: 15px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
.bottom-to-top-btn:hover {
  background-color: #345605;
}

.whatsapp-btn {
  z-index: 9999;
  background-color: #14B853;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 11px 20px;
  border-radius: 999px;
  display: block;
  position: fixed;
  top: auto;
  left: 40px;
  bottom: 80px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .whatsapp-btn {
    font-size: 0;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .whatsapp-btn {
    left: 15px;
  }
}
.whatsapp-btn:hover {
  color: #FFFFFF;
}
.whatsapp-btn span {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
}
@media (max-width: 1199px) {
  .whatsapp-btn span {
    gap: 0;
  }
}
.whatsapp-btn span::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-image: url(/wp-content/uploads/2026/01/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.button-group {
  display: flex;
  flex-flow: wrap;
  gap: 20px 24px;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  transition: all 0.5s;
  padding: 16px 30px;
  color: #345605;
  background-color: rgba(167, 182, 105, 0.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .btn-primary {
    padding: 16px 15px;
  }
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(111.02deg, rgba(52, 86, 5, 0) 83.66%, #345605 97.55%), linear-gradient(106.72deg, #345605 0.52%, rgba(52, 86, 5, 0) 15.11%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s;
}
.btn-primary:hover {
  background-color: rgba(52, 86, 5, 0.2);
  color: #345605;
  transition: all 0.5s;
}
.btn-primary.reverserevers-btn {
  background-color: rgba(52, 86, 5, 0.2);
}
.btn-primary.reverserevers-btn:hover {
  background-color: rgba(167, 182, 105, 0.2);
}
.btn-primary.dark-btn {
  background-color: rgb(52, 86, 5);
  color: #ffffff;
}
.btn-primary.dark-btn:hover {
  background-color: rgb(167, 182, 105);
  color: #ffffff;
}
.btn-primary.white-btn {
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}
.btn-primary.white-btn::before {
  background: linear-gradient(111.02deg, rgba(255, 255, 255, 0) 79.66%, #ffffff 97.55%), linear-gradient(125.72deg, #ffffff 0.52%, rgba(255, 255, 255, 0) 22.11%);
  transition: all 0.5s;
  animation: disappear 0.7s linear;
}
.btn-primary.white-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-primary.white-btn:hover::before {
  background: linear-gradient(56.02deg, rgba(255, 255, 255, 0) 74.66%, #ffffff 97.55%), linear-gradient(52.72deg, #ffffff 0.52%, rgba(255, 255, 255, 0) 22.11%);
  transition: all 0.5s;
  animation: appear 0.7s linear;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disappear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header-language-switcher .btn-primary::before {
  background: linear-gradient(111.02deg, rgba(255, 255, 255, 0) 79.66%, #ffffff 97.55%), linear-gradient(125.72deg, #ffffff 0.52%, rgba(255, 255, 255, 0) 22.11%);
}

.banner-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 1080px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1439px) {
  .banner-section {
    min-height: 800px;
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .banner-section {
    min-height: 700px;
  }
}
.banner-section:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 43.63%, #000000 87.08%);
  opacity: 0.8;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-section:before {
    opacity: 1;
  }
}
.banner-section .banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.banner-section .banner-wrap .banner-col {
  position: relative;
  z-index: 2;
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1760px) {
  .banner-section .banner-wrap .banner-col {
    width: calc(100% - 40px);
  }
}
.banner-section .banner-wrap .banner-col .title-wrap {
  width: 51%;
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .title-wrap {
    width: 100%;
  }
}
.banner-section .banner-wrap .banner-col .title-wrap .title {
  color: #ffffff;
  margin-bottom: 0;
}
.banner-section .banner-wrap .banner-col .content-wrap {
  width: calc(37% - 20px);
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    width: calc(49% - 20px);
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .content-wrap {
    width: 100%;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .content-box {
  color: #ffffff;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1439px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-wrap .banner-col .content-wrap .content-box {
    font-size: 18px;
  }
}
.banner-section .banner-wrap .banner-col .content-wrap .button-group {
  margin-top: 20px;
}

.experience-section {
  position: relative;
}
.experience-section .experience-wrap .text-header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
}
.experience-section .experience-wrap .text-header .title-wrap {
  width: 50%;
}
@media (max-width: 1199px) {
  .experience-section .experience-wrap .text-header .title-wrap {
    width: 100%;
  }
}
.experience-section .experience-wrap .text-header .title-wrap .title {
  line-height: 140%;
}
.experience-section .experience-wrap .text-header .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line.svg");
  background-size: cover;
  padding: 5px 2px;
  display: inline-block;
  background-repeat: no-repeat;
}
.experience-section .experience-wrap .text-header .content-wrap {
  width: calc(50% - 20px);
  display: flex;
  flex-flow: wrap;
  gap: 20px 30px;
  padding-left: 30px;
}
@media (max-width: 1439px) {
  .experience-section .experience-wrap .text-header .content-wrap {
    padding-left: 20px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .experience-section .experience-wrap .text-header .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.experience-section .experience-wrap .text-header .content-wrap .img-box {
  width: 214px;
  height: 90px;
  border-radius: 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .experience-section .experience-wrap .text-header .content-wrap .img-box {
    width: 100%;
  }
}
.experience-section .experience-wrap .text-header .content-wrap .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.experience-section .experience-wrap .text-header .content-wrap .content-box {
  width: calc(100% - 244px);
  line-height: 150%;
}
@media (max-width: 767px) {
  .experience-section .experience-wrap .text-header .content-wrap .content-box {
    width: 100%;
  }
}
.experience-section .experience-wrap .image-header-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .experience-section .experience-wrap .image-header-wrap {
    margin-top: 40px;
  }
}
.experience-section .experience-wrap .image-header-wrap .image-header {
  width: calc(50% - 20px);
  position: relative;
}
@media (max-width: 1199px) {
  .experience-section .experience-wrap .image-header-wrap .image-header {
    width: 100%;
  }
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-slider .slick-list {
  height: 100%;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-slider .slick-list .slick-track {
  height: 100%;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-slider .slick-list .slick-track .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails {
  position: absolute;
  z-index: 2;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  height: 60px;
  border-radius: 60px;
  padding: 7.5px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 165px;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track {
  display: flex;
  gap: 7.5px;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track::before, .experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track::after {
  display: none !important;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track .img-box {
  position: relative;
  overflow: hidden;
  width: 45px !important;
  height: 45px !important;
  flex: 0 0 45px !important;
  border-radius: 45px;
  transition: all 0.5s;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track .img-box.slick-current {
  border: 1px solid #345605;
  padding: 4.5px;
  transition: all 0.5s;
}
.experience-section .experience-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}
.experience-section .experience-wrap .image-header-wrap .image-content {
  width: calc(25% - 20px);
}
@media (max-width: 1199px) {
  .experience-section .experience-wrap .image-header-wrap .image-content {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .experience-section .experience-wrap .image-header-wrap .image-content {
    width: 100%;
  }
}
.experience-section .experience-wrap .image-header-wrap .image-content {
  background-color: #F7FFD5;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-flow: column;
}
@media (max-width: 1439px) {
  .experience-section .experience-wrap .image-header-wrap .image-content {
    padding: 20px;
  }
}
.experience-section .experience-wrap .image-header-wrap .image-content .content-box {
  margin-bottom: 30px;
}
.experience-section .experience-wrap .image-header-wrap .image-content .button-group {
  margin-top: auto;
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper {
  width: calc(25% - 20px);
}
@media (max-width: 1199px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper {
    width: 100%;
  }
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper {
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1439px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper {
    padding: 20px;
  }
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-number {
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
  color: #345605;
  margin-bottom: 7px;
}
@media (max-width: 1439px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-number {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-number {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-number {
    font-size: 28px;
  }
}
.experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-text {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1439px) {
  .experience-section .experience-wrap .image-header-wrap .counter-wraper .counter-box .counter-text {
    font-size: 20px;
  }
}

.cta-section {
  position: relative;
}
.cta-section .cta-wrap .cta-col {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px;
  min-height: 460px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cta-section .cta-wrap .cta-col {
    padding: 20px;
  }
}
.cta-section .cta-wrap .cta-col::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.4;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cta-section .cta-wrap .cta-col .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.cta-section .cta-wrap .cta-col .cta-content {
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.cta-section .cta-wrap .cta-col .cta-content .title {
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 0;
}
.cta-section .cta-wrap .cta-col .cta-content .content-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 10px;
}
.cta-section .cta-wrap .cta-col .button-group {
  margin-top: 30px;
}
.cta-section.cta-center-section .cta-col {
  display: flex;
  padding: 0;
  justify-content: unset;
  flex-flow: unset;
}
.cta-section.cta-center-section .cta-col .cta-content {
  width: 100%;
  max-width: 711px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
  padding: 60px;
}
@media (max-width: 767px) {
  .cta-section.cta-center-section .cta-col .cta-content {
    padding: 30px;
  }
}
.cta-section.cta-center-section .cta-col .cta-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 2.09%, #000000 26.04%);
  border-radius: 20px;
  opacity: 0.5;
  z-index: 0;
}
.cta-section.cta-center-section .cta-col .cta-content .title {
  position: relative;
  z-index: 1;
}
.cta-section.cta-center-section .cta-col .cta-content .button-group {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cta-section.cta-full-section .cta-wrap .cta-col {
  padding: 0;
}
.cta-section.cta-full-section .cta-wrap .cta-col::before {
  display: none;
}
.cta-section.cta-full-section .cta-wrap .cta-col .cta-content {
  max-width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .cta-section.cta-full-section .cta-wrap .cta-col .cta-content {
    padding: 30px;
  }
}
.cta-section.cta-full-section .cta-wrap .cta-col .cta-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 50%);
  opacity: 0.8;
  border-radius: 20px;
  z-index: 0;
}
.cta-section.cta-full-section .cta-wrap .cta-col .cta-content .title {
  position: relative;
  overflow: hidden;
  max-width: 1192px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cta-section.cta-full-section .cta-wrap .cta-col .cta-content .content-box {
  position: relative;
  overflow: hidden;
  max-width: 1192px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cta-section.cta-full-section .cta-wrap .cta-col .cta-content .button-group {
  position: relative;
}

.discover-section {
  position: relative;
  background-color: #345605;
}
.discover-section .discover-wrap .discover-col .text-header .title-wrap .title {
  color: #ffffff;
  line-height: 120%;
  text-align: center;
}
.discover-section .discover-wrap .discover-col .text-header .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-2.svg");
  background-size: contain;
  padding: 0px 20px 0 10px;
  display: inline-block;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.discover-section .discover-wrap .discover-col .text-header .content-box {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.discover-section .discover-wrap .discover-col .card-wraper {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-top: 60px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .discover-section .discover-wrap .discover-col .card-wraper {
    margin-top: 30px;
  }
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item {
  width: 100%;
  max-width: calc((100% - 90px) / 4);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 29.27%;
}
@media (max-width: 1199px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item {
    max-width: calc((100% - 30px) / 2);
    padding-bottom: 56.4%;
  }
}
@media (max-width: 767px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item {
    max-width: 100%;
    padding-bottom: 98%;
  }
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item:hover .bg-img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item:hover .card-content .button-group .card-btn {
  background: #FFFFFF;
  color: #345605;
  transition: all 0.5s;
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  transform: scale(1);
  transition: all 0.5s;
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: auto;
  bottom: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content .button-group .card-btn {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 18px 10px;
  width: 100%;
  backdrop-filter: blur(2px);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content .button-group .card-btn {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .discover-section .discover-wrap .discover-col .card-wraper .card-item .card-content .button-group .card-btn {
    font-size: 18px;
  }
}
.discover-section .discover-wrap .discover-col .bottom-box {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .discover-section .discover-wrap .discover-col .bottom-box {
    margin-top: 30px;
  }
}
.discover-section .discover-wrap .discover-col .bottom-box .button-group {
  justify-content: center;
}

.holiday-homes-section .holiday-homes-wrap .header-col .title-wrap .title {
  line-height: 120%;
  text-align: center;
}
.holiday-homes-section .holiday-homes-wrap .header-col .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-3.svg");
  background-size: contain;
  display: inline-block;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding: 4px 10px;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 1199px) {
  .holiday-homes-section .holiday-homes-wrap .holiday-homes-col {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .holiday-homes-section .holiday-homes-wrap .holiday-homes-col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item:hover .content-box .content-title-wrap .title {
  color: #345605;
  transition: all 0.5s;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item:hover .content-box .content-title-wrap .title a {
  color: #345605;
  transition: all 0.5s;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 124%;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box {
  margin-top: 30px;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .content-title-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .content-title-wrap .title {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 0;
  transition: all 0.5s;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .content-title-wrap .title a {
  color: #000000;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  .holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .content-title-wrap .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .content-title-wrap .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .content-title-wrap .totle-person {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #345605;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap {
  margin-top: 30px;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list li {
  display: flex;
  align-items: center;
  padding: 0;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list li::before, .holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list li::after {
  display: none;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #345605;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list .categoty-item {
  padding: 6px 10px;
  margin: 0;
  background-color: #F1F1F1;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list .categoty-item::before, .holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list .categoty-item::after {
  display: none;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list .categoty-item span {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: block;
}
.holiday-homes-section .holiday-homes-wrap .holiday-homes-col .holiday-homes-item .content-box .categoty-list-wtap .categoty-list .categoty-item span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news--section .news--wrap .header-col .title-wrap .title {
  line-height: 120%;
  text-align: center;
}
.news--section .news--wrap .header-col .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-3.svg");
  background-size: contain;
  padding: 0;
  display: inline-block;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.news--section .news--wrap .news--col {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 1199px) {
  .news--section .news--wrap .news--col {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}
@media (max-width: 680px) {
  .news--section .news--wrap .news--col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news--section .news--wrap .news--col .news--item {
  position: relative;
  overflow: hidden;
}
.news--section .news--wrap .news--col .news--item .box-link {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news--section .news--wrap .news--col .news--item:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.news--section .news--wrap .news--col .news--item .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 75%;
}
.news--section .news--wrap .news--col .news--item .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.news--section .news--wrap .news--col .news--item .content-box {
  margin-top: 20px;
}
.news--section .news--wrap .news--col .news--item .content-box .content-title-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.news--section .news--wrap .news--col .news--item .content-box .content-title-wrap .title {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1439px) {
  .news--section .news--wrap .news--col .news--item .content-box .content-title-wrap .title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .news--section .news--wrap .news--col .news--item .content-box .content-title-wrap .title {
    font-size: 20px;
  }
}
.news--section .news--wrap .news--col .news--item .content-box .content-title-wrap .date-col {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #345605;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news--section .news--wrap .news--col .news--item .content-box .content-title-wrap .date-col::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("/wp-content/uploads/2026/01/calender-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news--section .news--wrap .news--col .news--item .content-box .content-title-wrap .news-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news--section .news--wrap .bottom-box {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .news--section .news--wrap .bottom-box {
    margin-top: 30px;
  }
}
.news--section .news--wrap .bottom-box .button-group {
  justify-content: center;
}

.contect-section {
  position: relative;
  background-color: #F7FFD5;
}
.contect-section .contect-wrap .contect-inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .contect-section .contect-wrap .contect-inner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 20px;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .header-col .title-wrap .title {
  line-height: 120%;
  margin-bottom: 0;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .header-col .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-4.svg");
  background-size: contain;
  padding: 2px 9px 2px 6px;
  display: inline-block;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .header-col .richt-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 10px;
  background-color: #345605;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .icon-box img {
    width: 30px;
    height: 30px;
  }
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .info-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #345605;
  margin-bottom: 4px;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box a {
  color: #666666;
  transition: all 0.5s;
}
.contect-section .contect-wrap .contect-inner-wrap .left-col .context__info_col .contect_item .sub__text .link-box a:hover {
  color: #345605;
  transition: all 0.5s;
}
.contect-section .contect-wrap .contect-inner-wrap .right-col {
  padding: 30px;
  border-radius: 20px;
  background-color: #345605;
}
.contect-section .contect-wrap .contect-inner-wrap .right-col .title {
  line-height: 1;
  margin-bottom: 30px;
  color: #ffffff;
}

.why-choose-section {
  position: relative;
  background-color: #F7FFD5;
}
.why-choose-section:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 444px;
  height: 295px;
  background-image: url(/wp-content/uploads/2026/01/tent-graphic.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  left: 0;
  bottom: 0;
}
.why-choose-section .why-choose-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.why-choose-section .why-choose-wrap .why-choose-col {
  position: relative;
}
.why-choose-section .why-choose-wrap .why-choose-col .text-header {
  width: 100%;
  max-width: calc(100% - 110px);
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-wrap .why-choose-col .text-header {
    max-width: 100%;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .text-header .title-wrap .title {
  line-height: 120%;
}
.why-choose-section .why-choose-wrap .why-choose-col .text-header .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-5.svg");
  background-size: contain;
  padding: 0px 20px 0 10px;
  display: inline-block;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding: 4px 13px;
}
.why-choose-section .why-choose-wrap .why-choose-col .text-header .content-box {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-wrap .why-choose-col .text-header .content-box br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper {
    position: relative;
    margin-top: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 579px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper {
    padding-top: 70px;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  position: static;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .card-item.blank-div {
  visibility: hidden;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list {
  padding-left: calc(100% - 954px);
}
@media (max-width: 1439px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list {
    padding-left: calc(100% - 790px);
  }
}
@media (max-width: 991px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list {
    padding-left: calc(100% - 600px);
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media (max-width: 579px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track {
  display: flex;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track::before, .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track::after {
  display: none;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item-col {
  display: flex;
  height: auto;
  width: 447px;
  min-height: 472px;
}
@media (max-width: 1439px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item-col {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item-col {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item-col {
    width: 310px;
    min-height: 340px;
  }
}
@media (max-width: 579px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item-col {
    min-height: auto;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: auto;
}
@media (max-width: 1439px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item .card-content .rich-text {
  max-height: 0;
  opacity: 0;
  position: relative;
  transition: max-height 0.8s, top 0.8s, opacity 0.8s;
}
@media (max-width: 579px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .card-item .card-content .rich-text {
    max-height: unset;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .slick-current .card-content .rich-text {
  max-height: 120px;
}
@media (max-width: 579px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .slick-current .card-content .rich-text {
    max-height: unset;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .slick-slider .slick-list .slick-track .slick-current .card-content .rich-text {
  opacity: 1;
  transition: max-height 0.8s, top 0.8s, opacity 0.8s;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item {
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item {
    padding: 15px;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item .img-box {
  width: 60px;
  height: 60px;
  background-color: #345605;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item .img-box {
    margin-bottom: 60px;
  }
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item .img-box img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item .card-content .title {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item .card-content .rich-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1439px) {
  .why-choose-section .why-choose-wrap .why-choose-col .card-wraper .card-item .card-content .rich-text {
    font-size: 16px;
  }
}

.sticky-section {
  position: relative;
  background-color: #F7FFD5;
}
.sticky-section .sticky-wrap .sticky-col .text-header {
  width: 100%;
  margin-bottom: 60px;
}
.sticky-section .sticky-wrap .sticky-col .text-header .title-wrap .title {
  line-height: 120%;
  text-align: center;
}
.sticky-section .sticky-wrap .sticky-col .text-header .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-6.svg");
  background-size: contain;
  padding: 0;
  display: inline-block;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding: 4px 10px;
}
.sticky-section .sticky-wrap .sticky-col .text-header .content-box {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
  margin-top: 10px;
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .pin-spacer:first-child .card-item-col {
  box-shadow: unset;
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col {
  margin-bottom: 90px;
  background: #FFFFFF;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col {
    margin-bottom: 40px;
  }
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col:first-child {
    box-shadow: unset;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item {
  display: flex;
  flex-flow: wrap;
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-col {
  width: 50%;
}
@media (max-width: 767px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-col {
    width: 100%;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col {
  padding: 161.5px 60px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  min-height: 600px;
  justify-content: center;
}
@media (max-width: 1800px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col {
    padding: 100px 60px;
    min-height: 500px;
  }
}
@media (max-width: 1439px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col {
    padding: 60px 20px;
    min-height: 385px;
  }
}
@media (max-width: 767px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col {
    padding: 20px;
    min-height: auto;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper {
    gap: 20px;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper .img-box {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background: #345605;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper .img-box {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper .img-box img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper .img-box img {
    width: 28px;
    height: 28px;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .img_wrapper .title {
  margin-bottom: 0;
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .card-content .rich-text {
  font-weight: 400;
  line-height: 150%;
  color: #666666;
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-content-col .card-content .button-group {
  margin-top: 40px;
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-image-col {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-image-col {
    order: -1;
    height: 300px;
  }
}
.sticky-section .sticky-wrap .sticky-col .sticky-card-wraper .sticky-card--wrapper .card-item-col .card-item .grid-image-col .img-wrap-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-section .sticky-wrap .sticky-col .bottom-box {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .sticky-section .sticky-wrap .sticky-col .bottom-box {
    margin-top: 40px;
  }
}
.sticky-section .sticky-wrap .sticky-col .bottom-box .button-group {
  justify-content: center;
}

.images-grid-section {
  position: relative;
}
.images-grid-section .images-grid-wrap .image-header-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header {
  width: calc(50% - 15px);
  position: relative;
}
@media (max-width: 1199px) {
  .images-grid-section .images-grid-wrap .image-header-wrap .image-header {
    width: 100%;
  }
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-slider .slick-list {
  height: 100%;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-slider .slick-list .slick-track {
  height: 100%;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-slider .slick-list .slick-track .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  max-height: 80svh;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails {
  position: absolute;
  z-index: 2;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  height: 60px;
  border-radius: 60px;
  padding: 7.5px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 165px;
  min-width: 165px;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track {
  display: flex;
  gap: 7.5px;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track::before, .images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track::after {
  display: none !important;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track .img-box {
  position: relative;
  overflow: hidden;
  width: 45px !important;
  height: 45px !important;
  flex: 0 0 45px !important;
  border-radius: 45px;
  transition: all 0.5s;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track .img-box.slick-current {
  border: 1px solid #345605;
  padding: 4.5px;
  transition: all 0.5s;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-arrow {
  display: none !important;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-content {
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .images-grid-section .images-grid-wrap .image-header-wrap .image-content {
    width: 100%;
  }
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-content {
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1439px) {
  .images-grid-section .images-grid-wrap .image-header-wrap .image-content {
    padding: 20px;
  }
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-content.padding--0 {
  padding: 0;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-content .content-box p {
  margin-bottom: 20px;
}
.images-grid-section .images-grid-wrap .image-header-wrap .image-content .button-group {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .images-grid-section .images-grid-wrap .image-header-wrap .image-content .button-group {
    margin-top: 0;
  }
}
.images-grid-section.images-grid-section-v2 .images-grid-wrap .image-header-wrap .image-content {
  padding: 0;
}
.images-grid-section.images-grid-section-v2 .images-grid-wrap .image-header-wrap .image-content.image-content-full-width {
  padding: 0;
  width: 100%;
}
.images-grid-section.images-grid-section-v2 .images-grid-wrap .image-header-wrap .image-content .content-box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.images-grid-section.images-grid-section-v2 .images-grid-wrap .image-header-wrap .image-content .content-box table th,
.images-grid-section.images-grid-section-v2 .images-grid-wrap .image-header-wrap .image-content .content-box table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.images-grid-section.images-grid-section-v2 .images-grid-wrap .image-header-wrap .image-content .content-box table th {
  background-color: #f2f2f2;
}

.homes-grid-section {
  position: relative;
}
.homes-grid-section.about_home-section {
  padding-bottom: 0;
}
.homes-grid-section .homes-grid-wrap .text-header {
  display: flex;
  flex-flow: wrap;
  gap: 20px 30px;
}
.homes-grid-section .homes-grid-wrap .text-header .title-wrap {
  width: calc(59% - 15px);
}
@media (max-width: 1199px) {
  .homes-grid-section .homes-grid-wrap .text-header .title-wrap {
    width: 100%;
  }
}
.homes-grid-section .homes-grid-wrap .text-header .title-wrap .title {
  line-height: 140%;
  margin-bottom: 0;
}
.homes-grid-section .homes-grid-wrap .text-header .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-8.svg");
  background-size: contain;
  padding: 2px 12px;
  display: inline-block;
  background-repeat: no-repeat;
}
.homes-grid-section .homes-grid-wrap .text-header .title-wrap .content-box {
  margin-top: 20px;
  line-height: 150%;
}
.homes-grid-section .homes-grid-wrap .text-header .content-wrap {
  width: calc(41% - 15px);
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .homes-grid-section .homes-grid-wrap .text-header .content-wrap {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .homes-grid-section .homes-grid-wrap .text-header .content-wrap {
    gap: 20px;
  }
}
.homes-grid-section .homes-grid-wrap .text-header .content-wrap .content-box {
  line-height: 150%;
}
.homes-grid-section .homes-grid-wrap .text-header .content-wrap .content-box p {
  margin-bottom: 20x;
}
.homes-grid-section .homes-grid-wrap .text-header .content-wrap .content-box p:last-child {
  margin-bottom: 0;
}
.homes-grid-section .homes-grid-wrap .image-header-wrap {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .homes-grid-section .homes-grid-wrap .image-header-wrap {
    margin-top: 30px;
  }
}
.homes-grid-section .homes-grid-wrap .image-header-wrap .img-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  height: 400px;
}
@media (max-width: 1199px) {
  .homes-grid-section .homes-grid-wrap .image-header-wrap .img-box {
    height: 300px;
  }
}
.homes-grid-section .homes-grid-wrap .image-header-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .map-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .map-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.richtext_section {
  position: relative;
  text-align: center;
}
.richtext_section .richtext_wrap .richtext_row .title-wrap .title {
  margin-bottom: 30px;
  line-height: 1.15;
}
@media (max-width: 1439px) {
  .richtext_section .richtext_wrap .richtext_row .title-wrap .title {
    margin-bottom: 20px;
  }
}
.richtext_section .richtext_wrap .richtext_row .content-box p {
  margin-bottom: 10px;
}

.holiday-home-detail-section {
  padding-top: 50px;
  padding-bottom: 0;
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider {
  width: calc(100% - 292px);
}
@media (max-width: 1439px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider {
    width: calc(100% - 230px);
  }
}
@media (max-width: 706px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider {
    width: 100%;
  }
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .slick-arrow {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57562 10.2296C7.25344 10.5365 7.25344 11.0349 7.57562 11.3417L12.575 16.1031C12.8972 16.4099 13.4205 16.4099 13.7427 16.1031C14.0645 15.7963 14.0646 15.2988 13.7427 14.992L9.32552 10.7852L13.7427 6.57934C14.0646 6.27256 14.0646 5.77507 13.7427 5.46829C13.4205 5.16145 12.8972 5.16145 12.575 5.46829L7.57562 10.2296Z' fill='%23345605'/%3E%3C/svg%3E%0A");
  top: auto;
  bottom: 60px;
  right: 76px;
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .slick-arrow:hover {
  background-color: #345605;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57562 10.2296C7.25344 10.5365 7.25344 11.0349 7.57562 11.3417L12.575 16.1031C12.8972 16.4099 13.4205 16.4099 13.7427 16.1031C14.0645 15.7963 14.0646 15.2988 13.7427 14.992L9.32552 10.7852L13.7427 6.57934C14.0646 6.27256 14.0646 5.77507 13.7427 5.46829C13.4205 5.16145 12.8972 5.16145 12.575 5.46829L7.57562 10.2296Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .slick-arrow.slick-next {
  right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0591 11.0161C14.3813 11.3383 14.3813 11.8616 14.0591 12.1838L9.05973 17.1832C8.73755 17.5054 8.21424 17.5054 7.89205 17.1832C7.57023 16.8611 7.57017 16.3387 7.89205 16.0166L12.3092 11.5994L7.89205 7.18332C7.5702 6.8612 7.5702 6.33884 7.89205 6.01672C8.21424 5.69454 8.73755 5.69454 9.05973 6.01672L14.0591 11.0161Z' fill='%23345605'/%3E%3C/svg%3E%0A");
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .slick-arrow.slick-next:hover {
  background-color: #345605;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0591 11.0161C14.3813 11.3383 14.3813 11.8616 14.0591 12.1838L9.05973 17.1832C8.73755 17.5054 8.21424 17.5054 7.89205 17.1832C7.57023 16.8611 7.57017 16.3387 7.89205 16.0166L12.3092 11.5994L7.89205 7.18332C7.5702 6.8612 7.5702 6.33884 7.89205 6.01672C8.21424 5.69454 8.73755 5.69454 9.05973 6.01672L14.0591 11.0161Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .img-box {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1439px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .img-box {
    height: 505px;
  }
}
@media (max-width: 706px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .img-box {
    height: 350px;
  }
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-slider .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails {
  width: 262px;
  flex: 0 0 262px;
}
@media (max-width: 1439px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails {
    width: 200px;
    flex: 0 0 200px;
  }
}
@media (max-width: 706px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails {
    width: 100%;
    flex: unset;
  }
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails {
  position: relative;
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track::after, .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails .slick-track::before {
  display: none !important;
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails .img-box {
  line-height: 0;
  position: relative;
  height: 147.5px !important;
  margin-bottom: 30px;
}
@media (max-width: 706px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails .img-box {
    margin-bottom: 0;
    height: 120px !important;
    margin: 0 7px;
  }
}
.holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails .img-box img {
  inset: 0;
  width: 100%;
  height: 147.5px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
  border-radius: 20px;
}
@media (max-width: 706px) {
  .holiday-home-detail-section .holiday-home-detail-wrap .image-header-wrap .image-header .image-gallery-thumbnails .img-box img {
    height: 120px !important;
  }
}

.holiday-page-detail-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1640px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper {
    gap: 30px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col {
  width: calc(100% - 557px);
}
@media (max-width: 1640px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col {
    width: calc(100% - 527px);
  }
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col {
    width: calc(100% - 380px);
  }
}
@media (max-width: 991px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col {
    width: 100%;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap {
    flex-flow: wrap;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .title {
  margin-bottom: 0;
  line-height: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .title {
    flex: unset;
    width: 100%;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .price-col {
  font-weight: 700;
  font-size: 38px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .price-col {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .price-col {
    font-size: 24px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .price-col span {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .title-wrap .price-col span {
    font-size: 22px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .description-box {
  color: #666666;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .description-box h5 {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #345605;
  margin-bottom: 10px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .top-content-wrap .description-box p:last-child {
  margin-bottom: 0;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .title-wrap {
  margin-bottom: 20px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .title-wrap .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .title-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .title-wrap .title {
    font-size: 24px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
  background-color: #f7ffd5;
  border-radius: 20px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media (max-width: 1640px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap .amenities-col h5 {
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #345605;
  margin-bottom: 10px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap .amenities-col ul li {
  padding-left: 30px;
  line-height: 150%;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap .amenities-col ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8776 5.29779C16.2309 4.91953 16.8236 4.89943 17.2021 5.25263C17.5803 5.60594 17.6004 6.19866 17.2472 6.57709L8.49724 15.9521C8.32379 16.1378 8.08239 16.2456 7.8283 16.2499C7.5742 16.2542 7.3293 16.155 7.14959 15.9753L2.77459 11.6003C2.40847 11.2342 2.40847 10.6407 2.77459 10.2746C3.1407 9.90848 3.73415 9.90848 4.10027 10.2746L7.78924 13.9636L15.8776 5.29779Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 2px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .title-wrap {
  margin-bottom: 20px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .title-wrap .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .title-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .title-wrap .title {
    font-size: 24px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .grid-content-wrap .grid-ul-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .grid-content-wrap .grid-ul-wrap .grid-col {
  flex: 1;
  min-width: calc(50% - 12px);
}
@media (max-width: 1199px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .grid-content-wrap .grid-ul-wrap .grid-col {
    flex: unset;
    min-width: auto;
    width: 100%;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .grid-content-wrap .grid-ul-wrap .grid-col ul li {
  padding-left: 18px;
  line-height: 150%;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .bottom-content-wrap .grid-content-wrap .grid-ul-wrap .grid-col ul li::before {
  border-radius: 10px;
  top: 8px;
  transform: none;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col.full-width-col {
  width: 100%;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1280px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap .amenities-col h5 {
  display: flex;
  flex-flow: wrap;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .left-col .grid-item-col .middle-content-wrap .amenities-wrap .amenities-col h5 .price-block {
  font-size: 16px;
  vertical-align: middle;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col {
  width: 497px;
  flex: 0 0 497px;
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col {
    width: 350px;
    flex: 0 0 350px;
  }
}
@media (max-width: 991px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col {
    width: 100%;
    flex: unset;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 767px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap {
    padding: 20px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap .price-title {
  line-height: 100%;
  margin-bottom: 30px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap .amount__wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap .amount__wrap .price-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #666666;
  margin-bottom: 6px;
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap .amount__wrap .price-item .amout-col {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 1439px) {
  .holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap .amount__wrap .price-item .amout-col {
    font-size: 22px;
  }
}
.holiday-page-detail-section .holiday-page-detail-wrap .holiday-page-inner-col .grid-wrapper .right-col .right-price-wrap .amount__wrap .price-item .amout-col span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.single-post .site-main .entry-footer {
  display: none;
}
.single-post .site-main .post-navigation {
  display: none;
}
.single-post .site-main .comments-area {
  display: none;
}
.single-post .site-main .entry-header {
  display: flex;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .site-main .entry-header .entry-title {
  display: none;
}
.single-post .site-main .entry-header .date-col {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #345605;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post .site-main .entry-header .date-col::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("/wp-content/uploads/2026/01/calender-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-post .site-main .post-thumbnail {
  display: none;
}
.single-post .site-main .entry-content img {
  max-width: 100%;
  margin: 20px 0;
}
.single-post .widget-area {
  display: none;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.pagination-wrap .page-numbers {
  background-color: rgb(167, 182, 105);
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  line-height: 1.2;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrap .page-numbers.current {
  background: #345605;
}
.pagination-wrap .page-numbers:hover {
  background-color: #345605;
  color: #ffffff;
}

.banner-section.hero-inner-banner {
  min-height: 600px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .banner-section.hero-inner-banner {
    min-height: 450px;
  }
}
.banner-section.hero-inner-banner .banner-col {
  justify-content: center;
  width: 100%;
}
.banner-section.hero-inner-banner .banner-col .title-wrap {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.experience-family-section {
  position: relative;
}
.experience-family-section .experience-family-wrap .text-header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px 60px;
}
.experience-family-section .experience-family-wrap .text-header .title-wrap {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .text-header .title-wrap {
    width: 100%;
  }
}
.experience-family-section .experience-family-wrap .text-header .title-wrap .title {
  line-height: 140%;
  margin-bottom: 0;
}
.experience-family-section .experience-family-wrap .text-header .title-wrap .title span {
  background-image: url("/wp-content/uploads/2026/01/text-line-7.svg");
  background-size: contain;
  padding: 3px 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.experience-family-section .experience-family-wrap .text-header .content-wrap {
  width: calc((100% - 60px) / 2);
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .text-header .content-wrap {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .experience-family-section .experience-family-wrap .text-header .content-wrap {
    gap: 20px;
  }
}
.experience-family-section .experience-family-wrap .text-header .content-wrap .content-box {
  line-height: 150%;
}
.experience-family-section .experience-family-wrap .image-header-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 20px 60px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .image-header-wrap {
    margin-top: 40px;
  }
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-header {
  width: calc((100% - 60px) / 2);
  position: relative;
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .image-header-wrap .image-header {
    width: 100%;
  }
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-header .img-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  height: 600px;
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .image-header-wrap .image-header .img-box {
    height: 400px;
  }
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-header .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-content {
  width: calc((100% - 60px) / 2);
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .image-header-wrap .image-content {
    width: 100%;
  }
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-content .half-img-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  height: 300px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .experience-family-section .experience-family-wrap .image-header-wrap .image-content .half-img-box {
    height: 280px;
    margin-bottom: 30px;
  }
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-content .half-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-content .content-box {
  line-height: 150%;
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-content .content-box p {
  margin-bottom: 20px;
}
.experience-family-section .experience-family-wrap .image-header-wrap .image-content .content-box p:last-child {
  margin-bottom: 0;
}
.experience-family-section.experience-family-section-v2 .experience-family-wrap .text-header {
  align-items: center;
  flex-flow: column;
}
.experience-family-section.experience-family-section-v2 .experience-family-wrap .text-header .title-wrap,
.experience-family-section.experience-family-section-v2 .experience-family-wrap .text-header .content-wrap {
  width: 100%;
}

.image-text-section .image-text-wrap .image-text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 60px;
}
@media (max-width: 1199px) {
  .image-text-section .image-text-wrap .image-text-grid {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .image-text-section .image-text-wrap .image-text-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-text-section .image-text-wrap .image-text-grid .text-col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.image-text-section .image-text-wrap .image-text-grid .text-col .content-box p {
  margin-bottom: 20px;
}
.image-text-section .image-text-wrap .image-text-grid .text-col .content-box ul {
  margin-bottom: 20px;
}
.image-text-section .image-text-wrap .image-text-grid .text-col .content-box ul li {
  margin-bottom: 10px;
}
.image-text-section .image-text-wrap .image-text-grid .text-col .button-group {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .image-text-section .image-text-wrap .image-text-grid .text-col .button-group {
    margin-top: 0px;
  }
}
.image-text-section .image-text-wrap .image-text-grid .image-col {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 600px;
}
@media (max-width: 991px) {
  .image-text-section .image-text-wrap .image-text-grid .image-col {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .image-text-section .image-text-wrap .image-text-grid .image-col {
    min-height: 300px;
  }
}
.image-text-section .image-text-wrap .image-text-grid .image-col .img-box {
  height: 100%;
}
.image-text-section .image-text-wrap .image-text-grid .image-col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text-section.img-first-col .image-col {
  order: -1;
}

.error-404 {
  padding: 208px 0 208px;
  background: #000000;
  text-align: center;
  background-image: url(/wp-content/uploads/2026/01/Image-2-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
}
.error-404:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 43.63%, #000000 87.08%);
  opacity: 1;
  z-index: 0;
}
@media (max-width: 991px) {
  .error-404 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.error-404 .container {
  position: relative;
  z-index: 2;
}
.error-404 h1 {
  color: #fff;
}
.error-404 .btn-group {
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.contect-wrap-row {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .contect-wrap-row {
    flex-wrap: wrap;
  }
}
.contect-wrap-row .datepick {
  width: 100% !important;
}
@media (max-width: 767px) {
  .contect-wrap-row .datepick-month {
    width: 100%;
  }
}
.contect-wrap-row .calendar-wrap {
  width: calc(60% - 15px);
}
@media (max-width: 991px) {
  .contect-wrap-row .calendar-wrap {
    width: 100%;
  }
}
.contect-wrap-row .form-wrap {
  width: calc(40% - 15px);
}
@media (max-width: 991px) {
  .contect-wrap-row .form-wrap {
    width: 100%;
  }
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper .mphb-required-fields-tip {
  font-size: 30px;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper input[type=text] {
  padding: 6px 20px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  width: 100%;
  transition: all 0.4s;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper input[type=text]:focus {
  border-color: #000000;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper textarea {
  padding: 6px 20px;
  height: 15px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  width: 100%;
  transition: all 0.4s;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper textarea:focus {
  border-color: #000000;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper select {
  padding: 6px 20px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  width: 100%;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper .mphb-reserve-btn.button {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  transition: all 0.5s;
  padding: 16px 30px;
  color: #345605;
  background-color: rgba(167, 182, 105, 0.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  transition: all 0.5s;
  margin-top: 20px;
  cursor: pointer;
}
.contect-wrap-row .form-wrap .mphb_sc_booking_form-wrapper .mphb-reserve-btn.button:hover {
  background-color: rgba(52, 86, 5, 0.2);
  color: #345605;
  transition: all 0.5s;
}/*# sourceMappingURL=styles.css.map */