@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --heading-font: "Lato", sans-serif;
  --subheading-font: "Lato", sans-serif;
  --text-font: "DM Sans", sans-serif;
  /* --vh: 100%; */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--text-font);
}
@media (max-width: 768px) {
  :root {
    /* --vh: calc(var(--vh, 1vh) * 1); */
  }
}
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0); /* Safari fix */
}
.common-btn {
  position: -webkit-sticky; /* iOS Safari fix */
  position: sticky;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: #2d3691;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: #2d3691;
}
.table {
  /* border: 1px solid; */
  margin: auto;
  color: #212529;
}

.space-section {
  padding: 3rem 3rem 0rem 3rem;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffff;
  border-bottom: 1px solid gray;
  padding: 0.5rem 3rem;
}
.nav-achor-link:hover {
  color: #2d3691;
  /* Example */
  color: white; /* Example */
  transform: scale(1.1); /* Example (grow the element on hover) */
}
.space {
  gap: 2rem;
}
p {
  color: black;
}
.sign {
  font-size: 25px;
}
.accordion-button::after {
  background-image: none !important;
  transform: none !important;
}
.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-achor-link:hover {
  font-weight: 400;
  color: #2d3691;
  text-decoration: underline;
}

.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: #2d3691 !important;
}

.hero-section {
  margin-top: 4rem;
}

.logo-nav {
  max-width: 30%;
}

.logo-div {
  width: 17rem;
}
/* .overview {
  background-color: #FAFAFA;
  padding-top: 0;
  padding-bottom: 0;
} */

#connectivity,
#highlights,
#amenities {
  /* background-image: url(../images/Well Wisher-patern-1800x900-new2.png); */
  background-repeat: repeat;
  background-size: contain;
}

.about_bg {
  /* background-image: url(../images/Well Wisher-patern-1800x900-new2.png) !important; */
  background-repeat: repeat;
}

/* #highlights{
  background-image: url(../images/Well Wisher-pattern-N0.png);
}

#amenities{
  background-image: url(../images/Well Wisher-pattern-3.png); */
/* } */
/* For Mobile */
@media (max-width: 767px) {
  .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;
  }
}

/* For Larger Screens */
@media (min-width: 768px) {
  .connectivity-box {
    margin-bottom: 2rem; /* Space between boxes in larger screens */
  }

  .accordion-button {
    padding: 1rem 2rem;
  }

  .accordion-body {
    padding: 1rem;
  }
}

.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: #2d3691;
  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 {
  padding: 8px 12px;
  background-color: #2d3691;
  color: white;
  font-size: 15px;
  letter-spacing: 2px;
  border: none;
  /* margin-bottom: 1rem; */
}
.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(1px);
}
.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: #2d36913d;
  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: #2d36914d;
  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;
}
.tyicon {
  font-family: "YourIconFont"; /* e.g., Themify, IcoMoon, Fontello */
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
  content: "\e911"; /* The codepoint of the icon */
}

.amenities {
  width: 100%;
  height: auto;
}

.amenities-box {
  position: relative;
}
.video-container {
  position: relative;
  border: 1px solid black !important;
}

.play_icon {
  cursor: pointer;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alternate-sction {
  background-color: #fafafa;
}
/* .owl-carousel {
  /* padding-left: 5rem !important;
  padding-right: 5rem !important; */
/* } */

.accordion-button {
  text-align: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.accordion-collapse {
  -webkit-overflow-scrolling: touch;
}

:root {
  /* --vh: 100%; */
}
@supports (-webkit-touch-callout: none) {
  :root {
    /* --vh: calc(100vh - 60px); */
  }
}
.space-section {
  /* min-height: var(--vh); */
}

.owl-prev,
.owl-next {
  background: #2d3691 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #ebebeb !important;
  font-size: 2rem !important;
}
.owl-prev {
  position: absolute;
  left: 2px;
}
.owl-next {
  position: absolute;
  right: 2px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #9a834f !important;
}
.gallery-box {
  position: relative;
  overflow: hidden;
  height: 280px;
}
.gallery-box img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.gallery-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #192274;
  padding: 8px;
  color: white;
  box-sizing: border-box;
  /* opacity: 0; */
  transition: opacity 0.3s ease;
  text-align: center;
  backdrop-filter: blur(4px);
}
.gallery-text-pearl {
  position: absolute;
  top: 1px;
  left: 10px;
}
.gallery-text-pearl p {
  color: white;
  font-size: 13px;
  font-weight: bold;
}
/* .gallery-box:hover .gallery-text {
  transform: transslateY(0);
  background-color: #e5be6966;
  color: #ebebeb;
} */

.owl-dots {
  display: none !important;
}
.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;
}
/* Base styles for all list items */
.highlight-item {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin: 20px 0;
  cursor: default;
}

/* Default icon container */
.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;
}

/* Hover animation */
.highlight-item:hover::before {
  transform: scale(1.2);
}

/* Icon variations */
.icon-1::before {
  background-image: url("../images/Well_wisher/icon/1.png");
}
.icon-2::before {
  background-image: url("../images/Well_wisher/icon/2.png");
}
.icon-3::before {
  background-image: url("../images/Well_wisher/icon/3.png");
}
.icon-4::before {
  background-image: url("../images/Well_wisher/icon/4.png");
}
.icon-5::before {
  background-image: url("../images/Well_wisher/icon/5.png");
}
.icon-6::before {
  background-image: url("../images/Well_wisher/icon/6.png");
}
.icon-7::before {
  background-image: url("../images/Well_wisher/icon/7.png");
}
.icon-8::before {
  background-image: url("../images/Well_wisher/icon/8.png");
}

.text-absolute1 {
  position: absolute;
  bottom: 30px;
  left: 450px;
  color: white;
  font-weight: 300;
  font-size: 10px;
}

/* Responsive spacing */
@media (max-width: 576px) {
  .highlight-item {
    margin: 12px 0;
    padding-left: 35px;
  }

  .highlight-item::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}

.common-btn img {
  margin-right: 5px; /* Adjust the value as needed */
  vertical-align: middle; /* Ensures the text aligns properly with the image */
}

.lastfooter {
  display: none;
}
.actual-image-text {
  width: 100%;
  height: 50px;
  background-color: #2d3691;
  padding: 0.5rem;
  color: #fafafa;
}
.shift-top {
  margin-top: -20px !important;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .logo-nav {
    max-width: 30%;
  }
  .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: #2d3691;
    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: #2d3691;
    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;
  }
}

/* Sticky footer form */
.sticky-footer-form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: white;
  border-top: 2px solid #2d3691;
  padding: 7px 0;
}

/* Horizontal layout */
.sticky-footer-form .form-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}

/* Labels inside sticky bar */
.sticky-label {
  color: #2d3691;
  font-size: 9.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  /* font-family: var(--heading-font); */
  font-weight: 600;
}

/* Make fields look consistent */
.sticky-footer-form .form-control {
  height: 30px !important;
  font-size: 12px;
  border: 1px solid #444 !important;
  background: #f5f2ec;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 30px;
}

/* Each field — equal width */
.sticky-footer-form .fld {
  flex: 1 1 150px;
  min-width: 130px;
}

/* Narrow config dropdown */
.sticky-footer-form .fld-sm {
  flex: 0 1 120px;
  min-width: 100px;
}

/* Wide message field */
.sticky-footer-form .fld-wide {
  flex: 2 1 200px;
  min-width: 150px;
}

/* Select */
.sticky-footer-form select.form-control {
  height: 30px !important;
  padding: 0 8px;
  cursor: pointer;
}

/* Submit button */
.sticky-footer-form .submit-wrap {
  flex: 0 0 95px;
  align-self: center;
  margin-top: 10px;
}

.sticky-footer-form .sticky-submit-btn {
  width: 100%;
  height: 30px;
  font-size: 11px;
  letter-spacing: 2px;
  background-color: #2d3691;
  padding: 0 10px;
  border-radius: 2px;
  transition: background-color 0.2s ease;
}

.sticky-footer-form .sticky-submit-btn:hover {
  background-color: #2d3691;
}

/* Error text compact */
.sticky-footer-form .error-message {
  margin: 1px 0 0;
  font-size: 9px;
  color: #ff8080 !important;
  line-height: 1.2;
}

/* Prevent bottom content from being hidden behind the bar */
body.has-sticky-footer {
  padding-bottom: 65px;
}

img.img-fluid.sdsdc {
  width: 30%;
}

.space-section {
  /* background-color: #FFF4E5; */
  background-size: 12%;
  /* background-image: url(../../assets/images/Well Wisher-pattern-d1.png), url(../../assets/images/Well Wisher-pattern-d3.png); */
  background-position:
    left top,
    right bottom;
  /* background-position: -2% 0%, 0% calc(100% + 233px) !important; */
  background-repeat: no-repeat, no-repeat;
  /* min-height: var(--vh); */
}
.ab_num_title {
  font-size: 15px;
}
@media (max-width: 768px) {
  .whatsapp-float {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 1000;
  }
}
.whatsapp-float {
  position: fixed;
  right: 20px;
  /* bottom: 90px;
  z-index: 9999; */
}
