@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: "Playfair Display", serif;
  font-family: "Poppins", sans-serif; */

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: #fffaf0;
}
@font-face {
  font-family: "satoshi";
  src: url("../fonts/Satoshi-Regular.otf");
}

.navbar {
  font-family: "Playfair Display", serif;
  padding: 1rem 0;
}
.navbar-brand {
  width: 10%;
}
.navbar-brand img {
  width: 100%;
}

.nav-link {
  font-size: 1rem;
  color: #061e29;
  letter-spacing: 0.1rem;
  margin: 0.4rem 0.4rem;
  font-weight: 500;
}
.nav-link:hover {
  border-radius: 2rem;
  padding: 0.4rem 0rem;
}
.navbar-nav .nav-link.active {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0.4rem 1rem;
}
.marquee-wrapper {
  position: fixed;
  top: 88px;
  font-family: "satoshi";
  left: 0;
  width: 100%;
  background: linear-gradient(2deg, #555148, #555148, #061e29, #061e29);
  color: #fff;
  z-index: 999;
  letter-spacing: 0.08rem;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
}

.marquee {
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 45s linear infinite;
  font-size: 15px;
  font-weight: 600;
}

.blur-image{
  filter: blur(3px);
}

.floor-image-box {
  position: relative;
}

/* Center Button */
.download-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: #212529;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;

  animation: badge-glow-enhanced 2s ease-in-out infinite;
}

.download-btn:hover{
  background-color: rgb(33, 37, 41) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.key-highlights{
  font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}


/* Glow animation */
@keyframes badge-glow-enhanced {
  0% {
      box-shadow: 0 4px 12px rgba(33,37,41,0.3);
  }
  50% {
      box-shadow: 0 12px 30px rgba(33,37,41,0.7);
  }
  100% {
      box-shadow: 0 4px 12px rgba(33,37,41,0.3);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.hero-wrapper {
  position: relative;
  height: calc(100vh - 1rem);
}

.banner {
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);

  background-image: url("https://magicpage-dev.propstory.com/ImageUploads/temp1/1nnx5eapkmm1n6ytx.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-inner{
  margin-top: 6rem;
}

.banner-content {
  position: absolute;
  left: 7%;
  bottom: 6%;
}
.banner_image {
  width: 100% !important;
}

.next-section {
  position: relative;
  z-index: 2;
  margin-top: 10vh;
  background: #fff;
}

.enquire_btn {
  background-color: #061e29;
  color: #fff;
  font-size: 1rem;
  padding: 0.6rem 2rem;
}
.btn {
  font-family: "Playfair Display", serif;
}
.tour_btn {
  background: #F3F4F433;
  margin-left: 1rem;
  border: 1px solid #c5c9c9fe;
  color: #061E29;
}
.tour_btn img{
  filter: invert(1);
}
.rera_btn {
  background-color: #00000099;
  color: #fff;
}

.address-section {
  background: #061e29;
  padding: 60px 20px 0;
  color: white;
  font-family: "Playfair Display", serif;
}

.container-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amenities-title {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.heading-shape {
  position: absolute;
  top: 0px;
  margin-right: 0;
  width: 25px;
  height: auto;
}
.strategic{
  padding: 0 18rem !important;
}

      .custom-faq .accordion-item{
border:none;
margin-bottom:15px;
border-radius:8px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
font-family: "Playfair Display", serif;

}

.custom-faq .accordion-button{
background:#ffffff;
font-weight:600;
font-size:16px;
padding:18px 22px;
position:relative;
}

.custom-faq .accordion-button:not(.collapsed){
background:#9eafb099;
color:#000;
}

.custom-faq .accordion-button::after{
display:none;
}

.faq-icon{
margin-left:auto;
font-size:22px;
font-weight:600;
}

.accordion-button.collapsed .faq-icon::before{
content:"+";
}

.accordion-button:not(.collapsed) .faq-icon::before{
content:"−";
}

.custom-faq .accordion-body{
padding:20px;
font-size:15px;
line-height:1.7;
color:#555;
}

/* Mobile Adjust */
@media (max-width: 768px) {
  .heading-shape {
    display: none;
  }
}

.address-title {
  font-size: 3.5rem;
  font-weight: 600;
  width: fit-content;
  color: #fff;
  /* background: linear-gradient(
    90deg,
    #f3f4f4 0%,
    #f3f4f4 40%,
    #8d8e8e 70%,
    #8d8e8e 100%
  );
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  line-height: 1.2;
}

.address-text {
  margin: 6px 0 0;
  padding-bottom: 0rem;
  padding-right: 6rem;
  line-height: 1.7rem !important;
  color: #fff;
  /* background: linear-gradient(
    90deg,
    #f3f4f4 0%,
    #f3f4f4 40%,
    #8d8e8e 70%,
    #8d8e8e 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  line-height: 1.2;
}
.details-card  .tour_btn{
  color: #041f26;
  border: 1px solid #041f26;
}

.btn-enquire {
  background: #fffaf0;
  color: #000;
  padding: 12px 22px;
  text-decoration: none;
  width: fit-content;
  border-radius: 6px;
}
.shine-btn{
  position: relative;
  overflow: hidden;
  background: #8a2332;
  color: #fff;
  border: none;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* shine layer */
.shine-btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.7),
    transparent
  );
  transform: skewX(-20deg);
  animation: shineMove 2s infinite;
}

/* animation */
@keyframes shineMove{
  0%{
    left: -100%;
  }
  100%{
    left: 130%;
  }
}

.glow-btn{
  position: relative;
  width: 100%;
  padding: 12px;
  border: none;
  color: #041f26;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

/* glowing border */
.glow-btn::before{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
      45deg,
      #1d546d,
      #ffffff,
      #b4b4b4,
      #063a43
  );
  background-size: 400%;
  z-index: -1;
  border-radius: 10px;
  animation: glowing 6s linear infinite;
}

/* inner layer with gradient */
.glow-btn::after{
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(135deg, #f5f1e8, #e9e2d3);
  border-radius: 6px;
  z-index: -1;
}

@keyframes glowing{
  0%{background-position:0 0;}
  50%{background-position:400% 0;}
  100%{background-position:0 0;}
}
.modal-header .btn-close{
  filter: invert(1);
}

.modal-content {
  background-color: #041f26;
  font-family: "Playfair Display", serif;
  padding: 2rem;
}
.modal-body {
  color: #fff;
}
.modal-body h4 {
  font-size: 1.2rem;
}
.modal-body p {
  font-size: 0.8rem;
}
.modal-body .submit-btn {
  width: auto !important;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 0.5rem 5rem;
}
.address-images {
  position: relative;
  width: 520px;
  height: auto;
}
.image-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.stack-img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}

/* FRONT (Biggest - Bottom) */
.stack-img.active {
  height: auto;
  top: 60px;
  left: 0;
  z-index: 3;
  opacity: 1;
}

/* MIDDLE */
.stack-img.prev {
  top: 30px;
  left: 30px;
  z-index: 2;
  opacity: 1;
}

/* BACK (Smallest - Top) */
.stack-img.next {
  top: 0;
  left: 60px;
  z-index: 1;
  opacity: 1;
}

/* Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #063a43;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
}

.arrow-left {
  left: -35px;
}

.arrow-right {
  right: -35px;
}
.heading h1,
.heading h2 {
  font-family: "Playfair Display", serif;
}

.heading p {
  font-family: "Poppins", sans-serif;
  padding: 0.4rem 0;
}
.amenity-item h4 {
  font-family: "Poppins", sans-serif;
  color: #061e29;
}
.amenities-section {
  background: #e8e1d7;
  position: relative;
}

.amenities-header h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.amenities-header p {
  color: #555;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.desktop-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}

/* Remove any default borders */
.desktop-grid .amenity-item {
  border: none !important;
  position: relative;
  text-align: center;
  padding: 60px 20px;
}

.desktop-grid .amenity-item:not(:nth-child(5n))::after {
  content: "";
  position: absolute;
  top: 9%;
  right: 0;
  width: 1.5px;
  height: 82%;
  background: #000;
}

/* ===== Horizontal CUT Bottom Divider (ONLY FIRST ROW) ===== */
.desktop-grid .amenity-item:nth-child(-n + 15)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 88%;
  height: 1.5px;
  background: #000;
}
.amenity-item img {
  height: 40px;
  margin-bottom: 20px;
}

.amenity-item h4 {
  font-size: 15px;
  font-weight: 400;
}

/* Remove extra borders */
.desktop-grid .amenity-item:nth-child(5),
.desktop-grid .amenity-item:nth-child(10) {
  border-right: none;
}

.desktop-grid .amenity-item:nth-child(n + 6) {
  border-bottom: none;
}

/* Mobile */
.mobile-slider {
  display: none;
}
.footer {
  color: #94a3b8;
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #fffaf0;
  border-top: 1px solid #7979798e;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.footer a {
  color: #94a3b8;
  text-decoration: none;
}
.btn:hover{
  background-color: #f3f4f433;
  color: #ffffff !important;
  border: 1px solid #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.divider {
  opacity: 0.6;
}

.about-section {
  font-family: "Playfair Display", serif;
  background: #061e29;
  color: #f5f2ea;
  padding: 80px 0;
  position: relative;
}

.about-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.about-header p {
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.85;
}

/* Stats Layout */
.stats-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px;
}

.stat-box {
  flex: 1;
  min-width: 150px;
}

.stat-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 14px;
  opacity: 0.8;
}
.counter_heading {
  display: block;
  font-size: 1.2rem !important;
  font-family: "Playfair Display", serif;
}
.stats-row span {
  font-size: 13px;
}

.price-floor-section {
  background: #f4efe7;
  position: relative;
}

/* Title */
.section-title {
  font-weight: 600;
  font-size: 28px;
  color: #1c2b2e;
}

/* Tabs */
.bedroom-tabs {
  background: #9eafb099;
  width: fit-content;
  border-radius: 12px;
}
.bedroom-tabs .nav-link {
  color: #000;
  border-radius: 10px;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  letter-spacing: normal;
  padding: 8px 18px;
  font-weight: 500;
}

.bedroom-tabs .nav-link.active {
  background: #9eafb0;
  color: #000;
}

/* Card */
.details-card {
  background: #9eafb099;
}
.details-card h4,
.details-card h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
/* Info boxes */
.info-box {
  background: #9eafb0;
  border-radius: 10px;
  color: #0d1b1e;
}

.info-box small {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 600;
  color: #041f26;
}

.info-box h6 {
  font-weight: 600;
}

/* Feature list */
.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url("https://magicpage-dev.propstory.com/ImageUploads/temp1/1nnx5eapkmm0acecn.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
/* SECTION */
.everywhere-section {
  position: relative;
  /* background-color: #063a43; */
  background-image: url("https://magicpage-dev.propstory.com/ImageUploads/temp1/1nnx5eapkmm0m1i2r.webp");
  background-size: cover;
  font-family: "Playfair Display", serif;
  background-position: center;
  overflow: hidden;
}

.everywhere-section .container {
  position: relative;
  z-index: 2;
}

/* Title */
.everywhere-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

.highlight {
  font-weight: 400;
}

/* Description */
.everywhere-desc {
  margin-top: 15px;
  font-size: 15px;
  max-width: 500px;
  opacity: 0.9;
}

/* Buttons */
.cta-wrapper {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* SECTION WRAPPER */
.dream-contact-section {
  background: #e9e2d8;
  position: relative;
  font-family: "Playfair Display", serif;
}

/* LEFT SIDE */
.left-dream {
  background: url("https://magicpage-dev.propstory.com/ImageUploads/temp1/1nnx5eapkmm0m1i2r.webp")
    center/cover no-repeat;
  position: relative;
}

.left-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

/* Title */
.dream-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

/* Images */
.dream-images {
  display: flex;
  gap: 15px;
}

.dream-images img {
  width: 48%;
}

/* RERA */
.rera-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 15px;
  font-size: 13px;
  display: inline-block;
  border-radius: 6px;
}

/* RIGHT SIDE */
.right-form-wrapper {
  background: #e9e2d8;
}

.contact-card {
  background: #041f26;
  padding: 40px;
  width: 100%;
}

.contact-card h4 {
  font-family: "Georgia", serif;
  color: #fff;
  margin-bottom: 10px;
}

.form-desc {
  font-size: 14px;
  color: #e6e6e6;
  margin-bottom: 25px;
}

/* Form */
.form-label {
  font-size: 12px;
  color: #f2f2f2;
  letter-spacing: 1px;
}

.form-control {
  border-radius: 12px;
  padding: 6px 12px;
  border: none;
}

.submit-btn {
  background: #062e35;
  color: #041f26;
  padding: 12px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background: #041f26;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .left-dream {
    padding: 60px 30px;
  }

  .dream-title {
    font-size: 32px;
  }

  .dream-images img {
    width: 100%;
  }

  .dream-images {
    flex-direction: column;
  }

  .contact-card {
    margin-top: 40px;
  }
}

.connectivity-section {
  padding: 80px 0;
  position: relative;
  background: #f5f1e8;
  font-family: "Poppins", sans-serif;
}

.section-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1c1c1c;
}

.section-subtitle {
  max-width: 700px;
  margin-bottom: 40px;
  color: #555;
}

.main-tabs .nav-link {
  color: #000;
  border-radius: 8px;
  margin: 0 8px;
  padding: 10px 22px;
  font-weight: 500;
  border: none;
}

.main-tabs .nav-link.active {
  background: #9eafb0;
  color: #000000;
}

.time-tabs {
  background: #9eafb099;
  padding: 8px;
  border-radius: 10px;
  display: inline-flex;
  position: relative;
  z-index: 99;
}

.time-tabs .nav-link {
  border-radius: 8px;
  padding: 8px 20px;
  margin: 0 5px;
  border: none;
  color: #000;
}

.time-tabs .nav-link.active {
  background: #9eafb0;
  color: #000000;
}

.location-list {
  list-style: none;
  padding: 0;
}

.location-list li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-align: left;
}

.location-list li::before {
  content: "★";
  margin-right: 10px;
  color: #000;
}
.map-preview{
  cursor:pointer;
}

.map-zoom-btn{
  position:absolute;
  bottom:15px;
  right:15px;
  width:50px;
  height:50px;
  border-radius:50%;
  border:none;
  background:#ffffff;
  font-size:20px;
  box-shadow:0 4px 12px rgba(0,0,0,0.25);
  transition:0.3s;
}
#socialModal .modal-content, #techModal .modal-content{
  background-color: #fff;
}
.map-zoom-btn:hover{
  transform:scale(1.1);
}

.map-close{
  position:absolute;
  top:15px;
  right:15px;
  background:rgb(0, 0, 0);
  padding:10px;
  border-radius:50%;
}

.d_flex {
  display: flex;
  justify-content: center;
}
.masterplan-section {
  background: #061e29;
  padding: 0px 0 140px;
  position: relative;
  font-family: "Playfair Display", serif;
  overflow: hidden;
}
.masterplan-section .pattern_image {
  position: absolute;
  z-index: -1;
  width: 37%;
  height: 100%;
}

/* Content above overlay */
.masterplan-section .container {
  position: relative;
  z-index: 2;
}

/* Button */
.master-btn {
  background: #e7dfd4;
  padding: 12px 28px;
  width: fit-content;
  border-radius: 6px;
  margin: 2rem 0;
  font-weight: 500;
  color: #062e35;
}

.master-btn:hover {
  background: #d8cfc3;
  color: #062e35;
}

/* Image Styling */
.master-image-wrapper {
  position: relative;
}
.master-image-wrapper img{
  cursor: zoom-in;
  border-radius:8px;
}
.master-image-wrapper img {
  width: 100%;
  border: 1px solid #3f3f3f;
}

/* Floating Tags */
.master-tags {
  position: absolute;
  bottom: -10%;
  margin: 0 auto;
}

.tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
}
.tag_rotate1 {
  /* transform: rotate(346deg); */
  margin-right: 0.5rem;
}
.tag_rotate2 {
  /* transform: rotate(9deg); */
  margin-right: 0.5rem;
}
.tag_rotate3 {
  /* transform: rotate(349deg); */
  margin-right: 0.5rem;
}
/* Responsive */
@media (max-width: 992px) {
  .master-title {
    font-size: 36px;
  }

  .master-desc {
    font-size: 16px;
  }

  .master-image-wrapper img {
    transform: rotate(0);
    max-width: 100%;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .everywhere-title {
    font-size: 28px;
  }

  .cta-wrapper {
    justify-content: center;
  }
}

/* SECTION BACKGROUND */
.solcrest-gallery {
  background: #061e29;
  position: relative;
  overflow: hidden;
}

/* Title */
.gallery-title {
  color: #fff;
  font-size: 32px;

  font-weight: 500;
  position: relative;
  display: inline-block;
}

/* Swiper */
.solcrestSwiper {
  padding-bottom: 40px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}

.swiper-slide img {
  width: 100%;
  /* border: 1px solid #fff; */
  height: 480px;
  object-fit: cover;
}

.solcrestSwiper .swiper-slide img {
  border: 1px solid #fff;
}

/* Make center slide bigger */
.swiper-slide-active {
  transform: scale(1.05);
  z-index: 2;
}

/* Custom Arrows */
.custom-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background: #061e29;
  border-radius: 50%;
  color: #fff;
}

.custom-arrow::after {
  font-size: 18px;
}

/* Position arrows */
.swiper-button-prev {
  left: 14%;
}

.swiper-button-next {
  right: 14%;
}

/* Responsive */
@media (max-width: 992px) {
  .swiper-slide img {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .swiper-slide img {
    height: 250px;
  }

  .custom-arrow {
    width: 45px;
    height: 45px;
  }
}
/* Wrapper */
.lux-stats-wrapper {
  position: relative;
  padding-top: 6rem;
}

/* Each item */
.lux-stat-item {
  padding: 20px;
  position: relative;
}
.lux-stat-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  height: 100%;
  width: 4px;
  background: #fff;
}

.col-lg-3:last-child .lux-stat-item::after {
  display: none;
}

/* Icon box */
.icon-box {
  width: 45px;
  height: 45px;
  background: #cbd5e1cc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-right: 20px;
}

.icon-box img {
  width: auto;
  height: auto;
}

/* Heading */
.lux-stat-item h6 {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

/* Text */
.lux-stat-item p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;

  margin: 0;
  color: #a6a199;
  line-height: 1.6;
}

/* Mobile spacing */
@media (max-width: 991px) {
  .lux-stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 25px;
  }

  .col-md-6:last-child .lux-stat-item {
    border-bottom: none;
  }
}

/* Image box */
.floor-image-box {
  background: #9eafb099;
  min-height: 420px;
  padding: 40px;
}

/* Responsive */
@media (max-width: 992px) {
  .floor-image-box {
    min-height: 300px;
  }
}

.faq-section {
  padding: 4rem 10rem 1rem;
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #fffaf0;
}
.faq-title {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
}

.faq-title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 12px;
  height: 12px;
  background: #c4a45f;
  border-radius: 2px;
}

.faq-item {
  margin-bottom: 60px;
  align-items: flex-start;
}

.faq-number {
  font-size: 3rem;
  font-weight: 600;
  color: #e5e5ea;
  line-height: 1;
}

.faq-heading {
  font-weight: 600;
  font-size: 1.1rem;
  color: #061e29;
  margin-bottom: 10px;
}

.faq-text {
  font-size: 14px;
  color: #061e29;
  line-height: 1.7;
  text-align: left;
}
.dream-contact-section .p_5 {
  padding: 4rem;
}
.success_msg,
.error_msg {
  display: none;
  text-align: center;
}
section {
  scroll-margin-top: 100px;
}
.p_5 {
  padding: 1rem;
}
.mobile-download-btn {
  position: fixed;
  right: 18px; /* adjust depending on width */
  top: 70%;
  transform: rotate(90deg);
  transform-origin: right center;
width: fit-content;
  background: #061e29; /* change brand color */
  color: #061e29;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  display: flex;
  align-items: center;
  gap: 8px;

  z-index: 9999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.map {
  position: absolute;
  margin-top: -5rem;
  width: 37%;
  right: 1rem;
  z-index: 2;
}
.mobile-download-btn img {
  width: 16px;
  height: 16px;
  background-color: #041f26;
}
.price_blur {
  filter: blur(2px);
  color: #fff;
}
.pattern_image {
  position: absolute;
  z-index: -1;
  width: 32%;
  height: 58%;
}
.address-title{
  position: relative;
  display: inline-block;   /* IMPORTANT: shrink to text width */
}

.address-icon{
  position: absolute;
  top: 0;
    right: -14px;
    width: 38px;
    display: none;
}
.connectivity-section .fancybox__slide.has-image{
  background-color: #fff !important;
}

@media (max-width: 412px) {
  body{
    overflow-x: hidden !important;
  }
  .address-icon{
    display: none;
  }
  .enquire_btn, .tour_btn {
    font-size: 12px;
    padding: 5px 14px;
}
.tour_btn{
  margin-left: 15px !important;
}
.rera_btn {
        font-size: 0.6rem !important;
        width: 100%;
    } 

}

/* Mobile */
@media(max-width:768px){
  .address-icon{
    width:40px;
    right:70px;
    top:-5px;
  }
}
@media (max-width: 768px) {
  .strategic {
    padding: 0 0rem !important;
}
  .modal.fade .modal-dialog {
    margin-top: 0%;
}
#brochureModal, #exampleModal{
  margin-top: 25%;
}
.tab-content .tour_btn{
  margin-left: 0 !important;
}
.info-box{
  height: 100%;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}
.banner_image {
    height: 100%;
}
  .mobile-download-btn {
    display: none;
  }
  .masterplan-section .pattern_image {
    position: absolute;
    z-index: -1;
    width: 87%;
    height: 100%;
  }
  .pattern_image {
    position: absolute;
    z-index: -1;
    width: 84%;
    height: 49%;
  }
  .dream-images img {
    width: 42%;
  }
  .dream-images {
    flex-direction: row;
  }
  .master-btn {
    width: 100%;
  }
  .masterplan-section {
    padding: 40px 0 0px;
  }

  .col-lg-3:nth-child(2) .lux-stat-item::after {
    display: none;
  }
  .lux-stat-item {
    padding: 7px;
    position: relative;
  }
  .map {
    display: none;
  }
  .lux-stat-item {
    border-bottom: 5px solid #fff;
  }
  .col-lg-3:nth-child(3) .lux-stat-item,
  .col-lg-3:nth-child(4) .lux-stat-item {
    border-bottom: none;
  }

  .lux-stats-wrapper .col-lg-3 {
    margin: 0;
    padding: 0;
  }
  .lux-stat-item .col-6 {
    padding: 0;
  }
  .address-section {
    padding: 60px 5px 0;
  }
  .marquee-wrapper {
    display: none;
  }
  .banner {
    top: 0;
    position: relative;
    height: 100%;
  }
  .next-section {
    margin-top: 0;
  }
  .d_flex {
    display: flex;
    justify-content: flex-start;
  }
  .mobile-btn-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
  }

  .mobile-download-btn1 {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    background: rgb(6, 30, 41);
    border-right: 2px solid #fff;
  }

  .mobile-download-btn1:last-child {
    border-right: none;
  }

  .left-dream {
    padding: 60px 10px !important;
  }
  .footer-content {
    justify-content: space-around;
  }
  .footer-content {
    font-size: 12px;
  }
  .dream-contact-section .p_5,
  .p_5 {
    padding: 0.5rem;
  }

  .price-floor-section {
    background-color: #061e29 !important;
  }
  .faq-section {
    padding: 1rem;
  }
  .tour_btn {
    margin-left: 0;
  }
  .address-title {
    font-size: 2rem;
  }
  .solcrestSwiper {
    padding-bottom: 0px;
  }
  .swiper-button-prev {
    left: 11%;
    margin-top: -8%;
  }

  .swiper-button-next {
    right: 11%;
    margin-top: -8%;
  }
  .address-text {
    padding-right: 0rem;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.1rem !important;
  }
  .btn-enquire {
    margin-top: -3rem !important;
    margin-bottom: 2rem !important;
  }
  .faq-item {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    margin-bottom: 0;
  }

  /* Remove bootstrap column behaviour */
  .faq-item > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* Big background number */
  .faq-number {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 56px;
    font-weight: 700;
    color: #dbdbde;
    opacity: 0.4;
    line-height: 1;
  }

  .faq-heading {
    font-size: 18px;
    font-weight: 600;
    margin-left: 40px;
    margin-bottom: 10px;
  }

  .faq-text {
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }

  .about-header p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}

@media (max-width: 768px) {
  .banner-content {
    position: absolute;
    left: 4%;
    bottom: 2%;
  }
  .carousel-inner{
  margin-top: 5rem;
}
  .image-stack {
    aspect-ratio: 3 / 3;
  }
  .nav-arrow {
    position: absolute;
    top: 42%;
  }
  .main-tabs .nav-link {
    padding: 10px 18px;
  }
  .connectivity-section {
    padding: 80px 0 18px;
  }
  .stack-img {
    width: 85%;
    border: 1px solid #fff;
  }

  .stack-img:nth-child(2) {
    top: 6%;
    left: 13%;
  }

  .stack-img:nth-child(3) {
    top: 9%;
    left: 7%;
  }

  .nav-arrow {
    width: 32px;
    height: 32px;
  }
  .address-images {
    overflow: hidden;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .stats-row {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-header h2 {
    font-size: 32px;
    text-align: left;
  }
  .about-section {
    padding: 40px 0;
  }
  .footer {
    padding: 1rem 0 5rem;
  }
  .lux-stats-wrapper {
    position: relative;
    padding-top: 2rem;
  }
  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .stat-box {
    padding: 10px 5px;
    min-width: 0;
  }

  .stat-box h3 {
    font-size: 26px;
    word-break: break-word;
  }

  .counter_heading {
    font-size: 0.9rem !important;
    word-break: break-word;
  }

  .stat-box span {
    font-size: 11px;
    word-break: break-word;
  }
}

@media (max-width: 992px) {
  .container-custom {
    flex-direction: column;
  }

  .address-images {
    width: 100%;
    height: auto;
  }

  .arrow-left {
    left: 10px;
  }
  .arrow-right {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: 25%;
  }
  .rera_btn {
    font-size: 0.8rem;
    width: 100%;
  }
  .desktop-grid {
    display: none;
  }
  .amen-arrow {
    display: none !important;
  }

  .mobile-slider {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .slider-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .slider-track {
    display: flex;
    flex-wrap: wrap; /* 🔥 THIS IS IMPORTANT */
  }

  /* Each item 1/3 width */
  .mobile-slider .amenity-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    padding: 15px 5px;
  }

  /* Remove divider */
  .amenity-item::before {
    display: none;
  }

  .amenity-item img {
    width: 30px;
    margin-bottom: 8px;
  }

  .amenity-item h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* grid example */
.amenities-grid{
  display:grid;
  grid-template-columns: repeat(5,1fr);
  gap:30px;
}

/* hide extra items */
.amenity-item.hidden{
  display:none;
}

/* View button */
.view-toggle{
  margin-top:30px;
  text-align:right;
}

#viewToggleBtn{
  background:none;
  border:none;
  font-size:16px;
  cursor:pointer;
  color:#1a1a1a;
  font-weight:500;
}

#viewToggleBtn .arrow{
  margin-left:8px;
}

/* hide mobile slider on desktop */
.amenities-mobile-slider{
  display:none;
  }
  

/* mobile */
@media(max-width:768px){
  .amenities-grid{
    grid-template-columns: repeat(2,1fr);
    gap:20px;
  }

  .desktop-grid{
    display:none;
    }

    .view-toggle{
      display: none;
    }
    
    .amenities-mobile-slider img{
      height: auto !important;
    }

    .amenities-mobile-slider{
      display:block;
      }
      
      .amenities-mobile-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      }
      
      .amenity-box{
      padding:15px 10px;
      position:relative;
      }
      
      .amenity-box img{
      width:35px;
      margin-bottom:10px;
      }
      
      .amenity-box h4{
      font-size:17px;
      margin:0;
      }
      
      /* vertical lines */
      .amenity-box:nth-child(3n+1),
      .amenity-box:nth-child(3n+2){
      border-right:1px solid #1b2b2d;
      }
      
      /* horizontal line */
      .amenity-box:nth-child(-n+3){
      border-bottom:1px solid #1b2b2d;
      }
      
      .slider-nav{
      display:flex;
      justify-content:center;
      gap:40px;
      margin-top:40px;
      }
      
      .swiper-button-prev,
      .swiper-button-next{
      position:static;
      color:#1b2b2d;
      }

      .solcrestSwiper .swiper-button-prev,
      .solcrestSwiper .swiper-button-next{
      position:absolute;
      color:#fff;
      }
      
}

.lux-stats-wrapper{
  background:#062e3d;
  padding:30px;
  border-radius:14px;
  margin-top: 30px;
  margin-bottom: 30px;
  }
  
  .lux-stat-item{
  text-align:center;
  color:#fff;
  padding:40px 20px;
  background:rgba(255,255,255,0.03);
  border-radius:12px;
  }
  
  .icon-box{
  margin-bottom:15px;
  }
  
  .icon-box img{
  width:40px;
  }
  
  .swiper-pagination{
  margin-top:30px;
  position:relative;
  }
  
  .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background:#bbb;
    opacity:1;
    }
    
    .swiper-pagination-bullet-active{
    width:28px;
    border-radius:10px;
    background:#fff;
    }

    .key-heading-shape{
      top: auto;
    }