/* =====================================================
   CLEAN PROFESSIONAL STYLES - JAYABHERI PINNACLE
   ===================================================== */

@font-face {
  font-family: 'DunbarTall';
  src: url('../font/Dunbar_Tall-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DunbarBook';
  src: url('../font/Dunbar_Tall-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Base Styles */
html {
  scroll-behavior: smooth;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  font-family: 'DunbarTall', sans-serif;
}

/* Hardware Acceleration for Performance */
* {
  box-sizing: border-box;
}

.animated-element {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* =====================================================
   NAVBAR STYLES
   ===================================================== */

.navbar {top: 0;transition: all 0.3s ease;backdrop-filter: blur(0px);}
.navbar-brand {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.navbar-brand img {
  /*width: 200px;
  height: 63px;*/
  object-fit: contain;
}

#navbarNav {
  padding-right: 28px;
}

.navbar-nav {
  gap: 13px;
}

.nav-link {
  color: #076570;margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DunbarTall", sans-serif;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  background: linear-gradient(to right, #3A9DA0, #005D69);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-ebrochure {
  background-color: #dbf2f1;
  color: #333333;
  border: 1px solid white;
  padding: 2px 20px;
  border-radius: 0%;
  width: 120px;
  line-height: 26px;
  text-decoration: none !important;
  font-size: 13px;
  margin-right: 6px;
  transition: all 0.3s ease;
}

.btn-contact {
  background-color: #3a9da0;
  color: white;
  border: 1px solid white;
  padding: 2px 20px;
  border-radius: 0%;
  line-height: 26px;
  width: 120px;
  text-decoration: none !important;
  margin-right: 2px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.btn-ebrochure:hover,
.btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* =====================================================
   HERO SECTION STYLES
   ===================================================== */

.video-bg-wrapper {
  position: relative;
  margin-top: 60px;
}

.video-bg-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  pointer-events: none;
  z-index: 5;
  /*background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));*/
  background: linear-gradient(to top, rgb(243 240 236 / 0.8), rgb(243 240 236 / 0));


}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* full viewport height */
  overflow: hidden;
}


/* Desktop Video */
.desktop-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* Mobile Video */
.mobile-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Show/hide videos based on screen width */
@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile-video {
    display: none;
  }
}

@media (min-width: 1400px){
  .video-bg-wrapper {
  position: relative;
  margin-top: 60px;
}

.video-bg-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(to top, rgb(243 240 236 / 0.8), rgb(243 240 236 / 0));
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* full viewport height */
  max-width: 100%; /* prevent overflow on ultra-wide screens */
  overflow: hidden;
}

/* Desktop & Mobile Videos */
.desktop-video,
 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* maintain aspect ratio, fill container */
  transform: translate(-50%, -50%);
  max-width: none; /* important for very large screens */
  max-height: none;
}
}




.text-overlay {
  position: absolute;
  top: 150px;
  right: 30px;
  color: white;
  text-align: right;
  width: 521px;
  height: 203px;
}



/*.P-1 {
  font-weight: 100;
  font-size: 14px;
  line-height: 109%;
  color: #005d69;
  position: relative;
  top: 65px;
  word-spacing: 3px;
  letter-spacing: 14px;
  background: linear-gradient(to right, #3A9DA0, #005D69);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}*/

.P-1{
    font-weight: 100;
  font-size: 20px;
  line-height: 109%;
  color: #005d69;
  position: relative;
  top: 91px;
  word-spacing: 3px;
  letter-spacing: 19px;
  background: linear-gradient(to right, #3A9DA0, #005D69);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 91px;
}

/*.P-2 {
  font-weight: 400;
  font-size: 140px;
  line-height: 150%;
  background: linear-gradient(to right, #3A9DA0, #005D69);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
*/

.P-2{
    font-weight: 400;
    font-size: 87px;
    line-height: 150%;
    background: linear-gradient(to right, #3A9DA0, #005D69);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    top: 50%;
    position: absolute;
    right: 0%;
    padding-right: 100px;
}
/*.P-3 {
  font-weight: 100;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  padding-right: 59px;
  word-spacing: 5px;
  letter-spacing: 4px;
  position: relative;
  bottom: 7px;
}*/
.P-3{
   font-weight: 100;
  font-size: 14px;
  line-height: 100%;
   background: linear-gradient(to right, #3A9DA0, #005D69);
  -webkit-background-clip: text; /* Chrome, Safari */
  -webkit-text-fill-color: transparent; /* Makes text transparent so gradient shows */
  background-clip: text; /* Standard property */
  color: transparent;
  padding-right: 59px;
  word-spacing: 8px;
  letter-spacing: 8px;
  position: relative;
  bottom: 7px;
  top: 162px;
  padding-top: 34px;
  padding-right: 94px;
}

.p-4{
  font-size: 12px;
  line-height: 100%;
  color: #333333;
  padding-right: 59px;
  /* word-spacing: 5px;
  letter-spacing: 2px; */
  position: relative;
  bottom: 30px;
  right: 38px;
}
.p-5{
font-size: 12px;
    line-height: 100%;
    color: #333333;
    padding-right: 59px;
    position: relative;
    bottom: -22px;
    right: 38px;
    z-index: 6;
}

@media (max-width:768px){
  .p-4{
    font-size: 9px;
    right: -2px;
  }
}

/* =====================================================
   COCOONSEC SECTION STYLES
   ===================================================== */

.cocoonsec {
  position: relative;height: 100vh;
  overflow: hidden;
}

.cocoonsec::after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url('../images/f4.webp');
  bottom: 0;
  left: -20px;
  height: 52%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}

.section-stats {
  min-height: 472px;
  padding: 0rem 0;
}

.stat-row {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 20px;
  font-size: 20px;
  text-align: left;
}

.stat-row h4 {font-family: 'DunbarTall', sans-serif;
  font-size: 17px;
  color: #222;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 30px;
}

.circle {font-family: 'DunbarTall', sans-serif;
  min-width: 110px;color: #222;
  min-height: 110px;
  border-radius: 50%;
  background-color: #00666a;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 10px 20px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.circle:hover {
  transform: scale(1.1);
}

.circle span:first-child {
  font-size: 18px;
  line-height: 35px;
}

.circle span:last-child {
  font-size: 18px;
}

.circle h3 {
  font-size: 34px;
  margin: 0;
}

.box-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 50px 0;
  height: 400px;
  flex-wrap: wrap;
}

.box {
  width: 160px;
  height: 400px;
}

.box-up {
  position: relative;
  bottom: 30px;
}

.box-down {
  position: relative;
  bottom: 80px;
}

.group-wrapper {
  position: relative;
  height: 550px;margin-left: 75px;
  overflow: hidden;
}

.group {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  will-change: opacity, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.group-2 {
  opacity: 0;
  transform: translateX(0px);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.box img {
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* =====================================================
   SANCTUARY SECTION STYLES
   ===================================================== */

.sanctary {
  position: relative;
  background-color: rgb(151 106 76 / 10%);
}

.sanctary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}

.section-sanctuary {
  overflow-x: hidden;
  align-items: center;
  padding: 50px 0;
}

.sanc-text,
.custom-text {
  font-size: 26px;font-family: 'DunbarTall', sans-serif;
  letter-spacing: 3px;color: #444;
  word-spacing: 3px;
  line-height: 40px;
  font-weight: 400;
}

.sanc-vid {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.sanc-vid video {
  border-radius: 20px;
  width: 100%;
  will-change: transform;
}

/* =====================================================
   PERFECT SECTION ENTRY STYLES - NO CONFLICTS
   ===================================================== */

.section-entry-new {
  position: relative;
  min-height: 100vh;
  padding: 50px 0px !important;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-entry-neww {
  position: relative;
  min-height: 100vh;
  padding: 50px 0px !important;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  flex-direction: row;
  position: relative;
  z-index: 10;
}

.icon-text-center img {
  width: 45px;
  height: auto;
  margin-bottom: 0px;
  opacity: 0.9;
}

.section-heading {
  color: #005d69;
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.5px;
  text-align: center;
}

.cards-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
}

/* Left side - Image stack */
.images-stack {
  position: relative;
  height: 480px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity, scale;
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.15),
    0 12px 25px rgba(0, 0, 0, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.05);
  transition: none;
}

.entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* Right side - Content */
.content-area {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: none; /* Remove transition to let GSAP handle animations */
  padding: 40px 0px;
  will-change: opacity;
}

.entry-content.active {
  opacity: 1;
}

/* Image stack positioning - natural card stack */
.entry-image:nth-child(1) {
  z-index: 30;
  transform: translateZ(0px);
  opacity: 1;
  scale: 1;
}

.entry-image:nth-child(2) {
  z-index: 20;
  transform: translateZ(-20px) translateY(-15px) rotateY(2deg);
  opacity: 0.95;
  scale: 0.98;
}

.entry-image:nth-child(3) {
  z-index: 10;
  transform: translateZ(-40px) translateY(-30px) rotateY(4deg);
  opacity: 0.9;
  scale: 0.96;
}

/* Content styling */
.entry-content .text-brown {
  color: #8B4513;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.entry-content .back-text-2 {
  color: #3a9da0;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  font-family: "DunbarTall", sans-serif;
}

.entry-content .back-text-3 {
  color: #333;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  font-family: 'DunbarTall', sans-serif;
}

/* Card sliding states - cards jump to back of stack */
.entry-card.sliding-back {
  transform: translate(-50%, -50%) translateZ(-120px) translateY(25px) scale(0.85);
  opacity: 0.6;
  z-index: 1;
}

.entry-card.at-back {
  z-index: 1;
  opacity: 0.6;
  transform: translate(-50%, -50%) translateZ(-100px) translateY(20px) scale(0.8);
}

.entry-card.revealed {
  z-index: 3;
  transform: translate(-50%, -50%) translateZ(0px);
  opacity: 1;
  scale: 1;
}

/* Enhanced card styling for sliding deck effect */
.entry-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform-origin: center center;
  transition: transform 0.1s ease, opacity 0.1s ease, scale 0.1s ease;
}

.card-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.card-subtitle {
  font-weight: 200;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #976A4C;
  margin-bottom: 10px;
}

.card-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 3px;
  word-spacing: 3px;
  color: #333;
  margin-bottom: 15px;
}

.card-description {
  font-weight: 200;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666;
}

/* =====================================================
   3D FLIP CARD STYLES - PERFECT IMPLEMENTATION
   ===================================================== */

.flip-card {
  perspective: 1200px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  will-change: transform;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-back {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  transform: rotateY(180deg);
  padding: 40px;
}

/* =====================================================
   EXPERIENCE SECTION STYLES - UNIQUE NAMING
   ===================================================== */

.section-experience {
  position: relative;
  min-height: 100vh;
  padding: 50px 0px !important;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.experience-icon-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 0px;
  text-align: center;
}

.experience-icon-center img {
  width: 50px;
  height: auto;
  /*margin-bottom: 20px;*/
}

.experience-cards-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
}

/* Left side - Experience Image stack */
.experience-images-stack {
  position: relative;
  height: 480px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform, opacity, scale;
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.15),
    0 12px 25px rgba(0, 0, 0, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.05);
  transition: none;
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* Right side - Experience Content */
.experience-content-area {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.experience-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 20px;
  z-index: 1;
}

.experience-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* Experience image stack positioning - natural card stack (2 cards) */
.experience-image:nth-child(1) {
  z-index: 30;
  transform: translate(-50%, -50%) translateZ(0px);
  opacity: 1;
  scale: 1;
}

.experience-image:nth-child(2) {
  z-index: 20;
  transform: translate(-50%, -50%) translateZ(-25px) translateY(-20px) rotateY(3deg);
  opacity: 0.9;
  scale: 0.95;
}

/* Experience content styling */
.experience-content .text-brown {
  color: #8B4513;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.experience-content .back-text-2 {
  color: #3a9da0;
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'DunbarTall', sans-serif;
  letter-spacing: 0.6px;
}

.experience-content .back-text-3 {
  color: #333;
  font-size: 13px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-family: 'DunbarTall', sans-serif;
}

/* =====================================================
   AMENITIES SECTION STYLES
   ===================================================== */

.section-amenities {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.ta {
  padding-bottom: 37px;
}

.back-text-1 {
  color: #005D69 !important;
  font-size: 35px;
  font-weight: 400;
  font-family: 'DunbarTall', sans-serif;
}

.amenities-swiper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: visible;
  height: 450px;
}

.amenities-swiper .swiper-wrapper {
  height: 400px;
  align-items: center;
}

.amenities-swiper .swiper-slide {
  width: 400px !important;
  height: 350px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease, scale 0.6s ease !important;
  will-change: transform, opacity, scale;
  transform-style: preserve-3d;
}

.amenities-swiper .swiper-slide-active {
  transform: translateZ(0px) scale(1) !important;
  opacity: 1 !important;
  z-index: 10;
}

.amenities-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.7;
}

.amenity-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f5f5;
}

.amenity-slide-content img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.9s ease !important;
}

.amenity-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 25px 20px 18px;
  transform: translateY(0);
  /*transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
  transition: none;
}

.amenity-overlay h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: 'DunbarTall', sans-serif;
  color: white;
}

.amenity-overlay p {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

/* Hover effects for all slides */
/*.amenities-swiper .swiper-slide:hover .amenity-slide-content img {
  transform: scale(1.05) !important;
}*/

.amenities-swiper .swiper-slide:hover .amenity-overlay {
  transform: translateY(0) !important;
}

.amenities-pagination {
  bottom: -20px !important;
  text-align: center;
  position: relative !important;
  margin-top: 40px;
}

.amenities-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 5px;
  border-radius: 50%;
}

.amenities-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.3);
}

.amenities-slider-container {
  position: relative;
}

/* Swiper Navigation Buttons Styling */
.amenities-swiper .swiper-button-prev,
.amenities-swiper .swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  margin-top: -30px !important;
  border-radius: 50% !important;
  background: white !important;
  border: 2px solid #005d69 !important;
  color: #005d69 !important;
  font-weight: bold !important;
  box-shadow: 0 6px 20px rgba(0, 93, 105, 0.2) !important;
  transition: all 0.3s ease !important;
}

.amenities-swiper .swiper-button-prev:after,
.amenities-swiper .swiper-button-next:after {
  font-size: 20px !important;
  font-weight: bold !important;
}

.amenities-swiper .swiper-button-prev {
  left: -30px !important;
}

.amenities-swiper .swiper-button-next {
  right: -30px !important;
}

.amenities-swiper .swiper-button-prev:hover,
.amenities-swiper .swiper-button-next:hover {
  background: #005d69 !important;
  color: white !important;
  transform: scale(1.1) !important;
  box-shadow: 0 8px 30px rgba(0, 93, 105, 0.4) !important;
}

.amenities-swiper .swiper-button-disabled {
  opacity: 0.5 !important;
}

/* Custom slide animation class */
.slide-active-custom {
  animation: slideActiveGlow 0.8s ease-out;
}

@keyframes slideActiveGlow {
  0% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 15px 40px rgba(0, 93, 105, 0.4);
  }
  100% {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
}

/* =====================================================
   THE CLUB SECTION STYLES
   ===================================================== */

.the-club-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.the-club-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/image.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  z-index: 0;
}

.club-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  flex-direction: row;
  position: relative;
  z-index: 1;
}

.club-header img {
  width: 45px;
  height: auto;
  margin-bottom: 0;
  opacity: 0.9;
  margin-right: 10px;
}

.club-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  max-width: 1360px;
}

/* Left Side - Image Slider */
.club-slider-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 93, 105, 0.15);
  background: #fff;
  width: 100%;
}

.club-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  min-height: 300px;
}

.club-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.club-slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.club-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Slider Navigation Arrows */
.club-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 93, 105, 0.85);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.club-arrow:hover {
  background: rgba(0, 93, 105, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 93, 105, 0.3);
}

.club-arrow-prev {
  left: 20px;
}

.club-arrow-next {
  right: 20px;
}

/* Right Side - Facility Icons Grid */
.club-icons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.club-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
  justify-items: center;
  align-items: center;
  /* padding: 20px 0; */
}

.club-icon-item {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.club-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  width: 85px;
  height: 85px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.club-icon-circle:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(151, 106, 76, 0.15);
}
.club-icon-item.active .club-icon-circle {
  background: #eec7adb0;
  box-shadow: 0 0 25px rgba(139, 69, 19, 0.4);
  transform: translateY(-5px);
  position: relative;
}

.club-icon-item.active .club-icon-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(139, 69, 19, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: circularWave 3s ease-out infinite;
}

/* --- Circular Wave Animation --- */
@keyframes circularWave {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  10% {
    width: 103%;
    height: 103%;
    opacity: 0.9;
  }
  20% {
    width: 106%;
    height: 106%;
    opacity: 0.8;
  }
  30% {
    width: 109%;
    height: 109%;
    opacity: 0.7;
  }
  40% {
    width: 112%;
    height: 112%;
    opacity: 0.6;
  }
  50% {
    width: 115%;
    height: 115%;
    opacity: 0.5;
  }
  60% {
    width: 118%;
    height: 118%;
    opacity: 0.4;
  }
  70% {
    width: 121%;
    height: 121%;
    opacity: 0.3;
  }
  80% {
    width: 124%;
    height: 124%;
    opacity: 0.2;
  }
  90% {
    width: 127%;
    height: 127%;
    opacity: 0.1;
  }
  100% {
    width: 130%;
    height: 130%;
    opacity: 0;
  }
}

.club-icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(37%) sepia(31%) saturate(1234%) hue-rotate(343deg) brightness(93%) contrast(89%);
}
.sp{
  width: 38px !important;
  height: 38px !important;
}

.club-icon-item.active .club-icon-circle img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(56%) saturate(1234%) hue-rotate(343deg) brightness(93%) contrast(89%);
  transform: scale(1);
}

.club-icon-label {
  font-size: 14px;
  color: #005d69;
  font-weight: 600;
  font-family: 'DunbarTall', sans-serif;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  margin-top: 10px;
}

.club-icon-item.active .club-icon-label {
  color: #8B4513;
}

/* Navigation Dots */
.club-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.club-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.club-dot.active {
  background: #005d69;
  width: 30px;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .club-container {
    gap: 40px;
  }
  
  .club-icons-grid {
    gap: 25px 20px;
  }
  
  .club-icon-circle {
    width: 90px;
    height: 90px;
  }
  
  .club-icon-circle img {
    width: 38px;
    height: 38px;
  }
  
  .club-icon-label {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .club-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 15px;
  }
  
  .club-slider-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .club-slider {
    min-height: 350px;
  }
  
  .club-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
  }
  
  .club-icon-circle {
    width: 85px;
    height: 85px;
  }
  
  .club-icon-circle img {
    width: 36px;
    height: 36px;
  }
  
  .club-icon-label {
    font-size: 14px;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .the-club-section {
    padding: 60px 0;
  }
  
  .club-header {
    margin-bottom: 40px;
  }
  
  .club-header img {
    width: 35px;
  }
  
  .club-container {
    gap: 30px;
    padding: 0 15px;
  }
  
  .club-slider-wrapper {
    border-radius: 16px;
  }
  
  .club-slider {
    min-height: 280px;
    aspect-ratio: 16 / 11;
  }
  
  .club-icons-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 12px;
  }
  
  .club-icon-circle {
    width: 70px;
    height: 70px;
  }
  
  .club-icon-circle img {
    width: 30px;
    height: 30px;
  }
  
  .club-icon-label {
    font-size: 12px;
    margin-top: 8px;
  }
  
  .club-arrow {
    width: 40px;
    height: 40px;
  }
  
  .club-arrow-prev {
    left: 10px;
  }
  
  .club-arrow-next {
    right: 10px;
  }
  
  .club-arrow svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 576px) {
  .the-club-section {
    padding: 50px 0;
  }
  
  .club-container {
    padding: 0 10px;
  }
  
  .club-slider-wrapper {
    border-radius: 12px;
  }
  
  .club-slider {
    min-height: 240px;
    aspect-ratio: 16 / 12;
  }
  
  .club-icons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 15px;
    padding: 15px 0;
  }
  
  .club-icon-circle {
    width: 75px;
    height: 75px;
  }
  
  .club-icon-circle img {
    width: 32px;
    height: 32px;
  }
  
  .club-icon-label {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .club-arrow {
    width: 36px;
    height: 36px;
  }
  
  .club-arrow-prev {
    left: 8px;
  }
  
  .club-arrow-next {
    right: 8px;
  }
}

@media (max-width: 480px) {
  .club-slider {
    min-height: 220px;
  }
  
  .club-icons-grid {
    gap: 18px 12px;
  }
  
  .club-icon-circle {
    width: 70px;
    height: 70px;
  }
  
  .club-icon-circle img {
    width: 30px;
    height: 30px;
  }
  
  .club-icon-label {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .club-slider {
    min-height: 200px;
  }
  
  .club-icons-grid {
    gap: 15px 10px;
  }
  
  .club-icon-circle {
    width: 65px;
    height: 65px;
  }
  
  .club-icon-circle img {
    width: 28px;
    height: 28px;
  }
  
  .club-icon-label {
    font-size: 11px;
  }
  
  .club-arrow {
    width: 32px;
    height: 32px;
  }
  
  .club-arrow svg {
    width: 18px;
    height: 18px;
  }
}

.sec-cards-wrapperr {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.sec-cardd {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  will-change: transform, opacity;
}

.sec-cardd:nth-child(1) { z-index: 1; }
.sec-cardd:nth-child(2) { z-index: 2; }
.sec-cardd:nth-child(3) { z-index: 3; }
/* =====================================================
   CLUBHOUSE AMENITIES STYLES
   ===================================================== */

.clubhouse-section {
  padding: 50px 0;position: relative;
  background: #f8f9fa;
}

.clubhouse-title {
  color: #005d69;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.amenitiesSwiperr {
  overflow: visible; /* Allow partial slides to be visible */
  padding: 0 10px; /* Add padding to prevent cutoff */
}

.amenitiesSwiperr .swiper-slide {
  overflow: hidden !important;
  text-align: center !important;
  padding: 20px 0px !important;margin: 0px !important;
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for partial slides */
}

/* Style for partially visible next slide */
.amenitiesSwiperr .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.7; /* Make partial slide slightly transparent */
  transform: scale(0.95); /* Slightly smaller scale for preview effect */
}

.slide-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.slide-desc {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-align: left;
  margin-left: 75px;
}

.custom-nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.custom-nav-btn {
  background: #005d69;
  color: #fff !important;
  border: none;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-left: 25px;
}

.custom-nav-row .swiper-button-next:after, 
.custom-nav-row .swiper-button-prev:after
 {opacity: 0 !important;}

.custom-nav-btn:hover {
  background: #68888d;
  transform: scale(1.1);
}

.custom-pagination {
  flex: 1;
  text-align: center;
}

/* =====================================================
   THE GREENS SECTION STYLES
   ===================================================== */

.greens-section {
  position: relative;
  padding: 50px 0;
}

.greens-decor {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
  opacity: 0.3;
}

.green-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  flex-direction: row;
}

.green-img img {
  width: 42px;
  height: auto;
  margin-bottom: 0px;
}

.back-text-3 {
  font-weight: 200;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666;
}

.text-brown {
  color: #976A4C !important;
}

.back-text-2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 3px;
  word-spacing: 3px;
  color: #333;
  margin-bottom: 15px;
}

.greens-section .back-text-2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 3px;
  word-spacing: 3px;
  color: #3a9da0;
  margin-bottom: 15px;
}

/* =====================================================
   LAYOUT/PLANS SECTION STYLES
   ===================================================== */

.plans-section {
  padding: 50px 0;
  background: #fff;
}

.layout-text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: row;
}

.layout-text-center img {
  width: 42px;
  height: auto;
  /*margin-bottom: 20px;*/
}

.toggle-btn {
  background: transparent;
  border: 2px solid #005d69;
  color: #005d69;
  padding: 10px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.toggle-btn.active,
.toggle-btn:hover {
  background: #005d69;
  color: white;
}

.plan-content {
  margin-top: 40px;
}

.master-plan-wrapper {
  position: relative;
}

.corner-img {
  position: absolute;
}

.bottom-right {
  bottom: -50px;
  right: -50px;
  z-index: 2;
}

/* =====================================================
   GALLERY SECTION STYLES
   ===================================================== */

.gsw {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.gsw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/image.webp') center/cover;
  opacity: 0.05;
  z-index: 0;
}

.gallery-swiper .swiper-slide {
  background: #fff !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.gallery-swiper .swiper-slide img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
}

/* =====================================================
   ADDRESS SECTION STYLES
   ===================================================== */

.address-section {
  position: relative;
  padding: 50px 0;
}

.address-text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: row;
}

.address-text-center img {
  width: 42px;
  height: auto;
  /*margin-bottom: 20px;*/
}

.add-text {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: 'DunbarTall', sans-serif;
  line-height: 37px;
}

.img-wrapper {
  display: block;
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
  border-radius: 10px;
}

/* =====================================================
   PROJECT PROGRESS STYLES
   ===================================================== */

.project-text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  flex-direction: row;
}

.project-text-center img {
  width: 42px;
  height: auto;
  margin-bottom: 0px;
}

.project-box {height: 296px;z-index: 9;border-radius: 8px;
  position: relative;overflow: hidden;}

.project-img {
  width: 50%;
  height: auto;
  top: 200px;
  left: -220px;
  transform: rotate(90deg);
  z-index: 1;
}

@media (max-width: 768px) {
  .project-img {
    display: none;
  }
}

@media (min-width: 768px) {
  .project-box {
    max-width: 442px;
  }
}

/* =====================================================
   CONTACT FORM STYLES
   ===================================================== */

.section-enquire {
  position: relative;
  padding: 50px 0px;
}

.p-60 {
  padding-top: 60px;
}

.m-70 {
  margin: 70px 0;
}

.form-control-custom {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background: transparent;
  line-height: 1.2;
  vertical-align: bottom;
}

.form-control-custom::placeholder {
  color: #6F4639;
  font-weight: 400;
}

.form-control:focus,
.form-control-custom:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-control-custom:focus {
  border-bottom-color: #40e0d0 !important;
}

.form-floating label {
  color: #6F4639;
}

/* =====================================================
   FOOTER STYLES
   ===================================================== */

.section-footer {background-color: #005d69;padding: 60px 0;color: #fff;}
.f2 {margin-top: 100px;}
.f-txt p, .f2-txt p, .f2-txt1 p {font-size: 11px;line-height: 1.6;
  margin-bottom: 10px;color: #ddd;letter-spacing: 1px;word-spacing: 1px;}
.f2-txt h6, .f2-txt1 h6 {font-size: 18px;margin-bottom: 15px;letter-spacing: 1px;
  word-spacing: 1px;color: #7DCECD;}
.cop {color: #7DCECD !important;}
.dis {color: #ddd;}
.ml-115 {margin-left: 115px;}
.m-30 {margin: 30px 0;}
.desktop {display: block;}
.mbl {display: none;}

@media (max-width: 768px) {
.ml-115 {margin-left: 0;}
.desktop {display: none;}
.mbl {display: block;}
.f2 {margin-top: 40px;}
}

/* =====================================================
   UTILITY CLASSES
   ===================================================== */

.spacer {height: 100vh;}
.pad-top {padding-top: 80px;}
.mar-top {padding: 100px 0px;}
.coco-img {border-radius: 12px;transition: transform 0.3s ease;}
.coco-img:hover {transform: scale(1.02);}
.form-floating {margin-bottom: 20px;transition: transform 0.3s ease;}
.form-floating:hover {transform: translateY(-2px);}
.form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  padding: 15px 0;
  background: transparent;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #40e0d0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-floating label {
  color: #6F4639;
}
.form-floating select  {
  color: #6F4639; 
}
.form-floating select option {
  color: #000; /* black text */
  background-color: #fff; /* white dropdown background */
}


.submit-btn {
    background-color: #005d69;
    color: white;
    padding: 15px 19px;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    font-size: 20px;
    transition: all 0.3s ease;
    width: 100%;
    letter-spacing: 3px;
    text-align: center;
    word-spacing: 4px;
    text-transform: uppercase;
}

.submit-btn:hover {
  background-color: #64a99e;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(64, 224, 208, 0.3);
}

/* =====================================================
   FOOTER STYLES
   ===================================================== */

.section-footer {
  background-color: #005d69;
  padding: 60px 0;
  color: #fff;
}

.f-img img {
  max-width: 100%;
  height: auto;
  max-height: 197px;
  display: block;width: 40%;
  margin-bottom: 40px;
}

.f2 {margin-top: 100px;}

.f-txt p,
.f2-txt p,
.f2-txt1 p {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ddd;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.f2-txt h6,
.f2-txt1 h6 {
  font-size: 25px;font-family: 'DunbarTall', sans-serif;font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: #7DCECD;
}

.cop {
  color: #7DCECD !important;
}

a {
  color: #40e0d0;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #36c5b0;
  text-decoration: underline;
}

/* =====================================================
   RESPONSIVE DESIGN
   ===================================================== */



@media (max-width:992px) {
  .P-1 {
    font-size: 22px;
    letter-spacing: 4px;
    top: -37px;
    word-spacing: 1px;
    padding-right: 42px;
  }
  
  .P-2 {
    font-size: 58px;
    position: absolute;
    top: -4%;
    padding-right: 41px;
  }
  
  .P-3 {
    font-size: 22px;
    padding-right: 42px;
    letter-spacing: 2px;
    word-spacing: 0px;
    top: 5px;

  }
  
  .section-heading {
    font-size: 24px !important;
  }
  
  .card-title {
    font-size: 22px;
  }
  
  .swiper-slide {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
  }
  
  .swiper-slide img {
    width: 100% !important;
    height: auto !important;
  }
  
  .amenities-swiper {
    padding: 60px 20px;
    max-width: 100%;
    height: 400px;
  }
  
  .amenities-swiper .swiper-wrapper {
    height: 300px;
  }
  
  .amenities-swiper .swiper-slide {
    width: 300px !important;
    height: 250px !important;
  }
  
  .amenity-overlay h5 {
    font-size: 16px;
  }
  
  .amenity-overlay p {
    font-size: 12px;
  }
  
  .amenities-swiper .swiper-button-prev,
  .amenities-swiper .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    margin-top: -22px !important;
  }
  
  .amenities-swiper .swiper-button-prev:after,
  .amenities-swiper .swiper-button-next:after {
    font-size: 16px !important;
  }
  
  .amenities-swiper .swiper-button-prev {
    left: -10px !important;
  }
  
  .amenities-swiper .swiper-button-next {
    right: -10px !important;
  }
  
  .section-amenities {
    padding: 40px 0;
  }
  
  .ta {
    padding-bottom: 20px;
  }
  
  .back-text-1 {
    font-size: 28px;
  }
}

/* =====================================================
   PERFORMANCE OPTIMIZATIONS
   ===================================================== */

.will-change-transform {
  will-change: transform;
}

.will-change-opacity {
  will-change: opacity;
}

.gpu-accelerated {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Loading states */
.loading {
  opacity: 0;
  transform: translateY(30px);
}

.loaded {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

/* Professional card content styling */
.ectext {
  text-align: left;
}

.entry-card .row {
  width: 100%;
  margin: 0;
  align-items: center;
}

.entry-card .col-md-7 {
  padding-right: 40px;
}

.entry-card .col-md-5 {
  padding-left: 40px;
}

.entry-card img {
  border-radius: 16px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  box-shadow: 
    0 12px 30px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(0, 93, 105, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 93, 105, 0.1);
}

.entry-card:hover img {
  transform: scale(1.02);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 6px 15px rgba(0, 93, 105, 0.15);
}

.entry-card .text-brown {
  color: #8B4513;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  opacity: 0.9;
}

.entry-card .back-text-2 {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.entry-card .back-text-3 {
  color: #5a6c7d;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  opacity: 0.9;
}

/* Smooth fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive design improvements */
@media (max-width: 768px) {
  .section-entry-new {
    padding: 40px 20px;
  }

  .section-entry-neww {
    padding: 40px 20px;
  }

  .section-experience {
    padding: 40px 20px;
  }
  
  .section-heading {
    font-size: 32px;
  }
  
  .cards-container {
    height: 600px;
    max-width: 95%;
  }

  .experience-cards-container {
    height: auto;
    max-width: 95%;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px;
  }
  
  .experience-images-stack {
    height: 300px;
  }
  
  .experience-image {
    height: 250px;
  }
  
  .experience-content-area {
    height: auto;
    min-height: 200px;
  }
  
  .entry-card {
    height: 500px;
    padding: 30px;
    flex-direction: column;
  }
  
  .entry-card .col-md-7,
  .entry-card .col-md-5 {
    padding: 0;
    margin-bottom: 20px;
  }
  
  .entry-card .back-text-2 {
    font-size: 24px;
  }
}

.sh3{margin-left: 30px;text-align: left;}
.sh4{margin-right: 35px;text-align: right;}
.amenitiesSwiperr .swiper-button-next,
.amenitiesSwiperr .swiper-button-prev {display: none !important;}
.master-plan-wrapper img{height: 600px !important;object-fit: contain;}
.f2-txt1{margin-top: 30px;}
.section-amenities.tamen{position: relative;overflow-x: hidden;}
.section-amenities.tamen::before{position: absolute;content: "";width: 100%;
  background-image: url('../images/f51.webp');top: 0;left: 0;height: 100%;
  background-repeat: no-repeat;z-index: 1;opacity: 0.15;}
.section-entry-new{position: relative;background-color: rgb(151 106 76 / 10%);}
.section-entry-new::after {position: absolute;content: "";top: 0;left: 0;
  width: 100%;height: 100%;background-image: url('../images/image.webp');
  background-size: cover;background-repeat: no-repeat;z-index: -1;opacity: 0.2;
  background-position: center;}
.section-experience{position: relative;background-color: rgb(151 106 76 / 10%);}
.section-experience::after {position: absolute;content: "";top: 0;left: 0;
  width: 100%;height: 100%;background-image: url('../images/image.webp');
  background-size: cover;background-repeat: no-repeat;z-index: -1;opacity: 0.2;
  background-position: center;}
.section-greens{position: relative;background-color: rgb(151 106 76 / 10%);}
.section-greens::after {position: absolute;content: "";top: 0;left: 0;
  width: 100%;height: 100%;background-image: url('../images/image.webp');
  background-size: cover;background-repeat: no-repeat;z-index: -1;opacity: 0.2;
  background-position: center;}
.section-plans{position: relative;overflow: hidden;}
.section-plans::before {position: absolute;content: "";width: 30%;
  background-image: url('../images/f15-2.webp');top: -10%;right: 0%;
  height: 100%;background-repeat: no-repeat;opacity: 0.3;}
.section-plans::after {position: absolute;content: "";width: 100%;
  background-image: url('../images/f8.webp');bottom: 0%;left: -7%;
  height: 36%;background-repeat: no-repeat;opacity: 0.3;}
.gallery-sec{background: rgb(151 106 76 / 8%);}
.address-section{position: relative;overflow: hidden;}
.address-section::before {position: absolute;content: "";width: 31%;
  background-image: url('../images/f3.webp');top: -17%;right: 0%;height: 100%;
  background-repeat: no-repeat;opacity: 0.3;}
.project-progress-sec{position: relative;overflow: hidden;background: rgb(151 106 76 / 8%);}
.project-progress-sec::after {position: absolute;content: "";width: 100%;
  background-image: url('../images/f10-1.webp');bottom: -20%;left: -1%;
  height: 60%;background-repeat: no-repeat;opacity: 0.3;}
.section-enquire{position: relative;background-color: rgb(151 106 76 / 10%);
  overflow: hidden;}
.section-enquire::before {position: absolute;content: "";top: 0;left: 0;
  width: 100%;height: 100%;background-image: url('../images/image.webp');
  background-size: cover;background-repeat: no-repeat;z-index: -1;opacity: 0.1;
  background-position: center;}
.section-enquire::after {position: absolute;content: "";width: 25%;
  background-image: url('../images/f15-2.webp');bottom: -25%;right: -2%;
  height: 100%;background-repeat: no-repeat;opacity: 0.3;z-index: -1;}
.form-control:focus {border-color: #40e0d0 !important;box-shadow: none !important;
  outline: none !important;background: #ffffff63;}
.form-floating>.form-control-plaintext~label::after, 
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {position: absolute;inset: 1rem 0.375rem;
  z-index: -1;height: 1.5em;content: "";background-color: transparent;
  border-radius: var(--bs-border-radius);}
.form-floating>label {position: absolute;top: 0;left: 0;z-index: 2;height: 100%;
  padding: 1rem .75rem;overflow: hidden;text-align: start;text-overflow: ellipsis;
  white-space: nowrap;pointer-events: none;border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  background: transparent;font-family: 'DunbarTall', sans-serif;}
.cjb{margin-top: 70px;}
.cjb p{font-size: 11px;}
.f2-txt1 a{color: #ddd;}
.mgsap{display: none;}
.custom-navbar {position: absolute;width: 100%;top: 0;left: 0;z-index: 999;
  transition: all 0.4s ease;background: transparent;box-shadow: none;}
.custom-navbar.scrolled {position: fixed;background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);transform: translateY(-100%);
  animation: slideDown 0.4s ease forwards;}
@keyframes slideDown {
  from {transform: translateY(-100%);}
  to {transform: translateY(0);}
}
.cocoonsec{background-color: rgb(151 106 76 / 10%);}
.cocoonsec::before{position: absolute;content: "";top: 0;left: 0;width: 100%;
  height: 100%;background-image: url('../images/image.webp');background-size: cover;
  background-repeat: no-repeat;background-position: center;z-index: -1;opacity: 0.2;}
.section-cocoon h2 {color: #005d69;font-family: 'DunbarTall', sans-serif;
  font-weight: 500;text-transform: capitalize;letter-spacing: 0.6px;}
.vsha {position: relative;display: inline-block;width: 100%;height: 100%;
  overflow: hidden;}
.vsha video {width: 100%;height: auto;display: block;}
.vsha::before {position: absolute;content: "";top: 0;left: 0;height: 100%;
  width: 45%;pointer-events: none;z-index: 2;
  background: linear-gradient(to right, #f1ede9 0%, rgba(151, 106, 76, 0) 100%);}
.vrsha {position: relative;display: inline-block;width: 100%;height: 100%;
  overflow: hidden;}
.vrsha video {width: 100%;height: auto;display: block;}
.vrsha::after {position: absolute;content: "";top: 0;right: 0;height: 100%;
  width: 45%;pointer-events: none;z-index: 2;
  background: linear-gradient(to left, #f1ede9 0%, rgba(151, 106, 76, 0) 100%);}
.project-progress-sec .back-text-1 {font-size: 35px;letter-spacing: 0.6px;word-spacing: 5px;}
.mobile-video {display: none;}
.fancybox__caption {color: #fff;font-weight: 500;letter-spacing: 1px;
  font-family: 'DunbarTall', sans-serif;text-transform: uppercase;font-size: 15px;}

@media (max-width: 768px) {
.desktop-video {display: none;}
.mobile-video {display: block;}
.entry-content .back-text-2 {font-size: 25px;letter-spacing: 0.6px;}
.text-brown {margin-top: 25px;}
.back-text-2 {color: #005d69;}


}

.thankyou-sec{text-align: center;height: 100vh;display: flex;
  align-items: center;justify-content: center;}
.thankyou-sec h1{font-family: "DunbarTall", sans-serif;font-size: 35px;
  color: #005d69;letter-spacing: 1px;line-height: 36px;margin-bottom: 20px;}
.thankyou-sec h6{font-size: 15px;letter-spacing: 1px;font-family: 'DunbarTall';
  line-height: 24px;}

.swiper-button-next, .swiper-button-prev {background-color: #8b4513bf;
  color: #fff !important;border-radius: 50px !important;padding: 20px 20px;
  transition: all 0.3s ease;}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 20px !important;
  font-weight: 600;}
.swiper-button-next:hover, .swiper-button-prev:hover{background-color: #3a9da0;}



@media(min-width: 2001px) and (max-width: 2500px) {

.nav-link {margin-right: 20px;font-size: 18px;}
.btn-contact {font-size: 15px;}
.entry-content .back-text-3 {font-size: 18px;line-height: 36px;}
.experience-content .back-text-3 {font-size: 18px;line-height: 36px;}
.experience-content .back-text-2 {font-size: 27px;line-height: 44px;}
.back-text-3 {font-size: 18px;line-height: 36px;}
.greens-section .back-text-2 {font-size: 26px;line-height: 40px;
  letter-spacing: 1px;word-spacing: 1px;}
.f-txt p, .f2-txt p, .f2-txt1 p {font-size: 18px;line-height: 33px;}
.f2-txt h6, .f2-txt1 h6 {font-size: 30px;}
.cjb p {font-size: 16px;}
.toggle-btn {font-size: 21px;letter-spacing: 1px;}
.experience-cards-container {width: 100%;max-width: 100%;height: 550px;
  grid-template-columns: 1fr 1fr;gap: 40px;padding: 0 40px;}
.cards-container {width: 100%;max-width: 100%;height: 550px;
  grid-template-columns: 1fr 1fr;gap: 40px;padding: 0 40px;}



}



@media(min-width: 1801px) and (max-width: 2000px) {

.nav-link {margin-right: 20px;font-size: 18px;}
.btn-contact {font-size: 15px;}
.entry-content .back-text-3 {font-size: 18px;line-height: 36px;}
.experience-content .back-text-3 {font-size: 18px;line-height: 36px;}
.experience-content .back-text-2 {font-size: 27px;line-height: 44px;}
.back-text-3 {font-size: 18px;line-height: 36px;}
.greens-section .back-text-2 {font-size: 26px;line-height: 40px;
  letter-spacing: 1px;word-spacing: 1px;}
.f-txt p, .f2-txt p, .f2-txt1 p {font-size: 18px;line-height: 33px;}
.f2-txt h6, .f2-txt1 h6 {font-size: 30px;}
.cjb p {font-size: 16px;}
.toggle-btn {font-size: 21px;letter-spacing: 1px;}
.text-overlay {top: 300px;right: 30px;}
.cocoonsec::after {bottom: -55px;}
/*.video-container video {top: 60%;left: 50%;}*/



}



@media(min-width: 1601px) and (max-width: 1800px) {

.nav-link {margin-right: 15px;font-size: 15px;}
.btn-contact {font-size: 15px;}
.entry-content .back-text-3 {font-size: 15px;line-height: 33px;}
.experience-content .back-text-3 {font-size: 15px;line-height: 33px;}
.experience-content .back-text-2 {font-size: 27px;line-height: 44px;}
.back-text-3 {font-size: 15px;line-height: 33px;}
.greens-section .back-text-2 {font-size: 26px;line-height: 40px;
  letter-spacing: 1px;word-spacing: 1px;}
.f-txt p, .f2-txt p, .f2-txt1 p {font-size: 15px;line-height: 26px;}
.f2-txt h6, .f2-txt1 h6 {font-size: 28px;}
.cjb p {font-size: 14px;}
.text-overlay {top: 300px;right: 30px;}
.cocoonsec::after {bottom: -55px;}
/*.video-container video {top: 60%;left: 50%;}*/



}



@media (min-width: 1400px) and (max-width: 1600px) {

.nav-link {margin-right: 15px;font-size: 15px;}
.btn-contact {font-size: 15px;}
.entry-content .back-text-3 {font-size: 15px;line-height: 33px;}
.experience-content .back-text-3 {font-size: 15px;line-height: 33px;}
.experience-content .back-text-2 {font-size: 27px;line-height: 44px;}
.back-text-3 {font-size: 15px;line-height: 33px;}
.greens-section .back-text-2 {font-size: 26px;line-height: 40px;
  letter-spacing: 1px;word-spacing: 1px;}
.text-overlay {top: 300px;right: 30px;}
.cocoonsec::after {bottom: -55px;}
/*.video-container video {top: 60%;left: 50%;}*/


}



@media (min-width: 1300px) and (max-width: 1399px) {}



@media (min-width: 1201px) and (max-width: 1299px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.circle {min-width: 100px;min-height: 100px;}
.cards-container {grid-template-columns: 1fr 1fr;gap: 40px;padding: 0 40px;}
.experience-cards-container {grid-template-columns: 1fr 1fr;gap: 40px;
  padding: 0 40px;}


}



@media (min-width: 1151px) and (max-width: 1200px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.nav-link {margin-right: 0px;}
.greens-section .back-text-2 {font-size: 22px;line-height: 35px;
  letter-spacing: 1px;word-spacing: 1px;margin-bottom: 15px;}
.back-text-3 {font-size: 12px;line-height: 22px;letter-spacing: 1px;}
.clubhouse-title {font-size: 32px;margin-bottom: 20px;}
.experience-cards-container {gap: 20px;padding: 0 20px;
  grid-template-columns: 1fr 1fr;}
.cards-container {grid-template-columns: 1fr 1fr;
    gap: 20px;padding: 0 20px;}
.sanc-text, .custom-text {font-size: 24px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 38px;}
.entry-content .back-text-2 {font-size: 28px;line-height: 40px;
  margin-bottom: 15px;letter-spacing: 0.6px;}
.circle span:first-child {font-size: 15px;line-height: 30px;}
.circle span:last-child {font-size: 16px;}
.stat-row h4 {font-size: 15px;letter-spacing: 1px;line-height: 24px;}
.circle {min-width: 90px;min-height: 90px;}
.circle h3 {font-size: 24px;}
.box-container {gap: 20px;padding: 50px 0;height: 400px;
  flex-wrap: nowrap;margin-left: 50px;}



}



@media (min-width: 1101px) and (max-width: 1150px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.nav-link {margin-right: 0px;}
.greens-section .back-text-2 {font-size: 22px;line-height: 35px;
  letter-spacing: 1px;word-spacing: 1px;margin-bottom: 15px;}
.back-text-3 {font-size: 12px;line-height: 22px;letter-spacing: 1px;}
.clubhouse-title {font-size: 32px;margin-bottom: 20px;}
.experience-cards-container {gap: 20px;padding: 0 20px;
  grid-template-columns: 1fr 1fr;}
.cards-container {grid-template-columns: 1fr 1fr;
    gap: 20px;padding: 0 20px;}
.sanc-text, .custom-text {font-size: 18px;letter-spacing: 1px;word-spacing: 1px;
  line-height: 30px;}
.entry-content .back-text-2 {font-size: 28px;line-height: 40px;
  margin-bottom: 15px;letter-spacing: 0.6px;}
.circle span:first-child {font-size: 15px;line-height: 30px;}
.circle span:last-child {font-size: 16px;}
.stat-row h4 {font-size: 15px;letter-spacing: 1px;line-height: 24px;}
.circle {min-width: 90px;min-height: 90px;}
.circle h3 {font-size: 24px;}
.box-container {gap: 20px;padding: 50px 0;height: 400px;
  flex-wrap: nowrap;margin-left: 50px;}


}



@media (min-width: 1046px) and (max-width: 1100px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.nav-link {margin-right: 0px;}
.greens-section .back-text-2 {font-size: 18px;line-height: 26px;
  letter-spacing: 1px;word-spacing: 1px;margin-bottom: 10px;}
.back-text-3 {font-size: 11px;line-height: 22px;letter-spacing: 1px;}
.entry-content .back-text-3 {font-size: 12px;line-height: 22px;;letter-spacing: 1px;}
.clubhouse-title {font-size: 32px;margin-bottom: 20px;}
.experience-cards-container {gap: 20px;padding: 0 20px;
  grid-template-columns: 1fr 1fr;}
.cards-container {grid-template-columns: 1fr 1fr;
    gap: 20px;padding: 0 20px;}
.sanc-text, .custom-text {font-size: 18px;letter-spacing: 1px;word-spacing: 1px;
  line-height: 30px;}
.entry-content .back-text-2 {font-size: 20px;line-height: 24px;
  margin-bottom: 10px;letter-spacing: 0.6px;}
.circle span:first-child {font-size: 13px;line-height: 30px;}
.circle span:last-child {font-size: 14px;}
.stat-row h4 {font-size: 12px;letter-spacing: 1px;line-height: 22px;}
.circle {min-width: 80px;min-height: 80px;}
.circle h3 {font-size: 20px;}
.box-container {gap: 20px;padding: 50px 0;height: 400px;
  flex-wrap: nowrap;margin-left: 50px;}
.nav-link {font-size: 11px;}
.btn-contact {padding: 0px 10px;line-height: 25px;width: 100px;font-size: 13px;}
.entry-content {top: 40%;padding: 20px 0px;}
.experience-content .back-text-2 {font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.experience-content .back-text-3 {font-size: 12px;line-height: 22px;}
.experience-content {top: 40%;padding: 20px 0px;}
/*.P-3 {font-size: 14px;padding-right: 0;word-spacing: 0px;
  letter-spacing: 4px;bottom: 7px;}
.P-1 {font-size: 14px;top: 40px;word-spacing: 0px;letter-spacing: 12px;}
.P-2 {font-size: 110px;}*/
.toggle-btn {font-size: 13px;letter-spacing: 1px;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media (min-width: 992px) and (max-width: 1045px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.nav-link {margin-right: 0px;}
.greens-section .back-text-2 {font-size: 22px;line-height: 35px;
  letter-spacing: 1px;word-spacing: 1px;margin-bottom: 15px;}
.back-text-3 {font-size: 12px;line-height: 22px;letter-spacing: 1px;}
.clubhouse-title {font-size: 32px;margin-bottom: 20px;}
.experience-cards-container {gap: 20px;padding: 0 20px;
  grid-template-columns: 1fr 1fr;}
.cards-container {grid-template-columns: 1fr 1fr;
    gap: 20px;padding: 0 20px;}
.sanc-text, .custom-text {font-size: 18px;letter-spacing: 1px;word-spacing: 1px;
  line-height: 30px;}
.entry-content .back-text-2 {font-size: 28px;line-height: 40px;
  margin-bottom: 15px;letter-spacing: 0.6px;}
.circle span:first-child {font-size: 15px;line-height: 30px;}
.circle span:last-child {font-size: 16px;}
.stat-row h4 {font-size: 15px;letter-spacing: 1px;line-height: 24px;}
.circle {min-width: 90px;min-height: 90px;}
.circle h3 {font-size: 24px;}
.box-container {gap: 20px;padding: 50px 0;height: 400px;
  flex-wrap: nowrap;margin-left: 50px;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}




@media (min-width: 901px) and (max-width: 991px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.greens-section .back-text-2 {font-size: 22px;line-height: 35px;
  letter-spacing: 1px;word-spacing: 1px;margin-bottom: 15px;}
.back-text-3 {font-size: 12px;line-height: 22px;letter-spacing: 1px;}
.clubhouse-title {font-size: 32px;margin-bottom: 20px;}
.experience-cards-container {gap: 20px;padding: 0 20px;
  grid-template-columns: 1fr 1fr;}
.cards-container {grid-template-columns: 1fr 1fr;
    gap: 20px;padding: 0 20px;}
.sanc-text, .custom-text {font-size: 18px;letter-spacing: 1px;word-spacing: 1px;
  line-height: 30px;}
.entry-content .back-text-2 {font-size: 28px;line-height: 40px;
  margin-bottom: 15px;letter-spacing: 0.6px;}
.circle span:first-child {font-size: 15px;line-height: 30px;}
.circle span:last-child {font-size: 16px;}
.stat-row h4 {font-size: 15px;letter-spacing: 1px;line-height: 24px;}
.circle {min-width: 90px;min-height: 90px;}
.circle h3 {font-size: 24px;}
#navbarNav {padding: 40px 30px;}
.box-container {gap: 20px;padding: 50px 0;height: 400px;
  flex-wrap: nowrap;margin-left: 50px;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}




@media (min-width: 768px) and (max-width: 900px) {

.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.greens-section .back-text-2 {font-size: 22px;line-height: 35px;
  letter-spacing: 1px;word-spacing: 1px;margin-bottom: 15px;}
.back-text-3 {font-size: 12px;line-height: 22px;letter-spacing: 1px;}
.clubhouse-title {font-size: 32px;margin-bottom: 20px;}
.experience-cards-container {gap: 20px;padding: 0 20px;
  grid-template-columns: 0.4fr 1.6fr;}
.cards-container {grid-template-columns: 0.4fr 1.6fr;
    gap: 20px;padding: 0 20px;}
.sanc-text, .custom-text {font-size: 18px;letter-spacing: 1px;word-spacing: 1px;
  line-height: 30px;}
.entry-content .back-text-2 {font-size: 28px;line-height: 40px;
  margin-bottom: 15px;letter-spacing: 0.6px;}
.circle span:first-child {font-size: 15px;line-height: 30px;}
.circle span:last-child {font-size: 16px;}
.stat-row h4 {font-size: 15px;letter-spacing: 1px;line-height: 24px;}
.circle {min-width: 90px;min-height: 90px;}
.circle h3 {font-size: 24px;}
#navbarNav {padding: 40px 30px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.P-2 {font-size: 100px;line-height: 100%;}
.P-3 {font-size: 14px;padding-right: 50px;word-spacing: 1px;
  letter-spacing: 3px;}
.P-1 {font-size: 14px;top: 20px;word-spacing: 5px;letter-spacing: 13px;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media (min-width: 651px) and (max-width: 767px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.f-img img {width: 50%;}
.entry-content .back-text-2 {font-size: 27px;letter-spacing: 0.6px;}
.section-heading {font-size: 30px !important;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.video-container video {position: relative;top: 50%;left: 50%;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 577px) and (max-width: 650px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 350px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 350px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.f-img img {width: 50%;}
.entry-content .back-text-2 {font-size: 27px;letter-spacing: 0.6px;}
.section-heading {font-size: 30px !important;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.video-container video {position: relative;top: 50%;left: 50%;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}




@media(min-width: 558px) and (max-width: 576px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.f-img img {width: 50%;}
.entry-content .back-text-2 {font-size: 27px;letter-spacing: 0.6px;}
.section-heading {font-size: 30px !important;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.video-container video {position: relative;top: 50%;left: 50%;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 501px) and (max-width: 557px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.f-img img {width: 50%;}
.entry-content .back-text-2 {font-size: 27px;letter-spacing: 0.6px;}
.section-heading {font-size: 30px !important;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 471px) and (max-width: 500px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 400px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.entry-content .back-text-2 {font-size: 27px;letter-spacing: 0.6px;}
.section-heading {font-size: 30px !important;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.video-container video {position: relative;top: 50%;left: 50%;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 451px) and (max-width: 470px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 420px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 420px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.entry-content .back-text-2 {font-size: 27px;letter-spacing: 0.6px;}
.section-heading {font-size: 30px !important;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.video-container video {position: relative;top: 50%;left: 50%;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 401px) and (max-width: 450px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 550px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 500px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 371px) and (max-width: 400px) {

.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 550px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 500px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}



@media(min-width: 100px) and (max-width: 370px){
.project-progress-sec::after {width: 100%;bottom: 0%;left: 0%;
  height: 20%;z-index: -1;}
.add-text {font-size: 23px;color: #333;margin-bottom: 10px;line-height: 36px;}
.amenities-swiper .swiper-slide {width: 100% !important;height: 100% !important;}
.swiper-slide img {width: 100% !important;height: 100% !important;}
.amenities-swiper {max-width: 100%;height: auto;}
.section-plans::before {z-index: 0;}
.section-plans::after {width: 100%;bottom: 0%;left: -50%;height: 30%;z-index: -1;}
.greens-section .back-text-2 {font-size: 25px;line-height: 36px;
  letter-spacing: 1px;word-spacing: 1px;}
.clubhouse-title {font-size: 28px;margin-bottom: 10px;}
.P-2 {font-size: 58px;margin-top: 0;}
.group-wrapper {position: relative;height: 100%;overflow: visible;}
.section-stats {padding: 1rem 0;margin-top: 1rem !important;}
.stat-row {display: flex;align-items: center;justify-content: flex-end;
  gap: 15px;margin: 10px 20px;font-size: 20px;text-align: left;}
.sh3 {margin-left: 0;}
.sanc-text, .custom-text {font-size: 23px;letter-spacing: 1px;
  word-spacing: 1px;line-height: 40px;}
.dgsap{display: none;}
.mgsap{display: block;}
#entryCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 550px;}
#entryCarousel .carousel-control-prev, #entryCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.sanctary.spacer{height: auto;}
#experienceCarousel .entry-content {position: relative;top: 0;left: 0;right: 0;padding: 40px 0px;
  will-change: opacity;opacity: 1 !important;visibility: visible !important;
  transform: translateY(0%);min-height: 500px;}
#experienceCarousel .carousel-control-prev, #experienceCarousel .carousel-control-next {
  position: absolute;top: 50%;transform: translateY(-50%);height: 40px;
  width: 40px;border-radius: 50%;background: rgba(0,0,0,0.2);}
.section-amenities.tamen::before {z-index: 1;opacity: 0.5;}
.back-text-2{font-size: 26px;line-height: 38px;letter-spacing: 1px;word-spacing: 1px;}
.plan-content {overflow: hidden;}
.clubhouse-section {overflow-x: hidden;}
.amenitiesSwiperr {overflow: hidden;padding: 0;}
.amenitiesSwiperr .swiper-slide {box-sizing: border-box;}
.greens-section {position: relative;padding: 50px 0;overflow-x: hidden;}
.greens-decor {position: absolute;top: -50px;left: 0;max-width: 100%;overflow: hidden;}
.stat-row h4 {font-size: 14px;letter-spacing: 1px;line-height: 25px;}
.circle span:last-child {font-size: 15px;}
.circle span:first-child {font-size: 15px;}
.circle h3 {font-size: 25px;}
#navbarNav {padding: 40px 30px;}
.submit-btn {font-size: 22px;letter-spacing: 2px;word-spacing: 4px;}
.circle {min-width: 90px;min-height: 90px;}
.text-overlay {top: 150px;right: 30px;text-align: right;}
.group-wrapper {margin-left: 0;}
.stat-row {justify-content: flex-start;}



}


.sticky-buttons {
  display: none; /* Hide by default */
}

@media (max-width: 991px) {
 .sticky-buttons {
  position: fixed;
  right: 0px;          /* Distance from right */
  top: 52%;             /* Middle of screen */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;            /* Space between buttons */
  z-index: 9999;        /* Always on top */
}

.sticky-buttons a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
}


.call-btn {
  background: #00666a; /* Green */
}

.enquire-btn {
  background: #00666a; /* Blue */
}

.small-modal {
  border-radius: 12px;
  max-width: 800PX; /* smaller modal width */
  margin: auto;
}
.small-modal .modal-body {
  padding: 20px;
}
.small-modal .form-control {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #6F4639 !important;
}
.small-modal textarea {
  resize: none;
}
.small-modal .btn {
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}
.small-modal .form-control::placeholder {
  color: #6F4639 !important;
  opacity: 1;
}
.modal-title{
  color:#076570;
}

.add-text-1{
    font-size: 16px !important;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'DunbarTall', sans-serif;
    line-height: 37px;
}

.advantages {
  padding: 80px 0; /* more breathing space */
}

.adv-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.adv-card h5 {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.adv-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  text-align: left; /* better readability */
  line-height: 24px;
}
@media (max-width: 568px){
  .adv-card{
    margin-top: 35px;
  }
}

.ul{
  font-size: 16px !important;
}

@media (min-width:1024px){
  .ad{
  padding: 20px 0px ;
}
}

.faq-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 24px;
}
.faq-header {
  padding: 24px 20px;
}
.faq-body {
  padding: 1rem 1.25rem;
}
.faq-body p {
  color: #333;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 28px;
}
.faq-title {
  display: flex;
  align-items: center;
  font-size: 15PX;
  color: #976A4C;
  letter-spacing: 1px;
  line-height: 28px;
}

/* Remove the problematic display rules and add proper responsive behavior */

/* Desktop - GSAP sticky animation */
@media (min-width: 769px) {
  .section-entry-new {
    position: relative;
    min-height: 100vh;
    padding: 50px 0px !important;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-nav-dots {
    display: none !important;
  }
}

/* Mobile - Simple scroll-based animation */
@media (max-width: 768px) {
  .section-entry-new {
    padding: 40px 20px;
    min-height: auto;
  }
  
  .cards-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .images-stack {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  
  .entry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .entry-image.active {
    opacity: 1;
  }
  
  .content-area {
    width: 100%;
  }
  
  .entry-content {
    display: none;
    padding: 20px 0;
  }
  
  .entry-content.active {
    display: block;
  }
  
  .mobile-nav-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  
  .nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #076570;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .nav-dot.active {
    background: #076570;
  }
}

/* Remove the old problematic rules */
.dgsap { display: block; }
.mgsap { display: none; }

/* Experience Section - Responsive Design */
@media (min-width: 769px) {
  .section-experience {
    position: relative;
    min-height: 100vh;
    padding: 50px 0px !important;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .section-experience {
    padding: 40px 20px;
    min-height: auto;
  }
  
  .experience-cards-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .experience-images-stack {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  
  .experience-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .experience-image.active {
    opacity: 1;
  }
  
  .experience-content-area {
    width: 100%;
  }
  
  .experience-content {
    display: none;
    padding: 20px 0;
  }
  
  .experience-content.active {
    display: block;
  }
}

/* Desktop section hidden on mobile */
@media (max-width: 768px) {
  .section-entry-new {
    display: none;
  }

  .section-entry-mobile {
    display: block;
    margin-top: 50px;
  }
  .section-entry-mobile .back-text-2{
    color: #3a9da0;
    padding-left: 8px;
  }
  .section-entry-mobile p{
    padding-left: 8px;
  }
  .section-entry-mobile .icon-text-center{
    margin-bottom: 15px;
  }
  .bck, .fwd {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    
    border-radius: 100%;
    background-color: #8b4513bf;
    height: 44px;
    width: 44px;
    z-index: 1000; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bck {
    left: 10px; 
}
.fwd {
    right: 10px; 
}
.bck,.fwd:hover{
  color: #005d69;
}
}

/* Desktop default */
@media (min-width: 769px) {
  .section-entry-mobile {
    display: none;
  }
}

/* Desktop version hidden on mobile */
@media (max-width: 768px) {
  .section-experience {
    display: none;
  }
  .section-experience-mobile {
    display: block;
  }
  .bck, .fwd {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    
    border-radius: 100%;
    background-color: #8b4513bf;
    height: 44px;
    width: 44px;
    z-index: 1000; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bck {
    left: 10px; 
}
.fwd {
    right: 10px; 
}
.bck,.fwd:hover{
  color: #005d69;
}
}

/* Desktop default */
@media (min-width: 769px) {
  .section-experience-mobile {
    display: none;
  }
}

.slide-desc {
  text-align: center;   /* centers the text */
  margin-top: 8px;      /* adds a little space above text */
}

.two{
  font-size: 17px !important;
  font-weight: bold !important;
}
.rera-no {
    font-size: 10px;
    line-height: 1.2;
    color: #333333;
    margin-top: 59px;
    position: absolute;
    margin-left: 28px;
}

.p-10{
  /*font-family: Sprintura;*/
    font-weight: 400;
  font-size: 50px;
  line-height: 150%;
  background: linear-gradient(to right, #3A9DA0, #005D69);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
      top: 50%;
    position: absolute;
    right: 0%;
}



@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

}
.frame-section {
position: relative;
z-index: 0; 
display: flex;
justify-content: center;
align-items: flex-end;
gap: 40px;
flex-wrap: wrap;
/*height: 727px;*/
padding-bottom: 40px;

}

.frame-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('../images/image.webp') center/cover no-repeat;
opacity: 0.2;  /* background opacity only */
z-index: -1;   /* behind content */
}


.frame-box-wrapper {
display: flex;
justify-content: center;
align-items: flex-end;
gap: 40px;
flex-wrap: wrap;
margin-bottom: 64px;
}




.frame-box {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 202px;
transition: opacity 4s ease, transform 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
}



.frame-box:nth-child(1) {
transform: translateY(-20px);
}

.frame-box:nth-child(2) {
transform: translateY(20px);
}

.frame-box:nth-child(3) {
transform: translateY(-15px);
}

.frame-box:nth-child(4) {
transform: translateY(25px);
}
.frame-text {
margin-bottom: 12px;
}

.frame-text span:first-child {
font-size: 42px;  
color: #005d69;
font-weight: 700;  
}
.frame-text span:nth-child(2) { 
font-size: 20px;  
color: #005d69;  
font-weight: 400;
}
.frame-text span:last-child {
font-size: 20px;  
color: #3a9da0;  
font-weight: 400;
}

.frame {
position: relative;
width: 202px;
/*aspect-ratio: 202 / 392;*/
aspect-ratio: 210 / 366;
border-radius: 10px;
/*border: 3px solid #3a9da0;*/
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
border: 2px solid transparent;
border-image: linear-gradient(to top, rgba(243, 240, 236, 0.8), rgba(243, 240, 236, 0)) 1;
}

.frame:hover {
transform: scale(1.05);
}

.frame-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.frame-section h2 {
opacity: 0;
transform: translateY(-50px);
transition: opacity 0.6s ease, transform 0.6s ease;
}

.frame-section .frame-image {
transform: scale(1.3);
opacity: 0;
transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), 
opacity 0.8s ease;
}


.frame-section .frame-box {
transition: opacity 4s ease, transform 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Active state when section is in view */
.frame-section.animate-active h2 {
opacity: 1;
transform: translateY(0);
}

.frame-section.animate-active .frame-box {
opacity: 1;
transform: translateY(0);
}

.frame-section.animate-active .frame-box:nth-child(1) {
transition-delay: 0.15s;
transform: translateY(-20px); /* Maintains your existing offset */
}

.frame-section.animate-active .frame-box:nth-child(2) {
transition-delay: 0.3s;
transform: translateY(20px); /* Maintains your existing offset */
}

.frame-section.animate-active .frame-box:nth-child(3) {
transition-delay: 0.45s;
transform: translateY(-15px); /* Maintains your existing offset */
}

.frame-section.animate-active .frame-box:nth-child(4) {
transition-delay: 0.6s;
transform: translateY(25px); /* Maintains your existing offset */
}

.frame-section.animate-active .frame-image {
transform: scale(1);
opacity: 1;
transition-delay: 0.2s;
}

@media (max-width: 992px) {
.frame-box-wrapper {
gap: 30px;
}
.frame-box {
width: 180px;
}
.frame {
aspect-ratio: 210 / 340;
}
.frame-text span:first-child {
font-size: 36px;
}
.frame-text span:nth-child(2),
.frame-text span:last-child {
font-size: 18px;
}
}

/* ✅ Mobile: 2 per row layout */
@media (max-width: 768px) {
.frame-box-wrapper {
justify-content: center;
gap: 30px 20px; /* vertical, horizontal gap */
}

.frame-box {
width: calc(50% - 20px);
}

.frame {
width: 100%;
aspect-ratio: 210 / 300;
}

.frame-text span:first-child {
font-size: 32px;
}

.frame-text span:nth-child(2),
.frame-text span:last-child {
font-size: 16px;
}
}

/* ✅ Small mobile: still 2 per row, smaller scaling */
@media (max-width: 480px) {
.frame-box {
width: calc(50% - 16px);
}

.frame {
aspect-ratio: 210 / 280;
}

.frame-text span:first-child {
font-size: 28px;
}

.frame-text span:nth-child(2),
.frame-text span:last-child {
font-size: 15px;
}

.frame-box-wrapper {
gap: 24px 16px;
}
}

.h{
      color: linear-gradient(to right, #3A9DA0, #005D69)!important;
}

.sticky-buttons {
  position: fixed;
  right: 0px;        
  top: 52%;          
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;          
  z-index: 9999;
}

.sticky-buttons a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}


.call-btn {
  background: #00666a;
}

.enquire-btn {
  background: #00666a;
}

.small-modal {
  border-radius: 12px;
  max-width: 800PX; /* smaller modal width */
  margin: auto;
}
.small-modal .modal-body {
  padding: 20px;
}
.small-modal .form-control {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #6F4639 !important;
}
.small-modal textarea {
  resize: none;
}
.small-modal .btn {
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}
.small-modal .form-control::placeholder {
  color: #6F4639 !important;
  opacity: 1;
}
.modal-title{
  color:#076570;
}

.add-text-1{
    font-size: 16px !important;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'DunbarTall', sans-serif;
    line-height: 37px;
}

.advantages {
  padding: 80px 0; /* more breathing space */
}

.adv-card {
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.adv-card h5 {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.adv-card ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  text-align: left; /* better readability */
  line-height: 24px;
}
@media (max-width: 568px){
  .adv-card{
    margin-top: 35px;
  }
}
.new_btn{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}
.new_btn .btn-contact{width:100%;display:block; padding:10px 10px;}
.zi{z-index:1; display:block;}
.pr_30{padding-right: 30px;}

.ud_l:hover{text-decoration: none;}