/*
 * CKEditor 5 (v40.1.0) content styles.
 * Generated on Thu, 16 Nov 2023 06:27:12 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
 */

:root {
  --ck-color-image-caption-background: hsl(0, 0%, 97%);
  --ck-color-image-caption-text: hsl(0, 0%, 20%);
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-color-selector-caption-background: hsl(0, 0%, 97%);
  --ck-color-selector-caption-text: hsl(0, 0%, 20%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
  --ck-todo-list-checkmark-size: 16px;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.table .ck-table-resized {
  table-layout: fixed;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.table table {
  overflow: hidden;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.table td,
.table th {
  overflow-wrap: break-word;
  position: relative;
}

/* @ckeditor/ckeditor5-table/theme/tablecaption.css */
.table>figcaption {
  display: table-caption;
  caption-side: top;
  word-break: break-word;
  text-align: center;
  color: var(--ck-color-selector-caption-text);
  background-color: var(--ck-color-selector-caption-background);
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.table {
  margin: 0.9em auto;
  display: table;
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double hsl(0, 0%, 70%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.table table td,
.table table th {
  min-width: 2em;
  padding: .4em;
  border: 1px solid hsl(0, 0%, 75%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.table table th {
  font-weight: bold;
  background: hsla(0, 0%, 0%, 5%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
  text-align: right;
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
  text-align: left;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.page-break::after {
  content: '';
  position: absolute;
  border-bottom: 2px dashed hsl(0, 0%, 77%);
  width: 100%;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.page-break__label {
  position: relative;
  z-index: 1;
  padding: .3em .6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */
.media {
  clear: both;
  margin: 0.9em 0;
  display: block;
  min-width: 15em;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list {
  list-style: none;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list li {
  position: relative;
  margin-bottom: 5px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list li .todo-list {
  margin-top: 5px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label>input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content[dir=rtl] .todo-list .todo-list__label>input {
  left: 0;
  margin-right: 0;
  right: -25px;
  margin-left: -15px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label>input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow;
}




/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label>input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: '';
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label>input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label>input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  position: absolute;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>input,
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input {
  cursor: pointer;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>input:hover::before,
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input:hover::before {
  box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label>span[contenteditable=false]>input {
  left: 0;
  margin-right: 0;
  right: -25px;
  margin-left: -15px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: '';
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label>span[contenteditable=false]>input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  position: absolute;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ol {
  list-style-type: decimal;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ol ol {
  list-style-type: lower-latin;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ol ol ol {
  list-style-type: lower-roman;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ol ol ol ol {
  list-style-type: upper-latin;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ol ol ol ol ol {
  list-style-type: upper-roman;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ul {
  list-style-type: disc;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ul ul {
  list-style-type: circle;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ul ul ul {
  list-style-type: square;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
ul ul ul ul {
  list-style-type: square;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
img.image_resized {
  height: auto;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.image.image_resized img {
  width: 100%;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.image.image_resized>figcaption {
  display: block;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0.9em auto;
  min-width: 50px;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.image-inline {
  /*
     * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
     * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
     * This strange behavior does not happen with inline-flex.
     */
  display: inline-flex;
  max-width: 100%;
  align-items: flex-start;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.image-inline picture {
  display: flex;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.image-inline picture,
.image-inline img {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}

/* @ckeditor/ckeditor5-image/theme/imagecaption.css */
.image>figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: var(--ck-color-image-caption-background);
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.marker-green {
  background-color: var(--ck-highlight-marker-green);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-block-align-left,
.image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-align-left,
.image-style-align-right {
  clear: none;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
p+.image-style-align-left,
p+.image-style-align-right,
p+.image-style-side {
  margin-top: 0;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-inline.image-style-align-left,
.image-inline.image-style-align-right {
  margin-top: var(--ck-inline-image-style-spacing);
  margin-bottom: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  /* border-left: solid 5px hsl(0, 0%, 80%); */
}

/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
  border-left: 0;
  border-right: solid 5px hsl(0, 0%, 80%);
}

/* @ckeditor/ckeditor5-basic-styles/theme/code.css */
code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: .15em;
  border-radius: 2px;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.text-tiny {
  font-size: .7em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.text-small {
  font-size: .85em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.text-big {
  font-size: 1.4em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.text-huge {
  font-size: 1.8em;
}

/* @ckeditor/ckeditor5-mention/theme/mention.css */
.mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

/* @ckeditor/ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
  margin: 15px 0;
  height: 4px;
  background: hsl(0, 0%, 87%);
  border: 0;
}

/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
  padding: 1em;
  color: hsl(0, 0%, 20.8%);
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}


/* 🔥 Fix gaps + wrong column alignment caused by Shuffle */
.accom-shuffle {
  display: flex !important;
  flex-wrap: wrap !important;
  height: auto !important;
}

.accom-shuffle>.accom-items {
  position: relative !important;
  transform: none !important;
  margin-bottom: 30px;

  /* 🔥 critical fix */
  width: auto !important;
  flex-basis: auto !important;
  max-width: 100% !important;
}

.accom-shuffle>.col-12 {
  clear: both;
}

.accommodation_list {
  background-color: #EAF5FA;
}

.accommodation-card {
  background-color: white;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
.fullwidthaccommodation .card-image {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.card-content {
  padding: 40px;
}
}
.card-title {
  color: #6E733F;
  margin-bottom: 16px;
}

.card-description {
  color: #4B4B4B;
  line-height: 1.6;
  text-align: left;
}

.card-details {
    color: #79808C;
    font-size: 15px;
    font-family: "Montserrat";
    line-height: 22px;
}

.card-details div {
  /*display: flex;*/
  /*gap: 8px;*/
  /*margin-bottom: 10px;*/
}

.card-cta a {
  display: inline-block;
  padding: 12px 26px;
  border: 2px solid #6b7b3e;
  color: #6b7b3e;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* =========================
     VILLA DESIGN
     ========================= */

.card--villa {
  width: 100%;
}

.card--villa .card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  /*min-height: 320px;*/
}

.card--villa .card-title {
  font-size: 28px;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
  line-height: 38px;
  max-width: 420px;
  min-height: 80px;
}

.card--villa .card-content-grid {
  display: flex;
  /*grid-template-columns: 2fr 1fr;*/
  gap: 100px;
  /*flex: 1;*/
}

.leftaccom
{
    max-width:579px;
}

/*.card--villa .card-details-column {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*}*/

/*.card--villa .card-details {*/
/*  margin-bottom: 0;*/
/*  width: 100%;*/
/*}*/

/*.card--villa .card-description-column {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*}*/

.card--villa .card-description {
  font-size: 15px;
  line-height: 1.6;
  color: #4B4B4B;
  margin: 0;
  min-height: 100px;
  text-align: left;
}

.card--villa .card-cta {
  /*margin-top: auto;*/
  /*text-align: right;*/
  /*width: 100%;*/
}

/* =========================
     HOME / NON-VILLA DESIGN
     ========================= */

.card--home {
  max-width: none;
}

.card--home .card-content {
  padding: 24px;
}

.card--home .card-title {
  font-size: 28px;
}

.card--home .card-description {
  font-size: 15px;
  margin-bottom: 20px;
}

.card--home .card-details {
  margin-bottom: 14px;
}

.card--home .card-cta {
  text-align: center;
}

/* Grid for non-villa cards: max 3 per row */

.accommodation-wrapper>.row {
  margin-left: -15px;
  margin-right: -15px;
}

.accommodation-wrapper>.row>[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Fix for Explore Other Accommodations section on detail page */
.featured-accommodation .row>[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.featured-accommodation .row {
  margin-left: -30px;
  margin-right: -30px;
}


/* Media queries removed as grid columns now handle sizing */


@media print {

  /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  .page-break {
    padding: 0;
  }

  /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  .page-break::after {
    display: none;
  }
}

/* Floor Plan Section */
.floor-plan-section {
  padding: 30px 0;
}

.floor-plan-image-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.floor-plan-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* Amenities (detail page) */
/* Amenities (detail page) — matches 3 boxed columns design */
.page-amenities {
  padding: 30px 0;
}

.page-amenities .amenities-heading {
  font-family: "Belleza", serif;
  font-weight: 400;
  color: #6b7b3e;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 28px;
}

.page-amenities .amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}


.page-amenities .amenities-col {
  background: #EAF5FA;
  /* same light panel seen in your design */
  border-radius: 8px;
  padding: 22px 24px;
}

.page-amenities .amenities-list {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-family: "Montserrat";
}

/* Accomodation Details Start*/

:root {
  --panel-bg: #EAF5FA;
  --brand: #6E733F;
  --text: #444;
  --divider: #9fb3b9;
}

.accommodation-facts {
  padding: 30px 0;
}

.amenities-col__inner ul
{
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  font-family: "Montserrat";
}

.amenities-col__inner ul li {
    margin: 10px 0;
    color: #6E733F;
    font-size: 16px;
    line-height: 32px;
}

.accommodation-facts .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.heading {
  font-family: "Belleza", serif;
  font-weight: 400;
  color: var(--brand);
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
}

.facts-panel {
  background: var(--panel-bg);
  border-radius: 6px;
  padding: 28px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  /*max-width: 900px;*/
  margin: 0 auto;
}

.fact {
  text-align: center;
}

.fact__icon {
  margin-bottom: 10px;
}

.fact__icon svg {
  width: 32px;
  height: 32px;
  fill: var(--brand);
}

.fact__text {
  font-size: 16px;
  color: var(--text);
}

.fact__subtext {
  font-size: 16px;
  color: var(--text);
}

.main__content-short-desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* All pages except homepage - intro and short-desc max-width */
body:not(.home) .main__content-intro {
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.home) .main__content-short-desc {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  width: 1px;
  height: 80px;
  background: var(--divider);
  justify-self: center;
}

/* Mobile */
@media (max-width: 768px) {
  .facts-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .divider {
    /* display: none; */
  }
}


/* Accomodation Details End*/


/* Vertical divider elements injected between facts */


/* Responsive: stack columns, remove dividers */
@media (max-width: 991px) {
  .accommodation-facts .divider {
    /* display: none; */
  }
}

/* Responsive: stack and remove dividers */
@media (max-width: 991px) {
  .accommodation-facts .facts-panel {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .accommodation-facts .fact {
    width: 100%;
    min-height: auto;
    padding: 20px 0;
  }

  .accommodation-facts .fact+.fact {
    border-left: none;
    border-top: 1px solid #cfe4ec;
  }
}


/* Responsive: 2 columns on md, 1 on sm */
@media (max-width: 991px) {
  .page-amenities .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .page-amenities .amenities-grid {
    grid-template-columns: 1fr;
  }
}

/* Remove previous stripe/column hacks if present */
.page-amenities .accommodation__body ul {
  background: none;
  column-count: initial;
  column-gap: initial;
  padding: 0;
}


:root {
  --panel: #EAF5FA;
  --per-view: 2;
}

@media (max-width: 991px) {
  :root {
    --per-view: 1;
  }
  .page-amenities .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Accommodation Gallery Styles - Circular Design */
.section-gallery-single {
  padding: 80px 0;
  background: #f5f5f5;
}

.section-gallery-single .container--fw {
  max-width: 100%;
  padding: 0 40px;
}

.gallery {
  position: relative;
  background: transparent;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery__viewport {
  overflow: visible;
  width: 100%;
  margin: 0;
  padding: 0;
}

.gallery__track {
  display: flex;
  transition: transform 400ms ease;
  will-change: transform;
}

.gallery__track.slick-slider {
  margin: 0;
}

.gallery__track .slick-list {
  margin: 0;
  padding: 0;
  overflow: visible;
}

.gallery__track .slick-track {
  display: flex;
  align-items: center;
}

.gallery__slide {
  flex: 0 0 calc(50% - 60px);
  width: calc(50% - 60px);
  padding: 0;
  box-sizing: border-box;
  height: auto;
  margin: 0 -30px;
}

.gallery__slide.slick-slide {
  padding: 0;
  margin: 0 -30px;
  height: auto;
}

.gallery__slide.slick-slide>div {
  height: 100%;
  padding: 0;
}

.gallery__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.gallery__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* Circular aspect ratio */
  aspect-ratio: 1 / 1;
}

.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, .6) 100%);
  z-index: 2;
  border-radius: 0 0 50% 50%;
}

/* Arrows - Positioned inside circular images */
.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: rgba(110, 115, 63, 0.9);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.gallery__arrow:hover {
  background: rgba(110, 115, 63, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  transform: translateY(-50%) scale(1.05);
}

.gallery__arrow--prev {
  left: 50%;
  transform: translate(-140%, -50%);
}

.gallery__arrow--next {
  right: 50%;
  transform: translate(140%, -50%);
}

.gallery__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery__arrow--prev::after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.gallery__arrow.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.is-disabled {
  opacity: .35;
  pointer-events: none;
}

/* Slick slider overrides for gallery - Circular Design */
.gallery__track.slick-slider .slick-slide {
  padding: 0;
  box-sizing: border-box;
  margin: 0 -30px;
}

.gallery__track.slick-slider .slick-list {
  margin: 0;
  padding: 0;
  overflow: visible;
}

.gallery__track.slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.gallery__track.slick-slider .slick-slide {
  height: auto;
}

.gallery__track.slick-slider .slick-slide>div {
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .section-gallery-single {
    padding: 60px 0;
  }

  .section-gallery-single .container--fw {
    padding: 0 20px;
  }

  .gallery__slide {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .gallery__slide.slick-slide {
    margin: 0 20px;
  }

  .gallery__track.slick-slider .slick-slide {
    margin: 0 20px;
  }

  .gallery__arrow {
    width: 50px;
    height: 50px;
  }

  .gallery__arrow--prev {
    left: 20px;
    transform: translateY(-50%);
  }

  .gallery__arrow--next {
    right: 20px;
    transform: translateY(-50%);
  }

  .gallery__caption {
    padding: 10px 16px;
    font-size: 13px;
    bottom: 15px;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .section-gallery-single {
    padding: 40px 0;
  }

  .gallery__slide.slick-slide>div {
    padding: 0 4px;
  }

  .gallery__arrow {
    width: 40px;
    height: 40px;
  }

  .gallery__arrow--prev {
    left: 10px;
  }

  .gallery__arrow--next {
    right: 10px;
  }

  .gallery__caption {
    padding: 16px 20px;
    font-size: 14px;
  }
}

/* Accommodation Gallery Section - Rectangular Design */
.accommodation-gallery-section {
  padding: 80px 0;
  background: #fff;
}

.accommodation-gallery-section .container--fw {
  max-width: 100%;
  /* padding: 0 60px; */
}

.accommodation-gallery {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.accommodation-gallery__viewport {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.accommodation-gallery__track {
  display: flex;
  transition: transform 400ms ease;
  will-change: transform;
}

.accommodation-gallery__track.slick-slider {
  margin: 0;
}

.accommodation-gallery__track .slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.accommodation-gallery__track .slick-track {
  display: flex;
  align-items: stretch;
}

.accommodation-gallery__slide {
  flex: 0 0 calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 0;
  box-sizing: border-box;
  height: auto;
  margin: 0 7.5px;
}

.accommodation-gallery__slide.slick-slide {
  padding: 0;
  margin: 0 7.5px;
  height: auto;
}

.accommodation-gallery__slide.slick-slide>div {
  height: 100%;
  padding: 0;
}

.accommodation-gallery__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.accommodation-gallery__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 66.666%;
  /* 3:2 aspect ratio */
  aspect-ratio: 3 / 2;
}

.accommodation-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accommodation-gallery__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, .7) 100%);
  z-index: 2;
}

/* Arrows - Positioned outside images on white background */
.accommodation-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.accommodation-gallery__arrow:hover {
  background: rgba(110, 115, 63, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  transform: translateY(-50%) scale(1.05);
}

.accommodation-gallery__arrow--prev {
  left: -80px;
}

.accommodation-gallery__arrow--next {
  right: -80px;
}

.accommodation-gallery__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.accommodation-gallery__arrow--prev::after {
  transform: translate(-50%, -50%) rotate(225deg);
}

/* Image-based arrows - simple, no circle/shadow */
.accommodation-gallery__arrow--img {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: none;
}

.accommodation-gallery__arrow--img:hover,
.accommodation-gallery__arrow--img:focus,
.accommodation-gallery__arrow--img:active {
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
  opacity: 0.8;
  outline: none;
  border: none;
}

.accommodation-gallery__arrow--img img {
  display: block;
  width: auto;
  height: 36px;
}

.accommodation-gallery__arrow--img::after {
  display: none;
}

.accommodation-gallery__arrow.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Gallery slider arrows - image-based (left_arr.png, right_arr.png) */
.showcase-gallery__carousel-nav,
.accommodation-gallery__carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
  line-height: 0;
  transition: opacity 0.3s;
  outline: none;
  border: none;
}

.showcase-gallery__carousel-nav:hover,
.showcase-gallery__carousel-nav:focus,
.showcase-gallery__carousel-nav:active,
.accommodation-gallery__carousel-nav:hover,
.accommodation-gallery__carousel-nav:focus,
.accommodation-gallery__carousel-nav:active {
  outline: none;
  border: none;
}

.showcase-gallery__carousel-nav img,
.accommodation-gallery__carousel-nav img {
  display: block;
  width: auto;
  height: 40px;
}

.showcase-gallery__carousel-nav:hover,
.accommodation-gallery__carousel-nav:hover {
  opacity: 0.8;
}

.showcase-gallery__carousel-nav--prev,
.accommodation-gallery__carousel-nav--prev {
  left: -40px;
}

.showcase-gallery__carousel-nav--next,
.accommodation-gallery__carousel-nav--next {
  right: -40px;
}

@media (max-width: 1024px) {
  .showcase-gallery__carousel-nav--prev,
  .accommodation-gallery__carousel-nav--prev {
    left: -10px;
  }

  .showcase-gallery__carousel-nav--next,
  .accommodation-gallery__carousel-nav--next {
    right: -10px;
  }
}

@media (min-width: 768px) {
  .showcase-gallery__carousel-nav img,
  .accommodation-gallery__carousel-nav img {
    height: 40px;
  }
}

/* Slick slider overrides for accommodation gallery */
.accommodation-gallery__track.slick-slider .slick-slide {
  padding: 0;
  box-sizing: border-box;
  margin: 0 7.5px;
}

.accommodation-gallery__track.slick-slider .slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.accommodation-gallery__track.slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.accommodation-gallery__track.slick-slider .slick-slide {
  height: auto;
}

.accommodation-gallery__track.slick-slider .slick-slide>div {
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .accommodation-gallery-section .container--fw {
    padding: 0 80px;
  }

  .accommodation-gallery__arrow--prev {
    left: 20px;
  }

  .accommodation-gallery__arrow--next {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .accommodation-gallery-section {
    padding: 60px 0;
  }

  .accommodation-gallery-section .container--fw {
    padding: 0 20px;
  }

  .accommodation-gallery__slide {
    flex: 0 0 calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 0 7.5px;
  }

  .accommodation-gallery__slide.slick-slide {
    margin: 0 7.5px;
  }

  .accommodation-gallery__track.slick-slider .slick-slide {
    margin: 0 7.5px;
  }

  .accommodation-gallery__arrow {
    width: 48px;
    height: 48px;
  }

  .accommodation-gallery__arrow--prev {
    left: -35px;
  }

  .accommodation-gallery__arrow--next {
    right: -35px;
  }

  .accommodation-gallery__caption {
    padding: 16px 20px;
    font-size: 14px;
  }
}

/* Final video section (large poster with centered round play) */
.video-section {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
}

.video-section video {
    width: 100%;
    display: block;
    border-radius: 6px;
}

/* Custom play button: olive-green circle + white play triangle (design match) */
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #6E733F;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
}

.play-overlay::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #fff;
}

/* Hero banner YouTube video – custom play button (olive circle + white triangle) */
.banner__video-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 80px !important;
  height: 80px !important;
  background-color: #6E733F !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
}
.banner__video-link i {
  color: #fff !important;
  font-size: 28px !important;
  margin-left: 4px !important;
  padding: 0 !important;
}
.banner__video-link:hover {
  background-color: #5a5f33 !important;
}
.banner__video-figure .banner__video-link {
  width: 70px !important;
  height: 70px !important;
}
.banner__video-figure .banner__video-link i {
  font-size: 24px !important;
  margin-left: 3px !important;
}

/* FAQ Section Styles */
.faq-section {
    padding: 50px 0 0;
    background-color: #fff;
}

.faq-section-title {
    color: var(--Primary, #6E733F);
    text-align: center;
    font-family: Belleza, serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 40px;
}

.faq-category-block {
    margin-bottom: 0;
}
.faq-category-block:last-child {
    margin-bottom: 0;
}
.faq-category-title {
    color: var(--Primary, #6E733F);
    text-align: center;
    font-family: Belleza, serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 24px;
}
.faq-accordion {
    margin: 0 auto;
}

.faq-accordion-item {
    margin-bottom: 15px;
    background-color: #eef7fb;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-accordion-header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-accordion-header:hover {
    background-color: transparent;
}

.faq-accordion-title {
    margin: 0;
    color: var(--Charcoal, #4B4B4B);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: left;
    flex: 1;
}

.faq-accordion-icon {
    font-size: 20px;
    color: #6e733f;
    transition: transform 0.3s ease;
    margin-left: 15px;
}

.faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease;
}

.faq-accordion-inner {
    padding: 0 30px 25px 30px;
    color: var(--Charcoal, #4B4B4B);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

/* Active State */
.faq-accordion-item.active .faq-accordion-content {
    max-height: 1000px; /* Large enough to fit content */
    transition: max-height 0.6s ease-in;
}

.faq-accordion-item.active .faq-accordion-icon {
    transform: rotate(180deg);
}

.faq-accordion-item.active .faq-accordion-icon i::before {
    content: "\f068"; /* fa-minus */
}

/* Featured Accommodation Section Styles */
.featured-accommodation {
  background-color: #EAF5FA;
}

.featured-accommodation .experience__heading {
  margin-bottom: 40px !important;
}

/* Featured accommodation slider (detail page) - 3 slides, arrows */
.featured-accommodation.accommodation-details .featured-accommodation__slider {
  position: relative;
/*  padding: 0 50px;*/
}

.featured-accommodation.accommodation-details .featured-accommodation__slide {
  padding: 0 15px;
}

.featured-accommodation__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #6E733F;*/
  color: #fff;
  /*border-radius: 50%;
  text-decoration: none;*/
  font-size: 0px;
  transition: background 0.3s, opacity 0.3s;
}

.featured-accommodation {
    margin-top: 50px;
}

.featured-accommodation__nav:hover {
  /*background: #5a5f33;
  color: #fff;*/
}

.featured-accommodation__nav.slick-disabled {
  /*opacity: 0.4;
  cursor: default;*/
}

.featured-accommodation__nav--prev {
  left: -50px;
  background: url(/graphics/left_arr.png);
  background-repeat: no-repeat;


}

.featured-accommodation__nav--next {
  right: -50px;
  background: url(/graphics/right_arr.png);
  background-repeat: no-repeat;
   
}

@media (max-width: 575px) {
  .featured-accommodation.accommodation-details .featured-accommodation__slider {
    /*padding: 0 40px;*/
  }



.featured-accommodation__nav--prev {
  left: -30px;



}

.featured-accommodation__nav--next {
  right: -40px;

   
}



}

/* Fixed Card Sizes - Ensure consistent layout regardless of content */
.accommodation-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 600px; /* Fixed minimum height for consistency */
}

.card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  /*min-height: 320px; */

  /* Ensure minimum content height */
}

/* Non-villa cards (card--home) */
.card--home .card-content {
  padding: 24px;
}

.card--home .card-content > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.card--home .card-title {
  margin-bottom: 12px;
  min-height: 75px;
}

.card--home .card-details {
  margin-bottom: 0;
    min-height: 140px;

}

.card--home .card-description {
  flex: 1;
  margin-bottom: 20px;
  min-height: 60px; /* Fixed minimum height for description */
}

.card--home .card-content > div:last-child {
  margin-top: auto;
  padding-top: 0;
}

.card--home .card-cta {
  text-align: center;
  margin-top: auto;
}

/* Inner pages: header sticky when .fixed class is added */
body:not(.home) .header.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

body:not(.home) .header {
  position: relative !important;
}


@media screen and (min-width: 1024px) {
    body:not(.home):not(.header-white) .primary-navigation__item > a {
        color: #4B4B4B !important;
        filter: none !important;
    }
}

@media screen and (min-width: 1024px) {
    body:not(.home):not(.header-white) .primary-navigation__item::after {
        filter: none !important;
    }
}

@media screen and (min-width: 1024px) {
    body:not(.home):not(.header-white) .btn--book {
         background-color: #6E733F !important; 
           border: 2px solid #6E733F;
       
    }
}

@media screen and (min-width: 1024px) {
    body:not(.home):not(.header-white) .header__logo {
        filter: none !important;
    }
}

/* ========== HOME PAGE - Transparent header at top, sticky on scroll ========== */
body.home .header {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: transparent !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1024px) {
  body.home .header {
    position: absolute !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.home .banner {
    /* margin-top: 0 !important; */
  }
}

@media screen and (min-width: 1025px) {
  body.home .primary-navigation__item > a {
    color: #FFF !important;
    filter: none !important;
  }
  body.home .primary-navigation__item:not(:last-child)::after {
    background-color: #FFF !important;
  }
  body.home .btn--book {
    /*background-color: transparent !important;*/
    border: 2px solid #FFF !important;
    color: #FFF !important;
  }
  body.home .btn--book:hover {
    background-color: #FFF !important;
    /*color: #6E733F !important;*/
  }
  body.home .header__logo,
  body.home .header__logo__img {
    filter: brightness(0) invert(1) !important;
  }
}

@media screen and (max-width: 1024px) {
  body.home .header__logo,
  body.home .header__logo__img {
    filter: brightness(0) invert(1) !important;
  }
  body.home .mobile__btnheader {
    filter: brightness(0) invert(1);
  }
  body.home .header__nav--active .primary-navigation__item > a,
  body.home .header__nav--active .primary-navigation__item a {
    color: #4B4B4B !important;
  }
}

/* Homepage header on scroll - white bg, green font/button, sticky till footer */
body.home.header-scrolled .header {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff !important;
  box-shadow: 0 0 10pt rgba(0, 0, 0, 0.16) !important;
}

body.home.header-scrolled main {
 /* padding-top: 90px;*/
}

@media screen and (min-width: 1025px) {
  body.home.header-scrolled main {
   /* padding-top: 110px;*/
  }
}

.showcase-section .showcase-item::before
{
  display: none;
}

.ql-banner__overlay
{
  background: transparent !important;
}

@media screen and (min-width: 1025px) {
  body.home.header-scrolled .header .primary-navigation__item > a {
    color: #6E733F !important;
  }
  body.home.header-scrolled .header .primary-navigation__item:not(:last-child)::after {
    background-color: #6E733F !important;
    filter: none !important;
  }
  body.home.header-scrolled .btn--book {
    background-color: #6E733F !important;
    border: 2px solid #6E733F !important;
    color: #fff !important;
  }
  body.home.header-scrolled .btn--book:hover {
            color: #ffffff;
        background-color: #8D954A !important;
        border: 2px solid #8D954A !important;
        box-shadow: none;
  }
  body.home.header-scrolled .header__logo,
  body.home.header-scrolled .header__logo__img {
    filter: none !important;
  }
}

@media screen and (max-width: 1024px) {
  body.home.header-scrolled .header {
    background: #fff !important;
    box-shadow: 0 0 10pt rgba(0, 0, 0, 0.16) !important;
  }
  body.home.header-scrolled .header__logo,
  body.home.header-scrolled .header__logo__img {
    filter: none !important;
  }
  body.home.header-scrolled .mobile__btnheader {
    filter: none;
  }
}

.banner--fs.banner-view {
    height: 75% !important;
}



@media screen and (max-width: 768px) {

  .faq-section-title {
  
    font-size: 24px;

}

.faq-accordion-inner,.faq-accordion-title
{
   font-size: 14px;
}

  .reservation-banner {
    padding: 40px 15px !important;
}
  .page-youtube-embed {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

/* Inner page + fixed header: banner ko header ke neeche shuru karo, peeche na chhup jaye */
body:not(.home) .header.fixed ~ .banner {
    margin-top: 90px !important;
}

/* Page YouTube – thumbnail + olive play button (custom icon) */
.page-youtube-poster {
  position: relative;
  cursor: pointer;
  background: #000;
}
.page-youtube-poster__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-youtube-embed__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #6E733F;
  /*border: 2px solid rgba(255, 255, 255, 0.9);*/
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.page-youtube-embed__play i {
  font-size: 28px;
  margin-left: 4px;
  color: #fff;
}
.page-youtube-embed__play:hover {
  background-color: #5a5f33;
  transform: translate(-50%, -50%) scale(1.05);
  color: #fff;
}
.page-youtube-poster.is-hidden {
  display: none !important;
}
.page-youtube-iframe-wrap {
  margin-top: 0;
}

.ql-banner__heading {
    
    font-weight: 500 !important;
   
}

.btn--ghost-white,
button.btn--ghost-white {
    opacity: 1 !important;
}

/* Quicklinks panels - square, max 502x502px, responsive (no horizontal overflow) */
@media screen and (min-width: 768px) {
  .ql-banner__row {
    min-height: auto;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .ql-banner__panel {
    flex: 1 1 0;
    min-width: 0;
    aspect-ratio: 1;
    max-width: 502px;
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
  }
  .ql-banner__panel-inner {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1;
  }
  .ql-banner__figure {
    width: 100%;
    height: 100%;
  }
}

.pdtop40 {
  padding-top: 35px !important;
}




/* Homepage Reviews section - background #EAF5FA */
body.home .reviews-section--home,
body.home section:has(.review__carousel) {
  background-color: #EAF5FA !important;
}

.featured-review,
.slick-slide-review {
  background-color: transparent !important;
}


 @media screen and (min-width: 767px) {
.slick-slide-review {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.review__item-content {
  padding-top: 0;
  min-height: 160px;
}

}





.review--list  .review__item-content {
  min-height: auto !important;
}

.review--list .review__item-person {
    font-weight: 400 !important;
    text-transform: none !important;
}



/* Review carousel arrows - image-based (left_arr.png, right_arr.png) */
.review__carousel.slick-slider {
  position: relative;
}

.review__carousel .review__nav {
  outline: none;
  border: none;
  line-height: 0;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.review__carousel .review__nav--prev {
  left: -35px;
}

.review__carousel .review__nav--next {
  right: -35px;
}

@media (max-width: 786px) {
  .review__carousel .review__nav--prev {
    left: -10px;
  }
  .review__carousel .review__nav--next {
    right: -10px;
  }
}



.review__carousel .review__nav:hover,
.review__carousel .review__nav:focus,
.review__carousel .review__nav:active {
 /* outline: none;
  border: none;
  opacity: 0.8;*/
}

.footer .section__credit .col-lg-6.text-lg-right span {
  font-family: "Montserrat", sans-serif;
  padding: 5px 0;
  text-transform: capitalize;
  color: #4B4B4B;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.footer .section__credit .col-lg-6.text-lg-right a {
  text-decoration: underline;
  color: #6E733F;
  font-weight: 500;
}

.btnrev
{
    border-radius:0px !important;
   font-weight: normal !important;
}


.banner.banner-view .banner__slider-figure .banner__slider-image {
    /*height: auto !important;*/
}


.section.accommodation_list {
    padding: 50px 0 !important;
    margin-top: 40px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1240px !important;
    }
}

/* Card CTA button - matches Stay page style */
.card-cta a,
.card-cta a.btn.inspireButtonSecondary {
    display: inline-block;
    padding: 12px 26px;
    min-width: 238px;
    text-align: center;
    border: 2px solid var(--Primary, #6E733F);
    color: var(--Primary, #6E733F);
    background-color: transparent !important;
    text-decoration: none !important;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 2px;
    height: auto;
}

.inspireButtonSecondary
{
  padding: 15px 30px !important;
}

.main__content-heading
{
  max-width: 900px;
  margin:0 auto;
}


.showcase-section .showcase-desc {

    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
}

.showcase-section .showcase-header {
    margin-bottom: 15px;
}

.home .main__content-intro {
   
    max-width: 782px;
    margin-left: auto;
    margin-right: auto;
}

.card-cta a:hover,
.card-cta a.btn.inspireButtonSecondary:hover {
    color: #8D954A !important;
    border: 2px solid #8D954A !important;
}

/* Villa card button - same style as card-cta */
.card--villa .btn.inspireButtonSecondary,
.fullwidthaccommodation .btn.inspireButtonSecondary {
    display: inline-block;
    padding: 12px 26px;
    min-width: 238px;
    text-align: center;
    border: 2px solid var(--Primary, #6E733F);
    color: var(--Primary, #6E733F);
    background-color: transparent !important;
    text-decoration: none !important;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 2px;
}
.card--villa .btn.inspireButtonSecondary:hover,
.fullwidthaccommodation .btn.inspireButtonSecondary:hover {
/*    color: #fff !important;
    background-color: var(--Primary, #6E733F) !important;
    border-color: var(--Primary, #6E733F) !important;*/

    color: #8D954A !important;
    border: 2px solid #8D954A !important;
}

/* Accommodation card columns - Stay page, Explore Other Stay */
.featured-accommodation .col-12.col-md-6.col-lg-4,
.accommodation_list .col-12.col-md-6.col-lg-4 {
    text-align: center;
}

.card-details svg {
    margin-right: 10px;
}



.card-details > div {
  display: flex;
  align-items: center;   /* SVG vertically center */
  gap: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.card-details > div svg {
  flex-shrink: 0;        /* SVG neeche wrap nahi hoga */
}

.rightaccom {
    padding-top: 10px;
}

.sectionpadding50
{
    padding:50px 0px;
}

.textalignleft
{
    
    text-align:left !important;
}

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

.section-gallery {
    padding-bottom: 110px !important;
}

.gallery-load-more-wrap {
    margin-top: 40px;
    padding-bottom: 20px;
}

.gallery-load-more-btn {
    padding: 12px 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filters__btn {
    font-family: "Montserrat", sans-serif;
    color: var(--Primary, #6E733F);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-color: #6E733F !important;
    padding: 20px 30px !important;
}

.reservation-banner {
    padding: 0;
}

.reservation-banner__wrapper {
    border: 2px solid #6E733F !important;
    border-radius: 4px;
}

.reservation-banner__subtitle {
    font-weight: 500 !important;
}

@media screen and (min-width: 768px) {

.reservation-banner__title {
    font-size: 38px !important;

   
}

}

.reservation-banner__title {

    font-weight: 500 !important;
   
}

.reservation-banner__button-wrapper .btn, .reservation-banner__button-wrapper .btn--primary,.reservation-banner__subtitle.section.accommodation_list
{
  font-weight: 500 !important;
}

.page-amenities .amenities-list li {
    margin: 10px 0;
}

.video-section
{
    
    display:none !important;
}


 @media screen and (min-width: 768px) {
.info-box h4{
   font-size: 34px !important;
}

}

.social-icons__image {
   
    object-fit: cover;
    width: auto !important;
    height: auto !important; 
    top: 2px !important;
    position: relative;

  
}

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

.social-icons__link:hover {
    opacity: 0.8 !important;
}

.main__content-tagline
{
  font-size: 16px;
    line-height: 1.5;
    color: #6E733F;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin: 0 0 15px 0;
    font-family: "Montserrat";
}

@media screen and (max-width: 768px) {


.page-amenities .amenities-grid {
    gap: 0;
    background: #eaf5fa;
    padding: 20px;
}

.page-amenities .amenities-col {
    padding: 0;
    border-radius: 0;
}

.page-amenities .amenities-list li {
    line-height: 26px;
}

  }

/* ========== DIVE LISTING - Alternating image/text layout (unique classes dive-listing-*) ========== */
.dive-listing {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .dive-listing {
    padding: 2rem 0;
  }
}

.dive-listing__item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 4rem;
  min-height: 444px;
  background-color: #EAF5FA;
}

@media screen and (max-width: 767px) {
  .dive-listing__item {
    margin-bottom: 2.5rem;
    flex-direction: column;
  }
}

.dive-listing__item--img-left .dive-listing__media {
  order: 1;
}

.dive-listing__item--img-left .dive-listing__content {
  order: 2;
}

.dive-listing__item--img-right .dive-listing__media {
  order: 2;
}

.dive-listing__item--img-right .dive-listing__content {
  order: 1;
}

@media screen and (max-width: 767px) {
  .dive-listing__item--img-right .dive-listing__media {
    order: 1;
  }
  .dive-listing__item--img-right .dive-listing__content {
    order: 2;
  }
}

.dive-listing__media {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .dive-listing__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.dive-listing__media-inner {
  aspect-ratio: 16 / 10;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .dive-listing__media-inner {
    aspect-ratio: 16 / 9;
  }
}

.dive-listing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dive-listing__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1rem 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .dive-listing__content {
    padding: 2rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .dive-listing__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.5rem 1.25rem;
  }


.card--villa .card-content-grid {
   
    display: block;
}

.card--villa .card-description{
  
    display: none;
}


}

.dive-listing__tagline {
  display: none;
}

.dive-listing__heading {
  color: #6E733F;
  font-size: 37px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .dive-listing__heading {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

.dive-listing__text {
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.dive-listing__text p {
  margin: 0 0 0.5em;
}

.dive-listing__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .dive-listing__text {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}

.dive-listing__btn {
  display: inline-block;
  width: 243px;
  padding: 0.625rem 1.5rem;
  border: 2px solid #6E733F;
  background-color: transparent;
  color: #6E733F;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  text-align: center;
  border-radius: 3px;
}


.blog-listing__btn
{
  display: inline-block;
  width: 243px;
  padding: 0.625rem 1.5rem;
  border: 2px solid #6E733F;
  background-color: transparent;
  color: #6E733F;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
}
.dive-listing__btn:hover,.blog-listing__btn:hover {
   color: #8D954A !important;
  border: 2px solid #8D954A !important;
}

.blog__content {
    padding: 30px !important;
    background-color: #EAF5FA !important;
    text-align: center;
}
.blog__heading {
    color: #6E733F;
    text-align: center !important;
    -webkit-line-clamp: 3 !important;
    min-height: 96px;
}

.blog__categories {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #79808C;
    text-align: center;
    display:none;
}
.blog__categories .blog__category-link {
    color: #6E733F;
    text-decoration: none;
}
.blog__categories .blog__category-link:hover {
    color: #8D954A;
    text-decoration: underline;
}
.blog-category-filter__wrap {
    margin-bottom: 24px;
    text-align: center;
}
.blog-category-filter {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.blog-category-filter__label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6E733F;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.blog-category-filter__select {
    min-width: 260px;
    max-width: 100%;
    padding: 10px 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #4B4B4B;
    border: 1px solid #79808C;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    padding: 12px 10px;
    outline: none;
    height: 55px;
}
.blog-category-filter__btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 28px;
    color: #fff;
    background-color: #6E733F;
    border: 2px solid #6E733F;
    border-radius: 4px;
    cursor: pointer;
    height: 55px;
    outline: none !important;
    transition: background-color 0.2s, border-color 0.2s;
}
.blog-category-filter__btn:hover {
    background-color: #8D954A;
    border-color: #8D954A;
    color: #fff;
}
.blog-load-more-wrap {
    margin-top: 32px;
    margin-bottom: 16px;
}
.blog-load-more__btn {
    min-width: 240px;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color:transparent;
    letter-spacing: 1.6px;
    color: #6E733F;
    text-transform: uppercase;
    border: 0px;
    padding: 12px 0px;
    border: 2px solid #6E733F;
    border-radius: 2px;
    position: relative;
}
.blog-load-more__btn:hover:not(:disabled) {
    /*background-color: #8D954A;
    border-color: #8D954A;
    color: #fff;*/

    color: #8D954A !important;
    border: 2px solid #8D954A !important;
}
.blog-load-more__btn:disabled,
.blog-load-more__btn.is-loading {
    opacity: 0.65;
    cursor: wait;
}

.blog {

    padding: 0 8px !important;
    margin-top:20px !important;
}
.form-control:not([readonly]), input[type="text"].form-control:not([readonly]), select.form-control, select.form-control:not([size]):not([multiple]) {
    border: 1px solid #79808C;
    border-radius: 4px;
}
.review_btn
{
border-radius: 2px;
background-color: transparent !important;
color: #6E733F;
border: 2px solid #6E733F !important;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
 min-width: 140px;
text-decoration: none;
 font-family: "Montserrat";
font-size: 16px;
padding: 18.5px 30px;
justify-content: center;
align-items: center;
}

.review_btn:hover
{
color: #8D954A !important;
border: 2px solid #8D954A !important;
}


.form__label {
    color: #79808C !important;
    text-transform: uppercase !important;
    font-weight: 500;
}

.form__group {
    font-family: "Montserrat";
}

.blog__details
{
color: #4B4B4B;
-webkit-line-clamp: 4 !important;
padding-top: 0px;
min-height: 96px;
}

/* Contact page: no banner, no top padding on main */
/* No-banner pages: fixed header ke neeche content dikhne ke liye padding */
.no-banner #main {
  padding-top: 130px !important;
}

.page-contact.no-banner #main {
  padding-top: 130px;
}

/* Header subtle shadow below - not on home page */
body:not(.home) .header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Mobile menu: header upper (logo + hamburger) upar rahe, submenu neeche - shadow dikhe */
@media screen and (max-width: 1024px) {
  /*.header {
    position: relative !important;
  }
  .header__nav--active {
    position: absolute !important;
    z-index: 1 !important;
  }
  .header__upper {
    position: relative !important;
    z-index: 10 !important;
  }*/
}


.ql-banner .section__heading 
{
    margin-bottom: 0px;
}

.featured-accommodation .card-content-grid {
  display: grid;
  gap: 15px;
}

.featured-accommodation .card-description-column {
  order: 2;
}

.featured-accommodation .card-details-column {
  order: 1;
}


.featured-accommodation .card--villa .card-description {
    min-height: 60px;
    margin:20px 0;


}


.featured-accommodation .card--villa .card-cta {
    text-align: left;
}

.featured-accommodation  .card--home .card-title {
   
    min-height: 80px;
}

.ql-banner__row {
    gap: 3px;
}

.footer__text p {
    margin-top: 0px;
}

.footer__text .footer__text--phone {
    margin-right: 0 !important;
}


body:not(.home) .banner.banner-view .banner__slider-figure .banner__slider-image {
    height: 80vh;
 
}


@media screen and (min-width: 1024px) and (min-height: 700px) and (max-height: 850px) {
    .banner--fs.banner-view {
        height: 74% !important;
    }

    body:not(.home) .banner {
        height: 69% !important;  
    }
}

@media screen and (min-width: 1024px) and (min-height: 851px) and (max-height: 1049px) {
    .banner--fs.banner-view {
        height: 79% !important;
    }

    body:not(.home) .header.fixed ~ .banner {
        height: 74% !important;
    }
}


@media screen and (min-height: 1050px) and (max-height: 1119px) {
    .banner--fs.banner-view {
        height: 81% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 77% !important;
    }
}

@media screen and (min-height: 1120px) and (max-height: 1249px) {
    .banner--fs.banner-view {
        height: 82% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 79% !important;
        }
}


@media screen and (min-height: 1250px) and (max-height: 1319px) {
    .banner--fs.banner-view {
        height: 84% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 83% !important;
    }
}



@media screen and (min-height: 1320px) and (max-height: 1419px) {
    .banner--fs.banner-view {
        height: 85% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 84% !important;
    }


}



@media screen and (min-height: 1420px) and (max-height: 1520px) {
    .banner--fs.banner-view {
        height: 86% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 85% !important;
}
}

@media screen and (min-height: 1521px) and (max-height: 1649px) {
    .banner--fs.banner-view {
        height: 87% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 86% !important;
}
}

@media screen and (min-height: 1650px) and (max-height: 1949px) {
    .banner--fs.banner-view {
        height: 88% !important;
    }
    
    body:not(.home) .header.fixed ~ .banner {
    height: 87% !important;
}
}


@media screen and (max-width: 767px) {
    body:not(.home) .banner.banner-view .banner__slider-figure .banner__slider-image {
        height: 100% !important;
    }

      body:not(.home) .header.fixed ~ .banner {
      max-height: 250px;
  }
}

.showcase-section .showcase-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/graphics/banners_overlay.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.video-banner:before 
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/graphics/home_banner_video_full.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.showcase-section .showcase-box,.info-box
{
      z-index: 3;
}

.ql-banner__figure:before 
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(/graphics/quick_links_overlay.png);
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* Play icon on video thumbnails in accommodation gallery (Dive, etc.) */
.accommodation-gallery__figure .accommodation-gallery__play {
  width: 56px;
  height: 56px;

}
.accommodation-gallery__figure .accommodation-gallery__play i {
  font-size: 20px;
}

.blog__figure--placeholder .blog__figure-img
{
  width: auto !important;
  height: auto !important;
}

.blog__figure--placeholder .blog__figure-link {
    background: #cccccc45;
    text-align: center;
    /*padding-top: 30px;*/
}

@media screen and (max-width: 768px) {
div#blog-list-inner {
    display: block;
}

.blog__heading {
       min-height: auto;
        margin-bottom: 0;
    }

.blog__details {
    min-height: auto;
    padding-top: 0;
  }
}




.home .showcase-section {
    padding: 0;
}


@media screen and (max-width: 600px) 
{
 
    .header .btn--book {
        width: 146px;
        height: 44px;
        padding: 8px 0;
        font-size: 16px;
        font-weight: 400;
    }
    .banner__video-figure .banner__video-link {
        width: 50px !important;
        height: 50px !important;
        border: none !important;
    }
.banner__video-figure .banner__video-link i {
    font-size: 14px !important;
}
 .info-box h4 {
        font-size: 26px;    
    }
  
.inspireButtonSecondary {
    height: 44px;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 8px 30px !important;
}

.main__content-paddingbottom {
    padding-bottom: 0 !important;
}

a.btn.btn--ghost-white.mt-3 {
    height: 37px;
    padding: 0px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
}

a.review_btn {
        height: 44px;
        padding: 12px 12px;
        font-size: 15px;
 }

.footer-navigation {
    margin-bottom: 20px;
}

.page-youtube-embed__play 
{
        width: 50px;
        height: 50px;
}

.page-youtube-embed__play svg
{
  font-size: 15px !important;
  width: 15px;
}

a.dive-listing__btn {
    height: 44px;
    padding: 5px 20px;
    max-width: 188px;
    font-size: 15px;
  }

.page-amenities .amenities-grid {
        grid-template: none;
  }

 .page-amenities .amenities-heading {
    font-size: 30px;
  }
  .featured-accommodation .card--home .card-title {
    min-height: auto;
}
.featured-accommodation .experience__heading {
    margin-bottom: 0px !important;
  }
  .form__group {
    margin-bottom: 0px !important; 
   
}
.banner__video-figure .banner__video-link svg {
    width: 15px;
}

}

@media (max-width: 768px) {
    .facts-panel {
        flex-direction: column;
        align-items: flex-start;
    }
    .divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }

  .highlight_tile .showcase__nav--next {
        right: 10px !important;
    }

    .highlight_tile .showcase__nav {
      top: 20% !important;
  }
  .highlight_tile .card {
      padding: 0 35px !important;
  }
    
}


@media (min-width: 768px){
      .comp-form .custom-form .w-100{
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
      }
      .comp-form .form__group{
          width: 100%;
      }
      .comp-form .form__group:nth-child(2),
      .comp-form .form__group:nth-child(3),
      .comp-form .form__group:nth-child(4),
      .comp-form .form__group:nth-child(5){
          width: calc(50% - 10px);
          margin-bottom: 0;
      }

  .location_more_descrp {
    text-align: left;
    width: 60%;
    margin: 0 auto;
  }
  
}

.page-contact .main__content-intro
{  
  display: block;
}

@media (max-width: 768px){
    .highlight__heading 
      {
        margin:0px !important;
        font-size: 28px !important;
      }
      .page-dive .section-highlight 
        {
          padding-top: 0 !important;
        }
        .page-dive  .main__content-paddingbottom
        {
            padding-bottom: 0px !important;
        }
}
.location_more_descrp strong {
    color: #797979 !important;
}
.custom-form button svg {
    display: none !important;
}

@media screen and (max-width: 380px) 
{
    .header .btn--book {
        width: 130px;
        padding: 6px 0;
        font-size: 15px;
        height: auto;
    }
}

@media screen and (max-width: 325px) 
{
    .header .btn--book {
        width: 100px;
        padding: 4px 0;
        font-size: 14px;
        height: auto;
    }

    .header__logo__img {
        max-width: 130px !important;
    }
}



.video-banner .info-box {
    background: none !important;
    bottom: 0px;
}

.sub-navigation .sub-navigation__item:nth-child(2n) {
    background: none;
}

.sub-navigation .sub-navigation__item:hover {
        background-color: #EAF5FA;
}
