body {
  font-family: Arial, Helvetica, sans-serif;
  /* min-width: 368px; */
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.navbar-brand img {
  width: 160px;
  height: auto;
}

@media only screen and (max-width: 992px) {
  .navbar-brand img {
    align-items: start;
  }
}

.nav-link {
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 0;
}

.nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #eb1b21;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-link:hover::after {
  width: 100%;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

/* banner area starts */

.banner {
  position: relative;
  width: 100%;
}

.banner img {
  width: 100%;
  height: auto;
}

.banner p {
  font-size: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
  padding: 20px;
}

.logo-text-container {
  flex: 1;
  text-align: left;
}
.desc-content {
  font-size: 20px !important;
}
.logo-text-container p {
  font-size: 34px;
  font-weight: 550;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .logo-text-container {
    margin-left: 100px;
  }

  .form-container {
    margin-right: 100px !important;
  }
}

.logo-text-container img {
  width: 290px;
  max-width: 300px;
  height: auto;
}

.form-container {
  background-color: rgba(28, 147, 224, 0.5);
  border-radius: 12px;
  padding: 30px;
  flex: 2;
  max-width: 360px;
  height: auto;
  margin: 20px auto;
}

.form-container h2 {
  font-size: 24px;
}

.form-inline .form-control {
  margin-right: 10px;
  outline: none;
  margin-bottom: 10px;
}

.form-inline .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-inline .btn {
  margin-left: 10px;
}

.form-button {
  background-color: #eb1b21;
  margin-top: 20px;
  border-radius: 8px;
}

form .star1 {
  color: #ffffff;
}

form .star {
  color: #ff0000;
}

.main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  background-color: #1a94e1;
  width: 50%;
  border-radius: 18px;
  padding: 10px;
  z-index: 10;
}

.main-heading h1 {
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}

@media only screen and (min-width: 1120px) {
  .form-container-small {
    display: none;
  }
}

@media only screen and (max-width: 1120px) {
  .banner {
    position: relative;
  }

  .overlay {
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
  }

  .logo-text-container {
    margin-top: 40px;
    text-align: center;
    width: 90%;
  }

  .logo-text-container p {
    font-size: 24px;
  }

  .form-container {
    display: none;
  }

  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 800px;
    height: auto;
    margin: 20px auto;

    /* width: 90%;
                margin: 20px auto;
                max-width: none;
                padding: 10px 10px; */
  }

  .form-container-small h2 {
    font-size: 24px;
    color: #ffffff;
  }

  .form-container-small label {
    color: #ffffff;
  }

  .main-heading {
    width: 80%;
    margin-top: 40px;
    position: static;
  }

  .main-heading h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .logo-text-container p {
    font-size: 26px;
  }

  .form-container h2 {
    font-size: 20px;
  }

  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 600px;
    height: auto;
    margin: 20px auto;

    /* width: 90%;
                margin: 20px auto;
                max-width: none;
                padding: 10px 10px; */
  }
}

@media only screen and (max-width: 680px) {
  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 400px;
    height: auto;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 480px) {
  .logo-text-container {
    margin-top: 10px;
    text-align: center;
    width: 90%;
  }

  .logo-text-container p {
    font-size: 22px;
  }

  .form-container h2 {
    font-size: 20px;
  }

  .logo-text-container img {
    width: 250px;
    height: auto;
  }

  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 340px;
    height: auto;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 368px) {
  .logo-text-container {
    margin-top: 10px;
    text-align: center;
    width: 90%;
  }

  .logo-text-container p {
    font-size: 18px;
  }

  .form-container h2 {
    font-size: 18px;
  }

  .logo-text-container img {
    width: 180px;
    height: auto;
  }

  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 300px;
    height: auto;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 320px) {
  .logo-text-container {
    margin-top: 10px;
    text-align: center;
    width: 90%;
  }

  .logo-text-container p {
    font-size: 16px;
  }

  .form-container h2 {
    font-size: 18px;
  }

  .logo-text-container img {
    width: 180px;
    height: auto;
  }

  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 280px;
    height: auto;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 280px) {
  .form-container-small {
    background-color: rgba(26, 148, 225, 0.8);
    border-radius: 12px;
    padding: 20px;
    flex: 2;
    max-width: 250px;
    height: auto;
    margin: 20px auto;
  }
}

/* banner area ends */

.call-button {
  background-color: #eb1b21;
  color: #fff;
  border: none;
  padding: 5px 7px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.call-button i {
  margin-right: 8px;
  font-size: 21px;
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* .main-heading {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            background-color: #1A94E1;
            width: 50%;
            margin-top: 50px;
            border-radius: 18px;
            padding: 10px 10px;
            z-index: 10;
        }

        .main-heading h1 {
            font-size: 2.4rem;
            color: #ffffff;
            text-align: center;
        }

        @media only screen and (max-width: 768px) {
            .main-heading {
                width: 80%;
            }

            .main-heading h1 {
                font-size: 1.8rem;
            }
        } */

.five-districts img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
}

@media only screen and (max-width: 468px) {
  .five-districts img {
    height: auto;
    width: 800px;
  }
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.overview-omaxe {
  margin-top: 20px;
}

.overview-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview-image img {
  margin-top: 20px;
  height: auto;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

button {
  background-color: #eb1b21;
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  padding: 9px 12px;
  border: none;
}

.line1 hr,
.line hr {
  height: 2px;
  width: 100%;
  color: #000;
}

.line {
  margin: 26px 0;
}

/* locations style start */

.locations {
  width: 100%;
  border-radius: 18px;
  background-color: #eb1b21;
  color: #fff;
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 2rem;
}

.locations p {
  text-align: center;
}

.seventh {
  text-transform: none;
  font-size: 2.26rem;
}

.locations span {
  color: #000;
  font-size: 2rem;
}

.location-map {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .locations {
    font-size: 1.5rem;
  }

  .seventh {
    font-size: 2rem;
  }

  .locations span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .locations {
    font-size: 1rem;
  }

  .seventh {
    font-size: 1.75rem;
  }

  .locations span {
    font-size: 1rem;
  }
}

/* locations style end */

/* timeline starts */

/* Timeline */

.highlight {
  text-align: center;
  font-size: 2em;
  font-weight: 550;
}

@media only screen and (max-width: 468px) {
  .highlight {
    font-size: 1em;
  }
}

.timeline-highlight {
  overflow-x: hidden;
  overflow-y: hidden;
}

.timeline {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
  padding: 0;
}

.timeline::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

.timeline__item {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

.timeline__item:not(:last-child) {
  margin-bottom: var(--row-gap);
}

.timeline__date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

.timeline__date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

.timeline__date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.timeline__title,
.timeline__descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

.timeline__title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}

.timeline__descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

.timeline__title::before,
.timeline__descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.timeline__title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline__descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .timeline::before {
    grid-column: 2;
  }

  .timeline__item:nth-child(odd) {
    grid-column: 1;
  }

  .timeline__item:nth-child(even) {
    grid-column: 3;
  }

  .timeline__item:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline__item:nth-child(odd) .timeline__date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeline__item:nth-child(odd) .timeline__date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .timeline__item:nth-child(odd) .timeline__date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

/* Animation for items sliding from the left */
/* Slower animation and greater distance for items sliding from the left */
.timeline__item--slide-left {
  opacity: 0;
  transform: translateX(-200px);
  transition:
    transform 1.2s ease-out,
    opacity 1.2s ease-out;
}

.timeline__item--slide-left.timeline__item--visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slower animation and greater distance for items sliding from the right */
.timeline__item--slide-right {
  opacity: 0;
  transform: translateX(200px);
  transition:
    transform 1.2s ease-out,
    opacity 1.2s ease-out;
}

.timeline__item--slide-right.timeline__item--visible {
  opacity: 1;
  transform: translateX(0);
}

/* timeline ends */

/* Our Price Starts */
.our-price-section {
  padding: 20px;
}

.our-price-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.our-price-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gallery-item {
  flex: 0 1 calc(33.333% - 20px);
  max-width: 400px;
  margin-bottom: 20px;
}

.image-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
  overflow: hidden;
  border-radius: 18px;
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 7px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  width: 80%;
  max-width: 250px;
  transition: all 0.3s ease;
}

.view-button {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 15px;
  background-color: #eb1b21;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.gallery-item h4 {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .gallery-item {
    flex: 0 1 calc(50% - 20px);
  }
}

@media only screen and (max-width: 992px) {
  .overlay-text {
    font-size: 18px;
    padding: 12px 10px;
  }

  .view-button {
    font-size: 18px;
    padding: 10px 15px;
  }

  .our-price-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-item {
    flex: 0 1 100%;
    max-width: 500px;
  }

  .our-price-title {
    font-size: 24px;
  }

  .overlay-text {
    font-size: 18px;
    padding: 14px 10px;
  }

  .view-button {
    font-size: 18px;
    padding: 10px 21px;
  }
}

@media only screen and (max-width: 480px) {
  .our-price-title {
    font-size: 20px;
  }

  .overlay-text {
    font-size: 14px;
    padding: 10px 5px;
  }

  .view-button {
    font-size: 14px;
    padding: 5px 12px;
  }
}

/* Our Price Ends */

/* form banner starts */

.custom-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1296px;
  margin: auto;
}

.custom-banner {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
}

.custom-banner-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.custom-text-section {
  color: rgb(0, 0, 0);
  font-size: 24px;
  max-width: 40%;
}

.custom-text-section p {
  font-size: 20px;
}

.custom-form-section {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
  max-width: 40%;
}

.custom-form-section h2 {
  font-size: 21px;
}

.custom-form-section input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #eb1b21;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (max-width: 1292px) {
  .custom-banner {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .custom-banner-img {
    height: auto;
  }

  .custom-overlay {
    position: relative;
    flex-direction: column;
    height: auto;
  }

  .custom-text-section,
  .custom-form-section {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .custom-text-section {
    text-align: center;
  }

  .custom-form-section {
    width: 100%;
    box-sizing: border-box;
  }
}

/* form banner ends */

/* gallery starts */

/* .gallery-carousel {
            max-width: 1200px;
            margin: 0 auto;
        }
        .gallery-carousel h3 {
            text-align: center;
            font-size: 30px;
            margin-bottom: 20px;
        }
        .carousel-item {
            height: 400px;
        }
        .carousel-item .row {
            height: 100%;
        }
        .carousel-item img {
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
        }
        .carousel-indicators {
            bottom: -50px;
        }
        .carousel-indicators button {
            background-color: #888;
        }
        .carousel-indicators .active {
            background-color: #333;
        } */

.swiper-container {
  position: relative;
  width: 90vw;
  height: 300px;
}

.carousel-container h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .carousel-container h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-container h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-container h3 {
    font-size: 20px;
  }
}

.swiper-slide {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.swiper-container .swiper-slide img {
  border-radius: 18px !important;
}

.swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  z-index: 10;
  transition:
    background-color 200ms ease,
    color 200ms ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #f0f0f0;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 21px;
  color: #484848;
}

@media only screen and (max-width: 1440px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    z-index: 10;
  }

  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 16px;
    font-weight: 550;
    color: #484848;
  }
}

@media only screen and (max-width: 992px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 1vw;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 1vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    z-index: 10;
  }

  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 18px;
    font-weight: 550;
    color: #484848;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0.2vw;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0.2vw;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    z-index: 10;
  }

  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 18px;
    font-weight: 550;
    color: #484848;
  }
}

@media only screen and (max-width: 600px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    z-index: 10;
  }

  .swiper-button-prev i,
  .swiper-button-next i {
    font-size: 16px;
    font-weight: 550;
    color: #484848;
  }
}

.banner-area .banner-content .title {
  font-size: 80px;
}

/* gallery ends */

.delhi-project img,
.habitable img,
.location-map img {
  width: 100%;
  border-radius: 18px;
}

.contact-num {
  width: 200px;
  background-color: #1a94e1;
  font-size: 14px;
  padding: 14px 10px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.contact-num:hover {
  transform: translateY(-2px);
  color: #000;
}

.contact-num i {
  margin-right: 8px;
  margin-left: 0;
  font-size: 18px;
  animation: ring 1.5s infinite;
  vertical-align: middle;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.contact-num a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}

.get-in-touch {
  padding: 20px;
}

.get-in-touch img {
  width: 206px;
}

.get-in-touch-form {
  padding: 20px;
}

.get-in-touch-button {
  text-align: left;
  margin-top: 20px;
}

.get-in-touch-button button {
  background-color: #eb1b21;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* footer area starts */

footer {
  background-color: #262626;
  color: #d5d5d5;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}

footer h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
}

.privacy-link {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}

.disclaimer-text-wrapper {
  position: relative;
  max-height: 100px;
  /* Limit the height of the text */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.text2 a {
  color: #ffffff;
}

.disclaimer-text {
  margin: 0 50px;
  line-height: 1.6;
}

/* Fade effect for bottom of the disclaimer text */
.fade-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(
    to bottom,
    rgba(38, 38, 38, 0) 0%,
    rgba(38, 38, 38, 1) 100%
  );
}

.read-more-btn {
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
}

.read-more-btn:hover {
  text-decoration: underline;
}

.text1 p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.text1 p:last-child {
  margin-bottom: 20px;
}

/* Responsive changes */
@media only screen and (max-width: 468px) {
  .disclaimer-text {
    margin: 0 10px;
  }
}

/* footer area ends */

.about-us {
  text-align: center;
}

.enquiry-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background-color: #eb1b21;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.enquiry-button a {
  text-decoration: none;
}

/*Whatsapp*/

button.wh-ap-btn {
  position: relative;
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  padding: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition:
    opacity 0.3s,
    background-color 0.3s,
    box-shadow 0.3s;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  right: 0;
}

.wh-fixed {
  margin-right: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

/* animacion pulse */
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 32px;
  vertical-align: sub;
}

.whatsapp-pulse {
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 25px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.whatsapp-pulse:before {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -15px;
  right: -15px;
  background-color: #10b418;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(0.3);
    opacity: 1;
  }

  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* popup price-form starts */
.price-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.price-popup-content {
  background-color: white;
  padding: 26px;
  border-radius: 18px;
  width: 440px;
  max-width: 90%;
  position: relative;
}

.price-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #181818;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.price-close-btn:hover {
  background-color: #d1d1d1;
}

.price-contact-form {
  display: flex;
  flex-direction: column;
}

.price-contact-form label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
}

.price-contact-form input {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px 18px;
  outline: none;
}

.price-contact-form button {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}

/* popup price-form ends */

/* Popup form starts */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-overlay.active {
  display: flex;
  /* animation: fadeIn 0.3s ease-out; */
  animation: fadeIn 0.3s;
}

.popup-content {
  background-color: white;
  padding: 26px;
  border-radius: 18px;
  width: 440px;
  margin: 20px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  /* animation: fadeInDown 0.5s ease-out forwards; */
  animation: fadeInDown 0.5s forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(30px);
  }
}

.popup-content .star {
  color: #ff0000;
}

/* Rest of your existing styles */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #181818;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.close-btn:hover {
  background-color: #d1d1d1;
}

.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content label {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 3px;
  font-size: 18px;
  color: #000000;
}

.popup-content input {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px 18px;
  outline: none;
}

.popup-content button {
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: 100% 200%;
  background-position: 0 0;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: 9px 12px;
  border: none;
  outline: none;
  cursor: pointer;
  transition:
    background-position 0.3s ease,
    color 0.3s ease;
}

button:hover {
  background-position: 0 100%;
  color: #fff;
}

/* popup form close*/

/* country code */
.intl-tel-input,
.iti {
  width: 100%;
}

.iti__country-list {
  white-space: normal;
}

.intl-tel-input,
.iti {
  width: 100%;
}

.iti__dial-code {
  color: #000000;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 326px) {
  .iti__country-list {
    width: 250px;
  }
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 18px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/* .form-control:focus {
            color: #475F7B;
            background-color: #FFF;
            border-color: #5A8DEE;
            outline: 0;
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
        } */

.iti__flag-box,
.iti__country-name {
  color: #000;
  margin-right: 6px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.intl-tel-input,
.iti {
  width: 100%;
  margin-bottom: 10px;
}

/* nearby locations */

.locations-text {
  margin-top: 40px;
}

.locations-text p {
  font-size: 18px;
}

@media only screen and (max-width: 468px) {
  .locations-text p {
    font-size: 14px;
  }
}

.tab__bar {
  position: relative;
  margin: 30px 10px 30px 10px;
}

.tab__bar .tab__navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin: 0 auto;
}

.tab__bar .tab__menu {
  color: #000;
  list-style: none;
  max-width: 876px;
  white-space: nowrap;
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: auto;
}

.tab__bar .tab__menu.dragging {
  scroll-behavior: unset;
  cursor: grab;
}

.tab__bar .tab__menu.dragging .tab-btn {
  pointer-events: none;
}

.tab__bar .tab__menu::-webkit-scrollbar {
  display: none;
}

.tab__bar .tab__menu .tab__btn {
  border: 1px solid #000000a9;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 2px;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.tab__bar .tab__menu .tab__btn:hover {
  background-color: #f0f0f0;
}

.tab__bar .tab__menu .tab__btn.active {
  background-color: #f0f0f0;
}

.tab__bar .left__btn,
.tab__bar .right__btn {
  position: absolute;
  color: #000;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .tab__bar .left__btn,
  .tab__bar .right__btn {
    position: absolute;
    color: #000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab__bar .left__btn i,
  .tab__bar .right__btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px !important;
    font-size: 18px;
  }
}

.tab__bar .left__btn,
.tab__bar .right__btn:hover {
  background-color: #f0f0f0;
}

.tab__bar .left__btn {
  display: none;
  left: -30px;
  top: -2px;
}

.tab__bar .right__btn {
  right: -50px;
  top: -2px;
}

@media only screen and (max-width: 576px) {
  .tab__bar .tab__menu .tab__btn {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 10px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
  }

  .tab__bar .left__btn {
    display: none;
    left: -7px;
    top: -2px;
  }

  .tab__bar .right__btn {
    right: -7px;
    top: -2px;
  }
}

.tab__bar .left__btn i,
.tab__bar .right__btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  font-size: 18px;
}

.tab__content {
  position: relative;
}

.tab__content .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  display: none;
  animation: fadein 0.8s;
}

.tab__content .tab.active {
  display: flex;
}

.tab__content .tab .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .tab__content .tab .row {
    flex-direction: column;
  }
}

.tab__content .left-column,
.tab__content .right-column {
  width: 50%;
  max-width: 500px;
}

@media (max-width: 767px) {
  .tab__content .left-column,
  .tab__content .right-column {
    width: 100%;
    max-width: 700px;
  }
}

.tab__content .left-column {
  display: flex;
  align-items: center;
}

.tab__content .left-column .img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .tab__content .left-column .img-card img {
            width: 100%;
        } */

.tab__content .left-column .img-card img {
  width: 500px;
  height: 300px;
}

.tab__content .info .city {
  margin-bottom: 15px;
  font-size: 32px;
}

.tab__content .info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .tab__content .info .description {
    text-align: justify;
  }
}

.tab__content .info .city,
.tab__content .info .description {
  color: #000;
}

@media (max-width: 767px) {
  .tab__content .info .city,
  .tab__content .info .description {
    text-align: center;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* nearby locations */

/* country code */

/* Sidebar button starts */
.enquiry-sidebar-btn {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right;
  /* background: linear-gradient(to right, #c49100, #f7ca4b); */
  background: #eb1b21;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.enquiry-sidebar-btn:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%) rotate(-90deg) translateX(-4px);
}

@media (max-width: 425px) {
  .navbar {
    margin: 0px;
    padding: 0px;
  }
  .navbar-toggler {
    padding: 2px 5px;
  }
  .premium-list li {
    margin-bottom: 0px !important;
  }
  .title-overview {
    font-size: medium;
    margin: 0px;
    padding: 0px;
  }
  .desc-address {
    font-size: small !important;
    margin: 0px;
    padding: 0px;
  }
  .logo-text-container {
    display: none !important;
  }
  .overlay {
    background: none !important;
  }
  .main-heading {
    width: 100% !important;
    margin: 0px !important;
    font-size: 25px;
    padding: 5 10px;
    text-align: center;
  }
  .tab__content .tab {
    padding: 0px !important;
  }
  .navbar-brand img {
    width: 120px !important;
  }
  .mobile-header-button {
    display: flex !important;
    background-color: red;
    padding: 0px 5px;
    border-radius: 5px;
    animation: bellRing 2.4s infinite;
    transform-origin: center;
  }
  .mobile-header {
    font-size: small;
    padding: 6px 10px;
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
  }

  @keyframes bellRing {
    0% {
      transform: rotate(0);
    }
    10% {
      transform: rotate(4deg);
    }
    20% {
      transform: rotate(-4deg);
    }
    30% {
      transform: rotate(3deg);
    }
    40% {
      transform: rotate(-3deg);
    }
    50% {
      transform: rotate(2deg);
    }
    60% {
      transform: rotate(-2deg);
    }
    70% {
      transform: rotate(1deg);
    }
    80% {
      transform: rotate(-1deg);
    }
    100% {
      transform: rotate(0);
    }
  }

  .container-fluid {
    padding: 5px;
  }
  .swiper-container {
    height: auto !important;
  }
}
.mobile-header-button {
  display: none;
}

.project-location {
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  margin-bottom: 2rem;
}

.premium-list {
  list-style: none;
  padding: 10px 20px;
  margin: 0 auto;
  width: 100%;
  background: #00000070;
}

.premium-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.05rem, 3.5vw, 1.25rem);
  margin-bottom: 0.3rem;
  line-height: 1.4;
}

.premium-list li span.icon {
  font-size: 1rem;
  background: #ffffff88;
  padding: 0px;
  border-radius: 5px;
  /* min-width: 30px; */
}

.location-section {
  background: #7a2b1d;
  padding: 60px 20px;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}

.location-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* IMAGE */
.location-image {
  flex: 1;
}

.location-image img {
  width: 100%;
  border-radius: 12px;
}

/* CONTENT */
.location-content {
  flex: 1.2;
}

.location-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}

.location-columns {
  display: flex;
  gap: 30px;
}

.location-list {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.location-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
}

.location-list li::before {
  content: "📍";
  position: absolute;
  left: 0;
  top: 0;
}

.location-list.highlight li strong {
  display: block;
  font-size: 15px;
}

.location-list.highlight li span {
  font-size: 13px;
  opacity: 0.85;
}

/* FOOTER */
.location-footer {
  margin-top: 30px;
}

.location-footer h3 {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.time-strip {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.time-strip div {
  text-align: center;
  font-size: 13px;
}

.time-strip strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .location-container {
    flex-direction: column;
  }

  .location-columns {
    flex-direction: column;
  }

  .time-strip {
    flex-wrap: wrap;
  }

  .time-strip div {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .location-heading {
    font-size: 22px;
  }

  .time-strip div {
    width: 100%;
  }
  .location-columns {
    gap: 0px !important;
  }
}
.site-plan {
  padding: 70px 20px;
  background: #f8f8f8;
  font-family: "Segoe UI", sans-serif;
}

.siteplan-container {
  max-width: 1200px;
  margin: auto;
}

.siteplan-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

/* GRID */
.siteplan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.siteplan-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.siteplan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.siteplan-card:hover img {
  transform: scale(1.08);
}

/* OVERLAY */
.siteplan-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.4s ease;
}

.siteplan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.siteplan-card:hover img {
  transform: scale(1.05);
}

.siteplan-overlay h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

/* BUTTON */
.enquire-btn {
  padding: 10px 26px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  background: #eb1b21;
  color: #fff;
  transition: 0.3s;
}

.enquire-btn:hover {
  transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .siteplan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .siteplan-grid {
    grid-template-columns: 1fr;
  }

  .siteplan-heading {
    font-size: 26px;
  }
  .popup-content label {
    margin-bottom: 0px !important;
  }
  .navbar-nav {
      margin-left: 1rem !important;
  }
}
@media (min-width: 860px) and (max-width: 1400px) {
  .call-button {
    font-size: 12px !important;
  }
}
/* Mobile Bottom Fixed Bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .mobile-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

.bottom-btn {
  flex: 1;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  padding: 6px 0;
  transition: all 0.2s;
  position: relative;
}

.bottom-btn i {
  font-size: 15px;
}

.bottom-btn.enquiry-btn {
  color: #d32f2f;
  background: #ffebee;
}

.bottom-btn.call-btn {
  color: #1976d2;
  background: #e3f2fd;
}

.bottom-btn.whatsapp-btn {
  color: #25d366;
  background: #e8f5e9;
}

.bottom-btn:hover {
  transform: translateY(-2px);
}

.bottom-btn:active {
  transform: translateY(0);
}

/* Optional: small line separator */
.bottom-btn:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #e0e0e0;
}

.is-invalid {
  border-color: #dc3545 !important;
}
.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}
.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  display: block;
}
