:root {
  --primary: #902342 ;
  --primary-rgb: 144, 35, 66;
  --white: #fff;
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Gilda Display";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Gilda_Display/GildaDisplay-Regular.ttf);
}

@font-face {
  font-family: "Sansation";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Sansation/Sansation-Regular.ttf);
}

html,
body {
  overflow-x: hidden;
}

.section-pading {
  padding: 30px 0px;
}

/* header css start */

.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255 / 95%);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #959595ba;
  border: 1px solid #c7c4c4;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out;
}


.cust-class {
  justify-content: center;
}

.cust-back-color {
  background-color: rgb(255 255 255 / 92%);
  position: fixed;
  z-index: 99999;
  width: 100vw;
}


.navbar-nav {
  gap: 10px;
}


.left-logo {
  width: 45%;
}

.right-logo {
  width: 20%;
}

.cust-logo-right {
  text-align: center !important;
}

.nav-link {
  color: #000000 !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


/* header css end */


/* overview section start */

.over-main-text {
  color: #902342;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-top: 50px;
}


.overview-text {
  color: #222;
  font-family: Sansation;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  /* 187.5% */
  text-transform: capitalize;
  padding-top: 35px;
  padding-right: 50px
}

.over-download-button {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: #40486D;
  border: 2px solid #40486D;
  border-radius: 8px;
  padding: 13px 55px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.over-download-button:hover {
  background: transparent;
  color: #40486D;
}

.overview-form-section {
  background-color: #FFF;
}

.over-form-heading {
  color: #40486D;
  font-family: "Gilda Display";
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 88.889% */
  text-transform: uppercase;
}

.over-form-text {
  color: #40486D;
  font-family: Sansation;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-transform: capitalize;
}

.overview-form-section {
  padding: 35px 35px;
  background-color: #FFF;
  border: 1px solid rgba(64, 72, 109, 0.4);
  border-radius: 10px;
}

/* ---- Redesigned lead form ---- */
.lead-form {
  margin-top: 8px;
}

.field-group {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40486D;
  font-size: 1rem;
  pointer-events: none;
  z-index: 3;
  transition: color 0.25s ease;
}

.cust-padd {
  height: 52px;
  padding: 0.5rem 1rem 0.5rem 48px;
  border: 1px solid #40486D;
  border-radius: 8px;
  background-color: #fff;
  color: #40486D;
  font-family: Sansation, sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.cust-padd::placeholder {
  color: rgba(64, 72, 109, 0.55);
}

.cust-padd:focus {
  height: 52px;
  background-color: #fff !important;
  border: 1px solid #40486D !important;
  color: #40486D !important;
  box-shadow: none !important;
}

.field-group:focus-within .field-icon {
  color: #40486D;
}

/* Validation states */
.lead-form .form-control.is-invalid,
.lead-form .was-validated .form-control:invalid {
  border-color: #e25555 !important;
  background-image: none;
  padding-right: 1rem;
}

.lead-form .form-control.is-valid,
.lead-form .was-validated .form-control:valid {
  border-color: #5fbf7d !important;
  background-image: none;
}

.lead-form .invalid-feedback {
  color: #ff8a8a;
  font-family: Sansation, sans-serif;
  font-size: 0.8rem;
  margin-top: 5px;
  padding-left: 4px;
}

.over-submit-bttn {
  width: 100%;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: #40486D;
  border: 2px solid #40486D;
  border-radius: 8px;
  padding: 13px 55px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.over-submit-bttn:hover {
  background: transparent;
  color: #40486D;
}


/* overview section end */



/* second section start */
.section-2 {
  background-image: url(../images/gallery/5.jpg);
  height: 29.875rem;
  width: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* second section end */

/* project highlights section start  */

.project-heading {
  color: #902342;
  font-family: "Gilda Display";
  font-size: 3.542vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-img img {
  width: 20% !important;
  margin: 0px auto;
  display: block;
}

.slide-icon {
  font-size: 54px;
  line-height: 1;
  color: #40486D;
}

.slide-text {
  color: #222;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 1.354vw;
  padding-top: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.slide-text::first-letter {
  text-transform: uppercase;
}

.slide-main {
  border: 2px solid #40486D;
  padding: 30px 15px;
  background-color: #ffffff;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 95%;
  margin: auto;
}

/* Equal-height boxes across the Project Highlights carousel */
#owl-carousel-proj .owl-stage {
  display: flex;
}

#owl-carousel-proj .owl-item {
  display: flex;
  height: auto;
}

#owl-carousel-proj .item {
  display: flex;
  width: 100%;
}

.slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}


/* All dots - default (black) */
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #2e2e2e;
  /* black */
  border-radius: 50%;
  position: relative;
  opacity: 1;
  margin: 0 15px !important;
  /* spacing between dots */
}

/* Active dot core */
.swiper-pagination-bullet-active {
  background: #902342;
  /* gold inner dot */
}

/* Ring around active dot */
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 20px;
  height: 20px;
  border: 2px solid #40486D;
  /* ring color */
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

/* project highlights section end  */


/* <!-- configuration section start --> */
.config-text {
  color: #FFF;
  font-family: "Gilda Display";
  font-size: 3.542vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.72px */
  text-underline-offset: 25%;
  /* 17px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-top: 40px;
}

.config-back {
  background: #902342;
}

/* .acc-bhk {
  color: #902342;
  font-family: "Gilda Display";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
} */

.accordion-button:not(.collapsed) {
  color: #902342;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  ;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}

.accordion-button {
  color: #FFF;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  ;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 1px #fff solid;
}

.accordion-item {
  background-color: transparent;
  margin-bottom: 25px;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  /* transform: rotate(-180deg); */
}

.accordion-item:first-of-type .accordion-button {
  background-color: transparent;
}

.gall-text-new {
  color: #902342;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.cust-top-space-loc {
  margin-right: 25%;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}


.accordion-button:focus {
  /* border-color: transparent !important; */
  box-shadow: none
}

.cust-top-space {
  margin-right: 0;
}

.cust-bord {
  border-bottom: none;
}

.txt{
  color: #fff;
}

.config-carpet {
  color: #40486D;
  font-family: Sansation;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* ===== Unified white-card accordion: Project Configuration + Location Advantage ===== */
#accordionExample .accordion-item,
#accordionExample2 .accordion-item {
  background-color: #fff;
  border: 1px solid #40486D;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

#accordionExample .accordion-button,
#accordionExample2 .accordion-button {
  color: #40486D;
  background-color: #fff;
  /* border: none; */
  font-family: "Gilda Display";
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 16px 22px;
}

#accordionExample .accordion-button:not(.collapsed),
#accordionExample2 .accordion-button:not(.collapsed) {
  color: #902342;
  background-color: #fff;
  border-bottom: 1px solid rgb(80 90 140 / 53%);
}

#accordionExample .accordion-button::after,
#accordionExample2 .accordion-button::after {
  content: "+";
  background: none !important;
  width: auto;
  height: auto;
  margin-left: auto;
  font-size: 1.7rem;
  line-height: 1;
  color: inherit;
  transform: none;
}

#accordionExample .accordion-button:not(.collapsed)::after,
#accordionExample2 .accordion-button:not(.collapsed)::after {
  content: "\2212";
  background: none !important;
  transform: none;
}

#accordionExample .accordion-body,
#accordionExample2 .accordion-body {
  background-color: #fff;
  padding: 16px 22px;
}

.chek-pric {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: #40486D;
  border: 2px solid #40486D;
  border-radius: 8px;
  padding: 13px 55px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.chek-pric:hover {
  background: transparent;
  color: #FFF;
}

.bhk-top {
  padding-top: 50px;
  align-items: center;
}

/* <!-- configuration section end --> */


/* <!-- amenities section start --> */

.ami-head {
  color: #902342;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding: 40px 0px;
}

.cust-swip {
  flex-direction: column;
}

.ami-outer {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}

.ami-main {
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ami-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #40486D;
  background-color: #fff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.ami-main:hover .ami-img {
  background-color: #40486D;
  border-color: #40486D;
}

.ami-img img {
  width: auto !important;
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  transition: filter 0.3s ease-in-out;
}

.ami-icon {
  font-size: 44px;
  line-height: 1;
  color: #40486D;
  transition: color 0.3s ease-in-out;
}

.ami-main:hover .ami-icon {
  color: #fff;
}

.ami-main:hover .ami-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4245%) hue-rotate(54deg) brightness(112%) contrast(101%);
}

.ami-slide-text {
  color: #902342;
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}


.ami-main:hover .ami-slide-text {
  color: #40486D;
}


/* <!-- amenities section end --> */


/* <!-- gallery section start --> */
.gall-text {
  color: #ffffff;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.cust-nav-colo {
  color: #000 !important;
  border: 1px solid #40486D !important;
  padding: 15px 70px;
}

.gal-sec-outer {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #40486D;
  color: #fff !important;
  padding: 15px 70px;
}

.cust-tab {
  border: none;
  gap: 20px;
}

/* gallery swiper start */
.gallery-swiper-container {
  position: relative;
}

.pt-6 {
  padding-top: 6rem;
}

.gallery-swiper-container .gallery-swiper {
  width: 100%;
  height: 100%;
}

.gallery-swiper-container .swiper-slide .gallery-img {
  width: 100%;
  height: 65dvh;
  transition: all 0.5s ease;
  border: 2px #40486D solid;
}

.gallery-swiper-container .swiper-slide:not(.swiper-slide-active) .gallery-img img {
  /* filter: grayscale(100%) brightness(40%) contrast(120%); */
  background: linear-gradient(0deg, rgba(144, 35, 66, 0.40) 0%, rgba(144, 35, 66, 0.40) 100%);
  filter: blur(2px);
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-slide:has(.swiper-slide-active) .gallery-img {
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.gallery-swiper-container .swiper-slide:has(.swiper-slide-active) .gallery-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 71.85%,
      rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-slide .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translate(0%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-swiper-container .swiper-button.swiper-button-prev-4,
.gallery-swiper-container .swiper-button.swiper-button-prev-5,
.gallery-swiper-container .swiper-button.swiper-button-prev-6 {
  left: 10%;
  transition: all 0.5s ease;
  background: #40486D;
  border-radius: 50%;
  padding: 16px;
}

.gallery-swiper-container .swiper-button.swiper-button-next-4,
.gallery-swiper-container .swiper-button.swiper-button-next-5,
.gallery-swiper-container .swiper-button.swiper-button-next-6 {
  right: 10%;
  transition: all 0.5s ease;
  background: #40486D;
  border-radius: 50%;
  padding: 16px;
}

/* gallery swiper end */

/* ---- Remove pagination dots from all sliders ---- */
.owl-dots,
.swiper-pagination,
.swiper-pagination-1,
.swiper-pagination-2,
.swiper-pagination-4 {
  display: none !important;
}

/* ---- Gallery-style nav buttons BELOW carousel, centered (amenities + project highlights) ---- */
.amens-carousel .owl-nav,
#owl-carousel-proj .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.amens-carousel .owl-nav button.owl-prev,
.amens-carousel .owl-nav button.owl-next,
#owl-carousel-proj .owl-nav button.owl-prev,
#owl-carousel-proj .owl-nav button.owl-next {
  width: 52px;
  height: 52px;
  padding: 14px !important;
  margin: 0;
  background: #40486D !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.amens-carousel .owl-nav button.owl-prev:hover,
.amens-carousel .owl-nav button.owl-next:hover,
#owl-carousel-proj .owl-nav button.owl-prev:hover,
#owl-carousel-proj .owl-nav button.owl-next:hover {
  background: #902342 !important;
}

.amens-carousel .owl-nav button.disabled,
#owl-carousel-proj .owl-nav button.disabled {
  opacity: 0.4;
  cursor: default;
}

.amens-carousel .owl-nav img,
#owl-carousel-proj .owl-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* <!-- 360 view start --> */

.view-360-text {
  color: #902342;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 2.91rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding: 40px 0px;
}

.image-360 {
  padding-top: 40px;
}

.image-360-wrapper {
  position: relative;
  display: inline-block;
  /* Keep image size intact */
  height: 45vh;
  width: 100%;
}

.image-360-wrapper img {
  display: block;
  width: 100%;
  height: 45vh;
}

.play-img-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0000007d;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* <!-- 360 view end --> */


/* <!-- about section start --> */

.back-prima {
  background-color: #902342;
  padding: 30px;
}

.about-piramal {
  color: #FFF;
  font-family: "Gilda Display";
  font-size: 2.91rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.75rem;
  /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
}


.top-about {
  color: #FFF;
  font-family: "Gilda Display";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  text-transform: uppercase;
  margin-top: 25px
}

.top-text-about {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* <!-- about section end --> */

.cust-hed {
  border: none;
  background-color: #FFF;
}

.form-enq {
  color: #40486D;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  margin-top: -20px;
  padding-bottom: 30px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #40486D;
  background-color: transparent;
}

.cust-bo-clas {
  background-color: #FFF;
}


/* last section */

.getin {
  color: #902342;
  text-align: center;
  font-family: "Gilda Display";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.75rem;
  /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  /* 2.4px */
  text-underline-offset: 25%;
  /* 15px */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 35px;
  margin-top: 90px;
}

.form-row {
  align-items: center;
}

.foot-submit-bttn {
  background-color: #40486D;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 11px 60px;
  border: none;
}

.cust-padd-foot {
  height: 53px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #40486D;
  border-radius: 0px;
}

.cust-padd-foot:focus {
  border: 1px solid #40486D;
  box-shadow: 0 0 0 0.15rem rgba(64, 72, 109, 0.25);
}

.get-in-from {
  padding: 3rem 6rem;
  border: 1px #40486D solid;
  position: absolute;
  background: #fff;
}

/* last section */

/* *****Location Section Starts****** */
.overview-container {
  width: 90%;
  margin: auto 0 auto auto;
}

.location {
  position: relative;
  background: #902342;
  /* margin-top: 50px; */
}

.accor-tab:not(.collapsed) {
  background-color: #fff !important;
}

.accor-tab {
  border: none !important;
  text-transform: uppercase !important;
}

.accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.85rem;
}

.accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.acc-location {
  color: #40486D;
  font-weight: 500;
}

/* recolor the white map-pin SVG to the slate theme on the white cards */
.acc-icon img {
  width: 20px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(20%) saturate(1100%) hue-rotate(196deg) brightness(94%) contrast(88%);
}

/* distance ("10 Mins") aligned to the end */
.accordion-content > .acc-location {
  text-align: end;
  white-space: nowrap;
}

.accordion-content .acc-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.accordion-body .distance {
  white-space: nowrap;
  padding-left: 10px;
}

.loc-img {
  width: 100%;
  position: relative;
}

.loc-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loc-img iframe {
  width: 100%;
  aspect-ratio: 950 / 1019;
  height: auto;
  border: 0;
  border-radius: 10px;
  display: block;
}

.loc-cust {
  margin-top: 1%;
}

.adv-text {
  font-weight: 500;
}

/* **********Location Section Ends********* */


/********** footer ***********/
.footer-black {
  background: #902342;
  padding-top: 8rem;
}

.text-footer a {
  color: #FFF;
}

.copyright {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  padding: 1rem 1rem;
  width: 300px;
  margin: auto;
  height: auto;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 1.5rem;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.qr-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 1rem auto 1rem auto;
}

.qr-logo {
  width: 90px;
}

.qr-logos img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.footer-qr img {
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.text-footer p {
  color: var(--white);
  text-align: center;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 1.3rem 1rem;
  text-wrap: balance;
}


.footer-desc p {
  color: var(--white);
  text-align: center;
  font-size: 0.85rem;
  text-wrap: balance;
  font-weight: 500;
  padding: 0.2rem 1rem;
}

.copyright-desc {
  color: var(--white);
  margin-top: 1rem;
  padding: 0.2rem 1rem;
}

.copyright-desc2 {
  color: var(--white);
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
}

.realatte-logo {
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}


.copyright {
  display: flex;
  justify-content: space-between;
}

.copyright2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.custom-hr {
  color: var(--white);
}

.cust-top-mar {
  margin-top: 0;
}

.cust-bbor {
  border: none;
}

.copyright {
  width: 80%;
  margin: auto;
}

.foot {
  margin-top: 4%;
}

/* footer ends*** */

.thankyou-title {
  text-align: center;
}

.thankyou-subtitle {
  text-align: center;
}

.thankyou-content {
  margin-top: 15%;
}

.foot-pad {
  padding-top: 3rem !important;
}


/* Style all dots */
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #902342;
  /* default inactive dot color */
  display: block;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  transition: all 0.3s ease;
}

/* Active dot style */
.owl-dots .owl-dot.active span {
  background: #902342 !important;
  /* fill color */
}

/* Blue ring around active dot */
.owl-dots .owl-dot.active span::after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 25px;
  height: 25px;
  border: 1px solid #40486D;
  border-radius: 50%;
  box-sizing: border-box;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  margin: 0 8px;
  /* space between dots */
}

.mobile-fixed-button {
  display: none;
}



/* accordion plus start */
.loc-accordion .accordion-button::after {
  background-image: unset;
  content: "+";
  width: 15px;
  height: 20px;
  font-size: 1.5rem;
}

.loc-accordion .accordion-button:not(.collapsed)::after {
  background-image: unset;
  font-size: 1.5rem;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 15px;
  height: 20px;
  content: "-";
}

.gallery-swiper-container .swiper-wrapper {
  margin: 0 0 4rem 0;
}

/* accordion plus end */

/* Pagination dots base style */
/* .swiper-pagination-4 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #aaa;
  opacity: 0.7;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-pagination-4 .swiper-pagination-bullet-active {
  border: 2px solid #40486D;
  background-color: white;
  opacity: 1;
} */




@media (max-width: 1024px) {
  .overview-text {
    font-size: 14px;
  }

  .getin {
    font-size: 35px;
  }

  .gall-text,
  .gall-text-new {
    font-size: 35px;
  }

  .ami-head {
    font-size: 35px;
  }

  .slide-text {
    font-size: 15px;
  }

  .slide-icon {
    font-size: 65px;
  }

  .config-text {
    font-size: 35px;
  }

  .over-form-heading {
    font-size: 25px;
  }

  .over-main-text {
    font-size: 35px;
  }

  .project-heading {
    font-size: 35px;
  }

  .gall-text {
    padding-bottom: 24px;
    padding-top: 29px;
    font-size: 35px;
  }
}

@media (max-width: 991px) {

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 15px 35px
  }

  .cust-nav-colo {
    padding: 15px 35px;
  }
}

@media (max-width: 768px) {
  .project-heading {
    font-size: 2rem;
  }

  .gallery-swiper-container .swiper-slide .gallery-img {
    width: 100%;
    height: 40vh;
    transition: all 0.5s ease;
    border: 2px #40486D solid;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-4,
  .gallery-swiper-container .swiper-button.swiper-button-next-5,
  .gallery-swiper-container .swiper-button.swiper-button-next-6 {
    right: 0%;
    padding: 13px;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-4,
  .gallery-swiper-container .swiper-button.swiper-button-prev-5,
  .gallery-swiper-container .swiper-button.swiper-button-prev-6 {
    left: 0%;
    padding: 13px;
  }

  .gallery-swiper-container .swiper-button {
    width: 50px;
    height: 50px;
  }

  .gallery-swiper-container {
    margin-top: 30px;
  }

  .ami-main {
    padding: 0px;
    text-align: center;
  }

  .ami-img img {
    width: 30% !important
  }

  .ami-icon {
    font-size: 36px;
  }

  .getin {
    font-size: 25px;
    padding-bottom: 15px;
    margin-top: 20px;
  }


  .cust-top-space-loc {
    margin-right: 0%;
    font-size: 14px;
  }

  .gall-text-new {
    padding-bottom: 5px;
    text-align: center;
  }

  .cust-nav-colo {
    padding: 10px 13px;
  }

  .cust-tab {
    justify-content: center;
  }

  .gall-text {
    text-align: center;
  }

  .cust-top-space {
    margin-right: 0px;
  }

  /* accordion alignment on mobile */
  .accordion-button,
  .accordion-button:not(.collapsed) {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
  }

  .accordion-button::after,
  .loc-accordion .accordion-button::after,
  .loc-accordion .accordion-button:not(.collapsed)::after {
    margin-left: auto;
    margin-top: 0;
    align-self: center;
    line-height: 1;
  }

  .accordion-body {
    padding: 0.75rem 0;
  }

  .project-heading {
    font-size: 25px;
  }

  .config-text {
    font-size: 25px;
    text-align: center;
  }

  .gall-text-new {
    font-size: 25px;
  }

  .resp-clas {
    margin-top: 60px;
  }

  .gal-sec-outer {
    flex-direction: column;
  }

  .overview-text {
    padding-right: 0px;
  }

  .gal-tabs-main {
    margin-top: 25px;
  }

  .gallery-swiper-button-prev {
    right: 15%;
    top: 110%;
  }

  .gallery-swiper-button-next {
    left: 15%;
    top: 110%;
  }

  .cust-logo-right {
    display: none;
  }

  .about-piramal {
    font-size: 2rem;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 10px 20px;
  }

  .ami-head {
    font-size: 27px;
  }

  .gall-text {
    font-size: 27px;
  }

  .bhk-top {
    padding-top: 10px;
  }

  .view-360-text {
    font-size: 25px;
    padding: 20px 0px;
  }

  /* .gal-sec-outer {
    padding: 40px 0px;

  } */

  .back-prima {
    margin-top: 40px;
  }

  .overview {
    padding: 2rem 0;
    /* margin-top: 85px; */
  }

  .overview-container {
    width: 95%;
    margin: auto;
  }

  .accordion-item {
    margin-top: 1.5rem;
  }

  .loc-img {
    padding-top: 1rem;
  }

  .readmore-btn {
    background: none;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 0.85rem;
  }

  .copyright2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.5rem;
    gap: 0.2rem;
  }

  .get-in-from {
    position: relative;
  }

  .footer-black {
    padding-top: 3rem;
    padding-bottom: 130px;
  }

  .get-in-from {
    padding: 2rem 2rem
  }

  .foot-submit-bttn {
    padding: 0.4rem 3rem;
  }

  /* mobile toggle bar */

  .mobile-fixed-button {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 2%;
    left: 50%;
    z-index: 999;
    padding: 2rem 1rem 1rem 1rem;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    fill: rgba(255, 255, 255, 0.84);
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.05));
  }

  .btn-fixed.primary-pink {
    background: #40486D;
  }

  .cust-enq-clas {
    background: #40486D !important;
    border: none;
    border-radius: 30px;
  }

  .mobile-fixed-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: -1;
    left: 50%;
    background: url(../images/toggle.svg) no-repeat center center / cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%)
  }

  .mobile-fixed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .btn-middle-content {
    padding: 1rem;
    background-color: transparent;
    position: absolute;
    top: 10px;
    left: 50%;
    border-radius: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .btn-middle {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: #40486D;
  }

  .cust-dwn-clas {
    background-color: #40486D !important;
    border: none;
    border-radius: 30px;
  }

  .mobile-fixed-content .btn-fixed {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    top: -7px;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0.85rem;
  }

  .btn-middle img {
    width: 34px;
    height: 34px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navbar-light .navbar-brand{
    width: 65%;
  }

  .navbar-toggler-icon{
    width: 1em !important;
  }

  .left-logo{
    width: 70%;
  }

  /* mobile toggle bar */

}

@media (max-width: 520px) {
  .mobile-fixed-content .btn-fixed {
    font-size: 14px;
    padding: 7px 7px;
  }

  .btn-middle {
    width: 58px;
    height: 58px;
  }

  .btn-middle img {
    width: 28px;
    height: 28px;
  }
}


@media (max-width: 440px) {
  .mobile-fixed-content .btn-fixed {
    font-size: 10px;
  }

  .btn-middle {
    width: 52px;
    height: 52px;
  }

  .btn-middle img {
    width: 24px;
    height: 24px;
  }
}