@import url(..//css/font.css);
/* --- GLOBAL & FONT STYLES --- */
html.lenis {
  height: auto;
}
body {
  font-family: AbhayaLibre-Regular;
  color: #5b5a5a;
  overflow-x: hidden; /* Prevents horizontal scroll from offset frames */
}
/* CSS for Fade-In Animation */

.fade-in-element {
  /* Initial state: invisible and slightly down */
  opacity: 0;
  transform: translateY(20px);

  /* Animation properties */
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.is-visible {
  /* Final state: fully visible and in original position */
  opacity: 1;
  transform: translateY(0);
}
.section-padding {
  padding: 80px 0;
}
.bhk-padding {
  padding: 60px 0;
}
h3 {
  font-family: Lora-Bold;
  color: #5b5a5a;
}
/* images */
.pro-img {
  height: 400px;
  object-fit: cover;
}
.prime-map {
  height: 420px;
  object-fit: cover;
}
.mariner-img {
  height: 400px;
  object-fit: cover;
}
.resort-img {
  height: 640px;
  object-fit: cover;
}
.stick-line {
  height: 106px;
  width: 4px;
  background-color: #514b4b;
  position: absolute;
  top: -60px;
  left: 50%;
}
.villa-img {
  height: 400px;
  object-fit: cover;
}

.main-heading {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 1px;
}
.section-heading {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Lora-VariableFont_wght;
  color: #5b5a5a;
}
.section-heading span {
  position: relative;
}
.section-heading span::after {
  content: "";
  position: absolute;
  background-color: #bfe1e1;
  width: 41px;
  height: 41px;
  right: -1px;
  top: 0px;
  z-index: -1;
}
.section-subheading {
  font-size: 16px;
  color: #6c757d;
}
.subheading-top {
  font-size: 26px;
  color: #6c757d;
}
.section-text {
  line-height: 30px;
  color: #5b5a5a;
  font-size: 21px;
  text-align: center;
}
.sub-heading {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
}

/* --- HEADER & NAVIGATION --- */
.site-header {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: none;
}
.site-header .navbar {
  padding: 30px 0px;
}
.navbar-nav .nav-link {
  color: #3b3b3b;
  font-weight: 500;
  font-size: 20px;
  margin: 0 1rem;
}

/* --- REUSABLE COMPONENTS --- */
.btn-custom-outline {
  background-color: #bfe1e1;
  border: 3px solid #3b3b3b;
  border-radius: 0;
  padding: 10px 15px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  /* Transition added for a smooth effect */
  transition: all 0.3s ease;
  font-family: Antic-Regular;
}
.btn-custom-outline:hover {
  background-color: #3b3b3b;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.image-frame-wrapper {
  position: relative;
  width: 80%;
  margin: auto;
}
/* .wrapper-one {
  margin-left: auto;
  margin-right: 30px;
}
.wrapper-two {
  margin-left: 30px;
  margin-right: auto;
}
.wrapper-three {
  margin: auto;
} */
.image-frame-wrapper img {
  position: relative;
  z-index: 5; /* Keep image on top */
}
.image-frame-wrapper::before,
.image-frame-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
}

/* Default Frame Style */
.frame-offset-tl::after {
  background-color: #bfe1e1;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
}
.frame-offset-tl::before {
  border: 2px solid #514b4b;
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: -30px;
}
.frame-offset-br::after {
  background-color: #bfe1e1;
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
}
.frame-offset-br::before {
  border: 2px solid #514b4b;
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: -30px;
}
.frame-offset-tP {
  text-align: end;
}
.frame-offset-tP img {
  border: 2px solid #000;
  padding: 10px;
}
.frame-offset-tP::after {
  background-color: #bfe1e1;
  top: -40px;
  right: -70px;
  height: 120%;
  width: 150px;
}

/* .image-frame-wrapper img:not(.bg-white) {
  border: 1px solid #000;
} */

/* --- HERO SECTION --- */
#hero .logo {
  width: 320px;
  margin: auto;
}
#hero .resort-type {
  letter-spacing: 3px;
  font-size: 13px;
}
#hero .tagline {
  letter-spacing: 2px;
  font-size: 24px;
  color: #000;
  font-family: CocoGothic_trial;
  margin-top: 48px;
}
#hero .association,
#hero .opportunity p {
  letter-spacing: 2px;
  font-size: 24px;
  color: #000;
  font-family: times-Medium;
}
#hero .highlight-banner {
  background-color: #bfe1e1;
}
#hero .highlight-banner p {
  font-size: 26px;
  word-spacing: 8px;
  letter-spacing: 4px;
  font-family: Lora-Bold;
  color: #000;
}
/* --- HOLLANT BEACH SECTION --- */
#beach-feature {
  background: url("..//images/HOLAND-BEACH.png") no-repeat bottom center;
  background-size: cover;
  min-height: 90vh;
}
#beach-feature .beach-content {
  flex-grow: 1;
  background-color: transparent;
  padding: 70px 0px;
}
#beach-feature .beach-content .logo {
  padding-bottom: 30%;
}
.banner-text-small {
  font-size: 29px;
  letter-spacing: 2px;
  background-color: rgba(60, 60, 60, 0.7);
  padding: 10px 37px;
}
.banner-text-medium {
  font-size: 46px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-top: 14px;
}
.banner-text-large {
  font-size: 102px;
  letter-spacing: 2px;
  color: #373737;
}
.activities-bar {
  background-color: #c2e1e2;
}
.activity-item {
  padding: 10px 15px;
}
.activity-item img {
  width: 100%;
}
.activity-item ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0px;
}
.activity-item ul li {
}
.activity-item ul li img {
}
/* valley-end-wrap */
.valley-end-wrap {
  padding-top: 80px;
}
.valley-end-wrap .valley-btns {
}
.valley-end-wrap p {
  font-size: 24px;
  text-align: end;
  margin-right: 30px;
  position: relative;
}
.valley-end-wrap p::after {
  content: " ";
  position: absolute;
  background-color: #bfe1e1;
  width: 62px;
  height: 62px;
  right: -10px;
  top: -12px;
  z-index: -1;
}
.you-tube-video {
  display: none;
}
.you-tube-video a {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #5b5a5a;
}
.you-tube-video a svg {
  width: 30px;
  color: #000;
  background-color: #c3e1e1;
  padding: 5px;
  border-radius: 50%;
}
.you-tube-video a p {
  font-size: 20px;
  margin: 0px;
}
/* --- THE ESTATE SECTION --- */
.amenity-main-img {
  width: 80%;
  margin: 90px auto 0px;
}
.amenity-main-img ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0px;
}
.amenity-main-img img {
  height: 100%;
  width: 100%;
}

/* --- MANAGED BY RESORT SECTION (NEW) --- */
.heading-line {
  width: 40px;
  height: 4px;
  background-color: #3b3b3b;
  margin-bottom: 20px;
}
.frame-style-managed::before {
  background-color: #bfe1e1;
  bottom: -15px;
  left: -15px;
  top: 15px;
  right: 15px;
}
.frame-style-managed::after {
  border: 2px solid #4a4a4a;
  bottom: -30px;
  left: -30px;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.awards-section {
  margin-top: 100px;
}
/* managed-by-section  */
.managed-by-section .award-laurel-section {
  text-align: center;
  padding-top: 80px;
}
.managed-by-section .award-laurel-section img {
  width: 80%;
  margin: auto;
}
/* --- CASH FLOW SECTION (NEW) --- */
.bg-light-teal {
  background-color: #e3f5f5;
}
.boxed-heading {
  background-color: #fff;
  padding: 20px;
  display: inline-block;
}
.boxed-heading h2 {
  font-size: 25px;
  font-family: Lora-Bold;
}
.frame-style-floorplan {
  text-align: center;
}
/* .frame-style-floorplan::before {
  background-color: #fff;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
}
.frame-style-floorplan::after {
  border: 1px solid #cce2e2;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
} */
.cash-flow-section .btn-custom-outline {
  background-color: #fff;
}
.cash-flow-section .btn-custom-outline:hover {
  background-color: #3b3b3b;
}
/* bhk-images */
.bhk-images {
  width: 90%;
}
/* --- MARINER'S DREAM SECTION (NEW) --- */
.frame-style-mariner::before {
  background-color: #bfe1e1;
  bottom: -15px;
  left: -15px;
  top: 15px;
  right: 15px;
}
.frame-style-mariner::after {
  border: 2px solid #4a4a4a;
  bottom: -30px;
  left: -30px;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.frame-style-mariner img {
  width: 100%;
}
/* .frame-style-mariner {
  border-left: 5px solid #009bdb; 
  padding-left: 20px; 
} */

/* --- CONTACT FORM SECTION --- */
.contact-section .space-btm {
  padding: 0px 30px;
  margin-bottom: 36px;
}
.contact-section label {
  font-size: 20px;
  font-family: Lora-VariableFont_wght;
  margin-bottom: 10px;
}
.form-control-custom {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 0;
  font-size: 20px;
}
.form-control-custom:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #333;
}
.form-check-input:checked {
  background-color: #333;
  border-color: #333;
}
.form-check-input:focus {
  box-shadow: none;
}
.interest-group {
  display: flex;
  align-items: center;
  height: 100%;
}
.contact-section .text-muted {
  font-size: 18px;
}
/* location-section */
.location-section {
  margin: 40px 0px;
  overflow: hidden;
}
.location-section h3 {
  margin-top: 52px;
  font-size: 20px;
}
/* --- STICKY WIDGETS --- */
.enquire-sticky-tab {
  position: fixed;
  top: 50%;
  right: -80px;
  transform: translateY(-50%) rotate(270deg);
  background-color: #bfe1e1;
  color: #3b3b3b;
  padding: 10px 25px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  border: 1px solid #3b3b3b;
  border-bottom: none;
  z-index: 1000;
  transition: right 0.3s ease;
}
.enquire-sticky-tab:hover {
  color: #000;
  right: -70px;
}
.whatsapp-chat-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: white;
  padding: 8px 15px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.whatsapp-chat-widget:hover {
  color: white;
  background-color: #128c7e;
}
.whatsapp-chat-widget svg {
  width: 26px;
}

/* --- GALLERY SECTION --- */
#gallery .carousel {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
#gallery .carousel-inner {
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
}
#gallery .carousel-control-prev,
#gallery .carousel-control-next {
  width: 5%;
}
#gallery .carousel-control-prev-icon,
#gallery .carousel-control-next-icon {
  filter: invert(1);
  width: 40px;
  height: 40px;
}

/* --- FOOTER SECTION --- */
.site-footer {
  border-top: 4px solid #3b3b3b;
}
.footer-left-dec {
  padding-left: 34px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-left: 3px solid #000;
}
.footer-info-label {
  font-family: Lora-MediumItalic;
  margin-bottom: 0;
  font-size: 27px;
  color: #5c5b5b;
}
.footer-info-value {
  font-size: 27px;
  color: #5c5b5b;
  margin-top: 8px;
  margin-bottom: 33px;
}
.site-footer h3 {
  font-size: 23px;
  color: #30302f;
  margin-bottom: 24px;
}
.useful-links {
  line-height: 2;
}
.useful-links a {
  text-decoration: none;
  font-size: 18px;
  color: #3b3b3b;
  margin-right: 12px;
  font-weight: 500;
}
.map-container {
  flex-grow: 1;
  border: 1px solid #ccc;
  padding: 5px;
}
.footer-vertical-banner {
  background-color: #bfe1e1;
  writing-mode: vertical-rl;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer-vertical-banner span {
  /* transform: rotate(180deg); */
  font-family: Lora-VariableFont_wght;
  font-size: 18px;
  display: block;
}
.sub-footer {
  background-color: #5b5b5a;
  color: #e0e0e0;
  padding: 15px 0;
  font-size: 14px;
}
.sub-footer p {
  font-size: 18px;
}
.social-footer {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.social-icon {
  color: #000000;
  text-decoration: none;
  font-size: 21px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: #c0e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon:hover {
  color: #fff;
}

.social-footer a svg {
  width: 20px;
}
.contact-list-btm {
  display: none;
}
.contact-list-btm li {
  width: auto;
}
.contact-list-btm li a {
  border-bottom: 0rem !important;
  margin-bottom: 0rem !important;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-around;
}
.contact-list-btm li a svg {
  width: 18px;
  color: #000;
}
/* .contact-list-btm  li:first-child {
  border-right: 2px solid #ccc;
  padding-right: 1rem;
} */
.contact-list-btm li a p {
  margin-bottom: 0;
  font-size: 14px;
}

/*
==============================================
    RESPONSIVE ADJUSTMENTS
==============================================
*/

/* --- Medium Devices --- */
@media (max-width: 991.98px) {
  .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .navbar-nav .nav-link {
    margin: 0.5rem 0;
    text-align: center;
    font-size: 18px;
  }
  /* .image-frame-wrapper.frame-offset-tl::after,
  .image-frame-wrapper.frame-offset-br::after,
  .image-frame-wrapper::before,
  .image-frame-wrapper::after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: none;
  } */
  #hero .logo {
    width: 250px;
    margin: auto;
  }
  .frame-style-mariner {
    border-left: none;
    padding-left: 0;
  }
  .frame-offset-tP {
    text-align: center;
  }

  .valley-end-wrap {
    padding-top: 40px;
  }
  .valley-end-wrap p {
    font-size: 24px;
    text-align: center;
    margin-right: 0px;
    position: unset;
    margin-top: 30px;
  }
  .valley-end-wrap p::after {
    content: none;
  }
}

/* --- Small Devices --- */
@media (max-width: 767.98px) {
  .section-padding {
    padding: 40px 0;
  }
  .site-header .navbar {
    padding: 15px 0px;
  }
  .main-heading {
    font-size: 45px;
  }
  .section-heading {
    font-size: 35px;
  }
  .banner-text-large {
    font-size: 40px;
  }
  #hero .tagline,
  #hero .association,
  #hero .opportunity p {
    letter-spacing: 2px;
    font-size: 18px;
  }
  #hero .tagline {
    margin-top: 20px;
  }
  #hero .highlight-banner p {
    font-size: 18px;
    word-spacing: 5px;
    letter-spacing: 2px;
  }
  .you-tube-video {
    display: block;
  }
  .pro-img,
  .mariner-img,
  .prime-map,
  .resort-img,
  .villa-img {
    height: auto;
  }
  .amenity-main-img {
    width: 100%;
    margin: 30px auto 0px;
  }
  .subheading-top {
    font-size: 22px;
    color: #6c757d;
  }
  .contact-section .space-btm {
    padding: 0px 15px;
    margin-bottom: 26px;
  }
  .contact-section label {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .managed-by-section .award-laurel-section {
    text-align: center;
    padding-top: 30px;
  }
  .managed-by-section .award-laurel-section img {
    width: 100%;
  }
  #beach-feature {
    min-height: auto;
  }
  #beach-feature .beach-content {
    padding: 20px 0px;
  }
  .banner-text-small {
    font-size: 18px;
  }
  #gallery .carousel {
    padding: 0 30px;
  }
  #gallery .carousel-control-prev,
  #gallery .carousel-control-next {
    width: 8%;
  }

  .interest-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .interest-group .form-check {
    margin-top: 0.5rem;
  }

  .useful-links a {
    display: block;
    margin: 5px 0;
  }
  .sub-footer p {
    font-size: 13px;
  }
  .enquire-sticky-tab {
    right: -57px;
    padding: 6px 15px;
    font-size: 14px;
    top: 40%;
  }
  .whatsapp-chat-widget {
    display: none;
  }
  .contact-list-btm {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed !important;
    right: 0;
    top: 55%;
    z-index: 9;
    padding: 0px;
    margin-bottom: 0;
    justify-content: space-around;
  }
  .contact-list-btm .phone-icons {
    background-color: #c3e1e1;
    padding: 15px 6px;
  }
  .contact-list-btm .phone-icons a svg {
    color: #000;
  }
  .contact-list-btm .whatapp-icons {
    background-color: #c3e1e1;
    padding: 15px 6px;
  }
  .stick-line {
    display: none;
  }
  .managed-by-section {
    padding-top: 0px !important;
  }
  .activity-item ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0px;
    padding: 10px 0px;
  }
  .activity-item ul li {
    width: 22%;
  }
  .footer-info-label,
  .footer-info-value {
    font-size: 20px;
  }
  .footer-left-dec {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 0px;
    padding-right: 20px;
  }
  .footer-left-dec .useful-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
  }
}

/* --- Extra Small Devices --- */
@media (max-width: 575.98px) {
  .main-heading {
    font-size: 35px;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-text {
    line-height: 28px;
    font-size: 18px;
  }
  .image-frame-wrapper {
    width: 90%;
    margin-bottom: 30px;
  }
  .wrapper-one {
    margin-right: auto;
    margin-left: 0;
  }
  .wrapper-two {
    margin-left: auto;
    margin-right: 0;
  }
  .banner-text-large {
    font-size: 32px;
  }
  .banner-text-medium {
    font-size: 19px;
  }

  .activity-item {
    padding: 0px;
    flex-basis: 33%;
  }
  .btn-custom-outline {
    border: 2px solid #3b3b3b;
    padding: 6px 15px;
    font-size: 14px;
  }
  .location-section {
    margin: 0px 0px;
  }
  .valley-end-wrap {
    padding-top: 20px;
  }
  .boxed-heading h2 {
    font-size: 18px;
  }
  .bhk-images {
    width: 100%;
  }
  .bhk-padding {
    padding: 30px 0;
  }
  #gallery .carousel {
    padding: 0;
  }
  #gallery .carousel-control-prev,
  #gallery .carousel-control-next {
    display: none;
  }
  .footer-info-label {
    font-size: 22px;
  }
  .footer-info-value {
    margin-bottom: 20px;
  }
  .social-footer {
    display: flex;
    justify-content: center;
  }
  .whatsapp-chat-widget {
    bottom: 20px;
    right: 20px;
    padding: 8px 15px;
    gap: 8px;
    font-size: 14px;
  }
  .whatsapp-chat-widget svg {
    width: 20px;
  }
  .gallery-section {
    padding-top: 0px;
  }
}

/* Specific styling for the privacy policy content area */
.privacy-content-section {
  padding: 80px 0; /* Adjust padding to match other sections */
  min-height: 70vh; /* Ensure it takes up enough vertical space */
  background-color: #f8f9fa; /* Light background to separate from main site */
}
.privacy-content-section h1 {
  font-weight: 700;
  color: #2c3e50; /* Dark heading color */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; /* Subtle separator */
}
.privacy-content-section h2 {
  font-weight: 600;
  color: #34495e;
  margin-top: 35px;
  margin-bottom: 20px;
}
.privacy-content-section p,
.privacy-content-section ul {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.privacy-content-section ul {
  list-style-type: disc;
  padding-left: 25px;
}
.privacy-content-section li {
  margin-bottom: 8px;
}
.privacy-content-section .disclaimer {
  font-style: italic;
  color: #777;
  background-color: #e9ecef;
  border-left: 5px solid #007bff; /* Bootstrap primary blue */
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
}
