:root {
  --heading-font: "Cinzel", serif;
  --subheading-font: "DM Sans", sans-serif;
  --text-font: "DM Sans", sans-serif;
  --primary-color: #895f1a;
  --body-black: #231f20;
  --alternate-section-color-1: #f4f1ea;
  --alternate-section-color-2: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--text-font);
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0); /* Safari fix */
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: white;
}
.table {
  margin: auto;
  color: #212529;
}
.space-section {
  padding: 3rem 3rem 0rem 3rem;
  background-size: 12%;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffff;
  border-bottom: 1px solid gray;
  padding: 0.5rem 1rem;
}
.nav-achor-link:hover {
  color: var(--primary-color);
  /* Example */
  color: white; /* Example */
  transform: scale(1.1); /* Example (grow the element on hover) */
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: underline;
}
.space {
  gap: 2rem;
}
p {
  color: black;
}
.sign {
  font-size: 25px;
}
.nav-item {
  display: flex;
  justify-content: flex-end;
  margin-left: -7rem;
  gap: 16px;
  margin: 0;
}
.nav-achor-link {
  color: black;
  font-weight: 300;
  text-decoration: none;
  font-size: 15px;
  font-family: var(--subheading-font);
}
.nav-achor-link.active {
  font-weight: bold;
  color: #9a834f;
}
.nav-item ul li {
  list-style: none;
}
.hamburger {
  display: none;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--primary-color) !important;
}
.hero-section {
  margin-top: 4rem;
}
.logo-nav {
  max-width: 45%;
}
.logo-about {
  max-width: 65%;
}
.logo-div {
  width: 24rem;
}
#connectivity,
#highlights,
#amenities {
  background-repeat: repeat;
  background-size: contain;
}
.about_bg {
  background-image: url("../images/advent/image\ \(9\).png");
  background-position: center;
  background-size: fit;
  background-repeat: no-repeat;
}
.parallex-img-div {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
      to right,
      rgba(20, 20, 20, 0.5),
      rgba(20, 20, 20, 0)
    ),
    url(../images/Atal_Setu_1366_768.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.parallex-img-div-text {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translateX(-50%, -50%);
  font-size: 3.5rem;
  letter-spacing: 2px;
  color: #ebebeb;
  font-weight: bold;
}
.top-level-heading {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-weight: 700;
}
.content-heading {
  font-size: 22px;
  font-family: var(--subheading-font);
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.para-text {
  font-size: 15px;
  font-family: var(--text-font);
  color: black;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  line-height: 22px;
  font-weight: 400;
}
.common-btn {
  position: -webkit-sticky; /* iOS Safari fix */
  position: sticky;
  padding: 8px 12px;
  background-color: var(--primary-color);
  color: white;
  font-size: 15px;
  letter-spacing: 2px;
  border: none;
}
.common-btn-price {
  background-color: transparent;
  color: #9a834f;
  text-decoration: underline;
  font-size: 15px;
  border: none;
  font-weight: bold;
}
.floor-plan {
  width: 100%;
  height: auto;
}
.floor-plan-img {
  border: 1px solid black;
  filter: blur(3px);
}
.floor-plan-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
div#accordionExample {
  display: contents;
}
p.fvf {
  background: #c8c9d8;
  padding: 10px;
}
.floor-pan-div {
  position: relative;
}
.configuration-box {
  margin: 1rem;
  width: 200px;
  height: 170px;
  padding: 1rem;
  background-color: var(--primary-color) 3d;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.project-highlights-container {
  position: relative;
  height: 100%;
}
.project-highlights-bg {
  width: 385px;
  height: 590px;
  background-color: var(--primary-color) 4d;
  margin-left: 10rem;
}
.highlights-desltop-img {
  position: absolute;
  top: 50px;
  left: 100px;
  /* width: 60%; */
  /* height: auto; */
}
.connectivity-box {
  height: -webkit-fill-available;
  margin: 0px;
  padding: 1rem;
}
.conectivity-heading {
  font-weight: 400;
  font-family: var(--text-font);
  color: #403f4b;
}
.connectivity-subtext {
  font-weight: 300;
  /* color: #b0b9c1; */
  font-family: "Public Sans", sans-serif;
  letter-spacing: 1px;
}
.amenities {
  width: 100%;
  height: auto;
}
.amenities-box {
  position: relative;
}
.alternate-sction {
  background-color: var(--alternate-section-color-1);
}
.accordion-button {
  text-align: center;
  /* justify-content: center; */
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.accordion-collapse {
  -webkit-overflow-scrolling: touch;
}
.footer {
  background-color: #fafafa;
  padding: 3rem;
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
.form-control {
  border: 1px solid black !important;
}
.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.highlight-item {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin: 20px 0;
  cursor: default;
}
.highlight-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
.highlight-item:hover::before {
  transform: scale(1.2);
}
.icon-1::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-1.png");
}
.icon-2::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-2.png");
}
.icon-3::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-3.png");
}
.icon-4::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-4.png");
}
.icon-5::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-5.png");
}
.icon-6::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-6.png");
}
.icon-7::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-7.png");
}
.icon-8::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-8.png");
}
.icon-9::before {
  background-image: url("../images/Advent Neel Residency _ /icons/highlights-9.png");
}
.common-btn img {
  margin-right: 5px;
  vertical-align: middle;
}
.lastfooter {
  display: none;
}
.sticky-footer-form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #ebebeb;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
}
.sticky-footer-form .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sticky-footer-form .form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sticky-footer-form .form-control {
  height: 44px;
}
.sticky-footer-form .fld {
  flex: 1 1 220px;
  min-width: 200px;
}
.sticky-footer-form .submit-wrap {
  flex: 0 0 160px;
}
.sticky-footer-form .common-btn {
  width: 100%;
  height: 44px;
}
.sticky-footer-form .error-message {
  margin: 4px 0 0;
}
.sticky-footer-form .close-bar {
  position: absolute;
  right: 12px;
  top: 8px;
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

body.has-sticky-footer {
  padding-bottom: 92px;
}
.ab_num_title {
  font-size: 15px;
}
.accordion-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.text-absolute {
  position: absolute;
  bottom: 27px;
  left: 20px;
  color: white;
  font-weight: 300;
  font-size: 8px;
}
.para-content {
  background-color: var(--primary-color);
  color: white;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
}
button#pills-home-tab {
  margin: 5px;
  width: 300px;
  border: oldlace;
  border-radius: 0px;
  background-color: var(--body-black);
}
button#pills-profile-tab {
  margin: 5px;
  width: 300px;
  border: oldlace;
  border-radius: 0px;
  background-color: var(--body-black);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  margin: 5px;
  width: 300px;
  border: none;
  color: white;
  background-color: var(--primary-color) !important;
  border-radius: 0px;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.m-0 {
  margin: auto 12px !important;
}
.navitem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) and (min-width: 280px) {
  .logo-div {
    width: 15rem;
  }
  .logo-nav {
    max-width: 50%;
  }
  .logo-about {
    max-width: 65%;
  }
  .footer {
    padding: 3rem 1rem;
  }
  .content-heading {
    font-size: 20px;
  }
  .highlights-content {
    line-height: 1.5rem;
  }
  .nav-achor-link {
    color: #ebebeb;
  }

  .carousel-inner {
    margin-top: 1px;
  }
  .space-section {
    padding: 0rem 1rem;
  }
  .owl-carousel {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .overview {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .nav-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: -100%;
    top: 70px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    background-color: var(--primary-color);
    color: #ebebeb;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 3rem;
    z-index: 99;
  }
  .nav-item.active {
    left: 0;
  }
  .nav-achor-link:hover {
    color: #ebebeb;
  }
  .hamburger {
    display: block;
  }
  .hamburger {
    display: block;
    cursor: pointer;
  }
  .text-desc {
    font-size: 14px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .lastfooter {
    background-color: var(--primary-color);
    display: flex;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    color: #ebebeb;
    z-index: 999;
  }
  .lastfooter a {
    color: #ebebeb;
    text-decoration: none;
  }
  .last-footer-btn {
    border-left: 1px solid #ebebeb;
  }
  .common-btn-price {
    font-size: 12px;
  }
  .common-btn {
    font-size: 12px;
  }
  .parallex-img-div {
    background-image: linear-gradient(
        to right,
        rgba(20, 20, 20, 0.5),
        rgba(20, 20, 20, 0)
      ),
      url(../images/Atal_Setu_400_600.webp);
  }
  .parallex-img-div-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .sticky-footer-form .container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body.has-sticky-footer {
    padding-bottom: 110px;
  }
  .highlight-item {
    margin: 12px 0;
    padding-left: 35px;
  }

  .highlight-item::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .accordion-button {
    padding: 0.5rem 1rem;
    font-size: 10px;
  }

  .accordion-header {
    margin-bottom: 0;
  }

  .accordion-body {
    padding: 0.5rem;
    font-size: 10px;
  }

  .connectivity-box {
    margin-bottom: 1rem; /* Reduce space between items */
  }

  .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .connectivity-box {
    margin-bottom: 2rem; /* Space between boxes in larger screens */
  }

  .accordion-button {
    padding: 1rem 2rem;
  }

  .accordion-body {
    padding: 1rem;
  }
  .about_bg {
    min-height: 75vh;
  }
  .border-split {
    border-right: 2px solid var(--body-black);
    border-left: 2px solid var(--body-black);
  }
  .border-split-right {
    border-right: 2px solid var(--body-black);
    /* border-left: 2px solid var(--body-black); */
  }
  .gap_filler {
    gap: 25px !important;
    display: flex;
    flex-direction: column;
  }
  
}
.owl-prev,
.owl-next {
  background: var(--primary-color) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #ebebeb !important;
  font-size: 2rem !important;
  /* margin-left:50px !important;
    margin-right:50px !important; */
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.accordion-button::after {
  display: none !important;
}
#ashray-groups-sec {
  background-image: url(../images/advent/advent-about-us-sky.avif);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.clientcontainer {
  height: 361px;
  width: 100% !important;
  overflow: hidden;
  position: relative;
}
.sliding-background {
  position: relative;
  top: 0;
  left: 0;
  background-image: url(../images/advent/advent-aboutus.avif);
  background-repeat: repeat-x;
  background-size: contain;
  height: 361px;
  width: calc(1920px * 3);
  animation: clientSlide 40s linear infinite;
}
@keyframes clientSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1920px);
  }
}
.gap_filler {
    gap:0px ;
  }

/* ===== PageSpeed Optimizations ===== */

/* CLS: Reserve space for amenity carousel images (prevents layout shift while Owl Carousel loads) */
.gallery-box picture {
  display: block;
  aspect-ratio: 520 / 410;
  overflow: hidden;
}
.gallery-box picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CLS: Hero banner pictures act as block containers */
.hero-section .carousel-item picture {
  line-height: 0;
}