.header-icon-custom {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  float: left;
  position: relative;
  margin-left: 16px;
  opacity: 0.36;
  font-size: 24px;
}
.header-icon-custom:before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
}
.font-dm-serif {
  font-family: "DM Serif Display", serif;
}
.font-cormorant {
  font-family: "Cormorant Garamond", serif;
}
.font-playfair {
  font-family: "Playfair Display", serif;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-work-sans {
  font-family: "Work Sans", sans-serif;
}
.header__top .socials .a.instagram:before,
.footer_top .socials .a.instagram:before {
  width: 23px;
  height: 23px;
}
/* Basic Modal Styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.mobile_btn span {
  background: #4B453D;
}
.modal-content {
  background-color: #fefefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 12px;
}
.modal-content .image-container-modal {
  display: flex;
  justify-content: center;
}
.modal-content .image-container-modal .content-image-center {
  height: 40svh;
  border-radius: 8px;
}
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 30px;
  display: flex;
  place-content: center;
}
.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.blog-content-area img {
  max-width: 100%;
}
.font-capitalize {
  text-transform: capitalize;
}
@media screen and (min-width: 1560px) {
  .top_destination .wrap_float {
    text-align: center;
  }
  .top_destination .wrap_float .description {
    text-align: justify;
  }
  .top_destination .wrap_float a.item {
    display: inline-block;
    float: none;
  }
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float {
  word-wrap: break-word;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float li {
  display: list-item;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float li h3 {
  float: none;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float ol,
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float ul {
  padding-left: 20px;
  margin-bottom: 1rem;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float ol li,
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float ul li {
  margin-bottom: 0.5rem;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float figcaption {
  float: none;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float p {
  line-height: 1.4 !important;
  margin-bottom: 1rem;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float h1 {
  letter-spacing: 0.6px;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float img.image_resized {
  height: auto;
  max-width: 100%;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float figure.image.image_resized {
  margin: 0.9em auto;
  text-align: center;
}
.container .page_content.single-page.blog-single .content-body.blog-content-area .wrap_float figure.image.image_resized img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.container .header {
  background-color: #ff7f00;
  padding-bottom: 0;
  position: relative;
  border-bottom: #F5F5F4 1px solid;
}
.container .homepage_slider {
  height: calc(100svh - 105px) !important;
  min-height: 850px;
}
.container .homepage_slider .slider-container .slide__content {
  margin: 0 auto;
  float: unset;
  left: 0;
  position: relative;
}
.container .homepage_slider .slider-container .slide__content .slide__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  bottom: unset;
  text-align: center;
}
.container .homepage_slider .slide__controls {
  float: unset;
}
.container .homepage_slider .slide__controls a {
  float: unset;
  font-size: 18px;
  display: inline-block;
}
.container .homepage_slider .slide__controls .btn {
  background-color: #1EA7A8;
  border-radius: 16px;
}
.container .homepage_slider .slider-control,
.container .homepage_slider .slider-pagi {
  display: none !important;
}
.container-md {
  max-width: 1320px;
  margin: 0 auto;
  float: unset;
}
.home-page .slide__text-heading {
  font-size: 90px;
  line-height: 1.3;
  margin-bottom: 56px;
  max-width: 640px;
  font-weight: 400;
}
.home-page .section-2 {
  background-color: #fff;
  padding: 96px 0;
}
.home-page .section-2 .wrap {
  text-align: center;
}
.home-page .section-2 .wrap .top_part_left {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.home-page .section-2 .wrap .top_part_left .section_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #4b453d;
  max-width: 700px !important;
  margin-bottom: 32px;
}
.home-page .section-2 .wrap .top_part_left .section_subtitle {
  font-weight: 400;
  font-size: 18px;
  max-width: 400px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.home-page .section-2 .wrap .tour-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  float: unset;
}
.home-page .section-2 .wrap .tour-list-container .tour-item {
  width: calc(33% - 40px) !important;
  height: 220px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.home-page .section-2 .wrap .tour-list-container .tour-item .slider_item__content {
  background: #000000;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  text-align: left;
}
.home-page .section-2 .wrap .tour-list-container .tour-item .slider_item__content .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  color: #fff;
}
.home-page .section-2 .wrap .tour-list-container .tour-item .slider_item__content .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.9);
}
.home-page .section-3 {
  background-color: #DCE8E1;
  padding: 96px 0;
}
.home-page .section-3 .section_heading .wrap_float .section_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #4b453d;
  max-width: 320px;
  margin: 0 auto;
  float: unset;
  margin-bottom: 28px;
}
.home-page .section-3 .section_heading .wrap_float .section_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
  max-width: 550px;
  margin: 0 auto;
  float: unset;
  margin-bottom: 90px;
}
.home-page .section-3 .content-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 810px;
  float: unset;
  margin: 0 auto;
  gap: 20px;
}
.home-page .section-3 .content-container .item-container {
  width: calc(25% - 20px) !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.home-page .section-3 .content-container .item-container .image-container {
  border-radius: 16px;
  width: 96px;
  height: 96px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 20px;
}
.home-page .section-3 .content-container .item-container .image-container img {
  width: 100%;
}
.home-page .section-3 .content-container .item-container .text-container .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #4b453d;
  max-width: 108px;
  margin: 0 auto;
  margin-bottom: 16px;
  float: unset;
}
.home-page .section-3 .content-container .item-container .text-container .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 162%;
  text-align: center;
  color: rgba(75, 69, 61, 0.8);
  max-width: 165px;
  margin: 0 auto;
  float: unset;
}
.home-page .section-4 {
  background-color: #F4EDE2;
  padding: 44px 0;
}
.home-page .section-4 .section_heading .wrap_float .section_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #4b453d;
  margin-bottom: 28px;
}
.home-page .section-4 .section_heading .wrap_float .section_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 90px;
}
.home-page .section-4 .container-md {
  padding: 0 20px;
}
.home-page .section-4 .container-md .section-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  color: #4b453d;
}
.home-page .section-4 .container-md .section-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.home-page .section-4 .container-md .other-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.home-page .section-4 .container-md .other-area .item-container {
  width: calc(33% - 20px) !important;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home-page .section-4 .container-md .other-area .item-container .image-area {
  height: 216px;
}
.home-page .section-4 .container-md .other-area .item-container .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .section-4 .container-md .other-area .text-area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
  height: 100%;
  justify-content: space-between;
}
.home-page .section-4 .container-md .other-area .text-area .category-area {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-page .section-4 .container-md .other-area .text-area .category-area .article-categories {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f28a6a;
  padding: 8px 16px;
  background: rgba(242, 138, 106, 0.1);
  border-radius: 30px;
}
.home-page .section-4 .container-md .other-area .text-area .article-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #4b453d;
}
.home-page .section-4 .container-md .other-area .text-area .article-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #1ea7a8;
}
.home-page .section-4 .container-md .other-area .text-area .article-preview {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: rgba(75, 69, 61, 0.7);
}
.home-page .section-4 .container-md .other-area .text-area .read-more-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1ea7a8;
}
.home-page .section-5 {
  background-color: #FFFFFF;
  padding: 96px 0;
}
.home-page .section-5 .section_heading .wrap_float .section_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #4b453d;
  margin-bottom: 28px;
}
.home-page .section-5 .section_heading .wrap_float .section_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
  max-width: 640px;
  margin: 0 auto;
  float: unset;
  margin-bottom: 60px;
}
.home-page .section-5 .container-md {
  padding: 0 20px;
}
.home-page .section-5 .container-md .section-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  color: #4b453d;
}
.home-page .section-5 .container-md .section-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.home-page .section-5 .content-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 810px;
  float: unset;
  margin: 0 auto;
  gap: 20px;
}
.home-page .section-5 .content-container .item-container {
  width: calc(25% - 20px) !important;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.home-page .section-5 .content-container .item-container .number-container {
  text-align: center;
  float: unset;
  position: relative;
}
.home-page .section-5 .content-container .item-container .number-container .number {
  position: relative;
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  text-align: center;
  color: #1ea7a8;
  height: 96px;
  width: 96px;
  margin: 0 auto;
  background: rgba(30, 167, 168, 0.1);
  display: flex;
  align-items: center;
  float: unset;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 24px;
}
.home-page .section-5 .content-container .item-container .number-container .line-div-area {
  width: calc(100% - 46px);
  height: 2px;
  background: rgba(30, 167, 168, 0.2);
  display: block;
  position: absolute;
  top: 46px;
  left: 60%;
  float: unset;
}
.home-page .section-5 .content-container .item-container .text-container .title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #4b453d;
  width: 110px;
  margin: 0 auto;
  float: unset;
  margin-bottom: 12px;
}
.home-page .section-5 .content-container .item-container .text-container .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 162%;
  text-align: center;
  color: rgba(75, 69, 61, 0.8);
}
.home-page .section-6 {
  background-color: #DCE8E1;
  padding: 72px 0;
}
.home-page .section-6 .section_heading {
  max-width: 920px;
  margin: 0 auto;
  float: unset;
}
.home-page .section-6 .section_heading .section_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  color: #4b453d;
  margin-bottom: 8px;
}
.home-page .section-6 .section_heading .section_subtitle {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
}
.home-page .section-6 .section_heading .reviews-slider,
.home-page .section-6 .section_heading .reviews-slider * {
  float: unset !important;
}
.home-page .section-6 .section_heading .reviews-slider .slick-track {
  display: flex;
}
.home-page .section-6 .section_heading .reviews-slider .item-container {
  height: 100%;
}
.home-page .section-6 .section_heading .reviews-slider {
  margin: 0 -6px;
}
.home-page .section-6 .section_heading .review-text-wrapper {
  overflow: hidden;
  transition: max-height 0.35s ease;
  max-height: 170px;
  /* collapsed height (adjust visually) */
}
.home-page .section-6 .section_heading .see-more-btn {
  background: none;
  border: none;
  padding: 0;
  margin-top: 6px;
  cursor: pointer;
  color: #1ea7a8;
  font-size: 14px;
}
.home-page .section-6 .section_heading .content-container {
  margin-top: 52px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
.home-page .section-6 .section_heading .content-container .item-container {
  width: 100%;
  min-height: 300px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  margin: 0 6px;
}
.home-page .section-6 .section_heading .content-container .item-container .top-section-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.home-page .section-6 .section_heading .content-container .item-container .top-section-container .left-area {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.home-page .section-6 .section_heading .content-container .item-container .top-section-container .left-area img {
  border: 1px solid #E5E5E5;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #DCE8E1;
  border-radius: 100%;
}
.home-page .section-6 .section_heading .content-container .item-container .top-section-container .right-area {
  flex-shrink: 1;
  width: auto;
  align-self: center;
}
.home-page .section-6 .section_heading .content-container .item-container .top-section-container .right-area .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #4b453d;
}
.home-page .section-6 .section_heading .content-container .item-container .text-container {
  margin-top: 20px;
}
.home-page .section-6 .section_heading .content-container .item-container .text-container .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: justify;
  color: #a7a29a;
}
.home-page .section-7 {
  background-color: #ffffff;
  padding: 42px 0;
}
.home-page .section-7 .container-md {
  padding: 0 20px;
}
.home-page .section-7 .container-md .content-container {
  width: 100%;
  background-color: #d3c1b3;
  height: 320px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.home-page .section-7 .container-md .content-container .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 16px;
}
.home-page .section-7 .container-md .content-container .section_title {
  font-weight: 400;
  font-size: 36px;
  line-height: 125%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.home-page .section-7 .container-md .content-container .section_subtitle {
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 162%;
  max-width: 390px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.home-page .section-7 .container-md .content-container .button-text {
  z-index: 1;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #4b453d;
  background-color: #fff;
  padding: 16px 40px;
  width: 197px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 33554400px;
  height: 60px;
}
.article-detail-page {
  background-color: #ffffff;
}
.article-detail-page .section-1 .category-area {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.article-detail-page .section-1 .category-area .article-categories {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f28a6a;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(242, 138, 106, 0.1);
}
.article-detail-page .section-1 .section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #4b453d;
  margin-bottom: 20px;
}
.article-detail-page .section-1 .article-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #1ea7a8;
}
.article-detail-page .article-header-image {
  margin-top: 44px;
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.article-detail-page .section-2 {
  margin-top: 102px;
  margin-bottom: 102px;
}
.article-detail-page .section-2 .article-content-area {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: justify;
  color: rgba(75, 69, 61, 0.8);
}
.article-detail-page .section-3 {
  background-color: #F4EDE2;
  padding: 45px 0;
}
.article-detail-page .section-3 .container-md {
  padding: 0 20px;
}
.article-detail-page .section-3 .container-md .section-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  color: #4b453d;
}
.article-detail-page .section-3 .container-md .section-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.article-detail-page .section-3 .container-md .other-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.article-detail-page .section-3 .container-md .other-area .item-container {
  width: calc(33% - 20px) !important;
  border-radius: 16px;
  overflow: hidden;
}
.article-detail-page .section-3 .container-md .other-area .item-container .image-area {
  height: 216px;
}
.article-detail-page .section-3 .container-md .other-area .item-container .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-detail-page .section-3 .container-md .other-area .text-area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
}
.article-detail-page .section-3 .container-md .other-area .text-area .category-area {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article-detail-page .section-3 .container-md .other-area .text-area .category-area .article-categories {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f28a6a;
  padding: 8px 16px;
  border-radius: 100%;
}
.article-detail-page .section-3 .container-md .other-area .text-area .article-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #4b453d;
}
.article-detail-page .section-3 .container-md .other-area .text-area .article-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #1ea7a8;
}
.article-detail-page .section-3 .container-md .other-area .text-area .article-preview {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: rgba(75, 69, 61, 0.7);
}
.article-detail-page .section-3 .container-md .other-area .text-area .read-more-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1ea7a8;
}
.article-list-page .section-1 {
  padding: 82px 0;
  background-color: #DCE8E1;
}
.article-list-page .section-1 .section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #4b453d;
  margin: 0 auto;
  margin-bottom: 24px;
  float: unset;
}
.article-list-page .section-1 .section-subtitle {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 380px;
  float: unset;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
}
.article-list-page .section-2 {
  background-color: #fff;
}
.article-list-page .section-2 .container-md .categories-container {
  display: flex;
  flex-direction: row;
  padding: 32px 0;
  justify-content: center;
  gap: 12px;
}
.article-list-page .section-2 .container-md .categories-container .category-item {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #a7a29a;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #4b453d;
}
.article-list-page .section-2 .container-md .categories-container .active {
  border: unset;
  background: #1ea7a8;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
}
.article-list-page .section-3 {
  background-color: #F4EDE2;
  padding: 45px 0;
}
.article-list-page .section-3 .container-md {
  padding: 0 20px;
}
.article-list-page .section-3 .container-md .section-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  color: #4b453d;
}
.article-list-page .section-3 .container-md .section-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.article-list-page .section-3 .container-md .other-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.article-list-page .section-3 .container-md .other-area .item-container {
  width: calc(33% - 20px) !important;
  border-radius: 16px;
  overflow: hidden;
}
.article-list-page .section-3 .container-md .other-area .item-container .image-area {
  height: 216px;
}
.article-list-page .section-3 .container-md .other-area .item-container .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list-page .section-3 .container-md .other-area .text-area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
}
.article-list-page .section-3 .container-md .other-area .text-area .category-area {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article-list-page .section-3 .container-md .other-area .text-area .category-area .article-categories {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f28a6a;
  padding: 8px 16px;
  background: rgba(242, 138, 106, 0.1);
  border-radius: 30px;
}
.article-list-page .section-3 .container-md .other-area .text-area .article-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #4b453d;
}
.article-list-page .section-3 .container-md .other-area .text-area .article-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #1ea7a8;
}
.article-list-page .section-3 .container-md .other-area .text-area .article-preview {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: rgba(75, 69, 61, 0.7);
}
.article-list-page .section-3 .container-md .other-area .text-area .read-more-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1ea7a8;
}
.article-list-page .pagination {
  display: flex;
  justify-content: center;
}
.article-list-page .pagination ul {
  float: unset;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2px;
  background-color: #fff;
  width: auto;
  padding: 8px 16px;
  border-radius: 30px;
  position: relative;
}
.article-list-page .pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #4B453D;
}
.article-list-page .pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.article-list-page .pagination ul li.next,
.article-list-page .pagination ul li.prev {
  background-color: #1EA7A8;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
}
.article-list-page .pagination ul li.prev {
  left: -60%;
  transform: translate(50%, -50%);
}
.article-list-page .pagination ul li.next {
  right: -60%;
  transform: translate(-50%, -50%);
}
.article-list-page .pagination ul .current {
  background-color: #1EA7A8;
  color: #FFFFFF;
}
.tour-list-page .section-1 {
  padding: 82px 0;
  background-color: #DCE8E1;
}
.tour-list-page .section-1 .section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #4b453d;
  margin-bottom: 24px;
}
.tour-list-page .section-1 .section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
}
.tour-list-page .section-2 {
  background-color: #fff;
}
.tour-list-page .section-2 .container-md .categories-container {
  display: flex;
  flex-direction: row;
  padding: 32px 0;
  justify-content: center;
  gap: 12px;
}
.tour-list-page .section-2 .container-md .categories-container .category-item {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #a7a29a;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #4b453d;
}
.tour-list-page .section-2 .container-md .categories-container .active {
  border: unset;
  background: #1ea7a8;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
}
.tour-list-page .section-3 {
  background-color: #F4EDE2;
  padding: 45px 0;
  min-height: 50svh;
}
.tour-list-page .section-3 .container-md {
  padding: 0 20px;
}
.tour-list-page .section-3 .container-md .section-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 133%;
  text-align: center;
  color: #4b453d;
}
.tour-list-page .section-3 .container-md .section-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.tour-list-page .section-3 .container-md .other-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.tour-list-page .section-3 .container-md .other-area .item-container {
  width: calc(33% - 20px) !important;
  border-radius: 16px;
  overflow: hidden;
}
.tour-list-page .section-3 .container-md .other-area .item-container .image-area {
  height: 216px;
}
.tour-list-page .section-3 .container-md .other-area .item-container .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-list-page .section-3 .container-md .other-area .text-area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 12px;
}
.tour-list-page .section-3 .container-md .other-area .text-area .category-area {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tour-list-page .section-3 .container-md .other-area .text-area .category-area .article-categories {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f28a6a;
  padding: 8px 16px;
  background: rgba(242, 138, 106, 0.1);
  border-radius: 30px;
}
.tour-list-page .section-3 .container-md .other-area .text-area .article-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  color: #4b453d;
}
.tour-list-page .section-3 .container-md .other-area .text-area .article-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #1ea7a8;
}
.tour-list-page .section-3 .container-md .other-area .text-area .article-preview {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: rgba(75, 69, 61, 0.7);
}
.tour-list-page .section-3 .container-md .other-area .text-area .read-more-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1ea7a8;
}
.tour-list-page .pagination {
  display: flex;
  justify-content: center;
}
.tour-list-page .pagination ul {
  float: unset;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2px;
  background-color: #fff;
  width: auto;
  padding: 8px 16px;
  border-radius: 30px;
  position: relative;
}
.tour-list-page .pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #4B453D;
}
.tour-list-page .pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.tour-list-page .pagination ul li.next,
.tour-list-page .pagination ul li.prev {
  background-color: #1EA7A8;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
}
.tour-list-page .pagination ul li.prev {
  left: -60%;
  transform: translate(50%, -50%);
}
.tour-list-page .pagination ul li.next {
  right: -60%;
  transform: translate(-50%, -50%);
}
.tour-list-page .pagination ul .current {
  background-color: #1EA7A8;
  color: #FFFFFF;
}
.term-condition-page .section-1 {
  background-color: #F4EDE2;
  padding: 108px 0;
}
.term-condition-page .section-1 .section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #4b453d;
  margin-bottom: 20px;
}
.term-condition-page .section-1 .section-subtitle {
  font-weight: 400;
  max-width: 360px;
  margin: 0 auto;
  float: unset;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
}
.term-condition-page .section-2 {
  background-color: #ffffff;
  padding: 82px 20px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.term-condition-page .section-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: justify;
  color: rgba(75, 69, 61, 0.8);
}
.term-condition-page .section-2 .container-md {
  max-width: 820px;
}
.footer-area {
  background-color: #ffffff;
  padding: 36px 0;
}
.footer-area .socmed-container {
  display: flex;
  flex-direction: row;
  float: unset;
  justify-content: center;
  gap: 6px;
}
.footer-area .socmed-container .socmed-item {
  width: auto;
  float: unset;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(220, 232, 225, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-area .socmed-container .socmed-item .socmed-href,
.footer-area .socmed-container .socmed-item button {
  color: #1EA7A8;
  float: unset;
  width: 20px;
  height: 20px;
}
.footer-area .copyright-container {
  margin-top: 16px;
  float: unset;
}
.footer-area .copyright-container .copyright-text {
  float: unset;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #4b453d;
}
.footer-area .wechat-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.footer-area .wechat-modal.active {
  display: block;
}
.footer-area .wechat-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.footer-area .wechat-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  float: unset;
  background: #fff;
  max-width: 320px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  z-index: 2;
}
.footer-area .wechat-qr-image {
  width: 100%;
  height: auto;
}
.footer-area .wechat-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.header-icon-custom.fab.fa-whatsapp {
  color: #fff;
}
.header-icon-custom:before {
  margin-top: 0;
  margin-left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
a.btn.contact-us-fixed {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 30;
  display: flex;
  flex-direction: row;
  background-color: #189a2e;
  text-align: center;
  align-items: center;
  padding: 30px;
  column-gap: 10px;
}
a.btn.contact-us-fixed .whatsapp-icon-fixed {
  width: 30px;
  height: 30px;
}
.tour-detail-page .section-1 {
  background-color: #ffffff;
  padding-top: 48px;
}
.tour-detail-page .section-1 .tour-location {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f28a6a;
  border-radius: 16px;
  margin-bottom: 20px;
}
.tour-detail-page .section-1 .section-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #4b453d;
}
.tour-detail-page .section-1 .section-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 42px;
}
.tour-detail-page .section-1 .banner-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.tour-detail-page .section-2 {
  background-color: #ffffff;
  padding-top: 98px;
}
.tour-detail-page .section-2 .section-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: justify;
  color: rgba(75, 69, 61, 0.8);
}
.tour-detail-page .section-2 .contact-us-container {
  margin-top: 32px;
  border-bottom: #1EA7A8 1px solid;
}
.tour-detail-page .section-2 .contact-us-container .title-text {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #4b453d;
}
.tour-detail-page .section-2 .contact-us-container .flex-box-container .flex-item {
  background-color: #1EA7A8;
}
.tour-detail-page .section-2 .add_comment {
  margin-top: 20px;
}
.tour-detail-page .section-2 .add_comment ._title {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: left;
  color: #4b453d;
  margin-bottom: 12px;
}
.tour-detail-page .section-2 .add_comment label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  color: #4b453d;
  margin-bottom: 12px;
}
.tour-detail-page .section-2 .add_comment .btn.submit {
  border: unset;
  background: #1ea7a8;
  font-weight: 500;
  font-size: 20px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  width: auto;
  height: auto;
  padding: 12px 20px;
  border-radius: 30px;
}
.tour-detail-page .section-3 {
  background-color: #fff;
  padding: 96px 0;
}
.tour-detail-page .section-3 .wrap {
  text-align: center;
}
.tour-detail-page .section-3 .wrap .top_part_left {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.tour-detail-page .section-3 .wrap .top_part_left .section_title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #4b453d;
  max-width: 700px !important;
  margin-bottom: 32px;
}
.tour-detail-page .section-3 .wrap .top_part_left .section_subtitle {
  font-weight: 400;
  font-size: 18px;
  max-width: 400px;
  line-height: 156%;
  text-align: center;
  color: #a7a29a;
  margin-bottom: 72px;
}
.tour-detail-page .section-3 .wrap .tour-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  float: unset;
}
.tour-detail-page .section-3 .wrap .tour-list-container .tour-item {
  width: calc(33% - 40px) !important;
  height: 220px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.tour-detail-page .section-3 .wrap .tour-list-container .tour-item .slider_item__content {
  background: #000000;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  text-align: left;
}
.tour-detail-page .section-3 .wrap .tour-list-container .tour-item .slider_item__content .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  color: #fff;
}
.tour-detail-page .section-3 .wrap .tour-list-container .tour-item .slider_item__content .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.9);
}
.container .header {
  background-color: #FFFFFF;
}
.container .header .wrap {
  color: #4B453D;
  padding: 0 32px;
}
.container .header .wrap .wrap_float .header__top {
  padding-top: 24px;
  padding-bottom: 12px;
}
.container .header .wrap .wrap_float .header__top .socials {
  display: flex;
  flex-direction: row;
  column-gap: 51px;
}
.container .header .wrap .wrap_float .header__top .socials a,
.container .header .wrap .wrap_float .header__top .socials button {
  font-size: 24px;
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  display: inline-block;
  color: red;
}
.container .header .wrap .wrap_float .header__bottom {
  color: #4B453D;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
.container .header .wrap .wrap_float .header__bottom .logo {
  color: #4B453D;
  position: relative;
  padding: 0;
  font-size: 32px;
}
.container .header .wrap .wrap_float .header__bottom .scroll_wrap ul li a,
.container .header .wrap .wrap_float .header__bottom .scroll_wrap ul li button,
.container .header .wrap .wrap_float .header__bottom .scroll_wrap ul li .menu-language {
  color: #4B453D;
  line-height: 1;
  height: auto;
}
.container .header .wrap .wrap_float .header__bottom .menu {
  align-content: center;
  margin-left: auto;
}
.container .header .wrap .wrap_float .header__bottom .menu span {
  font-weight: 500;
}
.container .header .wrap .wrap_float .header__bottom .menu .menu-language-item.active {
  color: #1EA7A8;
}
.container .header .wrap .wrap_float .header__bottom .menu a {
  padding: 8px;
}
@media screen and (max-width: 1080px) {
  .header__bottom .menu .scroll .bottom .socials .links a:before {
    content: "\f232";
  }
  #js-menu {
    background-color: #DCE8E1;
  }
  #js-menu .close.close-hamburger-button {
    top: 25px;
    filter: brightness(0) invert(0);
  }
  #js-menu .a.instagram {
    filter: brightness(0) invert(0.3);
  }
  #js-menu a,
  #js-menu button {
    color: #4B453D !important;
  }
  #js-menu .scroll .scroll_wrap {
    padding-top: 20px;
  }
  #js-menu .scroll .scroll_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #js-menu .scroll .scroll_wrap ul li a,
  #js-menu .scroll .scroll_wrap ul li span {
    font-size: 20px;
    font-weight: 500;
  }
  .container .header .wrap .wrap_float .header__top {
    padding-bottom: 0;
  }
  .container .header .wrap .wrap_float .header__top .socials {
    display: flex;
    flex-direction: row;
    column-gap: 51px;
    place-content: center;
    float: none;
    padding-bottom: 28px;
    border-bottom: 1px solid #fff;
  }
  .container .header .wrap .wrap_float .header__top .socials a,
  .container .header .wrap .wrap_float .header__top .socials button {
    font-size: 24px;
    margin: 0;
    opacity: 1;
    width: auto;
    height: auto;
    display: inline-block;
  }
  .container .header .wrap .wrap_float .header__bottom .menu .scroll .bottom .socials .links {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    justify-content: center;
  }
  .container .header .wrap .wrap_float .header__bottom .menu .scroll .bottom .socials .links a,
  .container .header .wrap .wrap_float .header__bottom .menu .scroll .bottom .socials .links button {
    font-size: 33px;
    margin: 0;
    opacity: 1;
  }
  .container .header .wrap .wrap_float .header__bottom .menu .scroll .bottom .socials .links a.instagram {
    margin-top: 6px;
  }
  .container .header .wrap .wrap_float .header__bottom .menu .scroll .bottom .socials .links a.instagram:before {
    content: '';
  }
  .footer .footer_center .wrap_float .mobile_socials {
    display: flex;
    align-items: center;
  }
  .footer .footer_center .wrap_float .mobile_socials a,
  .footer .footer_center .wrap_float .mobile_socials button {
    font-size: 33px;
    opacity: 1;
  }
  .footer .footer_center .wrap_float .mobile_socials a::before,
  .footer .footer_center .wrap_float .mobile_socials button::before {
    width: 33px !important;
    height: 33px !important;
    stroke: #fff;
  }
}
figure.image {
  text-align: center;
}
figure.image img {
  height: auto;
}
figure.image figcaption {
  font-size: 14px;
}
@media screen and (max-width: 610px) {
  #js-menu {
    background-color: #DCE8E1;
  }
  #js-menu .close.close-hamburger-button {
    top: 25px;
    filter: brightness(0) invert(0);
  }
  #js-menu .a.instagram {
    filter: brightness(0) invert(0.3);
  }
  #js-menu a,
  #js-menu button {
    color: #4B453D !important;
  }
  #js-menu .scroll .scroll_wrap {
    padding-top: 20px;
  }
  #js-menu .scroll .scroll_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #js-menu .scroll .scroll_wrap ul li a,
  #js-menu .scroll .scroll_wrap ul li span {
    font-size: 20px;
    font-weight: 500;
  }
  .header__top {
    padding-bottom: 12px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header__bottom {
    height: auto;
  }
  .header__bottom .logo {
    width: 70%;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  figure.image {
    text-align: center;
  }
  figure.image img {
    height: auto;
    width: 100%;
  }
  figure.image figcaption {
    font-size: 14px;
  }
  .container .header {
    padding-bottom: 0;
  }
  .container .header .wrap {
    display: flex;
    max-width: unset;
    padding: 0 20px;
  }
  .container .header .wrap .wrap_float .header__bottom {
    align-items: center;
    padding: 24px 0;
  }
  .container .header .wrap .wrap_float .header__bottom .logo {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: 0.02em;
    color: #4b453d;
    left: 0;
    position: relative;
    transform: unset;
    text-align: left;
  }
  .container .header .wrap .wrap_float .header__bottom .mobile_btn {
    position: relative;
    height: auto;
    padding: 0;
  }
  .container .header .wrap .wrap_float .header__bottom .mobile_btn span {
    background: #4B453D;
  }
  .home-page .slide__text-heading.font-playfair {
    font-weight: 400;
    font-size: 72px;
    line-height: 125%;
    text-align: center;
    color: #fff;
  }
  .home-page .slider-container .slide__content {
    width: 100vw;
  }
  .home-page .slider-container .btn.font-work-sans {
    font-weight: 500;
    width: 250px !important;
    height: auto;
    font-size: 18px;
    box-shadow: 0 10px 15px -3px rgba(30, 167, 168, 0.3), 0 4px 6px -4px rgba(30, 167, 168, 0.3);
    background: #1ea7a8;
    border-radius: 16px;
    padding: 16px 40px;
    line-height: 156%;
    text-align: center;
    color: #fff;
  }
  .home-page .section-2 .section_title.font-dm-serif {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #4b453d;
  }
  .home-page .section-2 .section_subtitle.font-work-sans {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #a7a29a;
  }
  .home-page .section-2 .wrap .tour-list-container {
    flex-direction: column;
  }
  .home-page .section-2 .wrap .tour-list-container .tour-item {
    width: 100% !important;
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .section_subtitle.font-work-sans {
    margin-bottom: 28px;
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .content-container {
    flex-direction: column;
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .content-container .item-container {
    border-radius: 16px;
    padding: 24px;
    width: 100% !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
    flex-direction: row;
    gap: 16px;
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .content-container .item-container .image-container {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    background: rgba(30, 167, 168, 0.1);
    padding: 12px;
    flex-shrink: 0;
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .content-container .item-container .text-container {
    flex-shrink: 1;
    width: calc(100% - 64px);
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .content-container .item-container .text-container .title.font-dm-serif {
    text-align: left;
    width: auto;
    max-width: unset !important;
    margin-bottom: 0;
  }
  .home-page .section-3 .section_heading .wrap .wrap_float .content-container .item-container .text-container .subtitle.font-work-sans {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    max-width: unset;
    line-height: 162%;
    color: rgba(75, 69, 61, 0.8);
  }
  .home-page .section-4 .container-md .other-area {
    flex-direction: column;
  }
  .home-page .section-4 .container-md .other-area .item-container {
    width: 100% !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  }
  .home-page .section-5 .section_heading .section_title.font-dm-serif {
    font-weight: 400;
    font-size: 48px;
    max-width: 240px;
    line-height: 100%;
    text-align: center;
    color: #4b453d;
    float: unset;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .home-page .section-5 .section_heading .section_subtitle.font-work-sans {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #a7a29a;
  }
  .home-page .section-5 .section_heading .content-container {
    flex-direction: column;
  }
  .home-page .section-5 .section_heading .content-container .item-container {
    width: 100% !important;
    max-width: 260px;
    margin: 0 auto;
  }
  .home-page .section-5 .section_heading .content-container .item-container .number-container .line-div-area {
    width: 68px;
    height: 2px;
    background: rgba(30, 167, 168, 0.2);
    transform: rotate(90deg) translate(75%, 38%);
    top: 50%;
    left: 38%;
    display: block !important;
  }
  .home-page .section-5 .section_heading .content-container .item-container .text-container {
    padding-top: 68px;
    padding-bottom: 20px;
  }
  .home-page .section-6 .section_heading .section_title.font-dm-serif {
    margin-bottom: 16px;
  }
  .home-page .section-6 .section_heading .content-container {
    margin-bottom: 72px;
  }
  .home-page .section-6 .section_heading .content-container .item-container {
    width: 300px !important;
    margin: 0 auto;
  }
  .home-page .section-7 .container-md {
    padding: 20px;
  }
  .home-page .section-7 .container-md .content-container {
    padding: 20px;
    height: 580px;
  }
  .home-page .section-7 .section_title.font-dm-serif {
    max-width: 230px;
  }
  .article-detail-page .section-1 {
    padding-top: 44px;
  }
  .article-detail-page .section-1 .category-area {
    justify-content: flex-start;
  }
  .article-detail-page .section-1 .container-md {
    padding: 0 20px;
  }
  .article-detail-page .section-1 .container-md .section-title {
    font-weight: 700;
    line-height: 147%;
    font-size: 36px;
    text-align: left;
    color: #4b453d;
  }
  .article-detail-page .section-1 .container-md .article-date {
    font-weight: 400;
    font-size: 15px;
    line-height: 173%;
    text-align: left;
    color: #1ea7a8;
  }
  .article-detail-page .section-1 .article-header-image {
    margin-top: 40px;
  }
  .article-detail-page .section-2 {
    padding: 38px 0;
    margin: 0;
  }
  .article-detail-page .section-2 .container-md {
    padding: 0 20px;
  }
  .article-detail-page .section-2 .container-md .article-content-area {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: rgba(75, 69, 61, 0.8);
  }
  .article-detail-page .section-3 {
    padding: 40px 0;
  }
  .article-detail-page .section-3 .container-md .section-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #4b453d;
    margin-bottom: 8px;
    max-width: 280px;
    margin: 0 auto;
    float: unset;
  }
  .article-detail-page .section-3 .container-md .section-subtitle {
    max-width: 280px;
    margin: 0 auto;
    float: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #a7a29a;
    margin-bottom: 28px;
  }
  .article-detail-page .section-3 .container-md .other-area {
    flex-direction: column;
  }
  .article-detail-page .section-3 .container-md .other-area .item-container {
    width: 100% !important;
  }
  .article-detail-page .section-3 .container-md .other-area .item-container .text-area .category-area .article-categories {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #f28a6a;
  }
  .article-detail-page .section-3 .container-md .other-area .item-container .text-area .article-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 125%;
    color: #4b453d;
  }
  .article-detail-page .section-3 .container-md .other-area .item-container .text-area .article-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: #1ea7a8;
  }
  .article-detail-page .section-3 .container-md .other-area .item-container .text-area .article-preview {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: rgba(75, 69, 61, 0.7);
  }
  .article-detail-page .section-3 .container-md .other-area .item-container .text-area .read-more-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1ea7a8;
  }
  .article-list-page .section-1 .section-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 125%;
    text-align: center;
    color: #4b453d;
  }
  .article-list-page .section-1 .section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #a7a29a;
  }
  .article-list-page .section-3 {
    padding: 40px 0;
  }
  .article-list-page .section-3 .container-md .section-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #4b453d;
    margin-bottom: 8px;
    max-width: 280px;
    margin: 0 auto;
    float: unset;
  }
  .article-list-page .section-3 .container-md .section-subtitle {
    max-width: 280px;
    margin: 0 auto;
    float: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #a7a29a;
    margin-bottom: 28px;
  }
  .article-list-page .section-3 .container-md .other-area {
    flex-direction: column;
  }
  .article-list-page .section-3 .container-md .other-area .item-container {
    width: 100% !important;
  }
  .article-list-page .section-3 .container-md .other-area .item-container .text-area .category-area .article-categories {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #f28a6a;
  }
  .article-list-page .section-3 .container-md .other-area .item-container .text-area .article-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 125%;
    color: #4b453d;
  }
  .article-list-page .section-3 .container-md .other-area .item-container .text-area .article-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: #1ea7a8;
  }
  .article-list-page .section-3 .container-md .other-area .item-container .text-area .article-preview {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: rgba(75, 69, 61, 0.7);
  }
  .article-list-page .section-3 .container-md .other-area .item-container .text-area .read-more-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1ea7a8;
  }
  .tour-list-page .section-1 .section-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 125%;
    text-align: center;
    color: #4b453d;
  }
  .tour-list-page .section-1 .section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #a7a29a;
  }
  .tour-list-page .section-3 {
    padding: 40px 0;
  }
  .tour-list-page .section-3 .container-md .section-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #4b453d;
    margin-bottom: 8px;
    max-width: 280px;
    margin: 0 auto;
    float: unset;
  }
  .tour-list-page .section-3 .container-md .section-subtitle {
    max-width: 280px;
    margin: 0 auto;
    float: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #a7a29a;
    margin-bottom: 28px;
  }
  .tour-list-page .section-3 .container-md .other-area {
    flex-direction: column;
  }
  .tour-list-page .section-3 .container-md .other-area .item-container {
    width: 100% !important;
  }
  .tour-list-page .section-3 .container-md .other-area .item-container .text-area .category-area .article-categories {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #f28a6a;
  }
  .tour-list-page .section-3 .container-md .other-area .item-container .text-area .article-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 125%;
    color: #4b453d;
  }
  .tour-list-page .section-3 .container-md .other-area .item-container .text-area .article-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: #1ea7a8;
  }
  .tour-list-page .section-3 .container-md .other-area .item-container .text-area .article-preview {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: rgba(75, 69, 61, 0.7);
  }
  .tour-list-page .section-3 .container-md .other-area .item-container .text-area .read-more-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #1ea7a8;
  }
  .tour-detail-page .section-1 .container-md {
    padding: 0 20px;
  }
  .tour-detail-page .section-1 .container-md .section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 147%;
    color: #4b453d;
  }
  .tour-detail-page .section-1 .container-md .section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #a7a29a;
  }
  .tour-detail-page .section-2 {
    padding-top: 42px;
  }
  .tour-detail-page .section-2 .container-md {
    padding: 0 20px;
  }
  .tour-detail-page .section-2 .container-md .section-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: rgba(75, 69, 61, 0.8);
  }
}
.contact-us-container {
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ff7f00;
}
.contact-us-container .title-text {
  margin-bottom: 12px !important;
}
.contact-us-container .flex-box-container {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}
.contact-us-container .flex-box-container .flex-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff7f00;
  display: flex;
  align-items: center;
  place-content: space-evenly;
}
.contact-us-container .flex-box-container .flex-item a,
.contact-us-container .flex-box-container .flex-item button {
  margin: 0;
  color: #fff;
  opacity: 1;
}
.contact-us-container .flex-box-container .flex-item a:before,
.contact-us-container .flex-box-container .flex-item button:before {
  color: #fff;
  width: unset !important;
  height: unset !important;
}
.footer-text-link {
  font-weight: 700 !important;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px !important;
  letter-spacing: 2px;
}
.footer-text-link:hover {
  color: #ff7f00;
}
