#percent {
font-size: 4rem;
font-family: "Manrope", sans-serif;
}

.animated-text span {
display: inline-block;
will-change: transform, opacity;
}



[class^=swiper-button-] {
transition: all 0.3s ease;
}

.swiper-slide {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}


.swiper-container {
width: 80%;
height: 100vh;
float: left;
transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
width: 20%;
padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
cursor: pointer;
opacity: 0.4;
transition: opacity 0.3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
transform: translateX(0);
opacity: 1;
visibility: visible;
}

.swiper-container.loading {
opacity: 0;
visibility: hidden;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide .slide-bgimg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}

.slide-bgimg {
    width: 100%;
    height: 400px; /* IMPORTANT */
    background-size: cover;
    background-position: center;
 }
.swiper-slide .entity-img {
display: none;
}

.swiper-slide .content {
position: absolute;
top: 40%;
left: 0;
width: 50%;
padding-left: 5%;
color: #fff;
}

.swiper-slide .content .title {
font-size: 2.6em;
font-weight: bold;
margin-bottom: 30px;
font-family: 'theseasonsreg';
font-size: 50px;
text-align: left;
color: #fff;
}

.swiper-slide .content .caption {
display: block;
font-size: 13px;
line-height: 1.4;
transform: translateX(50px);
opacity: 0;
transition: opacity 0.3s ease, transform 0.7s ease;
}

.swiper-slide .content .caption.show {
transform: translateX(0);
opacity: 1;
}

[class^=swiper-button-] {
width: 44px;
opacity: 0;
visibility: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
display: none;
}

.swiper-button-prev {
transform: translateX(50px);
background: url('images/priv.png') !important;
background-repeat: no-repeat !important;
background-position: center right;
background-size: 100% !important;
}

.swiper-button-next {
transform: translateX(-50px);
background: url('images/next.png') !important;
background-repeat: no-repeat !important;
background-position: center right;
background-size: 100% !important;
}

.footerfixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.fixedbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s ease;
}

.icon-btn.whatsapp {
  background-color: #25D366;
}

.icon-btn.call {
  background-color: #000;
}

.icon-btn:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.btnx {
  background-color: #000;
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 400;
}

@media (max-width: 768px) {
  .fixedbox {
    flex-direction: column;
    text-align: center;
  }

  .rgt_textlog {
    margin-top: 5px;
  }
}

.popup_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 0.3s ease;
}

.popup_container {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 40px 30px;
  width: 90%;
  max-width: 420px;
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: center;
}

.popup_close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.popup_title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.popup_subtitle {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 25px;
}

.form_control_wrap {
  margin-bottom: 20px;
}

.form_control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.form_control:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.phone_field {
  display: flex;
  align-items: center;
}

.country_dropdown {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px 0 0 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 10px;
  font-size: 14px;
  outline: none;
  width: 40%;
}

.country_dropdown option {
  color: #000;
}

.phone_input {
  border-radius: 0 6px 6px 0;
  border-left: none;
  width: 60%;
}

.submit_btn {
  background: linear-gradient(90deg, #ffb300, #ff7300);
  color: #000;
  font-weight: 600;
  padding: 12px 40px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.submit_btn:hover {
  background: linear-gradient(90deg, #ff7300, #ffb300);
  transform: translateY(-2px);
}
.main-bg-image {
    position: relative;
    width: 100%;
    height: 100vh; /* same as video */
    overflow: hidden;
}

.main-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* video jaisa full cover */
}
.entity-img {
    width: 100%;
    display: block;
}
.swiper-container,
.owl-carousel {
    overflow: hidden;
}
.py-5 {
    padding-top: 6rem !important;
}

.w-25{
  width: 40%!important;
}

/* GLOBAL PAGE STYLE */
.main-page,
.key-features-page,
.connectivity-page,
.enquiry-content,
.highlight-content,
.floorplan-page {
  padding: 82px 0;
  line-height: 1.8;
  background: #fff;
}

/* HEADINGS */
.main-page h1,
.key-features-page h1,
.connectivity-page h1,
.enquiry-content h1,
.highlight-content h1,
.floorplan-page h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.main-page h3,
.key-features-page h3,
.connectivity-page h3,
.enquiry-content h3,
.highlight-content h3,
.floorplan-page h3 {
  margin-top: 30px;
  font-weight: 600;
}

.main-page h4,
.key-features-page h4,
.connectivity-page h4,
.floorplan-page h4 {
  margin-top: 15px;
  font-weight: 500;
}

/* TEXT */
.main-page p,
.key-features-page p,
.connectivity-page p,
.enquiry-content p,
.highlight-content p,
.floorplan-page p {
  margin-bottom: 15px;
  color: #333;
}

/* LISTS */
.main-page ul,
.main-page ol,
.key-features-page ul,
.connectivity-page ul,
.enquiry-content ul,
.highlight-content ul,
.floorplan-page ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.main-page ul li,
.key-features-page ul li,
.connectivity-page ul li,
.enquiry-content ul li,
.highlight-content ul li,
.floorplan-page ul li {
  margin-bottom: 6px;
}

/* CONTAINER FIX */
.container {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}
/* Disable text selection on amenities tabs */
.amenities .nav-link,
.amenities .ameni-item-link {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE */
}

/* Optional: cursor better UX */
.amenities .nav-link,
.amenities .ameni-item-link {
    cursor: pointer;
}
.footer-custom {
  background: #111;
  padding: 50px 0 20px;
}

.footer-custom a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-custom a:hover {
  color: #fff;
}

/* 🔥 Grid for links */
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-links-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-grid li {
  margin-bottom: 8px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.small-text {
  font-size: 12px;
  color: #aaa;
}

.rera-text {
  font-size: 11px;
  color: #ccc;
}

/* 🔥 Mobile responsive */
@media (max-width: 768px) {
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.copyright-text {
  margin-bottom: 32px;
}

.phone_field {
  display: flex;
  flex-wrap: wrap; /* 🔥 important */
}

.phone_field .country_dropdown {
  width: 40%; /* ya jo bhi tera current hai */
}

.phone_field .phone_input {
  width: 60%;
}

.phone_field .error-text {
  width: 100%;       /* 🔥 new line me aayega */
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}