

#price,
#map,
#rera,
#contact {
  scroll-margin-top: 150px;
}
#about,
#amenities,
#floor-plan,
#gallery {
  scroll-margin-top: 120px;
}
.imgContainer {
  width: 17vw;
  height: 14vh;
  object-fit: cover;
}
.navbar-toggler {
  color: #ae9046 !important;
  background-color: #ae9046 !important;
  border: none;
}

.nav-item a {
  color: #ae9046 !important;
  font-size: 15px;
}

/* GPU-accelerated marquee — smooth on iOS */
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 50s linear infinite;
  will-change: transform;
  -webkit-transform: translateZ(0); /*hardware acceleration*/
  transform: translateZ(0);
}

.marquee-content {
  white-space: nowrap;
  color: #ae9046;
  font-size: 15px;
  padding: 6px 0;
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#marquee-section {
  border: 1px solid #ae9046;
  overflow: hidden;
}

#border-section {
  height: 400px;
  border: 1px solid #ae9046;
  border-radius: 10px;
}

#image-section {
  width: 28vw !important;
  height: 69vh !important;
  position: absolute;
  top: 5vh;
  left: 3vw;
}

#image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

.about-read-more-label {
  font-size: 16px;
  color: gray;
   cursor: pointer;
}
#aboutReadMoreBtn {
  border: none !important;      /* border remove */
  outline: none !important;     /* focus border remove */
  background: none;             /* clean look */
  cursor: pointer;
  transition: all 0.3s ease;    /* 👈 smooth hover effect */
  padding: 0 !important;
}

#aboutReadMoreBtn:hover {
  color: black;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5); /* 👈 shadow effect */
}

#aboutReadMoreBtn:focus,
#aboutReadMoreBtn:active {
  outline: none !important;
  box-shadow: none !important;
}



/* .common-spacing {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .common-spacing {
    margin: 20px 0;
  }
} */

@media (max-width: 768px) {
  #image-section {
    width: 80vw !important;
    height: 40vh !important;
    top: 8vh;
    left: 5.7vw;
  }
  #image-section img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 10px !important;
  }
  .imgContainer {
    width: 160px;
    height: 60px;
    object-fit: cover;
  }
  #border-section {
    height: 370px;
    border: 1px solid #ae9046;
    border-radius: 10px;
  }
  .aboutHeading1 {
    font-size: 2rem;
    color: #ae9046;
    font-family: "Times New Roman", Times, serif;
    padding: 10px;
  }
  .staticHeight {
    height: 110px;
  }
  .secondImg {
    height: 160px;
  }
}

@media (min-width: 769px) {
  .aboutHeading1 {
    font-size: 2.8rem;
    color: #ae9046;
    font-family: "Times New Roman", Times, serif;
    padding: 10px;
  }

  .staticHeight {
    height: 230px;
  }
}

/* .heading4 {
  font-size: 20px;
  color: #ae9046;
} */

.heading2 {
  color: #ae9046;
  font-family: "dm sans", serif;
  font-weight: lighter;
}

.heading3 {
  font-size: 20px;
  color: #ae9046;
  font-family: "Times New Roman", Times, serif;
}
.heading15 {
  font-size: 15px;
  color: #ae9046;
  /* font-family: "Times New Roman", Times, serif; */
  font-weight: normal;
}

.heading10 {
  font-size: 18px;
  /* font-family: "Times New Roman", Times, serif; */
  font-weight: normal;
  font-size: 16px;
}

#textcolor {
  color: #ae9046;
}

.right-btn {
  color: #dfdfdb !important;
  background: linear-gradient(
    135deg,
    #ae9046 0%,
    #d39944 50%,
    #ae9046 100%
  ) !important;
  background-size: 400% 400%;
  animation: gradient 2s ease infinite;
}
.text-custom {
  color: #ae9046;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}

.modal-header {
  padding: 0px !important;
}
.form-submiter label {
  text-align: left !important;

}

.headingSize {
  font-size: 2.5rem;
  color: #ae9046;
  font-family: "Times New Roman", Times, serif;
  /* margin-top: 70px; */
}

#text2color {
  color: #ae9046;
}

.heading11 {
  font-size: 25px;
  font-weight: normal;

  /* font-family: "Times New Roman", Times, serif; */
}

.heading12 {
  font-size: 18px;
  /* font-family: "Times New Roman", Times, serif; */
  font-weight: normal;
  font-size: 16px;
}

#textcolor3 {
  color: #ae9046;
}

.heading14 {
  font-size: 15px;
  /* font-family: "Times New Roman", Times, serif; */
  font-weight: normal;
}

.aboutHeading {
  font-size: 50px;
  font-family: "Times New Roman", Times, serif;
  color: #ae9046;
}

.imgdiv img {
  /* width: 15vw;
    height: 20vh; */
  padding: 20px;
  object-fit: cover;
}

.imgdiv {
  height: 110px;
  width: 110px;
  border-radius: 55px;
  border: 1px solid #ae9046;
  margin-left: 20px;
}

#imgtextColor {
  text-align: center;
  color: #c3a047;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap !important;
}

h1 {
  font-family: "Times New Roman", Times, serif;

  text-align: center;
}

h5 {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  text-align: center;
}

.textcolor2 {
  color: #ae9046;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}

#price-section {
  border: 1px solid #ae9046;

  border-radius: 5px;
  background-color: #ae9046;
}
.table-head .textcolor {
  color: #ae9046;
  font-size: 14px;
}
.table-head {
  font-size: 15px;
}

.table {
  border-collapse: collapse;
}
.table td,
.table th {
  white-space: nowrap;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  min-width: 300px;
}

.disclaimer-text {
  font-size: 15px;
  color: rgb(168, 163, 163);
}

/* floor plan css */
.bg-text-color {
  color: #ae9046;
}

.custom-line {
  width: 200px;
  height: 2px;
  background-color: #ae9046;
  margin: 0 auto;
}

.button-container button {
  padding: 10px 20px;
  border: 1px solid #ae9046;
  border-radius: 50px;
  background-color: white;
  color: #ae9046;
  font-size: 15px;
  font-family: "Times New Roman", Times, serif;
}

.button-container button.active {
  background-color: #ae9046;
  color: white;
  border: 1px solid #ae9046;
}

.imgbox {
  position: relative;
  filter: blur(2px);
}

#image-container img {
  width: 350px;
  height: 300px;
  margin-top: 0px;
}

.heading4 {
  text-align: left;
  font-size: 25px;
  color: #ae9046;
  font-family: "Times New Roman", Times, serif;
}
.top-section {
  font-weight: normal;
  font-size: 40px;
  color: #ae9046;
  font-family: "Times New Roman", Times, serif;
}

.heading6 {
  font-size: 20px;
  /* font-family: "Times New Roman", Times, serif; */
  font-weight: normal;
  font-family: "DM Sans", sans-serif;
}
.gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .box {
  margin-bottom: 15px;
}

.gallery-text {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}

.h-small {
  height: 170px;
}
.h-medium {
  height: 250px;
}
.h-large {
  height: 350px;
}

/* .location-container {
  margin-top: 150px;
} */

.location-container p {
  font-size: 15px;
  /* font-family: "Times New Roman", Times, serif; */
  text-transform: uppercase;
  text-align: center;
  color: #ae7f08;
}

.row {
  text-align: center;
}

img {
  height: 100px;
  object-fit: contain;
}

#paragraph {
  color: rgb(57, 56, 56);
  /* font-family: "Times New Roman", Times, serif; */
  font-size: 14px;
  font-weight: normal;
  font-family: "DM Sans", sans-serif;
}

/* .reraContainer {
  margin-top: 150px;
} */

#rera-section {
  border: 1px solid #ae9046;
  border-radius: 5px;
  background-color: #a47b16;

  padding: 8px 16px; /* 🔥 height auto manage hoil */
  width: auto; /* 🔥 content according size */

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: white;
  font-size: 14px;
  cursor: pointer;

  transition: 0.3s;
  margin-top: 50px;
}

#rera-section:hover {
  background-color: #8c6612;
}

@media (max-width: 768px) {
  #rera-section {
    width: 100%;
    justify-content: center;
  }
  .top-section {
    font-weight: normal;
    font-size: 30px;
    color: #ae9046;
    font-family: "Times New Roman", Times, serif;
  }
  .heading4 {
    text-align: left;
    font-size: 20px;
    color: #ae9046;
    font-family: "Times New Roman", Times, serif;
  }
}

.textContainer {
}

.raymond-text {
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

/* #icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
} */

/* 🔹 Form Wrapper */
.form-submiter {
  max-width: 500px;
  margin: 40px auto;
  padding: 0;              /* 👈 padding remove */
  background: none;       /* 👈 background remove */
  box-shadow: none;       /* 👈 shadow remove */
}

/* 🔹 Labels */
.form-submiter label {
  font-size: 14px;
  font-weight: 500;
  color:#ae9046;
}

/* 🔹 Input Fields */
.form-control {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 16px;
  background: transparent;   /* 👈 transparent input */
}

/* 🔹 Focus Effect */
.form-control:focus {
  border-color: #ae9046;
  box-shadow: none;
  outline: none;
}

/* 🔹 Button */
.send-btn {
  width: 100%;
  background: #ae9046;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}

/* 🔹 Hover */
.send-btn:hover {
  background: #8c7437;
}

/* 🔹 Mobile */
@media (max-width: 576px) {
  .form-submiter {
    margin: 20px 10px;
  }
}

.hr-line {
  height: 1px;
  background-color: black;
  width: 100%;
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

#footer-section {
  background-color: white;
  color: black;
  padding: 10px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

.footer1 {
  background-color: #ae9046 !important;
  color: white !important;
}

/* .foot-container img {
  height: 100px;
  object-fit: contain;
} */

.privacy {
  font-size: 16px;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
}

#custom-line {
  border: none;
  height: 1px;
  background-color: gray;
  width: 100%;
  margin: 10px 10px;
}

.disclaimer {
  font-size: 14px;
  color: rgb(168, 163, 163);
  /* font-family: "Times New Roman", Times, serif; */
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
}

.accordion-button {
  background-color: white !important;
  color: #ae9046 !important;
  /* font-family: "Times New Roman", Times, serif; */
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #8c7338 !important;
  color: white !important;
}

.accordion-button::after {
  filter: brightness(1) invert(0);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
}

.btn-primary {
  background-color: #ae9046 !important;
  border-color: #ae9046 !important;
}

#more {
  display: none;
}

#less {
  display: none;
}

.circle {
  border: 1px solid #ae9046;
  border-radius: 60%;
}

.PriceText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  font-size: 15px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.theme-color {
  color: #ae9046;
  font-weight: normal;
}
.theme-color1 {
  color: #ae9046;
  font-weight: 500;
  font-size: 15px;
}
#reraNo {
  margin-top: 0px !important;
}

.table-color .table-row td {
  border: none !important;
}
.custom-btn {
  background-color: #ae9046 !important;
  color: rgb(228, 216, 216) !important;
  border: 1px solid #ae9046 !important;
  font-size: small;
  padding: 5px;
  width: 100%;
}

.floor-container {
}
.floorText {
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.table-color .table-row:hover > td {
  background-color: rgb(234, 231, 231) !important;
  color: black !important;
}

.ConfigText {
  font-size: 1.5rem;
  /* font-family: "Times New Roman", Times, serif; */
  color: #ae9046;
}

.heading5 {
  font-size: 1.3rem;
  /* font-family: "Times New Roman", Times, serif; */
  /* color: #ae9046; */
}

.heading6 {
  font-size: 1.4rem;
  /* font-family: "Times New Roman", Times, serif; */
  /* color: #ae9046; */
}



