* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

nav {
  box-shadow: 0px 1px 10px #999;
  background-color: #000;
}
nav .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
nav .nav-link:hover {
  color: #fff;
}
nav button {
  background-color: #DDAE72;
  padding: 5px 20px;
  border: none;
}
nav button a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.about {
  background-color: #F7F2EC;
}

.amenities h2 {
  font-weight: 600;
}
.amenities .col-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

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

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

.location .form-box {
  background-color: #F7F2EC;
  padding: 20px 10px;
}
.location .form-box h1 {
  color: #003434;
  font-weight: 400;
}
.location .form-box input {
  width: 100%;
  padding: 4px;
  border: 1px solid #DDAE72;
}
.location .form-box textarea {
  width: 100%;
  padding: 4px;
  border: 1px solid #DDAE72;
}
.location .form-box button {
  background-color: #DDAE72;
  color: #fff;
  padding: 5px 20px;
  border: none;
  font-weight: 700;
}

.features {
  background-color: #fcce8c;
  color: #fff;
}
.features h2 {
  color: #000;
}
.features .col-box {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  border-radius: 20px;
}
.features .col-box .usp {
  color: #000;
}
.features button {
  border: none;
  margin-top: 20px;
  background-color: #19382B;
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
}

.silent h1 {
  font-size: 26px;
  font-weight: 600;
}
.silent p {
  font-size: 14px;
}
.silent .col-box {
  background-color: #003434;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 30px px;
  color: #fff;
  height: 100%;
  border-radius: 20px;
}
.silent .col-box h2 {
  font-size: 24px;
  margin-top: 30px;
  padding: 0px 10px;
}
.silent .col-box p {
  font-size: 14px;
  padding: 0px 10px;
}

.floor-plans h6 {
  background-color: #003434;
  color: #fff;
  padding: 10px 0px;
}

.bottom-cta {
  background-color: #003434 !important;
  box-shadow: 0 -4px 12px rgba(255, 235, 205, 0.9);
  /* Soft Peach Shadow */
  z-index: 9999;
}
.bottom-cta label {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.bottom-cta button {
  background-color: #DDAE72;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

/* Reduce width to 50% of viewport on desktop */
.custom-modal .modal-dialog {
  max-width: 50vw;
  width: 100%;
  margin: auto;
}

/* Ensure modal content doesn't have extra space */
.custom-modal .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* Image styles */
.custom-modal .modal-body img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Adjust modal size on mobile */
@media (max-width: 768px) {
  .custom-modal .modal-dialog {
    max-width: 90vw;
  }
}
@media (max-width: 480px) {
  .custom-modal .modal-dialog {
    max-width: 95vw;
  }
}
.phone_cta {
  background-color: #003434;
  padding: 40px 10px;
}
.phone_cta h1 {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.phone_cta input {
  width: 100%;
  padding: 5px;
}
.phone_cta textarea {
  width: 100%;
  padding: 5px;
}
.phone_cta button {
  background-color: #DDAE72;
  padding: 5px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #FFECCE;
  font-weight: 500;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.faq .accordion-button {
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #FFECCE;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.form-container {
  position: fixed;
  top: 55%;
  left: 50%;
  width: 45%;
  transform: translate(-50%, -50%);
  background-color: #19382B;
  background-position: center;
  background-size: cover;
  padding: 20px 50px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
}
.form-container span {
  color: #EAE6E5;
  font-size: 24px;
  font-weight: 600;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.popup_form .cross {
  background-color: #19382B;
  color: #fff;
}
.popup_form .cross:hover {
  background-color: #19382B;
  color: #fff;
}

.popup_form label {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 18px;
  width: 100%;
  padding: 8px;
}

.popup_form input {
  font-family: "Rajdhani", sans-serif !important;
  font-size: 14px;
  color: #53626a;
  width: 100%;
  padding: 8px;
}

.popup_form textarea {
  font-family: "Rajdhani", sans-serif !important;
  font-size: 14px;
  color: #53626a;
  width: 100%;
  padding: 8px;
}

.popup_form h5 {
  color: #dae0f5;
  font-family: "Rajdhani", sans-serif !important;
  font-size: 24px;
}

.form-container h4 {
  color: #FFC000;
  font-size: 21px;
  font-weight: 700;
}

.form-container p {
  color: #EAE6E5;
  font-size: 12px;
}

.popup_form h6 {
  color: #dae0f5;
  font-family: avalon-bold;
  font-size: 15px;
  text-align: center;
}

.popup_form button {
  background-color: #DDAE72;
  color: #fff;
  font-family: "Rajdhani", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
.popup_form button:hover {
  border: 1px solid #19382B;
}

@media (max-width: 576px) {
  .form-container {
    top: 50%;
    width: 100%;
    padding: 20px 10px;
  }
  .btn_brochure {
    background-color: #1e1916;
    padding: 5px 0 20px 0;
    margin-top: -5px;
  }
}
.gallery img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.phone_mobile_cta {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
.phone_mobile_cta .first {
  background-color: #DDAE72 !important;
  width: 100%;
}
.phone_mobile_cta .second {
  background-color: #003434 !important;
  width: 100%;
}
.phone_mobile_cta button {
  width: 100%;
  padding: 10px 10px;
  border: none;
}
.phone_mobile_cta button a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  right: 0px;
  bottom: 200px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .whatsapp {
    right: 30px;
  }
}

footer {
  margin-bottom: 120px;
  background-color: #1e1916;
  color: #fff;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 50px;
  }
}
footer hr {
  color: #fff;
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */