/*video section*/
section.video-banner {
  padding: 0px;
  width: 100%;
  height: 100vh;
  position: relative;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-sec {
  width: 100%;
  height: 100%;
}

.video-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#play,
#pause {
  display: none;
}

.search-bar {
  padding: 0 2rem;
}

.search-bar .container {
  position: relative;
}

.search-bar form {
  position: relative;
  margin: auto;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 72px;
  padding: 0 0;
  border-radius: 10px;
  z-index: 2;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
  margin-top: 75px;
  background: rgba(0, 0, 0, 0.4);
  font-family: var(--secondary-font);
}

.search-bar .col-6.md-12.sm-12 {
  width: 40%;
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 25px;
  padding-right: 0;
}

button.search-btn-main.main-btn1 {
  border-radius: 5px;
  padding: 15px;
  height: 56px;
  background: var(--btn-color);
  color: var(--black-color);
  border: none;
  position: relative;
  top: 0;
  left: 0px;
  width: 100%;
  font-size: 12px;
  height: 2.5rem;
  line-height: 9px;
  font-weight: 700;
  font-family: var(--secondary-font);
}

button.search-btn-main.main-btn1:hover {
  background: var(--btn-hover);
  color: var(--white-color);
}

.search-bar select {
  background-color: transparent !important;
  border: #ccc 3px solid !important;
  color: #fff !important;
  font-weight: bold;
  width: 90%;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
}

.search-bar select option {
  color: #000 !important;
}


.search-bar input {
  background-color: transparent !important;
  border: #ccc 3px solid !important;
  color: #fff !important;
  font-weight: bold;
  width: 90%;
}

.search-bar input::placeholder {
  color: #fff !important;
  font-size: 13px;
}

.check label {
  color: white !important;
}

.search-bar input#show-target-data {
  padding-left: 10px;
  padding-right: 10px;
  background: #d6d6d6;
  /* padding: 8px; */
  font-size: 16px;
}

.datepicker-common-2.left label {
  color: #007bff;
}

.search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
  opacity: 1;
  /* Firefox */
}

.search-bar label {
  color: var(--black-color);
  padding-left: var(--p20);
  padding-bottom: var(--p10);
  font-size: var(--f15);
  display: none;
}

.search-bar i {
  color: var(--primary-color);
  position: absolute;
  top: 4.5rem;
  font-size: var(--f16);
  right: 20px;
  display: none;
}

.search-bar .check i {
  top: 0.5rem;
  right: 0px;
}

.search-bar .search-btn-main {
  background: url("../images/search.png");
  height: 60px;
  object-fit: cover;
  border: none;
  width: 203px;
  position: absolute;
  top: 35%;
}

.search-bar .col-3 {
  position: relative;
  width: 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 22px;
  padding-right: 6px;
}

.search-bar .row {
  justify-content: space-between;
  position: relative;
}

input#demo17 {
  top: 0px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 97% !important;
  height: 52px !important;
  padding-left: 12px !important;
}

.search-bar .col-3:before {
  position: absolute;
  content: "";
  top: 24px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #999;
  display: none;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
  display: none;
}

.search-bar .col-3.srch-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 22px;
  width: 20%;
}

.search-bar button.main-btn {
  width: 100%;
  height: 66px;
  letter-spacing: 2px;
  border-radius: 25px;
}

.search-bar button.main-btn.close111 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
}

.search-bar .icns.mb-lg-0.position-relative.datepicker-common-2.col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.navigate-home {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}

.navigate-home a {
  color: var(--bg-white);
  font-size: 18px;
  font-weight: 600;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: RGBA(255, 255, 255, 0);
}

.navigate-home a i {
  margin-left: 10px;
  font-size: 10px;
  vertical-align: middle;
}

div#guestsss {
  width: 100%;
  min-width: 250px;
  background: var(--white-color);
  padding: var(--p20);
  position: absolute;
  z-index: 9;
  left: 0;
  top: 69px;
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 3px 0px #888888;
  font-family: var(--secondary-font);
}

#guestsss .close1 {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0.3rem;
  font-size: var(--f18);
  color: var(--secondary-color);
  cursor: pointer;
  display: block;
}

#guestsss .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m20);
}

.adult-box.pet-box div {
  display: flex;
  gap: 5px;
  align-items: center;
}

#guestsss .adult-box p {
  letter-spacing: 0px;
  color: var(--black-color);
  text-shadow: 0px 0px 0px #000;
  font-size: var(--f14);
  text-align: left;
  margin: 0px;
  display: block !important;
  font-family: var(--secondary-font);
}

#guestsss button.button1 {
  background: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f19);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  transition: all 0.3s;
  cursor: pointer;
}

#guestsss button.button11.button1 {
  margin-left: var(--m14);
}

.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

button.main-btn1.close111 {
  border-radius: 50px;
  padding: 10px;
  height: auto;
  background: var(--btn-color);
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
}

#guestsss .adult-box.pet-box label {
  display: block;
  font-size: 13px;
  padding-left: 0;
  padding-bottom: 0;
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: var(--white-color);
}

.scroll .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: var(--primary-font);
  font-size: var(--f12);
  color: var(--white-color);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


.video-cont {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: baseline;
  bottom: 0px;
  /* background: rgba(0, 0, 0, 0.3); */
  padding-top: 0;
  flex-direction: column;
}

.video-cont .scroll {
  position: absolute;
  bottom: 10px;
  display: none;
}

.video-cont h1 {
  max-width: 100%;
  margin: auto;
  margin-bottom: 0;
  color: var(--white-color);
  text-transform: capitalize;
  font-size: var(--f70);
  letter-spacing: 2px;
  font-family: var(--video-font);
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  text-shadow: 1px 1px 1px #000;
}

.video-cont h1 span {
  color: var(--white-color);
}

.video-cont p {
  margin-bottom: var(--m20);
  margin-top: 0;
  color: var(--white-color);
  text-transform: capitalize;
  font-size: var(--f18);
  text-align: center;
  text-shadow: 0 0 3px #000;
}

.video-cont .play {
  color: var(--black-color);
  font-size: var(--f15);
}

.video-cont .play-video {
  display: none;
  gap: 20px;
  align-items: center;
  margin-bottom: 70px;
}

.video-cont .play-video .line {
  height: 1px;
  width: 50px;
  right: 3px;
  background: var(--black-color);
}

/* cloud video */

section.cloud-video {
  padding: 0;
  position: absolute;
  bottom: -235px;
  display: none;
}

section.cloud-video img {
  width: 100%;
}



/* ================================ 
   property END SECTION CSS
================================ */
/* Section Main Wrapper */
.featured-properties-section {
  background-color: #ffffff;
  padding-bottom: 40px;
}

/* Section Title */
.featured-properties-section .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1.5px;
  color: #111;
  margin-bottom: 50px;
}

/* Property Card Styling */
.featured-properties-section .property-card {
  background: #fff;
  margin: 10px;
  /* Spacing for Owl Carousel items */
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 390px;
}

.featured-properties-section .image-box img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

/* Content Box Styling - Based on your Driftwood image */
.featured-properties-section .content-box {
  padding: 17px 13px;
  text-align: left;
}

.featured-properties-section .content-box h3 {
  font-size: 16px;
  font-weight: 800;
  /* Extra bold as per image */
  color: #000;
  margin-bottom: 8px;
  line-height: 1.2;
}

.featured-properties-section .content-box .specs {
  font-size: 13px;
  color: #6c757d;
  /* Gray color for guests/beds */
  margin-bottom: 12px;
  font-weight: 600;
}

.featured-properties-section .content-box .price-text {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

.featured-properties-section .content-box .details-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  transition: color 0.3s ease;
}

.featured-properties-section .content-box .details-link:hover {
  color: #0d2a4d;
}

/* View All Button Wrapper */
.featured-properties-section .button-wrapper {
  text-align: center;
  margin-top: 50px;
}

.featured-properties-section .view-all-btn {
  background-color: #0d2a4d;
  color: #ffffff;
  padding: 15px 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1px;
}

/* Owl Navigation Styling */
.featured-properties-section .owl-nav button {
  position: absolute;
  top: 35%;
  background: var(--btn-hover) !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  font-size: 24px !important;
}

.featured-properties-section .owl-nav .owl-prev {
  left: -25px;
}

.featured-properties-section .owl-nav .owl-next {
  right: -25px;
}

/* ================================ 
 PROPERTY  END SECTION CSS
================================ */

/* ========= lUXARY SECTION ========= */

.luxury-section {
  position: relative;
  overflow: hidden;
  min-height: 79vh;
  display: flex;
  align-items: center;
  background: linear-gradient(165deg, rgb(17, 25, 42) 0%, rgb(30, 43, 82) 40%, rgb(0, 58, 82) 100%);
  background-size: cover;
  background-position: center;
}

.luxury-section .container-fluid {
  position: relative;
  z-index: 1;
}

.luxury-section h2 {
  font-size: 40px;
  letter-spacing: 6px;
  color: var(--bg-white);
  font-weight: 500;
}

.subheading {
  font-family: var(--secondary-font);
  text-transform: uppercase !important;
  font-size: 12px;
  color: var(--bg-white) !important;
  letter-spacing: 6px;
  line-height: 1.3em;
  text-align: center;
  font-weight: 500;
}


.elp-text {
  font-family: var(--secondary-font);
  font-weight: 300;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  line-height: 2em;
  font-size: 13px;
}

.luxury-section li {
  list-style-type: disc;
  color: var(--bg-white);
  padding: 0 0 23px 1em;
  line-height: 26px;
  text-transform: none;
  text-transform: none !important;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
}


.btn-luxury {
  color: var(--btn-text);
  border-width: 0px !important;
  border-radius: 10px;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--bg-white);
  padding-top: 20px !important;
  padding-right: 50px !important;
  padding-bottom: 20px !important;
  padding-left: 50px !important;
}

.btn-luxury:hover {
  color: var(--white-color);
  background-color: var(--btn-color);
}

.heading-sec-lux {
  text-align: center;
  color: #ffffff;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 40px;
}

.heading-sec-lux::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.6;
}

/* ========= lUXARY SECTION end ========= */


/* ===================================
   EXPLORE GALLERY SECTION
=================================== */
section.custom-gallery-section {
  background-color: #ffffff;
}

section.custom-gallery-section .gallery-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

section.custom-gallery-section .gallery-card {
  overflow: hidden;
  border-radius: 15px;
}

section.custom-gallery-section .gallery-card a {
  display: block;
  width: 100%;
  height: 100%;
}

section.custom-gallery-section .gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

section.custom-gallery-section .gallery-card:hover img {
  transform: scale(1.08);
}

/* Owl Nav Styling */
section.custom-gallery-section .owl-nav button {
  width: 40px;
  height: 40px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 50%;
}

section.custom-gallery-section .owl-nav button:hover {
  background: #c59d5f !important;
}

section.custom-gallery-section .owl-dots {
  display: none;
}

/* Smooth linear movement fix */
section.custom-gallery-section .owl-stage {
  display: flex;
  transition-timing-function: linear !important;
}

section.custom-gallery-section .owl-item {
  transition: none !important;
}

/* ================================ 
 gallery  END SECTION CSS
================================ */

/* ================================ 
 reviws   END SECTION CSS
================================ */
/* Section Background and Overlay */
.reviews-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../images/a3.png');
  background-size: cover;
  background-position: center;
  text-align: center;
  background-attachment: fixed;
}


.reviews-section .top-label {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}

.reviews-section .section-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
}

.reviews-section .review-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  margin-bottom: 30px;
  min-height: 220px;
}

.reviews-section .review-card h5 {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 5px;
}

.reviews-section .review-date {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
}

.reviews-section .stars {
  color: #f1c40f;
  font-size: 18px;
  margin-bottom: 15px;
}

.reviews-section .review-text {
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

.reviews-section .btn-wrapper {
  margin-top: 20px;
}

/* .reviews-section .toggle-btn {
    background-color: #dcb37e; 
    border: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.reviews-section .toggle-btn:hover {
    background-color: #c9a26d;
} */


.reviews-section .extra-reviews {
  display: none;
}

/* ================================ 
 reviws   END SECTION CSS
================================ */

/* ================================ 
 attraction   END SECTION CSS
================================ */
/* new attraction css start  */
.panorama-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(165deg, rgb(17, 25, 42) 0%, rgb(30, 43, 82) 40%, rgb(0, 58, 82) 100%);
}

.panorama-section h2 {
  text-align: center;
  padding: 30px 10px;
  font-size: 30px;
  color: white;
  padding-top: 0;
}

/* ===== Carousel ===== */
.carousel {
  --size: max(30vw, 30vh);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: var(--size);
  perspective: calc(var(--size) * 5.55);
  transform-style: preserve-3d;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 30px 0;
  pointer-events: none; /* Allow clicks to pass through to slides */
}

.carousel.ready {
  opacity: 1;
}

/* ===== Slides ===== */
.slide {
  position: absolute;
  width: calc(var(--size) * 0.6);
  height: var(--size);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  pointer-events: auto; /* Enable clicks on slides */
  cursor: pointer;
}

/* Dark gradient overlay */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.1),
      transparent);
  z-index: 0;
  pointer-events: none;
  /* Add this to allow clicking the link below */
}

.slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text container */
.slide-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 12;
  color: #fff;
}

.slide-content h3 {
  font-size: 25px;
  margin: 0 0 4px;
  color: var(--white-color);
  font-weight: 300;
}

.slide-content p {
  font-size: 17px;
  margin: 0;
  color: white;
  font-weight: 300;
}

.panorama-section .panorama-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* ================================ 
 attraction   END SECTION CSS
================================ */

/* ================================ 
 coastal-hero-section   start SECTION CSS
================================ */

.coastal-hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('../images/a5.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.coastal-hero-section .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.coastal-hero-section h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 12px;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.coastal-hero-section .btn-container {
  margin-top: 40px;
}

/* .coastal-hero-section .hero-btn {
    background-color: #dcb37e; 
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s;
}

.coastal-hero-section .hero-btn:hover {
    background-color: #c9a26d;
    transform: scale(1.05);
} */

/* ================================ 
 coastal-hero-section   END SECTION CSS
================================ */


/* ================================ 
 coastal-parallax-section   start SECTION CSS
================================ */

.coastal-parallax-section {
  position: relative;
  height: 100vh;
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('../images/a7.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.coastal-parallax-section .parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.coastal-parallax-section .parallax-title {
  color: #ffffff;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 10px;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}


.coastal-parallax-section .parallax-action {
  margin-top: 35px;
}



/* ================================ 
 coastal-hero-section   end SECTION CSS
================================ */

/* ================================ 
 coastal-hero-section   start SECTION CSS
================================ */

.gathering-reunion {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('../images/a5.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.gathering-reunion .gathering-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.gathering-reunion .gathering-title {
  color: #ffffff;
  font-size: 65px;
  font-weight: 500;
  letter-spacing: 10px;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'Times New Roman', serif;
  line-height: 1.2;
}


.gathering-reunion .gathering-action {
  margin-top: 40px;
}




/* ================================ 
 coastal-hero-section   end SECTION CSS
================================ */
/* Section Wrapper with Parallax */
.why-lifeline-rentals {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/a3.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.why-lifeline-rentals .section-main-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.why-lifeline-rentals .custom-grid {
  margin: 0 auto;
  max-width: 1200px;
}


.why-lifeline-rentals .benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 20px;
  margin-bottom: 30px;
  min-height: 280px;
  transition: transform 0.3s ease;
}

.why-lifeline-rentals .benefit-card:hover {
  transform: translateY(-10px);
}


.why-lifeline-rentals .icon-box {
  font-size: 40px;
  color: var(--btn-hover);
  margin-bottom: 20px;
}

.why-lifeline-rentals .benefit-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.why-lifeline-rentals .benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}




.fancybox__container {
  top: 85px;
}