.service-banner-image img {
  width: 100%;
  object-fit: cover;
  opacity: 0.6;
  height: 700px;
  z-index: -1;
  position: relative;
  object-position: bottom;
}

.page-template-publishing-template .service-content-fold .row-container {
  max-width: 980px;
}

.page-template-publishing-template .service-fold-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.service-fold-image i {
  font-size: 22px;
  opacity: 0.5;
}

.service-content-fold {
  background: white;
  padding: 60px 0px;
  position: relative;
}

.service-content-fold-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.service-fold-image {
  flex: 1 0 45%;
  position: sticky;
  top: 110px;
  height: calc(100vh - 170px);
}

.service-fold-content {
  flex: 1 0 45%;
}

.flipped .service-content-fold-inner {
  flex-direction: row-reverse;
}

.service-slider-fold {
  padding: 0px 0px 30px;
  background: #090909;
  position: relative;
}

.service-slider-fold-title {
  color: white;
  margin-bottom: 15px;
}

.service-slider-fold-title .subtitle {
  margin: 0;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.home-fold1-inner {
  padding: 110px 0px 30px !important;
  height: auto;
}

.service-banner-image {
  position: fixed;
  width: 100%;
  top: 65px;
  z-index: -1;
}

.service-banner {
  height: 573px;
  overflow: hidden;
  border-bottom: solid 0px var(--primary-color1);
  position: relative;
}

.service-splide-item {
  position: relative;
  text-align: left;
}

.service-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
}

@media (min-width: 1600px) {
  .page-id-14891 .service-fold-image img {
    object-position: 16% 50% !important;
  }
}

.page-id-14891 .service-fold-image img {
  object-position: 0% 50%;
}

.service-slider-content .smalltitle {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-family: "Engraver";
  text-align: center;
}

.service-splide-item::before {
  width: 100%;
  height: 190px;
  position: absolute;
  content: "";
  background: linear-gradient(0deg, black 1%, transparent 100%);
  opacity: 0.9;
  bottom: 0;
  left: 0;
}

.service-slider-image {
  aspect-ratio: 1;
}

.service-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-fold-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90% 50%;
}

/**PROPERTIES**/
.properties-fold {
  position: relative;
  z-index: 7;
  background: white;
  padding: 70px 0px;
}

.property-fold {
  background: white;
  position: relative;
  z-index: 3;
  padding: 70px 0px;
}

.property-fold-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.property-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}

ul.property-features {
  list-style: none;
  padding: 0;
}

.property-fold-inner .subtitle {
  margin-bottom: 20px;
}

.property-content-right .readmore,
.property-content-left .readmore {
  background: #171717;
  width: 100%;
  padding: 15px;
}

div#property-gallery .splide__arrows,
div#property-gallery1 .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0px 20px;
  box-sizing: border-box;
}

button.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

div#property-gallery .splide__arrows button svg,
div#property-gallery1 .splide__arrows button svg {
  width: 15px;
}

div#property-gallery .splide__arrows button,
div#property-gallery1 .splide__arrows button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  pointer-events: all;
  cursor: pointer;
  font-size: 22px;
}

.property-image img {
  width: 100%;
  aspect-ratio: 1000 / 500;
  object-fit: cover;
}

.properties-fold-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 50px 70px;
}

.property-item:nth-child(1) {
  grid-column: span 4;
  grid-row: span 2;
}

.property-banner p {
  font-family: 'Engraver';
  color: white;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.property-banner {
  position: absolute;
  background: #090909;
  width: 180px;
  padding: 0px 10px;
  transform: rotate(-45deg) translate(-50%, -50%);
  top: -40px;
  left: 20px;
  z-index: 5;
}

.property-item:nth-child(2),
.property-item:nth-child(3) {
  grid-column: span 2;
}

.property-item:nth-child(4),
.property-item:nth-child(5) {
  grid-column: span 3;
}

.property-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
  overflow: hidden;
  position: relative;
}

.property-excerpt {
  display: none;
}

.property-item:nth-child(1) .property-excerpt {
  display: block;
}

.property-item .property-image {
  flex-grow: 1;
  margin-bottom: 10px;
  overflow: hidden;
}

.property-item .property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.property-item * {
  margin: 0;
}

h3.property-title {
  font-family: 'Engraver';
  flex: 170px;
}

.property-item:hover .property-image img {
  transform: scale(1.1);
}

.properties-fold-title {
  margin-bottom: 30px;
}

.property-content-right {
  width: 100%;
  max-width: 300px;
  position: sticky;
  top: 80px;
}

.property-title-wrapper {
  display: flex;
  justify-content: space-between;
}

.property-meta-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about-fold {
  padding: 70px 0px;
  background: white;
  z-index: 3;
  position: relative;
}

.about-fold-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}

.about-fold-links {
  position: sticky;
  top: 120px;
  flex: 0 0 440px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-fold-content-inner p:last-child {
  margin: 0;
}

.about-fold-content-inner {
  margin-bottom: 20px;
}

.about-fold-links a {
  transition: all .5s ease;
  color: #333;
  display: flex;
  padding: 5px 5px;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  transition: all .5s ease;
  text-align: left;
}

.about-fold-links a.active,
.about-fold-links a:hover {
  background: whitesmoke;
}

.about-fold-links a::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-size: 11px;
  line-height: 20px;
}

.properties-fold.black {
  background: #090909;
  color: white;
}

.properties-fold.black .property-title {
  color: white;
}

.home-fold1-background::before {
  /* background: #171717; */
}

.accommodation-table {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 20px;
  max-width: 100%;
}

.accommodation-table table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  min-width: 640px;
}

.accommodation-table table tr:nth-child(2n) {
  background: whitesmoke;
}

th {
  font-weight: 600;
  background: #ddd;
}

.accommodation-table table td,
.accommodation-table table th {
  padding: 5px;
}

.property-image {
  width: 100%;
}

.property-floorplans {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.property-floorplans .readmore {
  margin: 0;
  flex: 1 0 40%;
}

.property-floorplans .subtitle {
  flex: 0 0 100%;
  margin: 0;
}

.home-fold1-background {
  background: #090909
}

.service-slider-fold .readmore-wrapper {margin-top: 10px;}

.readmore-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 40px;
}

.readmore-wrapper a {
  margin: 0;
  background: whitesmoke;
  color: #333;
}

.page-template-publishing-template .service-content-fold {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 90px 0px 0px;
  background: #000;
  padding: 60px 0px;
  height: calc(100vh - 90px);
}

.page-template-publishing-template .service-content-fold-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.page-template-centres-template .home-fold1-inner {
  padding: 80px 0px !important;
}

.page-template-centres-template .home-fold1-buttons {
  max-width: unset;
  gap: 20px;
}

.page-template-publishing-template .service-fold-image {
  flex: 0 0 400px;
  height: auto;
}

.page-template-centres-template .home-fold1-buttons .service-splide-item {
  width: calc(100% / 4);
  height: 320px;
}

.home-fold1-buttons>.service-splide-item {
  width: 100%;
}

.page-template-centres-template .property-image {
  height: 100%;
}

.page-template-centres-template .home-fold1-buttons .property-image img {
  height: 100%;
}

.home-fold1-buttons {
  max-width: 720px;
  gap: 100px;
}

.page-id-14991 .service-banner {
  display: none;
}

@media (min-width: 1024px) {

  .page-template-publishing-template #masthead:not(.navbar-fixed-top) a {
    color: #000 !important;
  }

  .page-template-publishing-template #masthead:not(.navbar-fixed-top) img, .page-template-publishing-template #masthead:not(.navbar-fixed-top) p {
    filter: invert(0);
    color: #000 !important;
  }
}

.page-id-14856 .service-slider-image {
  opacity: 0;
  display: none;
}

.page-id-14856 .home-fold1-buttons a::before {
  display: none;
}

.page-id-14856 .home-fold1-buttons a .service-slider-content {
  text-align: center;
  padding: 0px;
  position: relative;
}

.page-id-14856 .home-fold1-inner {
  height: 100vh;
  box-sizing: border-box;
  padding: 0px !important;
  gap: 60px;
}

.service-slider-fold-inner {
  max-width: 1024px;
  margin: 0px auto;
}

.page-template-publishing-template .service-content-fold * {
  color: #fff !important;
}

.page-template-publishing-template {
  background: #fff;
}

.page-template-publishing-template .service-content-fold .row-container {
  width: 100%;
}

p.custom-text {
  font-family: 'Engraver';
  font-size: 20px;
  padding-top: 175px;
}

p.custom-text span.one {
  font-size: 24px;
  line-height: 32px;
}

p.custom-text span.two {
  font-size: 28px;
  line-height: 36px;
}

p.custom-text span.three {
  font-size: 30px;
  line-height: 38px;
}

p.custom-text span.four {
  font-size: 26px;
}

p.custom-text span.five {
  font-size: 34px;
  line-height: 42px;
}

p.custom-text span {
  display: block;
}

.publishing-fold-main {
  display: flex;
  justify-content: space-around;
  padding: 0px 0px;
}

.publishing-fold-left {
  flex: 0 1 320px;
  padding: 20px 40px;
  max-width: 500px;
  margin-left: 0px;
  text-align: left;
}

.publishing-fold-right {
  flex: 0 1 390px;
  padding: 20px 40px;
  box-sizing: border-box;
  padding-top: 50px;
}

.publishing-fold-spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  justify-content: end;
  padding: 0px 0px;
  box-sizing: border-box;
  width: 90px;
  position: relative;
  border-left: 0px solid #000;
}

.publishing-fold-spine img {
  max-width: 60px;
}

.publishing-fold-spine .title {
  transform: rotate(90deg) translateX(50%);
  font-size: 44px;
  position: absolute;
  top: 0;
  width: 580px;
}

.publishing-fold-right::before {
  background: #fff;
  z-index: -1;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}

.publishing-fold-right {
  position: relative;
  text-align: right;
}

.row-container {
  width: 100%;
}

.publishing-fold {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-wrapper {
  max-height: 462px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 40px;
  font-family: "Palatino";
}

.scroll-wrapper p {
    line-height: 27px;
}

.publishing-fold-left .scroll-wrapper p {
  direction: ltr;
}

.publishing-fold-left .scroll-wrapper {
  direction: rtl;
  padding-right: 0;
  padding-left: 40px;
}

.scroll-wrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scroll-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page-id-14856 .service-slider-content .smalltitle {
  font-family: 'Engraver';
}

.page-template-about-template .home-fold1-logo {
  max-width: 840px;
}

.page-template-publishing-template .service-content-fold .service-fold-image img {
  width: calc(100% - 50px);
}

.page-template-publishing-template .service-content-fold .service-fold-image {
  justify-content: space-between;
}

.page-id-14747 .service-banner-image img {
  object-position: left 50%;
}

#property-gallery1 img {
  /* aspect-ratio: 1; */
  /* object-position: 53% 50%; */
}

.about-fold-content-inner>.subtitle {
  padding-top: 0px;
}

.home-fold1-logo {
  max-width: 840px;
}

.page-id-14856 .home-fold1-logo img {
  margin-bottom: 20px;
}

.about-fold {
  max-width: 800px;
  margin: 0px auto;
  padding: 40px 20px;
}

.home-fold1-logo .subtitle {
    text-align: center;
}

.service-slider-image:has(img) ~ .service-slider-content .smalltitle {
    text-align: left;
}

a.service-splide-item:has(.property-image) * {
    text-align: left;
}