.mobile-only {
  display: none;
}

.home-page-landing:after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
}
.home-page-landing .col {
  height: 980px;
  padding-bottom: 102px;
}
.home-page-landing .col .txt {
  max-width: 860px;
}
.home-page-landing .col .txt .title {
  font-size: 60px;
}
.home-page-landing .col .txt .description p {
  font-size: 22px;
  line-height: 1.5;
  color: white;
}
.home-page-landing .col .txt .btns {
  margin: 32px 0 48px 0;
}

.introduction {
  padding: 102px 0;
}
.introduction hr {
  outline: none;
  border: none;
  width: 48px;
  height: 6px;
  background-color: var(--color-accent);
}

.images-deck {
  background-color: #f2f7fb;
  padding: 102px;
}
.images-deck .all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}
.images-deck .all .one:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.images-deck .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.trust-differentiation {
  padding: 102px 0;
}
.trust-differentiation .all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.trust-differentiation .all .one {
  background-color: #efefff;
}
.trust-differentiation .all .one .i {
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 100%;
}
.trust-differentiation .all .one:nth-child(5) {
  grid-column: span 2;
}
.trust-differentiation .all .one .inner {
  padding: 16px 12px;
}

.experience {
  background-color: #f8f8ff;
  padding: 102px 0;
}

.images-preview {
  padding: 12px;
}
.images-preview .all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}

.villa-highlights {
  background-color: #f8f8ff;
  padding: 102px 0;
}
.villa-highlights .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.villa-highlights .all .one {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
}
.villa-highlights .all .one .inner {
  height: 184px;
  padding: 0 16px;
}
.villa-highlights .all .one svg {
  height: 28px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}
.villa-highlights .all .one svg path {
  fill: var(--color-accent);
}

.retreat-teaser:after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.86), rgba(0, 0, 255, 0.12));
  content: "";
}
.retreat-teaser .col {
  padding: 160px 0 102px 0;
}
.retreat-teaser .col .txt .title,
.retreat-teaser .col .txt .description {
  max-width: 680px;
}
.retreat-teaser .col .txt ul.tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  margin: 32px 0 48px 0;
}

.book-direct {
  background-color: #f8f8ff;
  padding: 102px 0;
}
.book-direct .all {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.book-direct .all .one {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
}
.book-direct .all .one .inner {
  padding: 16px;
}
.book-direct .all .one .inner .i {
  height: 60px;
  width: 60px;
  background-color: #f2f7fb;
}
.book-direct .all .one .inner .i svg {
  height: 24px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.book-direct .all .one .inner .i svg path {
  fill: var(--color-accent);
}

.faqs {
  background-color: #f8f8ff;
  padding: 102px 0;
}
.faqs .all {
  max-width: 860px;
}
.faqs .all .one {
  border-bottom: solid 1px;
  border-color: #f0f0f0;
}
.faqs .all .one:last-child {
  border-bottom: none;
}
.faqs .all .one .q {
  background-color: #fff;
  padding: 24px;
}
.faqs .all .one .q:hover .qt {
  color: var(--color-accent);
}
.faqs .all .one .q .i {
  height: 32px;
  width: 32px;
  padding-top: 2px;
  background-color: #f0f0f0;
}
.faqs .all .one .q-open .qt {
  color: var(--color-accent);
}
.faqs .all .one .q-open .i {
  transform: rotate(180deg);
}
.faqs .all .one .a {
  display: none;
  background-color: #fdfdff;
  border-top: solid 1px #f0f0f0;
  padding: 24px;
}
.faqs .all .one .a p {
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-read);
}

.faqs-white-background {
  background-color: #fff;
}
.faqs-white-background .all .one .q {
  background-color: #f8f9fb;
}

.reviews {
  padding: 102px 0;
  background-color: #ffffff;
}
.reviews .all .single {
  padding: 0 12px;
}
.reviews .all .one {
  height: 340px;
  height: 232px;
  border-radius: 12px;
  border: solid 1px #f0f0f0;
  background-color: #fff;
  padding: 24px;
}
.reviews .all .one hr {
  outline: none;
  border: none;
  height: 1px;
  margin: 24px 0;
  border-top: 1px dashed #ecf4fb;
}
.reviews .flex-control-nav {
  bottom: -40px;
}

.common-landing {
  background-color: #f8f9fb;
  padding: 220px 0 102px 0;
  position: relative;
  overflow: hidden;
}
.common-landing:after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.68));
}

.common-landing-no-background:after {
  background: linear-gradient(to bottom, #444444, #333333);
}

.common-content {
  background-color: #ffffff;
  padding: 80px 0;
}
.common-content .inner {
  max-width: 1080px;
}

.villa-introduction {
  padding: 102px 0;
}

.what-we-offer {
  background-color: #f8f8ff;
  padding: 102px 0;
}
.what-we-offer .all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.what-we-offer .all .o {
  background-color: #ffffff;
  padding: 20px 16px;
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
}
.what-we-offer .all .o hr {
  outline: none;
  border: none;
  height: 1px;
  width: 100%;
  border-bottom: solid 1px #f0f0f0;
  margin: 16px 0;
}
.what-we-offer .all .o ul li {
  margin-bottom: 16px;
}
.what-we-offer .all .o ul li:last-child {
  margin-bottom: 0;
}
.what-we-offer .all .o ul li svg {
  height: auto;
  max-height: 20px;
  width: auto;
  max-width: 24px;
  display: block;
}
.what-we-offer .all .o ul li svg path {
  fill: var(--color-dark);
}
.what-we-offer .all .one .o {
  margin-bottom: 12px;
}
.what-we-offer .all .one .o:last-child {
  margin-bottom: 0;
}

.retreats-features {
  padding: 102px 0;
  background-color: #f8f8ff;
}
.retreats-features .all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.retreats-features .all .one {
  background-color: white;
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  padding: 12px;
}
.retreats-features .all .one .i {
  background-color: #f8f8f8;
  height: 60px;
  width: 60px;
}
.retreats-features .all .one .i svg {
  height: 24px;
  width: auto;
  display: block;
}
.retreats-features .all .one .i svg path {
  fill: var(--color-accent);
}

.contact-page {
  padding: 80px 0;
}
.contact-page .info .o {
  border: solid 1px #f0f0f0;
  background-color: #f8f9fb;
  border-radius: 12px;
  padding: 32px 20px;
  margin-bottom: 24px;
}
.contact-page .info .o:last-child {
  margin-bottom: 0;
}
.contact-page .info .o .i {
  height: 60px;
  width: 60px;
  background-color: var(--color-tertiary);
}

.our-blogs {
  padding: 80px 0;
}
.our-blogs .blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}
.our-blogs .blogs .blog .img {
  height: 248px;
  border-radius: 12px 12px 0 0;
}
.our-blogs .blogs .blog .img img {
  display: none;
}
.our-blogs .blogs .blog .desc {
  background-color: #f8f9fb;
  border: solid 1px;
  border-color: #f0f0f0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 20px 20px 20px 20px;
}
.our-blogs .blogs .blog .desc .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-blogs .blogs .blog .desc .content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.our-blogs .blogs .blog .desc hr {
  outline: none;
  border: none;
  height: 1px;
  border-top: 1px dashed #cfcfcf;
  margin: 24px 0 20px 0;
}
.our-blogs .blogs .blog .desc .rm {
  color: var(--color-dark);
}
.our-blogs .blogs .blog .desc .rm svg path {
  fill: var(--color-dark);
}
.our-blogs .blogs .blog:hover .desc {
  background-color: #fafaf9;
  border-color: #dcf2ea;
}
.our-blogs .blogs .blog:hover .desc .rm {
  color: var(--color-accent);
}
.our-blogs .blogs .blog:hover .desc .rm svg path {
  fill: var(--color-accent);
}

.pagination {
  margin-top: 24px;
  gap: 8px;
}
.pagination a,
.pagination span {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--color-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--color-accent);
  font-size: 14px;
}
.pagination .current {
  background-color: var(--color-accent);
  color: white;
}

.blog-single {
  padding: 80px 0;
}
.blog-single .inner {
  max-width: 1080px;
}
.blog-single .row .left {
  padding-right: 60px;
}
.blog-single .main-image {
  height: 560px;
  border-radius: 4px;
}
.blog-single .main-image img {
  display: none;
}
.blog-single ul.share svg {
  height: 24px;
  width: auto;
  display: block;
}
.blog-single ul.share svg path {
  fill: var(--color-accent);
}
.blog-single ul.share li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #f0f0f0;
}
.blog-single ul.share li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.gallery {
  padding: 80px 0;
}
.gallery .all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}

/*
	==============================
    Text Editor Render
	==============================
*/
.text-editor-render h1,
.text-editor-render h2 {
  line-height: 1.3;
}
.text-editor-render h3,
.text-editor-render h4 {
  line-height: 1.4;
}
.text-editor-render h5,
.text-editor-render h6 {
  line-height: 1.5;
}
.text-editor-render h1,
.text-editor-render h2,
.text-editor-render h3,
.text-editor-render h4,
.text-editor-render h5,
.text-editor-render h6 {
  color: var(--color-dark);
}
.text-editor-render h1 {
  font-size: 2.25rem;
  margin: 2rem 0 1rem;
}
.text-editor-render h2 {
  font-size: 1.75rem;
  margin: 1.75rem 0 0.75rem;
}
.text-editor-render h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem;
}
.text-editor-render h4 {
  font-size: 1.25rem;
  margin: 1.25rem 0 0.5rem;
}
.text-editor-render h5 {
  font-size: 1.125rem;
  margin: 1rem 0 0.25rem;
}
.text-editor-render h6 {
  font-size: 1rem;
  margin: 1rem 0 0.25rem;
}
.text-editor-render p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.6rem 0 0.6rem 0;
}
.text-editor-render a {
  color: var(--color-accent);
}
.text-editor-render a:hover {
  text-decoration: underline;
}
.text-editor-render ul,
.text-editor-render ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.text-editor-render li {
  list-style: unset;
  margin: 0.25rem 0;
}
.text-editor-render hr {
  outline: none;
  border: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
}
.text-editor-render a {
  text-decoration: underline;
}
.text-editor-render a:hover {
  text-decoration: none;
}/*# sourceMappingURL=pages.css.map */