@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&family=Montserrat:wght@700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Delius&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Delius&display=swap);
@charset "UTF-8";
/*!
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/**
 * Misc
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.row {
  list-style: none;
  margin-left: -24px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  float: left;
  padding-left: 24px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--lg-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--lg-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--lg-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--md-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--md-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--md-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--md-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--md-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--md-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--md-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--sm-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--sm-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--sm-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--xs-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--xs-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--xs-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--xs-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--xs-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--xs-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--xs-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--xs-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--xs-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--xs-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--xs-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--xs-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--xs-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 24px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 24px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 24px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

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

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

/**
* Aligments
*/
.items-center {
  align-items: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

/**
 * Accessibility
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**
 * Breakpoints
 */
/**
 * Spacing
 */
.py-xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pt-xl {
  padding-top: 96px;
}

.pb-xl {
  padding-bottom: 96px;
}

.px-xl {
  padding-left: 96px;
  padding-right: 96px;
}

.pl-xl {
  padding-left: 96px;
}

.pr-xl {
  padding-right: 96px;
}

.my-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mt-xl {
  margin-top: 96px;
}

.mb-xl {
  margin-bottom: 96px;
}

.mx-xl {
  margin-left: 96px;
  margin-right: 96px;
}

.ml-xl {
  margin-left: 96px;
}

.mr-xl {
  margin-right: 96px;
}

.py-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pt-lg {
  padding-top: 72px;
}

.pb-lg {
  padding-bottom: 72px;
}

.px-lg {
  padding-left: 72px;
  padding-right: 72px;
}

.pl-lg {
  padding-left: 72px;
}

.pr-lg {
  padding-right: 72px;
}

.my-lg {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-lg {
  margin-top: 72px;
}

.mb-lg {
  margin-bottom: 72px;
}

.mx-lg {
  margin-left: 72px;
  margin-right: 72px;
}

.ml-lg {
  margin-left: 72px;
}

.mr-lg {
  margin-right: 72px;
}

.py-md {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pt-md {
  padding-top: 48px;
}

.pb-md {
  padding-bottom: 48px;
}

.px-md {
  padding-left: 48px;
  padding-right: 48px;
}

.pl-md {
  padding-left: 48px;
}

.pr-md {
  padding-right: 48px;
}

.my-md {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-md {
  margin-top: 48px;
}

.mb-md {
  margin-bottom: 48px;
}

.mx-md {
  margin-left: 48px;
  margin-right: 48px;
}

.ml-md {
  margin-left: 48px;
}

.mr-md {
  margin-right: 48px;
}

.py-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 24px;
}

.px-sm {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-sm {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 24px;
}

.my-sm {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-sm {
  margin-top: 24px;
}

.mb-sm {
  margin-bottom: 24px;
}

.mx-sm {
  margin-left: 24px;
  margin-right: 24px;
}

.ml-sm {
  margin-left: 24px;
}

.mr-sm {
  margin-right: 24px;
}

.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-xs {
  padding-top: 12px;
}

.pb-xs {
  padding-bottom: 12px;
}

.px-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.pl-xs {
  padding-left: 12px;
}

.pr-xs {
  padding-right: 12px;
}

.my-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-xs {
  margin-top: 12px;
}

.mb-xs {
  margin-bottom: 12px;
}

.mx-xs {
  margin-left: 12px;
  margin-right: 12px;
}

.ml-xs {
  margin-left: 12px;
}

.mr-xs {
  margin-right: 12px;
}

.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-none {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

/**
 * Fonts
 */
.font-base {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/**
 * Font Sizes
 */
.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Colors
 */
.text-base {
  color: #444;
}

.bg-base {
  background-color: #444;
}

.text-background {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-brand {
  color: #444;
}

.bg-brand {
  background-color: #444;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

body {
  color: #444;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  background: #d4d0cc;
  font-size: 16px;
  font-size: 1rem;
}
body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  color: rgb(129, 106, 87);
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 24px;
}

/**
 * Basic styles for links
 */
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #444;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #444;
}

.grid {
  display: grid;
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
body {
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Rawengulk Light";
}

@font-face {
  font-family: "Rawengulk Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Rawengulk Regular"), url("fonts/RawengulkRegular.woff") format("woff");
}
@font-face {
  font-family: "Rawengulk Ultralight";
  font-style: normal;
  font-weight: normal;
  src: local("Rawengulk Ultralight"), url("fonts/RawengulkUltralight.woff") format("woff");
}
@font-face {
  font-family: "Rawengulk Light";
  font-style: normal;
  font-weight: normal;
  src: local("Rawengulk Light"), url("fonts/RawengulkLight.woff") format("woff");
}
@font-face {
  font-family: "Rawengulk Demibold";
  font-style: normal;
  font-weight: normal;
  src: local("Rawengulk Demibold"), url("fonts/RawengulkDemibold.woff") format("woff");
}
@font-face {
  font-family: "Rawengulk Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Rawengulk Bold"), url("fonts/RawengulkBold.woff") format("woff");
}
@font-face {
  font-family: "Rawengulk Petitecaps";
  font-style: normal;
  font-weight: normal;
  src: local("Rawengulk Petitecaps"), url("fonts/RawengulkPcs.woff") format("woff");
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  border-radius: 0;
  color: #444;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6px 12px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 12px;
}

textarea {
  min-height: 96px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 24px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 12px;
}

ul,
ol {
  margin-left: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

header.header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.header .container {
  max-width: 1800px;
}
.header {
  padding: 24px 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 1000px) {
  .header .header__navigation {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2026/07/img_8878.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .header__navigation nav {
    text-align: unset;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .header .header__navigation nav ul li {
    display: block;
  }
  .header .header__navigation nav ul li a {
    padding: 20px 20px 15px 20px;
    background-color: #f4ce1e;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
  .header .header__navigation img {
    position: absolute;
    top: 5px;
    left: 18px;
    max-width: 100px;
  }
  .header .header__navigation .logo {
    display: block !important;
  }
}
.header .header__navigation .logo {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header h1 {
    text-align: unset;
    margin-bottom: 0;
  }
  .header h1 img {
    max-width: 100px;
  }
}

.footer {
  margin-top: 48px;
}
@media (max-width: 1025px) {
  .footer ul li {
    margin-right: 24px;
  }
  .footer ul li:last-child {
    margin-right: 0;
  }
}

.afterfooter {
  text-align: center;
  margin-top: 10px;
}
.afterfooter p,
.afterfooter .nav {
  display: inline;
}
@media (max-width: 1025px) {
  .afterfooter .nav {
    margin-left: 26px;
  }
}
.afterfooter .nav li a {
  color: rgb(129, 106, 87);
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}

.btn {
  background-color: #444;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6px 24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: auto;
  transition: all 0.5s;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #444;
  border-color: #444;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff;
  color: #444;
  border: 1px solid #444;
}
.btn--inverse:hover {
  background-color: #444;
  color: #fff;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 6px;
}

.btn--link {
  background-color: transparent;
  color: #444;
}

/**
 * Hamburger menu
 */
.nav-burger {
  float: right;
  transition: all 250ms ease-in-out;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: rgb(112, 122, 92);
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1000px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/**
 * Navs
 */
header .nav {
  text-align: right;
}

.nav {
  list-style: none;
  margin: 0;
}
.nav > li {
  display: inline-block;
}
@media (min-width: 1025px) {
  .nav > li {
    margin-left: 24px;
  }
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li > a {
  display: block;
  color: rgb(129, 106, 87);
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0em;
  font-size: 20px;
  text-align: left;
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  .nav--header ul {
    list-style: none;
  }
}

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

.alert {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 24px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

/* =========================================================
   WPML LANGUAGE SWITCHER
   DESKTOP = DROPDOWN + RIGHT ALIGNED
   MOBILE = INLINE FLAGS
   ========================================================= */
/* =========================================================
   GLOBAL RESET
   ========================================================= */
header .wpml-ls-menu-item,
header .wpml-ls-menu-item ul,
header .wpml-ls-menu-item li,
header .wpml-ls-menu-item a {
  box-sizing: border-box !important;
}

header .wpml-ls-menu-item ul,
header .wpml-ls-menu-item li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

header .wpml-ls-menu-item li::before,
header .wpml-ls-menu-item li::after {
  content: none !important;
  display: none !important;
}

/* =========================================================
   DESKTOP
   DROPDOWN + ALIGN TO RIGHT
   ========================================================= */
@media (min-width: 769px) {
  /*
   * Make desktop nav flex so the WPML item
   * can be pushed to the far right.
   */
  header nav > ul {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    overflow: visible !important;
  }
  /* Parent language item */
  header .wpml-ls-menu-item {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 60px !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 60px !important;
    /*
     * Push language switcher
     * to far right of navigation
     */
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    z-index: 9999 !important;
  }
  /* Current language */
  header .wpml-ls-menu-item > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
    padding: 7px !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    z-index: 2 !important;
  }
  /* Current flag */
  header .wpml-ls-menu-item > a img {
    display: block !important;
    width: 40px !important;
    max-width: 40px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  /* =====================================================
     DESKTOP DROPDOWN
     ===================================================== */
  header .wpml-ls-menu-item > .sub-menu {
    position: absolute !important;
    top: 100% !important;
    /*
     * Align dropdown to right edge
     * of the language switcher
     */
    right: 0 !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(5px) !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
    z-index: 99999 !important;
  }
  /* Show dropdown */
  header .wpml-ls-menu-item:hover > .sub-menu,
  header .wpml-ls-menu-item:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  /* Keep current flag visible */
  header .wpml-ls-menu-item:hover > a,
  header .wpml-ls-menu-item:focus-within > a {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  /* Dropdown language items */
  header .wpml-ls-menu-item > .sub-menu > li {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    float: none !important;
    transform: none !important;
  }
  /* Dropdown links */
  header .wpml-ls-menu-item > .sub-menu > li > a {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 7px !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    float: none !important;
    transform: none !important;
  }
  /* Dropdown flags */
  header .wpml-ls-menu-item > .sub-menu img {
    display: block !important;
    width: 40px !important;
    max-width: 40px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  /* Remove inherited hover styles */
  header .wpml-ls-menu-item > .sub-menu > li:hover,
  header .wpml-ls-menu-item > .sub-menu > li:hover > a,
  header .wpml-ls-menu-item > .sub-menu > li > a:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }
}
/* =========================================================
   MOBILE
   ALL FLAGS INLINE
   ========================================================= */
@media (max-width: 768px) {
  /*
   * Parent becomes horizontal row
   */
  header .wpml-ls-menu-item {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    float: none !important;
  }
  /* Current language */
  header .wpml-ls-menu-item > a {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 5px !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    float: none !important;
  }
  /* =====================================================
     MOBILE SUBMENU RESET
     ===================================================== */
  header .wpml-ls-menu-item > .sub-menu,
  header .wpml-ls-menu-item:hover > .sub-menu,
  header .wpml-ls-menu-item:focus-within > .sub-menu {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    overflow: visible !important;
    z-index: auto !important;
    float: none !important;
  }
  /* Other language items */
  header .wpml-ls-menu-item > .sub-menu > li {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 58px !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    float: none !important;
  }
  /* Other language links */
  header .wpml-ls-menu-item > .sub-menu > li > a {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 5px !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    float: none !important;
  }
  /* Mobile flags */
  header .wpml-ls-menu-item img,
  header .wpml-ls-menu-item > a img,
  header .wpml-ls-menu-item > .sub-menu img {
    position: static !important;
    display: block !important;
    width: 42px !important;
    max-width: 42px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  /* =====================================================
     REMOVE ALL HOVER EFFECTS ON MOBILE
     ===================================================== */
  header .wpml-ls-menu-item:hover > a,
  header .wpml-ls-menu-item:focus-within > a,
  header .wpml-ls-menu-item a:hover,
  header .wpml-ls-menu-item li:hover,
  header .wpml-ls-menu-item li:hover > a {
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
  }
}
/* =========================================================
   PREVENT LANGUAGE MENU FROM BEING CLIPPED
   ========================================================= */
header,
header nav,
header nav ul {
  overflow: visible !important;
}

/* ==========================================================
   ARUBA COCO VILLA — SCREENSHOT-MATCHED ELEMENTOR LAYOUT
   ========================================================== */
.villa-page {
  --beige: #d4d0cc;
  --green: #9eb29d;
  --teal: #109eab;
  --brown: #8c725c;
  --white: #fff;
  --container: 1000px;
  --body-font: "Josefin Sans", "Century Gothic", "Trebuchet MS", sans-serif;
  --heading-font: "Rawengulk Regular", "Arial", sans-serif;
  width: 100%;
  overflow: hidden;
  margin: 0;
  color: var(--brown);
  font-family: var(--body-font);
  font-weight: 300;
  line-height: 1.6;
}

.villa-page *,
.villa-page *::before,
.villa-page *::after {
  box-sizing: border-box;
}

.villa-page img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.villa-page h1,
.villa-page h2,
.villa-page p {
  margin-top: 0;
}

.villa-container {
  position: relative;
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section-beige {
  background: var(--beige);
}

.section-green {
  background: var(--green);
}

/* ========================= COLLAGE ========================= */
.villa-collage {
  min-height: 662px;
  padding: 130px 0 35px;
}

.collage-inner {
  max-width: 980px;
}

.villa-main-title {
  margin: 0 0 50px;
  color: var(--brown);
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

.collage-grid {
  position: relative;
  width: 820px;
  height: 430px;
  margin: 0 auto;
}

.villa-card {
  position: absolute;
  left: 0;
  top: 18px;
  width: 280px;
  color: var(--brown);
}

.villa-card-image {
  height: 335px !important;
  border-radius: 9px;
  -o-object-position: center;
     object-position: center;
}

.villa-card-name {
  position: relative;
  width: 202px;
  height: 58px;
  margin: -58px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efeee7;
  font-family: var(--heading-font);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.34em;
}

.villa-facts {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.villa-fact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 400;
}

.villa-fact img {
  width: 29px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: sepia(0.4) saturate(0.45);
  opacity: 0.86;
}

.villa-fact-pool img {
  width: 43px;
  height: 32px;
}

.round-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 50% 50% 48% 48%;
}

.photo-bedroom {
  left: 350px;
  top: 38px;
  width: 175px;
  height: 175px;
}

.photo-pool {
  left: 565px;
  top: -30px;
  width: 254px;
  height: 254px;
}

.photo-living {
  left: 472px;
  top: 226px;
  width: 176px;
  height: 176px;
}

.photo-terrace {
  left: 700px;
  top: 216px;
  width: 184px;
  height: 184px;
}

.photo-bedroom img {
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}

.photo-pool img {
  -o-object-position: center 45%;
     object-position: center 45%;
}

.photo-living img {
  -o-object-position: center;
     object-position: center;
}

.photo-terrace img {
  -o-object-position: center;
     object-position: center;
}

/* ======================= DESCRIPTION ======================= */
.villa-description {
  color: #fff;
  padding: 42px 0 55px;
}

.description-inner {
  max-width: 1000px;
}

.villa-description h2 {
  margin: 0 0 8px 85px;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 49px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.15;
}

.villa-copy {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.82;
}

.villa-copy p {
  margin-bottom: 29px;
}

.text-photo {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 50% 50% 48% 48%;
}

.text-photo-kitchen {
  top: 265px;
  right: 10px;
  width: 182px;
  height: 182px;
}

.text-photo-beach {
  right: 12px;
  bottom: 29px;
  width: 190px;
  height: 190px;
}

.description-gallery {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding-top: 5px;
}

.arch-photo {
  width: 290px;
  height: 290px;
  overflow: hidden;
  border-radius: 50%;
}

.arch-photo img {
  -o-object-position: center;
     object-position: center;
}

/* ======================= ENVIRONMENT ======================= */
.environment {
  min-height: 790px;
  padding: 40px 0 0;
}

.environment-inner {
  max-width: 1100px;
  min-height: 750px;
}

.environment-blob {
  position: absolute;
  z-index: 0;
  left: 15px;
  top: 0;
  width: 790px;
  height: 700px;
  background: var(--teal);
  border-radius: 53% 47% 49% 51%/48% 51% 49% 52%;
  transform: rotate(-7deg);
}

.environment h2 {
  position: relative;
  z-index: 1;
  margin: 106px 0 65px 64px;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 51px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1;
}

.environment-copy {
  position: relative;
  z-index: 1;
  width: 615px;
  margin-left: 108px;
  color: #fff;
  font-size: 15px;
  line-height: 1.52;
  text-align: center;
}

.environment-copy p {
  margin-bottom: 2px;
}

/* ======================= TRAVEL GUIDE ======================= */
.travel-guide {
  min-height: 1000px;
  padding: 0 0 78px;
}

.travel-inner {
  max-width: 1020px;
  padding-top: 12px;
}

.guide-phone {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 115px;
  width: 220px;
  height: 225px;
  overflow: hidden;
  border-radius: 50% 50% 48% 48%;
}

.guide-phone img {
  -o-object-position: center 12%;
     object-position: center 12%;
}

.travel-guide h2 {
  margin: 135px 0 25px 85px;
  color: var(--green);
  font-family: var(--heading-font);
  font-size: 49px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.travel-copy {
  width: 850px;
  margin-left: 12px;
  color: var(--green);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.03em;
}

.travel-copy p {
  margin-bottom: 28px;
}

.travel-images {
  position: relative;
  width: 820px;
  height: 475px;
  margin: 5px auto 0;
}

.travel-sea,
.travel-map {
  position: absolute;
  overflow: hidden;
  border-radius: 50% 50% 48% 48%;
}

.travel-sea {
  left: 60px;
  top: 65px;
  width: 370px;
  height: 370px;
}

.travel-map {
  left: 385px;
  top: 0;
  width: 465px;
  height: 465px;
}

.travel-map img {
  -o-object-position: center 55%;
     object-position: center 55%;
}

/* ========================== TABLET ========================== */
@media (max-width: 1024px) {
  .villa-page {
    --container: 900px;
  }
  .collage-grid {
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -40px;
  }
  .description-inner,
  .environment-inner,
  .travel-inner {
    width: min(100% - 64px, 900px);
  }
  .text-photo-kitchen,
  .text-photo-beach {
    right: 0;
  }
  .environment-blob {
    left: -70px;
  }
  .guide-phone {
    right: 25px;
  }
  .travel-copy {
    width: calc(100% - 40px);
  }
}
/* ========================== MOBILE ========================== */
@media (max-width: 767px) {
  .villa-page {
    font-size: 15px;
  }
  .villa-container {
    width: min(100% - 34px, 560px);
  }
  .villa-collage {
    min-height: auto;
    padding: 72px 0 55px;
  }
  .villa-main-title {
    margin-bottom: 36px;
    font-size: 38px;
  }
  .collage-grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    transform: none;
  }
  .villa-card,
  .round-photo {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
  }
  .villa-card {
    grid-column: 1/-1;
    width: min(100%, 330px);
    margin: 0 auto 14px;
  }
  .villa-card-image {
    height: 390px !important;
  }
  .round-photo {
    aspect-ratio: 1;
  }
  .photo-pool {
    grid-column: span 2;
    width: 70%;
    margin-inline: auto;
  }
  .villa-description {
    padding: 55px 0;
  }
  .villa-description h2,
  .environment h2,
  .travel-guide h2 {
    margin-left: 0;
    font-size: 38px;
  }
  .villa-copy {
    font-size: 15px;
    line-height: 1.7;
  }
  .text-photo {
    position: relative;
    inset: auto;
    float: right;
    width: 145px;
    height: 145px;
    margin: 0 0 20px 20px;
  }
  .description-gallery {
    clear: both;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding-top: 25px;
  }
  .arch-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 0.9;
  }
  .arch-photo:last-child {
    grid-column: 1/-1;
    width: 56%;
    margin-inline: auto;
  }
  .environment {
    min-height: auto;
    padding: 60px 0 80px;
  }
  .environment-inner {
    width: min(100% - 34px, 560px);
    min-height: auto;
    padding: 50px 25px 60px;
  }
  .environment-blob {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 48% 52% 45% 55%/12% 12% 12% 12%;
    transform: none;
  }
  .environment h2 {
    margin: 0 0 38px;
    text-align: center;
  }
  .environment-copy {
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  .travel-guide {
    min-height: auto;
    padding: 65px 0 80px;
  }
  .travel-inner {
    width: min(100% - 34px, 560px);
    padding: 0;
  }
  .guide-phone {
    position: relative;
    inset: auto;
    width: 180px;
    height: 180px;
    margin: 0 0 32px auto;
  }
  .travel-guide h2 {
    margin: 0 0 25px;
  }
  .travel-copy {
    width: auto;
    margin: 0;
    font-size: 14px;
  }
  .travel-images {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: end;
    margin-top: 35px;
  }
  .travel-sea,
  .travel-map {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
  .travel-map {
    margin-left: -25px;
  }
}
/* ======================= SMALL MOBILE ======================= */
@media (max-width: 430px) {
  .villa-main-title,
  .villa-description h2,
  .environment h2,
  .travel-guide h2 {
    font-size: 33px;
  }
  .villa-card-image {
    height: 345px !important;
  }
  .villa-facts {
    gap: 18px;
  }
  .description-gallery {
    grid-template-columns: 1fr;
  }
  .arch-photo:last-child {
    grid-column: auto;
    width: 100%;
  }
  .environment-inner {
    padding-inline: 18px;
  }
}
/* Elementor: remove space around the HTML widget */
.elementor-widget-html:has(.villa-page),
.elementor-widget-html:has(.villa-page) > .elementor-widget-container {
  width: 100%;
  margin: 0;
}

.elementor-widget-html:has(.villa-page) > .elementor-widget-container {
  overflow: visible;
}

/* =========================================================
   ARUBA COCO – ACCOMMODATION PAGE
========================================================= */
.ac-page {
  --ac-background: #d4d0cc;
  --ac-green: #9faf9c;
  --ac-blue: #12a0ad;
  --ac-text: #8d7560;
  --ac-light: #f8f6ef;
  --ac-card-green: #a6b6a3;
  --ac-max-width: 1140px;
  width: 100%;
  overflow: hidden;
  background: var(--ac-background);
  color: var(--ac-text);
  font-family: "Montserrat", Arial, sans-serif;
}

.ac-page,
.ac-page * {
  box-sizing: border-box;
}

.ac-page img {
  display: block;
  width: 100%;
}

.ac-page a {
  color: inherit;
  text-decoration: none;
}

.ac-container {
  width: min(var(--ac-max-width), 100% - 48px);
  margin-inline: auto;
}

/* =========================================================
   APARTMENT SECTION
========================================================= */
.ac-apartments {
  position: relative;
  padding: clamp(110px, 9vw, 170px) 0 52px;
  background: var(--ac-background);
}

.ac-main-title {
  margin: 0 0 18px;
  color: var(--ac-text);
  font-size: clamp(42px, 4.15vw, 66px);
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.035em;
  text-align: center;
}

.ac-main-title span {
  display: block;
}

.ac-apartment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 4.2vw, 78px);
  align-items: start;
  max-width: 1050px;
  margin: 0 auto;
}

.ac-apartment-card {
  min-width: 0;
  text-align: center;
}

.ac-card-image-link {
  position: relative;
  display: block;
}

.ac-card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.84/1;
  border-radius: 11px;
}

.ac-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 450ms ease, filter 450ms ease;
}

.ac-card-image-link:hover .ac-card-image img {
  transform: scale(1.035);
  filter: brightness(0.96);
}

.ac-card-name {
  position: relative;
  z-index: 2;
  width: 72%;
  min-height: 64px;
  margin: -64px auto 0;
  padding: 21px 15px 17px;
  color: #fff;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.23em;
  transition: transform 250ms ease;
}

.ac-card-image-link:hover .ac-card-name {
  transform: translateY(-4px);
}

.ac-card-name--light {
  color: #75806e;
  background: #f2f0e7;
}

.ac-card-name--blue {
  background: var(--ac-blue);
}

.ac-card-name--green {
  background: var(--ac-card-green);
}

.ac-card-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(19px, 2vw, 31px);
  padding-top: 13px;
}

.ac-feature {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--ac-text);
  font-size: 17px;
  font-weight: 400;
}

.ac-feature svg {
  width: 35px;
  height: 29px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   COMPLEX SECTION
========================================================= */
.ac-complex {
  position: relative;
  padding: clamp(72px, 7vw, 110px) 0 clamp(55px, 6vw, 90px);
  background: var(--ac-green);
  color: #fff;
}

.ac-complex-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(50px, 6vw, 100px);
  align-items: start;
}

.ac-complex-content h2 {
  margin: 0 0 43px;
  color: #fff;
  font-size: clamp(44px, 4.5vw, 67px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.ac-complex-text {
  max-width: 890px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.08vw, 20px);
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 0.01em;
}

.ac-complex-text p {
  margin: 0;
}

.ac-complex-text p + p {
  margin-top: 2px;
}

.ac-complex-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 5px;
}

.ac-small-circle {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.ac-small-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-small-circle--top img {
  -o-object-position: center;
     object-position: center;
}

.ac-small-circle--bottom img {
  -o-object-position: 49% center;
     object-position: 49% center;
}

/* =========================================================
   ROUND IMAGE GALLERY
========================================================= */
.ac-round-gallery {
  padding: 25px 0 28px;
  background: var(--ac-green);
}

.ac-round-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(55px, 5.5vw, 105px);
  max-width: 1180px;
}

.ac-round-image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}

.ac-round-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================================
   ENVIRONMENT
========================================================= */
.ac-environment {
  position: relative;
  min-height: 860px;
  padding: 0;
  background: var(--ac-background);
}

.ac-environment-wrap {
  position: relative;
  min-height: 860px;
}

.ac-environment-shape {
  position: absolute;
  top: 4px;
  left: -100px;
  width: min(895px, 77vw);
  height: 860px;
  background: var(--ac-blue);
  border-radius: 48% 52% 50% 46%/43% 48% 52% 57%;
  transform: rotate(-7deg);
}

.ac-environment-title {
  position: absolute;
  z-index: 2;
  top: 107px;
  left: -55px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.2vw, 65px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
}

.ac-environment-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 58vw);
  margin-left: 20px;
  padding-top: 250px;
  color: #fff;
  font-size: clamp(16px, 1.05vw, 19px);
  font-weight: 300;
  line-height: 1.58;
  text-align: center;
}

.ac-environment-copy p {
  margin: 0;
}

.ac-environment-copy p + p {
  margin-top: 5px;
}

.ac-environment-copy p:last-child {
  margin-top: 32px;
}

/* =========================================================
   TRAVEL GUIDE
========================================================= */
.ac-travel-guide {
  position: relative;
  padding: clamp(115px, 10vw, 175px) 0 40px;
  background: var(--ac-background);
}

.ac-travel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: clamp(70px, 9vw, 160px);
  align-items: start;
}

.ac-travel-content h2 {
  margin: 0 0 38px;
  color: var(--ac-green);
  font-size: clamp(48px, 4.3vw, 66px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.ac-travel-text {
  color: var(--ac-green);
  font-size: clamp(16px, 1.08vw, 20px);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.015em;
}

.ac-travel-text p {
  margin: 0 0 34px;
}

.ac-travel-text p:last-child {
  margin-bottom: 0;
}

.ac-travel-preview {
  position: relative;
  min-height: 330px;
  margin-top: -140px;
}

.ac-travel-accent {
  position: absolute;
  top: -10px;
  left: 45px;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  background: #2bc5bd;
}

.ac-travel-circle {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 310px;
  height: 310px;
  margin-left: auto;
  border-radius: 50%;
  background: #fff;
}

.ac-travel-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* =========================================================
   BOTTOM GUIDE IMAGES
========================================================= */
.ac-travel-images {
  min-height: 630px;
  padding: 70px 0 115px;
  background: var(--ac-background);
}

.ac-travel-images-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.ac-guide-circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.ac-guide-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ac-guide-circle--small {
  z-index: 2;
  width: 355px;
  height: 355px;
  margin-right: -58px;
}

.ac-guide-circle--small img {
  -o-object-position: top center;
     object-position: top center;
}

.ac-guide-circle--large {
  width: 500px;
  height: 500px;
}

.ac-guide-circle--large img {
  -o-object-position: center;
     object-position: center;
}

/* =========================================================
   LARGE TABLET
========================================================= */
@media (max-width: 1200px) {
  .ac-container {
    width: min(1050px, 100% - 60px);
  }
  .ac-complex-layout {
    grid-template-columns: minmax(0, 1fr) 185px;
    gap: 55px;
  }
  .ac-small-circle {
    width: 180px;
    height: 180px;
  }
  .ac-environment-title {
    left: 15px;
  }
  .ac-environment-shape {
    left: -45px;
  }
  .ac-environment-copy {
    margin-left: 75px;
  }
  .ac-travel-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 65px;
  }
  .ac-travel-circle {
    width: 285px;
    height: 285px;
  }
  .ac-travel-accent {
    width: 265px;
    height: 265px;
  }
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) {
  .ac-apartments {
    padding-top: 90px;
  }
  .ac-apartment-grid {
    gap: 28px;
  }
  .ac-card-name {
    width: 82%;
    min-height: 58px;
    margin-top: -58px;
    padding: 19px 10px 15px;
  }
  .ac-card-features {
    gap: 13px;
  }
  .ac-feature svg {
    width: 31px;
  }
  .ac-complex-layout {
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 35px;
  }
  .ac-small-circle {
    width: 150px;
    height: 150px;
  }
  .ac-round-gallery-grid {
    gap: 35px;
  }
  .ac-environment,
  .ac-environment-wrap {
    min-height: 790px;
  }
  .ac-environment-shape {
    width: 740px;
    height: 780px;
  }
  .ac-environment-copy {
    width: 590px;
    max-width: calc(100% - 150px);
    padding-top: 225px;
  }
  .ac-travel-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 45px;
  }
  .ac-travel-preview {
    min-height: 280px;
    margin-top: -100px;
  }
  .ac-travel-circle {
    width: 250px;
    height: 250px;
  }
  .ac-travel-accent {
    left: 25px;
    width: 235px;
    height: 235px;
  }
  .ac-guide-circle--small {
    width: 300px;
    height: 300px;
  }
  .ac-guide-circle--large {
    width: 425px;
    height: 425px;
  }
}
/* =========================================================
   MOBILE / SMALL TABLET
========================================================= */
@media (max-width: 767px) {
  .ac-container {
    width: min(100% - 34px, 600px);
  }
  .ac-apartments {
    padding: 272px 0 60px;
  }
  .ac-main-title {
    margin-bottom: 35px;
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1.25;
  }
  .ac-apartment-grid {
    grid-template-columns: 1fr;
    gap: 55px;
    width: min(100%, 410px);
  }
  .ac-card-image {
    aspect-ratio: 0.91/1;
  }
  .ac-card-name {
    width: 72%;
    font-size: 18px;
  }
  .ac-card-features {
    gap: 28px;
    padding-top: 15px;
  }
  .ac-feature {
    font-size: 18px;
  }
  .ac-feature svg {
    width: 37px;
    height: 31px;
  }
  /* Complex */
  .ac-complex {
    padding: 70px 0 75px;
  }
  .ac-complex-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .ac-complex-content h2 {
    margin-bottom: 32px;
    font-size: clamp(39px, 11vw, 54px);
    line-height: 1.08;
  }
  .ac-complex-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .ac-complex-text p + p {
    margin-top: 24px;
  }
  .ac-complex-images {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    padding-top: 0;
  }
  .ac-small-circle {
    width: min(43vw, 185px);
    height: min(43vw, 185px);
  }
  /* Gallery */
  .ac-round-gallery {
    padding: 20px 0 70px;
  }
  .ac-round-gallery-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100% - 60px, 390px);
  }
  /* Environment */
  .ac-environment {
    min-height: auto;
    padding: 85px 0 95px;
  }
  .ac-environment-wrap {
    min-height: auto;
  }
  .ac-environment-shape {
    top: -35px;
    left: 50%;
    width: 720px;
    height: calc(100% + 100px);
    min-height: 880px;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-4deg);
  }
  .ac-environment-title {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 50px;
    font-size: clamp(42px, 12vw, 58px);
    text-align: center;
  }
  .ac-environment-copy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.65;
  }
  .ac-environment-copy p + p {
    margin-top: 25px;
  }
  .ac-environment-copy p:last-child {
    margin-top: 25px;
  }
  /* Travel guide */
  .ac-travel-guide {
    padding: 100px 0 55px;
  }
  .ac-travel-layout {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .ac-travel-content h2 {
    margin-bottom: 32px;
    font-size: clamp(42px, 12vw, 58px);
  }
  .ac-travel-text {
    font-size: 16px;
    line-height: 1.65;
  }
  .ac-travel-preview {
    order: -1;
    width: min(100%, 330px);
    min-height: 320px;
    margin: 0 auto;
  }
  .ac-travel-circle {
    width: 290px;
    height: 290px;
    margin: 0 auto;
  }
  .ac-travel-accent {
    top: -13px;
    left: 50%;
    width: 270px;
    height: 270px;
    transform: translateX(-42%);
  }
  /* Bottom images */
  .ac-travel-images {
    min-height: auto;
    padding: 20px 0 90px;
  }
  .ac-travel-images-layout {
    flex-direction: column;
    gap: 30px;
  }
  .ac-guide-circle--small {
    width: min(78vw, 330px);
    height: min(78vw, 330px);
    margin: 0;
  }
  .ac-guide-circle--large {
    width: min(92vw, 440px);
    height: min(92vw, 440px);
  }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
  .ac-container {
    width: calc(100% - 28px);
  }
  .ac-main-title {
    font-size: 34px;
    letter-spacing: 0.015em;
  }
  .ac-card-features {
    gap: 20px;
  }
  .ac-feature {
    gap: 3px;
    font-size: 16px;
  }
  .ac-feature svg {
    width: 32px;
  }
  .ac-complex-content h2,
  .ac-environment-title,
  .ac-travel-content h2 {
    font-size: 38px;
  }
  .ac-complex-images {
    gap: 12px;
  }
  .ac-environment-shape {
    width: 660px;
    min-height: 1000px;
  }
  .ac-travel-circle {
    width: 255px;
    height: 255px;
  }
  .ac-travel-preview {
    min-height: 280px;
  }
  .ac-travel-accent {
    width: 240px;
    height: 240px;
  }
}
/* =========================================================
   ELEMENTOR RESET
========================================================= */
body.page-id-495 {
  padding-bottom: 74px;
}

body.page-id-524 div[data-elementor-type=wp-page] > .elementor-element:first-child,
body.page-id-495 div[data-elementor-type=wp-page] > .elementor-element:first-child {
  padding-top: 0 !important;
}

body.page-id-495 .elementor-widget-html,
body.page-id-495 .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-495 .coco-fixed p,
body.page-id-495 .coco-fixed figure,
body.page-id-495 .coco-fixed h1 {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

body.page-id-495 .coco-fixed p {
  padding: 0 !important;
}

.coco-fixed,
.coco-fixed * {
  box-sizing: border-box;
}

/* =========================================================
   MAIN WRAPPER
========================================================= */
.coco-fixed {
  --bg: #d4d0cc;
  --green: #9fb39e;
  --brown: #806c5f;
  position: relative;
  left: 50%;
  width: 100%;
  margin-left: -50vw;
  background: var(--bg);
}

.coco-canvas {
  position: relative;
  width: min(100%, 1540px);
  aspect-ratio: 1540/2048;
  min-height: 900px;
  margin: 0 auto;
  isolation: isolate;
  background: var(--bg);
}

/* =========================================================
   CIRCULAR IMAGES
========================================================= */
.coco-circle {
  position: absolute;
  z-index: 5;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
}

.coco-circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coco-kitchen {
  top: 1.75%;
  left: 21.45%;
  width: 26.55%;
  aspect-ratio: 1;
}

.coco-kitchen img {
  -o-object-position: 42% 50%;
     object-position: 42% 50%;
  transform: scale(1.05);
}

.coco-living {
  top: 81.25%;
  left: 55.45%;
  z-index: 7;
  width: 23.5%;
  aspect-ratio: 1;
}

.coco-living img {
  -o-object-position: 48% 57%;
     object-position: 48% 57%;
  transform: scale(1.02);
}

/* =========================================================
   TITLE
========================================================= */
.coco-title {
  position: absolute;
  top: 5.55%;
  left: 50.8%;
  z-index: 8;
  width: 30.4%;
  color: var(--green);
}

.coco-title h1 {
  margin: 0 !important;
  color: var(--green) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(25px, 3.62vw, 72px) !important;
  font-weight: 800 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.coco-features {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: clamp(13px, 2vw, 30px);
  margin: 3.5% 0 0 4%;
  color: var(--brown);
  font-family: "Josefin Sans", Arial, sans-serif;
}

.coco-feature {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(3px, 0.4vw, 7px);
  color: var(--brown);
  white-space: nowrap;
}

.coco-feature svg {
  display: block;
  width: clamp(22px, 2.4vw, 38px);
  height: clamp(22px, 2.4vw, 38px);
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coco-feature b {
  padding-bottom: 1px;
  color: var(--brown);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: clamp(11px, 1.3vw, 20px);
  font-weight: 500;
  line-height: 1;
}

.coco-feature-icon-only {
  align-self: flex-end;
}

.coco-feature-wifi {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.coco-feature-wifi svg {
  width: clamp(26px, 2.8vw, 43px);
  height: clamp(22px, 2.5vw, 38px);
}

.coco-feature-wifi small {
  margin-top: -1px;
  color: var(--brown);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(7px, 0.8vw, 12px);
  font-weight: 800;
  line-height: 1;
}

/* =========================================================
   WHITE SHAPE
========================================================= */
.coco-white {
  position: absolute;
  top: 12.25%;
  left: 41.4%;
  z-index: 4;
  width: 50.5%;
  height: 35%;
  background: url("https://static.showit.co/1200/Vrcmo_MxQueCaClZofgwsA/246284/ontwerp_zonder_titel_3.png") center/100% 100% no-repeat;
}

.coco-white-copy {
  position: absolute;
  top: 17.2%;
  left: 15.5%;
  width: 68%;
  color: var(--brown);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: clamp(8px, 0.78vw, 12.2px);
  font-weight: 500;
  line-height: 1.78;
  text-align: center;
}

.coco-white-copy,
.coco-white-copy p {
  color: var(--brown) !important;
}

.coco-white-copy p {
  margin: 0 !important;
}

.coco-white-copy .lead {
  margin-bottom: 6.5% !important;
  line-height: 1.85;
}

.coco-white-copy p + p {
  margin-top: 3.8% !important;
}

/* =========================================================
   GREEN SHAPE
========================================================= */
.coco-green {
  position: absolute;
  top: 37.45%;
  left: -7.9%;
  z-index: 3;
  width: 81.9%;
  height: 58.2%;
  background: url("https://static.showit.co/1600/SdvXta3gS8a7IRx3Qlk1ig/246284/ontwerp_zonder_titel.png") center/100% 100% no-repeat;
}

.coco-green-copy {
  position: absolute;
  top: 13.6%;
  left: 31.7%;
  width: 45.8%;
  color: #fff !important;
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: clamp(8px, 0.73vw, 11.4px);
  font-weight: 600;
  line-height: 1.72;
  text-align: center;
}

.coco-green-copy,
.coco-green-copy p {
  color: #fff !important;
}

.coco-green-copy p {
  margin: 0 !important;
}

.coco-green-copy p + p {
  margin-top: 1.35% !important;
}

/* =========================================================
   PLACEHOLDER IMAGE
========================================================= */
.coco-placeholder {
  width: min(100%, 1540px);
  height: clamp(300px, 45vw, 690px);
  margin: 0 auto;
  overflow: hidden;
  background: #c9c6c1;
}

.coco-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================================
   SMALL DESKTOP
========================================================= */
@media (max-width: 1280px) and (min-width: 1025px) {
  .coco-canvas {
    min-height: 1100px;
  }
  .coco-white-copy {
    top: 15%;
    left: 14%;
    width: 71%;
    font-size: clamp(9px, 0.92vw, 11.5px);
    line-height: 1.67;
  }
  .coco-white-copy .lead {
    margin-bottom: 4.5% !important;
  }
  .coco-white-copy p + p {
    margin-top: 2.7% !important;
  }
  .coco-green-copy {
    top: 11%;
    left: 29.5%;
    width: 49%;
    font-size: clamp(8.5px, 0.83vw, 10.6px);
    line-height: 1.58;
  }
  .coco-green-copy p + p {
    margin-top: 1.1% !important;
  }
}
/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1024px) and (min-width: 768px) {
  .coco-canvas {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    aspect-ratio: auto;
    padding-top: 330px;
  }
  .coco-kitchen {
    top: -35px;
    left: 5%;
    width: 34%;
  }
  .coco-title {
    top: 105px;
    left: 38%;
    width: 59%;
  }
  .coco-title h1 {
    font-size: clamp(42px, 6.8vw, 68px) !important;
  }
  .coco-white {
    position: relative;
    top: auto;
    left: 50%;
    flex: none;
    width: 104%;
    height: auto;
    margin: 0;
    padding: 145px 150px 190px;
    transform: translateX(-50%);
  }
  .coco-white-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    font-size: clamp(14px, 1.7vw, 17px);
    line-height: 1.58;
  }
  .coco-white-copy .lead {
    margin-bottom: 24px !important;
    line-height: 1.65;
  }
  .coco-white-copy p + p {
    margin-top: 16px !important;
  }
  .coco-green {
    position: relative;
    top: auto;
    left: 50%;
    flex: none;
    width: 126%;
    height: auto;
    margin-top: -120px;
    padding: 210px 250px 265px;
    transform: translateX(-50%);
  }
  .coco-green-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    font-size: clamp(13px, 1.65vw, 16px);
    line-height: 1.5;
  }
  .coco-green-copy p + p {
    margin-top: 14px !important;
  }
  .coco-living {
    top: auto;
    right: 2%;
    bottom: 130px;
    left: auto;
    width: 31%;
  }
  .coco-placeholder {
    height: 480px;
  }
}
/* =========================================================
   RESPONSIVE FEATURE ICONS — TABLET
========================================================= */
@media (max-width: 1024px) {
  .coco-features {
    width: -moz-max-content;
    width: max-content;
    gap: clamp(10px, 2vw, 20px);
    margin-top: 10px;
    margin-left: 1%;
  }
  .coco-feature {
    gap: 4px;
  }
  .coco-feature svg {
    width: clamp(22px, 3vw, 32px);
    height: clamp(22px, 3vw, 32px);
  }
  .coco-feature b {
    font-size: clamp(11px, 1.6vw, 16px);
  }
  .coco-feature-wifi svg {
    width: clamp(26px, 3.6vw, 37px);
    height: clamp(22px, 3vw, 32px);
  }
  .coco-feature-wifi small {
    font-size: clamp(7px, 1vw, 10px);
  }
}
/* =========================================================
   MOBILE — STACKED ORDER
   Image → title/icons → white blob → green blob
========================================================= */
@media (max-width: 767px) {
  .coco-fixed {
    padding-bottom: 0;
    overflow: hidden;
  }
  .coco-canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 30px;
    overflow: visible;
    aspect-ratio: auto;
  }
  /* Kitchen image first */
  .coco-kitchen {
    position: relative;
    top: auto;
    left: auto;
    z-index: 6;
    order: 1;
    width: clamp(205px, 53vw, 285px);
    height: clamp(205px, 53vw, 285px);
    margin: 0 auto 26px;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  .coco-kitchen img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 43% 50%;
       object-position: 43% 50%;
    transform: scale(1.04);
  }
  /* Title and icons second */
  .coco-title {
    position: relative;
    top: auto;
    left: auto;
    z-index: 8;
    order: 2;
    width: 100%;
    margin: 0 auto 26px;
    padding: 0 18px;
    color: var(--green);
    text-align: center;
  }
  .coco-title h1 {
    margin: 0 !important;
    font-size: clamp(34px, 9vw, 54px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.055em !important;
    white-space: normal;
  }
  .coco-features {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: clamp(10px, 2.8vw, 16px);
    margin: 14px auto 0;
  }
  .coco-feature {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 auto;
    gap: 3px;
  }
  .coco-feature svg {
    display: block;
    width: clamp(21px, 5.2vw, 28px);
    height: clamp(21px, 5.2vw, 28px);
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .coco-feature b {
    padding-bottom: 1px;
    font-size: clamp(10px, 2.7vw, 14px);
    font-weight: 500;
    line-height: 1;
  }
  .coco-feature-icon-only {
    align-self: flex-end;
  }
  .coco-feature-wifi {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .coco-feature-wifi svg {
    width: clamp(25px, 6vw, 32px);
    height: clamp(21px, 5.2vw, 28px);
  }
  .coco-feature-wifi small {
    margin-top: -1px;
    font-size: clamp(6px, 1.6vw, 8px);
    font-weight: 800;
    line-height: 1;
  }
  /* White blob third */
  .coco-white {
    position: relative;
    top: auto;
    left: 50%;
    z-index: 4;
    order: 3;
    flex: none;
    width: 112%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: clamp(90px, 23vw, 135px) clamp(60px, 16vw, 105px) clamp(120px, 30vw, 175px);
    transform: translateX(-50%);
    background: url("https://static.showit.co/1200/Vrcmo_MxQueCaClZofgwsA/246284/ontwerp_zonder_titel_3.png") center/100% 100% no-repeat;
  }
  .coco-white-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    font-size: clamp(15px, 3.8vw, 21px);
    line-height: 1.48;
  }
  .coco-white-copy .lead {
    margin-bottom: clamp(18px, 5vw, 30px) !important;
    line-height: 1.5;
  }
  .coco-white-copy .lead br {
    display: none;
  }
  .coco-white-copy p + p {
    margin-top: clamp(15px, 4vw, 24px) !important;
  }
  /* Green blob fourth */
  .coco-green {
    position: relative;
    top: auto;
    left: 50%;
    z-index: 3;
    order: 4;
    flex: none;
    width: 145%;
    height: auto;
    min-height: 0;
    margin-top: clamp(-100px, -17vw, -65px);
    padding: clamp(155px, 38vw, 220px) clamp(125px, 31vw, 185px) clamp(190px, 46vw, 280px);
    transform: translateX(-50%);
    background: url("https://static.showit.co/1600/SdvXta3gS8a7IRx3Qlk1ig/246284/ontwerp_zonder_titel.png") center/100% 100% no-repeat;
  }
  .coco-green-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    font-size: clamp(15px, 3.75vw, 20px);
    line-height: 1.48;
  }
  .coco-green-copy p + p {
    margin-top: clamp(16px, 4vw, 25px) !important;
  }
  /* Living-room image remains over the lower section */
  .coco-living {
    position: absolute;
    top: auto;
    right: -4%;
    bottom: clamp(110px, 26vw, 170px);
    left: auto;
    z-index: 7;
    width: clamp(175px, 43vw, 260px);
    height: clamp(175px, 43vw, 260px);
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  .coco-placeholder {
    height: clamp(330px, 85vw, 500px);
  }
}
/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {
  body.page-id-495 {
    padding-bottom: 72px;
  }
  .coco-canvas {
    padding-top: 24px;
  }
  .coco-kitchen {
    width: 220px;
    height: 220px;
    margin-bottom: 22px;
  }
  .coco-title {
    margin-bottom: 20px;
    padding: 0 12px;
  }
  .coco-title h1 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }
  .coco-features {
    gap: 9px;
    margin-top: 12px;
  }
  .coco-feature {
    gap: 2px;
  }
  .coco-feature svg {
    width: 19px;
    height: 19px;
  }
  .coco-feature b {
    font-size: 9px;
  }
  .coco-feature-wifi svg {
    width: 22px;
    height: 19px;
  }
  .coco-feature-wifi small {
    font-size: 5.5px;
  }
  .coco-white {
    width: 116%;
    padding: 95px clamp(62px, 16vw, 78px) 135px;
  }
  .coco-white-copy {
    font-size: clamp(15px, 4.05vw, 18px);
    line-height: 1.48;
  }
  .coco-green {
    width: 157%;
    margin-top: -85px;
    padding: 175px clamp(125px, 32vw, 155px) 240px;
  }
  .coco-green-copy {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.48;
  }
  .coco-living {
    right: -5%;
    bottom: 135px;
    width: 190px;
    height: 190px;
  }
}
/* =========================================================
   VERY SMALL MOBILE
========================================================= */
@media (max-width: 374px) {
  .coco-canvas {
    padding-top: 20px;
  }
  .coco-kitchen {
    width: 195px;
    height: 195px;
    margin-bottom: 20px;
  }
  .coco-title {
    margin-bottom: 18px;
  }
  .coco-title h1 {
    font-size: 30px !important;
  }
  .coco-features {
    gap: 7px;
    margin-top: 10px;
  }
  .coco-feature svg {
    width: 17px;
    height: 17px;
  }
  .coco-feature b {
    font-size: 8px;
  }
  .coco-feature-wifi svg {
    width: 20px;
    height: 17px;
  }
  .coco-feature-wifi small {
    font-size: 5px;
  }
  .coco-white {
    width: 120%;
    padding: 90px 65px 125px;
  }
  .coco-white-copy {
    font-size: 14px;
    line-height: 1.46;
  }
  .coco-green {
    width: 168%;
    margin-top: -80px;
    padding: 165px 130px 220px;
  }
  .coco-green-copy {
    font-size: 14px;
    line-height: 1.46;
  }
  .coco-living {
    bottom: 125px;
    width: 165px;
    height: 165px;
  }
}
/* =========================================================
   FINAL MOBILE TEXT / BLOB FIX
   Keeps all copy inside the viewport and prevents clipping
========================================================= */
@media (max-width: 767px) {
  .coco-canvas {
    overflow: hidden;
  }
  .coco-white,
  .coco-green {
    left: auto;
    transform: none;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
  .coco-white {
    width: 100%;
    padding: clamp(90px, 22vw, 125px) clamp(26px, 7vw, 48px) clamp(115px, 27vw, 155px);
    background-size: 115% 100%;
    background-position: center;
  }
  .coco-white-copy {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    padding-inline: 0;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
  }
  .coco-green {
    width: 100%;
    margin-top: clamp(-75px, -13vw, -45px);
    padding: clamp(145px, 34vw, 200px) clamp(28px, 7.5vw, 52px) clamp(180px, 42vw, 245px);
    background-size: 145% 100%;
    background-position: center;
  }
  .coco-green-copy {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    padding-inline: 0;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
  }
}
@media (max-width: 480px) {
  .coco-white {
    width: 100%;
    padding: 82px 24px 120px;
    background-size: 130% 100%;
  }
  .coco-white-copy {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  .coco-green {
    width: 100%;
    margin-top: -58px;
    padding: 145px 25px 215px;
    background-size: 175% 100%;
  }
  .coco-green-copy {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 374px) {
  .coco-white {
    padding: 78px 20px 112px;
    background-size: 140% 100%;
  }
  .coco-white-copy {
    font-size: 14px;
    line-height: 1.48;
  }
  .coco-green {
    margin-top: -52px;
    padding: 135px 21px 200px;
    background-size: 190% 100%;
  }
  .coco-green-copy {
    font-size: 14px;
    line-height: 1.48;
  }
}
.ocean-section {
  --ocean-background: #d4d0cc;
  --ocean-turquoise: #0fa1ad;
  --ocean-brown: #8a705b;
  position: relative;
  width: 100%;
  min-height: 1240px;
  overflow: hidden;
  background: var(--ocean-background);
  font-family: "Delius", cursive;
}

.ocean-section,
.ocean-section * {
  box-sizing: border-box;
}

.ocean-layout {
  position: relative;
  width: min(1180px, 100% - 40px);
  min-height: 1240px;
  margin: 0 auto;
}

/* Images */
.ocean-photo {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  margin: 0;
  border-radius: 50%;
}

.ocean-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ocean-photo--top {
  top: 95px;
  left: 15px;
  width: 385px;
  height: 385px;
}

.ocean-photo--top img {
  -o-object-position: 54% 50%;
     object-position: 54% 50%;
}

.ocean-photo--bottom {
  top: 850px;
  left: 55px;
  width: 335px;
  height: 335px;
}

.ocean-photo--bottom img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* Heading */
.ocean-heading {
  position: absolute;
  top: 145px;
  left: 485px;
  z-index: 6;
  width: 560px;
  text-align: center;
}

.ocean-heading__logo {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto 14px;
}

/* SVG amenity icons */
.ocean-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-top: 14px;
}

.ocean-feature {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--ocean-brown);
}

.ocean-feature svg {
  display: block;
  width: 46px;
  height: 46px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ocean-feature span {
  position: relative;
  top: 1px;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.ocean-feature--icon-only {
  gap: 0;
}

.ocean-feature--airco svg {
  width: 58px;
}

.ocean-feature--wifi svg {
  width: 60px;
  height: 55px;
}

.ocean-feature--wifi text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* Blob */
.ocean-blob {
  position: absolute;
  top: 320px;
  right: -10px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 840px;
  height: 790px;
  padding: 120px 125px 105px;
  background: var(--ocean-turquoise);
  border-radius: 48% 52% 49% 51%/42% 43% 57% 58%;
}

/*
The text is centered directly by flexbox.
There is no left offset, translate or rotation.
*/
.ocean-blob__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.ocean-blob__intro {
  margin: 0 0 42px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.ocean-blob__text {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.ocean-blob__text p {
  margin: 0 0 13px;
  color: #ffffff !important;
}

.ocean-blob__text p:last-child {
  margin-bottom: 0;
}

.ocean-blob__content,
.ocean-blob__content p,
.ocean-blob__content span,
.ocean-blob__content div {
  color: #ffffff !important;
  transform: none !important;
}

/* Small desktop */
@media (max-width: 1199px) {
  .ocean-section {
    min-height: 1100px;
  }
  .ocean-layout {
    width: min(1000px, 100% - 34px);
    min-height: 1100px;
  }
  .ocean-photo--top {
    top: 80px;
    left: 5px;
    width: 325px;
    height: 325px;
  }
  .ocean-heading {
    top: 125px;
    left: 370px;
    width: 510px;
  }
  .ocean-heading__logo {
    width: 270px;
  }
  .ocean-features {
    gap: 16px;
  }
  .ocean-feature svg {
    width: 42px;
    height: 42px;
  }
  .ocean-feature span {
    font-size: 17px;
  }
  .ocean-feature--airco svg {
    width: 53px;
  }
  .ocean-feature--wifi svg {
    width: 55px;
    height: 50px;
  }
  .ocean-blob {
    top: 290px;
    right: -65px;
    width: 745px;
    height: 700px;
    padding: 100px 105px 90px;
  }
  .ocean-blob__intro {
    margin-bottom: 32px;
    font-size: 17px;
  }
  .ocean-blob__text {
    font-size: 15px;
    line-height: 1.82;
  }
  .ocean-photo--bottom {
    top: 730px;
    left: 20px;
    width: 285px;
    height: 285px;
  }
}
/* Tablet */
@media (max-width: 900px) {
  .ocean-section {
    min-height: 0;
    padding: 60px 0 80px;
  }
  .ocean-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(680px, 100% - 32px);
    min-height: 0;
  }
  .ocean-photo,
  .ocean-heading,
  .ocean-blob {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .ocean-photo--top {
    order: 1;
    width: min(400px, 70vw);
    height: min(400px, 70vw);
    margin: 0 auto 35px;
  }
  .ocean-heading {
    order: 2;
    width: 100%;
    margin: 0 auto 50px;
  }
  .ocean-heading__logo {
    width: 290px;
    margin-bottom: 18px;
  }
  .ocean-features {
    flex-wrap: wrap;
    gap: 18px;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .ocean-feature svg {
    width: 42px;
    height: 42px;
  }
  .ocean-feature span {
    font-size: 17px;
  }
  .ocean-feature--airco svg {
    width: 53px;
  }
  .ocean-feature--wifi svg {
    width: 55px;
    height: 50px;
  }
  .ocean-blob {
    order: 3;
    width: calc(100% + 70px);
    height: auto;
    min-height: 650px;
    margin: 0 -35px;
    padding: 90px 85px 115px;
    border-radius: 48% 52% 8% 8%/8% 8% 3% 3%;
  }
  .ocean-blob__content {
    max-width: 570px;
  }
  .ocean-blob__intro {
    margin-bottom: 38px;
    font-size: 19px;
  }
  .ocean-blob__text {
    font-size: 16px;
    line-height: 1.9;
  }
  .ocean-photo--bottom {
    order: 4;
    width: min(350px, 65vw);
    height: min(350px, 65vw);
    margin: -65px auto 0;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .ocean-section {
    padding: 42px 0 60px;
  }
  .ocean-layout {
    width: calc(100% - 24px);
  }
  .ocean-photo--top {
    width: min(320px, 84vw);
    height: min(320px, 84vw);
    margin-bottom: 28px;
  }
  .ocean-heading {
    margin-bottom: 40px;
  }
  .ocean-heading__logo {
    width: 245px;
    margin-bottom: 16px;
  }
  .ocean-features {
    flex-wrap: nowrap;
    gap: 9px;
    width: 100%;
    max-width: 390px;
  }
  .ocean-feature {
    gap: 3px;
  }
  .ocean-feature svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
  }
  .ocean-feature span {
    font-size: 14px;
  }
  .ocean-feature--airco svg {
    width: 40px;
  }
  .ocean-feature--wifi svg {
    width: 44px;
    height: 40px;
  }
  .ocean-feature--wifi text {
    font-size: 10px;
  }
  .ocean-blob {
    width: calc(100% + 28px);
    min-height: 0;
    margin: 0 -14px;
    padding: 72px 34px 95px;
    border-radius: 48% 52% 4% 4%/4% 4% 2% 2%;
  }
  .ocean-blob__intro {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.75;
  }
  .ocean-blob__intro br {
    display: none;
  }
  .ocean-blob__text {
    font-size: 14px;
    line-height: 1.8;
  }
  .ocean-blob__text p {
    margin-bottom: 17px;
  }
  .ocean-photo--bottom {
    width: min(290px, 78vw);
    height: min(290px, 78vw);
    margin-top: -50px;
  }
}
/* Very small mobile */
@media (max-width: 390px) {
  .ocean-features {
    gap: 5px;
  }
  .ocean-feature svg {
    width: 29px;
    height: 29px;
  }
  .ocean-feature span {
    font-size: 13px;
  }
  .ocean-feature--airco svg {
    width: 36px;
  }
  .ocean-feature--wifi svg {
    width: 40px;
    height: 36px;
  }
}
.palmtree-section {
  --palmtree-background: #d4d0cc;
  --palmtree-green: #a3b8a2;
  --palmtree-brown: #8a705b;
  --palmtree-white: #ffffff;
  position: relative;
  width: 100%;
  min-height: 1430px;
  overflow: hidden;
  background: var(--palmtree-background);
  font-family: "Delius", cursive;
}

.palmtree-section,
.palmtree-section * {
  box-sizing: border-box;
}

.palmtree-layout {
  position: relative;
  width: min(1220px, 100% - 40px);
  min-height: 1430px;
  margin: 0 auto;
}

/* ==================================================
   CIRCULAR IMAGES
================================================== */
.palmtree-photo {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  margin: 0;
  border-radius: 50%;
}

.palmtree-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Top image */
.palmtree-photo--top {
  top: 75px;
  left: 20px;
  width: 410px;
  height: 410px;
}

.palmtree-photo--top img {
  -o-object-position: 52% 50%;
     object-position: 52% 50%;
}

/* Bottom image */
.palmtree-photo--bottom {
  top: 975px;
  left: 35px;
  width: 355px;
  height: 355px;
}

.palmtree-photo--bottom img {
  -o-object-position: 48% 50%;
     object-position: 48% 50%;
}

/* ==================================================
   HEADING
================================================== */
.palmtree-heading {
  position: absolute;
  top: 145px;
  left: 500px;
  z-index: 7;
  width: 570px;
  text-align: center;
}

.palmtree-heading__title {
  margin: 0 0 16px;
  color: var(--palmtree-green);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -4px;
  text-transform: uppercase;
}

/* ==================================================
   SVG FEATURES
================================================== */
.palmtree-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 18px;
}

.palmtree-feature {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--palmtree-brown);
}

.palmtree-feature svg {
  display: block;
  width: 43px;
  height: 43px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.palmtree-feature span {
  position: relative;
  top: 1px;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.palmtree-feature--icon-only {
  gap: 0;
}

.palmtree-feature--airco svg {
  width: 55px;
}

.palmtree-feature--wifi svg {
  width: 59px;
  height: 54px;
}

.palmtree-feature--wifi text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* ==================================================
   ORGANIC GREEN SHAPE
================================================== */
.palmtree-blob {
  position: absolute;
  top: 315px;
  right: -30px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 930px;
  height: 1040px;
  padding: 125px 145px 130px;
  background: var(--palmtree-green);
  border-radius: 50% 50% 48% 52%/38% 39% 61% 62%;
}

/* ==================================================
   BLOB CONTENT
================================================== */
.palmtree-blob__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  color: var(--palmtree-white);
  text-align: center;
}

.palmtree-blob__intro {
  margin-bottom: 52px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
}

.palmtree-blob__intro p {
  margin: 0 0 8px;
  color: #ffffff !important;
}

.palmtree-blob__intro p:last-child {
  margin-bottom: 0;
}

.palmtree-blob__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9;
}

.palmtree-blob__text p {
  margin: 0 0 14px;
  color: #ffffff !important;
}

.palmtree-blob__text p:last-child {
  margin-bottom: 0;
}

.palmtree-blob__content,
.palmtree-blob__content p,
.palmtree-blob__content span,
.palmtree-blob__content div {
  color: #ffffff !important;
  transform: none !important;
}

/* ==================================================
   SMALL DESKTOP
================================================== */
@media (max-width: 1199px) {
  .palmtree-section {
    min-height: 1270px;
  }
  .palmtree-layout {
    width: min(1000px, 100% - 34px);
    min-height: 1270px;
  }
  .palmtree-photo--top {
    top: 70px;
    left: 5px;
    width: 345px;
    height: 345px;
  }
  .palmtree-heading {
    top: 130px;
    left: 385px;
    width: 520px;
  }
  .palmtree-heading__title {
    font-size: 62px;
  }
  .palmtree-features {
    gap: 15px;
  }
  .palmtree-feature svg {
    width: 39px;
    height: 39px;
  }
  .palmtree-feature span {
    font-size: 16px;
  }
  .palmtree-feature--airco svg {
    width: 48px;
  }
  .palmtree-feature--wifi svg {
    width: 52px;
    height: 48px;
  }
  .palmtree-blob {
    top: 290px;
    right: -80px;
    width: 820px;
    height: 920px;
    padding: 105px 125px 110px;
  }
  .palmtree-blob__content {
    max-width: 570px;
  }
  .palmtree-blob__intro {
    margin-bottom: 40px;
    font-size: 17px;
  }
  .palmtree-blob__text {
    font-size: 15px;
    line-height: 1.82;
  }
  .palmtree-photo--bottom {
    top: 860px;
    left: 10px;
    width: 305px;
    height: 305px;
  }
}
/* ==================================================
   TABLET
================================================== */
@media (max-width: 900px) {
  .palmtree-section {
    min-height: 0;
    padding: 60px 0 85px;
  }
  .palmtree-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(700px, 100% - 32px);
    min-height: 0;
  }
  .palmtree-photo,
  .palmtree-heading,
  .palmtree-blob {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .palmtree-photo--top {
    order: 1;
    width: min(410px, 70vw);
    height: min(410px, 70vw);
    margin: 0 auto 40px;
  }
  .palmtree-heading {
    order: 2;
    width: 100%;
    margin: 0 auto 55px;
  }
  .palmtree-heading__title {
    margin-bottom: 20px;
    font-size: 64px;
  }
  .palmtree-features {
    flex-wrap: wrap;
    gap: 18px 22px;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
  }
  .palmtree-blob {
    order: 3;
    width: calc(100% + 80px);
    height: auto;
    min-height: 850px;
    margin: 0 -40px;
    padding: 95px 90px 125px;
    border-radius: 48% 52% 8% 8%/8% 8% 3% 3%;
  }
  .palmtree-blob__content {
    max-width: 580px;
  }
  .palmtree-blob__intro {
    margin-bottom: 42px;
    font-size: 19px;
  }
  .palmtree-blob__text {
    font-size: 16px;
    line-height: 1.9;
  }
  .palmtree-photo--bottom {
    order: 4;
    width: min(360px, 66vw);
    height: min(360px, 66vw);
    margin: -70px auto 0;
  }
}
/* ==================================================
   MOBILE
================================================== */
@media (max-width: 600px) {
  .palmtree-section {
    padding: 42px 0 65px;
  }
  .palmtree-layout {
    width: calc(100% - 24px);
  }
  .palmtree-photo--top {
    width: min(325px, 84vw);
    height: min(325px, 84vw);
    margin-bottom: 32px;
  }
  .palmtree-heading {
    margin-bottom: 42px;
  }
  .palmtree-heading__title {
    margin-bottom: 16px;
    font-size: clamp(44px, 14vw, 58px);
    letter-spacing: -3px;
  }
  .palmtree-features {
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    max-width: 390px;
  }
  .palmtree-feature {
    gap: 3px;
  }
  .palmtree-feature svg {
    width: 31px;
    height: 31px;
    stroke-width: 2;
  }
  .palmtree-feature span {
    font-size: 14px;
  }
  .palmtree-feature--airco svg {
    width: 39px;
  }
  .palmtree-feature--wifi svg {
    width: 43px;
    height: 39px;
  }
  .palmtree-feature--wifi text {
    font-size: 10px;
  }
  .palmtree-blob {
    width: calc(100% + 28px);
    min-height: 0;
    margin: 0 -14px;
    padding: 75px 36px 100px;
    border-radius: 48% 52% 4% 4%/4% 4% 2% 2%;
  }
  .palmtree-blob__intro {
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 1.75;
  }
  .palmtree-blob__text {
    font-size: 14px;
    line-height: 1.8;
  }
  .palmtree-blob__text p {
    margin-bottom: 18px;
  }
  .palmtree-photo--bottom {
    width: min(295px, 78vw);
    height: min(295px, 78vw);
    margin-top: -52px;
  }
}
/* ==================================================
   VERY SMALL MOBILE
================================================== */
@media (max-width: 390px) {
  .palmtree-features {
    gap: 5px;
  }
  .palmtree-feature svg {
    width: 28px;
    height: 28px;
  }
  .palmtree-feature span {
    font-size: 13px;
  }
  .palmtree-feature--airco svg {
    width: 35px;
  }
  .palmtree-feature--wifi svg {
    width: 39px;
    height: 35px;
  }
  .palmtree-blob {
    padding-right: 28px;
    padding-left: 28px;
  }
  .palmtree-blob__text {
    font-size: 13.5px;
  }
}
li,
p {
  font-size: 20px;
  font-weight: 400;
}

h1 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

.elementor-heading-title {
  margin: 0 0 25px 0 !important;
}

.logo {
  max-width: 200px;
}

.page-id-542,
.page-id-592,
.page-id-18 {
  background-image: url("/wp-content/uploads/2026/07/ontwerp_zonder_titel.png");
  background-repeat: no-repeat;
  background-size: unset;
}
@media (min-width: 1025px) {
  .page-id-542,
  .page-id-592,
  .page-id-18 {
    background-position: -58% 0%;
  }
}
@media (max-width: 1025px) {
  .page-id-542,
  .page-id-592,
  .page-id-18 {
    background-position: 58% 0%;
  }
}

.elementor-slides-wrapper {
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .elementor-slides-wrapper {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1025px) {
  .elementor-slides-wrapper {
    height: 330px;
    width: 330px;
  }
}

.menu-open .elementor > .elementor-element {
  z-index: -1;
}

.CTA {
  padding-top: 40px;
}
.CTA h3 {
  text-align: center;
}
.CTA h3 span {
  display: block;
  margin: 1.5rem 0 0;
  font-size: clamp(1rem, 1.5vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.page-id-584,
.page-id-547,
.page-id-14 {
  background-image: url("/wp-content/uploads/2026/07/ontwerp_zonder_titel.png");
  background-repeat: no-repeat;
  background-size: unset;
}
@media (min-width: 1025px) {
  .page-id-584,
  .page-id-547,
  .page-id-14 {
    background-position: 445% -126%;
  }
}
@media (max-width: 1025px) {
  .page-id-584,
  .page-id-547,
  .page-id-14 {
    background-position: 58% 0%;
  }
}
.page-id-584 h1,
.page-id-547 h1,
.page-id-14 h1 {
  color: rgb(129, 106, 87);
  text-transform: uppercase;
  text-align: center;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1025px) {
  .page-id-584 h1,
  .page-id-547 h1,
  .page-id-14 h1 {
    font-size: 35px;
  }
}
@media (max-width: 1025px) {
  .page-id-584 h1,
  .page-id-547 h1,
  .page-id-14 h1 {
    font-size: 28px;
  }
}

#accordionauacoco-alt .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
#accordionauacoco-alt .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
#accordionauacoco-alt .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
  fill: rgb(16, 156, 166);
}
#accordionauacoco-alt details summary + div {
  border: none;
  margin-bottom: 22px;
}
#accordionauacoco-alt .elementor-widget-n-accordion .e-n-accordion-item-title {
  border-color: rgb(16, 156, 166);
  border-radius: 10px;
}
#accordionauacoco-alt .elementor-widget-n-accordion .e-n-accordion-item {
  gap: 20px;
}
#accordionauacoco-alt .e-n-accordion .e-n-accordion-item-title-text {
  color: rgb(16, 156, 166);
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.8;
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
}
#accordionauacoco-alt .e-n-accordion .elementor-widget-text-editor,
#accordionauacoco-alt .e-n-accordion p {
  color: rgb(16, 156, 166);
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.elementor-widget-reviews .swiper-slide {
  background: transparent !important;
  border: none !important;
}

.headingcta {
  text-transform: uppercase;
  color: rgb(212, 208, 204);
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 22px;
  text-align: center;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 769px) {
  .title-reviews {
    transform: scale(1, 1) translate(0px, 0px) rotate(270deg);
  }
}
.title-reviews {
  color: rgb(112, 122, 92);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 30px;
  text-align: left;
  font-family: "Josefin Sans";
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  overflow: hidden;
}

.reviews .elementor-testimonial__text {
  color: rgb(16, 156, 166);
  line-height: 1.5 !important;
  font-size: 18px !important;
  font-family: "Josefin Sans" !important;
  font-weight: 400 !important;
  font-style: normal;
  overflow: hidden;
  letter-spacing: 0.05em;
}
.reviews .elementor-testimonial__title {
  color: rgb(16, 156, 166);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 30px !important;
  font-family: "Josefin Sans" !important;
  font-weight: 400 !important;
  font-style: normal;
}
.reviews .elementor-testimonial__name {
  color: rgb(16, 156, 166) !important;
  line-height: 1.5;
  font-family: "Rawengulk Regular" !important;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  font-size: 17px;
}

.accordionauacoco .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
.accordionauacoco .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
.accordionauacoco .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
  fill: rgb(212, 208, 204);
}
.accordionauacoco details summary + div {
  border: none;
  margin-bottom: 22px;
}
.accordionauacoco .elementor-widget-n-accordion .e-n-accordion-item-title {
  border-color: rgb(212, 208, 204);
  border-radius: 10px;
}
.accordionauacoco .elementor-widget-n-accordion .e-n-accordion-item {
  gap: 20px;
}
.accordionauacoco .e-n-accordion .e-n-accordion-item-title-text {
  color: rgb(212, 208, 204);
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.8;
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
}
.accordionauacoco .e-n-accordion .elementor-widget-text-editor,
.accordionauacoco .e-n-accordion p {
  color: rgb(212, 208, 204);
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Josefin Sans", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 1025px) {
  .qlwapp__container {
    bottom: 60px !important;
  }
}

@media (min-width: 1025px) {
  .book-stay-btn {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 8px;
  }
}
@media (max-width: 1025px) {
  .book-stay-btn {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.book-stay-btn {
  position: fixed;
  z-index: 9999;
  display: inline-block;
  background-color: #1a9e96;
  color: #ffe600;
  font-weight: 800;
  font-size: 32px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 13px 30px 8px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.book-stay-btn:hover {
  background-color: #178c85;
  color: #fff;
}

.footer-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  margin-top: 10px;
}

.footer-strip__row {
  display: flex;
  gap: 13px;
  width: 100%;
}

.footer-strip__item {
  flex: 1 1 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-strip__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Logo tile sits on the background, not cropped like a photo */
.footer-strip__item--logo {
  background-color: transparent;
}

.footer-strip__item--logo img {
  width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-strip__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding: 0 4px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4a4a4a;
}

.footer-strip__info a {
  color: #4a4a4a;
  text-decoration: none;
}

.footer-strip__info a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .footer-strip__row {
    flex-wrap: wrap;
  }
  .footer-strip__item {
    flex: 1 1 30%;
  }
  .footer-strip__info {
    justify-content: center;
    text-align: center;
  }
}
.image-table {
  border: none;
  border-collapse: collapse;
}

.image-table td {
  border: none;
  padding: 0 10px;
  text-align: center;
}

.image-table img {
  width: 80px;
  height: auto;
  display: block;
}

:root {
  --aruba-background: #d4d0cc;
  --aruba-green: #9daf9b;
  --aruba-brown: #886e5b;
}

.externalbookingurl {
  display: none;
}

body.page-id-506 div[data-elementor-type=wp-page] > .elementor-element:first-child {
  padding-top: 150px !important;
}

article.page {
  padding-top: 165px;
}

body:not(.home):not(.page-id-12):not(.page-id-526):not(.page-id-579):not(.page-id-605):not(.page-id-528):not(.page-id-36):not(.page-id-575):not(.page-id-577):not(.page-id-552):not(.page-id-3):not(.page-id-609) div[data-elementor-type=wp-page] > .elementor-element:first-child {
  padding-top: 256px;
}

.aruba-hero {
  padding-top: 56px;
  position: relative;
  width: 100%;
  min-height: 1180px;
  margin: 0;
  padding-bottom: 192px;
  overflow: hidden;
  background-color: var(--aruba-background);
}

.aruba-hero__background-shape {
  position: absolute;
  z-index: 0;
  top: -120px;
  left: 30%;
  width: 1050px;
  height: 1050px;
  background-color: var(--aruba-green);
  border-radius: 50%;
}

.aruba-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100% - 40px);
  min-height: 1180px;
  margin: 0 auto;
}

/* Main beach circle */
.aruba-hero__main-visual {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 43%;
  width: clamp(400px, 40vw, 610px);
  aspect-ratio: 1/1;
}

.aruba-hero__main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 54%;
     object-position: 50% 54%;
  border-radius: 50% !important;
}

.aruba-hero__photo--flamingo {
  position: absolute;
  z-index: 2;
  top: 87%;
  left: 44%;
  width: clamp(230px, 23vw, 340px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}

.aruba-hero__photo--flamingo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Separate transparent logo image */
.aruba-hero__main-logo {
  position: absolute;
  z-index: 3;
  top: -3%;
  left: -13%;
  width: 69%;
  height: auto;
}

/* Heading */
.aruba-hero__heading {
  position: absolute;
  z-index: 4;
  top: 39%;
  left: 36%;
  width: clamp(400px, 39vw, 590px);
  text-align: center;
}

.aruba-hero__heading h1 {
  color: rgb(129, 106, 87);
  line-height: 1.3;
  font-size: 40px;
  text-align: center;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-style: normal;
}

/* Gallery circles */
.aruba-hero__photo {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
}

.aruba-hero__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aruba-hero__photo--pool {
  z-index: 5;
  top: 46%;
  left: 7%;
  width: clamp(150px, 15vw, 230px);
  aspect-ratio: 1/1;
}

.aruba-hero__photo--coconut {
  z-index: 4;
  top: 56%;
  left: 17%;
  width: clamp(280px, 29vw, 450px);
  aspect-ratio: 1/1;
}

.aruba-hero__photo--resort {
  z-index: 5;
  top: 61%;
  left: 59%;
  width: clamp(150px, 15vw, 220px);
  aspect-ratio: 1/1;
}

.aruba-hero__photo--palapa {
  z-index: 4;
  top: 59%;
  left: 72%;
  width: clamp(230px, 23vw, 355px);
  aspect-ratio: 1/1;
}

/* Smaller desktop */
@media (max-width: 1200px) {
  .aruba-hero__background-shape {
    left: 27%;
    width: 84%;
  }
  .aruba-hero__main-visual {
    left: 41%;
  }
  .aruba-hero__heading {
    left: 34%;
  }
  .aruba-hero__photo--pool {
    left: 4%;
  }
  .aruba-hero__photo--coconut {
    left: 13%;
  }
  .aruba-hero__photo--resort {
    left: 58%;
  }
  .aruba-hero__photo--palapa {
    left: 70%;
  }
}
/* Tablet */
@media (max-width: 900px) {
  .aruba-hero__photo--flamingo {
    top: 82%;
    left: 26%;
    width: clamp(220px, 36vw, 300px);
  }
  .aruba-hero {
    min-height: 1050px;
    padding: 35px 20px;
  }
  .aruba-hero__inner {
    width: 100%;
    min-height: 980px;
  }
  .aruba-hero__background-shape {
    top: -3%;
    left: 3%;
    width: 106%;
    height: 95%;
    border-radius: 46% 48% 44% 50%;
    transform: rotate(-3deg);
  }
  .aruba-hero__main-visual {
    top: 4%;
    left: 50%;
    width: min(70vw, 530px);
    transform: translateX(-50%);
  }
  .aruba-hero__main-logo {
    top: 12%;
    left: 16%;
    width: 66%;
  }
  .aruba-hero__heading {
    top: 38%;
    left: 50%;
    width: min(580px, 88%);
    transform: translateX(-50%);
  }
  .aruba-hero__heading h1 {
    font-size: clamp(25px, 4vw, 35px);
  }
  .aruba-hero__photo--pool {
    top: 56%;
    left: 1%;
    width: clamp(145px, 23vw, 200px);
  }
  .aruba-hero__photo--coconut {
    top: 64%;
    left: 12%;
    width: clamp(280px, 46vw, 380px);
  }
  .aruba-hero__photo--resort {
    top: 58%;
    left: auto;
    right: 16%;
    width: clamp(140px, 22vw, 185px);
  }
  .aruba-hero__photo--palapa {
    top: 70%;
    left: auto;
    right: -1%;
    width: clamp(225px, 35vw, 300px);
  }
}
/* Mobile */
@media (max-width: 600px) {
  .aruba-hero__photo--flamingo {
    top: 82%;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(180px, 58vw, 240px);
  }
  .aruba-hero {
    min-height: 970px;
    padding: 20px 15px 40px;
  }
  .aruba-hero__inner {
    min-height: 910px;
  }
  .aruba-hero__background-shape {
    top: -2%;
    left: -17%;
    width: 138%;
    height: 82%;
    border-radius: 44% 46% 48% 50%;
    transform: rotate(-2deg);
  }
  .aruba-hero__main-visual {
    top: 3%;
    width: min(86vw, 390px);
  }
  .aruba-hero__main-logo {
    top: 13%;
    left: 16%;
    width: 66%;
  }
  .aruba-hero__heading {
    top: 34%;
    width: 94%;
  }
  .aruba-hero__heading h1 {
    font-size: clamp(19px, 5.5vw, 26px);
    line-height: 1.25;
    letter-spacing: 2px;
  }
  .aruba-hero__photo--pool {
    top: 53%;
    left: -3%;
    width: clamp(105px, 30vw, 145px);
  }
  .aruba-hero__photo--coconut {
    top: 61%;
    left: 4%;
    width: clamp(220px, 65vw, 290px);
  }
  .aruba-hero__photo--resort {
    top: 56%;
    right: -2%;
    width: clamp(100px, 28vw, 135px);
  }
  .aruba-hero__photo--palapa {
    top: 71%;
    right: -12%;
    width: clamp(180px, 52vw, 230px);
  }
}
/* Very small phones */
@media (max-width: 380px) {
  .aruba-hero__photo--flamingo {
    top: 80%;
    width: 180px;
  }
  .aruba-hero {
    min-height: 900px;
  }
  .aruba-hero__inner {
    min-height: 850px;
  }
  .aruba-hero__main-logo {
    left: -4%;
  }
  .aruba-hero__heading {
    top: 33%;
  }
  .aruba-hero__heading h1 {
    font-size: 18px;
  }
  .aruba-hero__photo--pool {
    top: 52%;
  }
  .aruba-hero__photo--coconut {
    top: 60%;
    width: 225px;
  }
  .aruba-hero__photo--resort {
    top: 55%;
  }
  .aruba-hero__photo--palapa {
    top: 70%;
    width: 185px;
  }
}
.about-owner-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* Shape layer */
/* Background shapes */
.bg-shape {
  position: absolute;
  display: block;
  z-index: -1;
  background-color: #a8b29d;
  border-radius: 50%;
  pointer-events: none;
}

/* Large upper-left shape */
.bg-shape--left {
  top: 2%;
  left: 8%;
  width: clamp(620px, 52vw, 820px);
  aspect-ratio: 1;
}

/* Lower-right shape */
.bg-shape--right {
  right: -22%;
  bottom: -12%;
  width: clamp(540px, 45vw, 740px);
  aspect-ratio: 1;
}

/* Tablet */
@media (max-width: 1024px) {
  .bg-shape--left {
    top: 3%;
    left: -20%;
    width: 780px;
  }
  .bg-shape--right {
    right: -30%;
    bottom: -8%;
    width: 680px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .bg-shape--left {
    top: 1%;
    left: -45%;
    width: 650px;
  }
  .bg-shape--right {
    right: -55%;
    bottom: -3%;
    width: 600px;
  }
}
