.page-title{
    height: 100vh;
}

.just-ask {
  padding: var(--p80) var(--p20);
  background-color: var(--lt-bg-color);
  text-align: center;
}

.just-ask h4 {
  font-family: var(--heading-font);
  font-size: var(--f42);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: var(--m20);
  /* position: relative; */
  letter-spacing: 3px;
}


.just-ask p {
  font-family: var(--primary-font);
  font-size: var(--f17);
  font-weight: 500;
  line-height: 1.8;
  color: var(--heading-color);
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: justify;
}



/* ========================== */
.designing-memories {
  background-image: url("../images/privatepool.webp"); /* Replace with your path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.designing-memories::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
  z-index: 0;
}

.designing-memories-content {
  position: relative;
  z-index: 2;
  color: var(--bg-white);
}

.designing-memories-content h1 {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 46px;
  letter-spacing: 16px;
  margin-bottom: 45px;
}
.designing-memories-content h4 {
  font-family: var(--primary-font);
  font-weight: 300;

color: white;
      font-size: 20px;
    letter-spacing: 21px;
    line-height: 1.7em;
}

.btn-designing-memories{
     color:var(--bg-white) !important;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 16px;
  font-family:var(--primary-font);
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--btn-color);
  padding-top: 20px !important;
  padding-right: 50px !important;
  padding-bottom: 20px !important;
  padding-left: 50px !important;
  position: relative;
}

.btn-private-pool i {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
}

.btn-private-pool:hover i {
  opacity: 1;
  transform: translateX(0);
}


/* ====================== */
/* Private Charter Section */
section.private-charter .row {
  width: 90%;
  margin: auto;
  display: flex;              /* enables equal height columns */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;       /* ensures both columns have same height */
  gap: 40px;
}

.charter-item {
  width: 48%;
  display: flex;              /* makes inner content align vertically */
  flex-direction: column;
  justify-content: space-between; /* image stays aligned at bottom */
  text-align: center;
  margin-bottom: 30px;
}

.private-charter h4 {
  font-size: 24px;
  letter-spacing: 6px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.private-charter p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
  width: 100%;
  font-weight: 500;
  font-family: var(--secondary-font);
  text-align: center;
  /* text-transform: capitalize !important; */
  flex-grow: 1; /* allows paragraph area to expand equally */
}

.private-charter img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  margin-top: auto; /* pushes image to bottom */
}



/* =================================== */

.wellness-section {
  background-image: url("../images/mess.jpg"); /* Replace with your path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.wellness-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Optional dark overlay */
  z-index: 0;
}

.wellness-section-content {
  position: relative;
  z-index: 2;
  color: var(--bg-white);
}

.wellness-section-content h1 {
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 46px;
  letter-spacing: 16px;
  margin-bottom: 45px;
}
.wellness-section-content h4 {
  font-family: var(--primary-font);
  font-weight: 300;
   color: white;
      font-size: 20px;
    letter-spacing: 21px;
    line-height: 1.7em;
}

/* ================================= */
/* In-Home Massage Section */
.in-home-section img {
  width: 350px;
  height: 450px;
  max-height: 450px;
  object-fit: cover;
  /* border-radius: 8px; */ /* optional */
  text-align: center;
}

.in-home-section h4 {
  font-size: 29px;
  letter-spacing: 6px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.in-home-section p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-align: justify;
  /* font-family: var(--secondary-font); */
}
section.in-home-section .row{
  width: 80%;
      margin: auto;
}

/* ========================= */
section.con-activity-section{
  padding-top: 10px;
}
.activty-card h4{
  text-align: center;
}
section.con-activity-section .row{
  width: 90%;
  gap: 30px;
  margin: auto;
  justify-content: center;
}
section.con-activity-section .col-md-4{
  width: 30%;
  /* margin: auto; */
}
section.con-activity-section p{
 text-align: justify;
 font-family: var(--secondary-font);
}
section.con-activity-section h4{
     font-size: 24px;
    letter-spacing: 6px;
    font-weight: 400;
}
/* ============================ */
section.concierge-services-section{
      /* background-color: #eaeaea; */
      /* box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); */
}
section.concierge-services-section img{
     width:500px;
     max-width: 600px;
     height: 100%;
     object-fit: cover;
        padding-right: 33px;
}
section.concierge-services-section h4{
      letter-spacing: 5px;
      font-size: 30px;
      font-weight: 400;
}
section.concierge-services-section .row{
    width: 90%;
    margin: auto;
}
section.concierge-services-section h5{
     letter-spacing: 4px;
     font-size: 14px;
     font-weight: 300;
}
section.concierge-services-section p{
     letter-spacing: 1px;
     font-size: 14px;
     word-spacing: 1px;
     font-weight: 500;
     /* font-family: var(--secondary-font); */
}

.ad-btn{
      margin-top: 30px;
}

.btn-concierge-services{
     color:var(--bg-white) !important;
     border-width: 0px !important;
     border-color: RGBA(255, 255, 255, 0);
     border-radius: 0px;
     letter-spacing: 3px;
     font-size: 16px;
     font-family:var(--primary-font);
     font-weight: 700 !important;
     text-transform: uppercase !important;
     background-color: var(--btn-color);
     padding-top: 20px !important;
     padding-right: 35px !important;
     padding-bottom: 20px !important;
     padding-left: 35px !important;
     position: relative;
}

.btn-concierge-services i {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
}

.btn-concierge-services:hover i {
  opacity: 1;
  transform: translateX(0);
}


/* new section start here ! */
.vacation-sec {
    padding: 60px 0;
    background: #efefef;
}

.vacation-contain {
    margin: 0 auto;
    width: 100%;
    /* height: 100%; */
}
.vacation-item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    height: 100%;
    justify-content: center;
}
.vacation-contain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.vacation-sec .vacation-slider img{
 height: 422px;
 object-fit: contain;
}
section.vacation-sec .vacation-contain video{
 height: 422px;
}
.vacation-sec-right h6 {
    font-size: 22px;
    /* font-family: var(--secondary-font); */
    /* color: var(--text-black); */
    font-weight: bold;
}
.vacation-sec-right h2 {
    /* font-family: var(--secondary-font); */
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin: 18px 0;
}
section.vacation-sec .elementor-counter-number img{
 width: 30px;
}
section.vacation-sec .elementor-counter-title{
 font-size: 14px;
}


.vacation-sec h3.price {
    color: var(--text-black);
}

/* .vacation-sec .vacation-sec-right p {
    max-height: 110px;
    overflow: hidden;
} */

.location {
    margin-bottom: 10px;
}
.location .fa-location-dot {
    color: var(--secondary-color);
}
.price {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--primary-font);
}
.price span {
    font-size: 16px;
    font-weight: 400;
    color:#000;
}

.vacation-button-wrapper {
    margin-top: 25px;
    border-top: 2px dashed #bbb;
    padding-top: 10px;
    border-bottom: 2px dashed #bbb;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vacation-counter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 10px;
}
.vacation-amnt {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.vacation-amnt .elementor-counter-number {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
}


.vacation-slider .slick-list.draggable {
    height: 422px !important;
}

.vacation-slider .slick-arrow {
    position: absolute;
    color: var(--btn-color);
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    cursor: pointer;
}

.vacation-slider .slick-arrow.fa-angle-right{
   right:10px; 
}

.vacation-slider .fa-angle-left {
    left: 10px;
    z-index: 9;
}

section.vacation-sec .slide-col{
  display: flex;
  align-items: center;
}
section.vacation-sec  .main-btn{
  border-radius: 0;
}
.prop-btn.main-btn:hover{
  background-color: #1b4070 !important;
}