body {
  background-color: #ffffff;
  font-family: "Segoe UI", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.navbar {
  padding: 1px 0;
}
/* h1, h2, h3, h4, h5, h6 {*/
/*  color: #031439;*/
/*  font-family: 'Libre Baskerville', serif;*/
/*  font-style: normal;*/

/*  line-height: 1.2;*/
/*  margin-bottom: 16px;*/
/*}*/

p,
span {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 206.25% */
  letter-spacing: 0.16px;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #031439;
  --bs-btn-border-color: #031439;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #031439;
  --bs-btn-hover-border-color: #031439;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #031439;
  --bs-btn-active-border-color: #031439;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #031439;
  --bs-btn-disabled-border-color: #031439;
}
.footer-logo .logo-images {
  display: flex;
  flex-direction: row;
  gap: 33px; /* breathing space between images */
  align-items: center;
  margin-top: 10px;
}

.footer-logo img {
  max-width: 100px;
  height: auto;
}
.section.about-developer {
  padding: 80px 0;
}

.about-developer p,
.about-developer span {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}

.read-more {
  color: #031439;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 16px;
  display: inline-block;
}

.extra-text {
  display: none;
}
/* Landscape image for PC/laptop */
.landscape-img {
  width: 100%;
  height: 670px;
  object-fit: cover;
}

/* Vertical image for mobile */
.vertical-img {
  width: 100%;
  height: auto;
}

.about-container {
  margin: 0 auto;
  padding: 0 0px;
}

.about-text-wrapper {
  max-width: 100%;
}

.about-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Mobile Responsive */
@media (max-width: 767.98px) {
  .about-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .brochure-btn {
    width: 100%;
    justify-content: center;
  }

  .read-toggle {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
}
.amenities-title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.amenities-grid img {
  width: 100%;
  object-fit: cover;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tall-img {
  height: 280px; /* For top images */
}

.short-img {
  height: 180px; /* For bottom images */
}

.default-img {
  height: 231px; /* For center column */
}

@media (max-width: 767px) {
  .tall-img,
  .short-img,
  .default-img {
    height: auto;
  }
}
.navbar-nav .nav-link {
  color: #000 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.075px;
  margin-right: 20px;
}

.call-btn {
  border-radius: 49px;
  background: #031439;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.floor-card {
  background-color: #e9ecef;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.nav-pills .nav-link.active {
  background-color: #0b1c3f;
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
  border: 1px solid #0b1c3f;
  color: #0b1c3f;
}

.download-btn {
  background-color: #0b1c3f;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
}

.floor-img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.price-text {
  font-weight: 500;
}

.about-container {
  width: 100%;
  margin: auto;
}

.about-text-wrapper {
  margin-bottom: 30px;
}

.about-text {
  overflow: hidden;
  max-height: 130px;
  transition: max-height 0.6s ease;
  color: #000;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.15px;
}

.about-text.expanded {
  max-height: 3000px;
}

.read-toggle {
  display: inline-block;
  margin-top: 15px;
  color: #031439;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.brochure-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background-color: #031439;
  border: none;
  border-radius: 28px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.brochure-btn:hover {
  background-color: #02102f;
}

.containered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  gap: 70px;
  flex-wrap: wrap;
}

.floorplan-img {
  width: 420px;
  height: 420px;

  border-radius: 68.203px 0px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .floorplan-img {
    width: 365.33px !important;
    height: 297.785px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto; /* Center horizontally */
  }
}

@media only screen and (min-width: 390px) and (max-width: 390px) and (min-height: 844px) and (max-height: 844px) and (-webkit-min-device-pixel-ratio: 2.5) {
  .floorplan-img {
    width: 360.33px !important;
    height: 297.785px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto; /* center the image */
  }
}
.stat-list {
  display: flex;
  width: 290px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28.704px;
}

.stat-item {
  position: relative;
  padding-left: 18px; /* space for bullet */
  font-family: "Libre Baskerville", serif; /* adjust if needed */
  font-size: 15.5px;
  color: #121314;
  line-height: 1.6;
}

.stat-item::before {
  content: "";
  position: absolute;
  top: 10px; /* vertical center adjustment */
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #121314;
  border-radius: 50%;
}

.responsive-heading {
  color: #031439;
  font-family: "Libre Baskerville", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px; /* 134.091% */
  letter-spacing: 0.88px;

  /* Optional advanced typographic features (browser-dependent) */
  leading-trim: both;
  text-edge: cap;
}

/* Medium devices (tablets) */
@media (max-width: 992px) {
  .responsive-heading {
    font-size: 36px;
    line-height: 50px;
    color: #031439;
    font-family: "Libre Baskerville", serif;
  }
}

/* Small devices (mobiles) */
@media (max-width: 768px) {
  .responsive-heading {
    font-size: 28px;
    line-height: 40px;
    color: #031439;
    font-family: "Libre Baskerville", serif;
  }
}

/* Extra-small devices */
@media (max-width: 576px) {
  .responsive-heading {
    font-size: 24px;
    line-height: 34px;
    color: #031439;
    font-family: "Libre Baskerville", serif;
  }
  @media (max-width: 767.98px) {
    .responsive-heading {
      text-align: center;
    }
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .stat-item {
    justify-content: center;
  }

  .stat-item::before {
    margin-right: 10px;
  }
}

.gallery-img {
  width: 365.33px;
  height: 297.785px;

  border-radius: 11.043px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Hide mobile carousel on desktop */
@media (min-width: 768px) {
  .mobile-carousel {
    display: none;
  }
}

/* Hide desktop grid on mobile */
@media (max-width: 767.98px) {
  .desktop-gallery {
    display: none;
  }
}
/* .section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 100px 80px;
      gap: 80px;
    } */

.section .text-content {
  flex: 1;
}
/*Location Map*/

.container-custom {
  position: relative;
  max-width: 100%;
}

.image-section {
  width: 100%;
  height: 297.785px;
  border-radius: 12px;
  border: 1px solid rgba(3, 20, 57, 0.2);
  background: url("https://mantrameridianbalewadi.in/Assests/MeridianMap.png")
    lightgray 50% / cover no-repeat;
  box-shadow: 2.84px 2.84px 8.994px rgba(168, 168, 168, 0.25);
}

.overlay-list {
  width: 365.33px;
  height: 297.785px;
  border-radius: 0px 12px 12px 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.overlay-item {
  display: flex;
  align-items: center;
}

.overlay-item svg {
  width: 7.425px;
  height: 12.727px;
  transform: rotate(-90deg);
  margin-right: 10px;
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .container-custom {
    display: flex;
    flex-direction: column;
  }

  .overlay-list {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0px 0px 12px 12px;
    padding: 20px;
  }

  .image-section {
    border-radius: 12px 12px 0 0;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-box {
  background-color: #eceef1;
  border-radius: 12px;
  padding: 40px;
}

.form-box h3 {
  font-weight: 700;
  color: #031439;
  margin-bottom: 30px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #a5a6b2;
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
}

.form-control:focus {
  box-shadow: none;
  border-color: #031439;
}

.btn-submit {
  background-color: #031439;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  margin-top: 20px;
  font-weight: 500;
}

.btn-submit:hover {
  background-color: #000e2a;
}

.footer-top {
  width: 100%;
  height: auto;
  background: #e6e8eb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.footer-logo {
  text-align: center;
  margin: 10px 20px;
}

.footer-logo img {
  max-width: 100px;
  height: auto;
}

.footer-text {
  max-width: 829px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 20px;
  flex: 1;
  min-width: 250px;
}

.footer-bottom {
  width: 100%;
  background: #031439;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 90px;
  box-sizing: border-box;
}

.footer-left,
.footer-right {
  color: #fff;
  font-feature-settings:
    "salt" on,
    "liga" off;
  font-size: 13.821px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.693px;
  margin: 5px 0;
}

.footer-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-right span::after {
  content: "|";
  margin-left: 10px;
}

.footer-right span:last-child::after {
  content: "";
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-text {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    justify-content: center;
  }
}
