* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --theme1: #774b47;
  --theme2: #e9e3d8;
}

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "DM-sans" !important;
}
@font-face {
  font-family: "DM-sans";
  src: url("../font/DMSans-VariableFont_opsz\,wght.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h2 {
  width: 60%;
  line-height: 3rem;
  margin: 0 auto;
  font-family: "DM-sans" !important;
  font-weight: 800;
  text-transform: uppercase;
}
.la-play:before {
  color: var(--theme1);
}
@media only screen and (max-width: 769px) {
  h2 {
    font-size: 1.8rem !important;
    line-height: 2rem;
    font-weight: bold;
    width: 90%;
  }
}
h3,
h4,
h5,
h6 {
  font-family: "DM-sans" !important;
}
h4 {
  font-size: 2.3em;
}
p {
  font-family: Arial, Helvetica, sans-serif !important;
}
a,
button {
  font-family: Arial, Helvetica, sans-serif !important;
}
.h2-top-txt {
  padding-bottom: 1.5rem;
  color: var(--theme1) !important;
  font-size: 16px;
  font-weight: bold;
}
.section-gap {
  padding: 5% 0;
}
span {
  font-weight: bold;
  color: #45f5c0;
}
.m-3b {
  margin-bottom: -3px;
}
.m-3t {
  margin-top: -3px;
}
.btn-primary {
  font-size: 16px;
  padding: 8px 60px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
@media only screen and (max-width: 769px) {
  .btn-primary {
    padding: 8px 25px;
  }
}
.btn-secondary {
  background-color: #774b47;
  border: 1px solid #eee9e8;
  border-radius: 30px;
  padding: 2px 20px;
  font-size: 17px;
  font-family: "DM-sans";
  font-weight: 300;
  display: inline-block;
}
.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
}
.form-header {
  color: #eee9e8;
  font-size: 40px;

  font-family: "DM-sans";
  font-weight: 300;
}
.main-txt {
  color: #ebd9a2;
  font-family: "DM-sans" !important;
  font-weight: 900;
  font-size: 4rem;
  line-height: 0.9em;
  letter-spacing: 1px;
}
.cta {
  display: inline-block;
}
.btn-secondary:hover {
  background-color: #bfadab;
}
.db {
  background-color: #e9e3d8;
  color: var(--theme1);
}
.diagonal {
  position: relative;
  background: #ffffff00;
  color: white;
  /* border: none; */
  font-weight: 500;
  /* font-family: "Open Sans", sans-serif; */
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 769px) {
  .diagonal {
    white-space: nowrap;
  }
}
.diagonal:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500%;
  height: 1000%;
  background: #ffffff;
  z-index: -1;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translateX(calc(-25%)) translateY(10%) rotate(-15deg);
  transform: translateX(calc(-25%)) translateY(10%) rotate(-15deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
.diagonal:hover::after {
  -webkit-transform: translateY(10%) translateX(50px) rotate(-15deg);
  transform: translateY(10%) translateX(50px) rotate(-15deg);
}
.diagonal:hover {
  color: #000;
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.diagonal:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-color: #fff;
}
.follow-container .more-circle,
.bann-btn .more-circle {
  height: auto !important;
  bottom: 37px !important;
}
.banner {
  /* padding-top: 60px; */
  height: 105vh;
  width: 100%;
  position: fixed;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 700px rgba(0,0,0,0.9) inset; */
  /* background: rgba(255, 255, 255, 0.075); */
  /* background: radial-gradient(circle, #0000006b 48%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), url(../img/banner-one.webp) center / cover; */
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.77) 0%,
      rgba(0, 0, 0, 0.45) 34%,
      rgba(0, 0, 0, 0.33) 72%
    ),
    url("../img/banner-one.webp") center / cover no-repeat;

  position: relative;
}
@media only screen and (max-width: 480px) {
  .banner {
    height: auto;
    padding-top: 130px;
  }

  .about .abut-btm {
    margin: 3rem auto 1rem auto !important;
  }

  .floor-plan .tab-btn {
    padding: 8px !important;
  }
  .amenities .down-card {
    margin-top: 0rem !important;
  }
}
/* @media only screen and (max-width: 991px) {
  .banner {
    padding-top: 130px;
  }
} */
.banner .nav-bar-custom a {
  color: #fff;
}
@media only screen and (min-width: 450px) and (max-width: 991px) {
  .banner .nav-bar-custom a {
    padding: 2px !important;
  }
}
.banner .nav-bar-custom a:hover {
  color: yellow;
}
.banner .banner-text {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .banner .banner-text {
    padding: 0px;
    text-align: center;
  }
}
.banner .big-heading {
  color: white;
  font-size: 3.5rem;
  font-family: "DM-sans" !important;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 769px) {
  .banner .big-heading {
    font-size: 3.5rem;
    line-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .big-heading {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
.banner .cursive-text {
  padding-top: 15%;
  color: yellow;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 3.6rem;
  font-family: "DM-sans" !important;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .banner .cursive-text {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .banner .cursive-text {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.banner .ban-form {
  padding: 20% 10%;
}
@media only screen and (max-width: 991px) {
  .banner .ban-form {
    padding: 0rem 0rem;
  }
}
@media only screen and (max-width: 480px) {
  .main-txt {
    font-size: 3rem;
    line-height: 1em;
  }
  .banner .ban-form {
    padding: 2rem 0.5rem;
  }
}
.banner .ban-form form {
  padding: 2rem 2rem;
  /* -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); */
  background-color: #774b47;
  border-radius: 8px;
}
.banner .ban-form form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  border: navajowhite;
  background-color: #0000;
  background-clip: padding-box;
  border-bottom: 2px solid #ffffff;
  font-family: "DM-sans";
  font-weight: 300;
  border-radius: 0;
}
.banner .ban-form form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.banner .ban-form form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control::-moz-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control:-ms-input-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control::-ms-input-placeholder {
  color: #fff;
}
.banner .ban-form form .form-control::placeholder {
  color: #fff;
}
.banner .ban-form form select option {
  color: black;
}
.banner .down-arrow {
  margin-top: 3rem;
  color: #fff;
  font-size: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .banner .down-arrow {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
.la-bars {
  margin-top: 12px !important;
}
.fixed-nav {
  /* background-color: #774b47; */
  display: none;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}
.fixed-nav .nav-link {
  color: #000 !important;
}
.fixed-nav .nav-link:hover {
  color: var(--theme1) !important;
}
.fixed-nav .diagonal:after {
  background-color: #000;
}
.fixed-nav .diagonal {
  color: #000;
  border-color: #000;
}
.fixed-nav .diagonal:hover {
  color: #fff;
}
.fixed-nav .me-2 {
  width: 150px;
}
/* Make navbar fixed only for mobile */
@media (max-width: 767px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    /* z-index: 1050; */
  }
}
/* Default navbar style */
.navbar {
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* z-index: 999999; */
}

/* Scrolled navbar */
.navbar.scrolled {
  background: var(--theme1); /* Dark background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Mobile toggle icon */
.navbar-toggler-icon i {
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease;
}

.navbar-toggler:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bi {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .fixed-nav .navbar-brand .logo {
    height: 35px;
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-collapse {
    /*background-color: #fff;*/
    padding-bottom: 12px;
  }
  .navbar-collapse .nav-link {
    color: #000 !important;
  }
  .navbar-collapse .nav-link:hover {
    color: var(--theme1) !important;
  }
  .navbar-collapse .diagonal:after {
    background-color: #000;
  }
  .navbar-collapse .diagonal {
    color: #000;
    border-color: #000;
    margin-right: 1rem;
  }
  .navbar-collapse .diagonal:hover {
    color: #fff;
  }
}
.about {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#eee9c629),
      to(#eee9c6)
    ),
    url(../img/birds.webp);
  background: linear-gradient(#eee9c629, #eee9c6), url(../img/birds.webp);
  background-position: top;
  background-size: contain;
}
.about h2 {
  width: 100%;
  font-size: 2.5rem;
}
.about .about-text {
  padding: 0 3rem;
}
.about .about-text p {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .about .about-text p {
    text-align: justify;
  }
}
.about .about-text h2 {
  color: #0e0101;
}
.about .about-text .h2-top-txt {
  color: #var(--theme1) !important;
}
@media only screen and (max-width: 769px) {
  .about .about-text {
    padding: 0;
  }
}
.about .about-img img {
  width: 420px;
  height: 525px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 0 20%;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  background-color: gray;
}
@media only screen and (max-width: 769px) {
  .about .about-img img {
    width: 270px;
    height: 400px;
    margin: 0 0 0 2%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 390px) {
  .about .about-img img {
    width: 100%;
    height: auto;
    min-height: 335px;
    object-fit: fill;

    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .about .about-img img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.about .about-img img:hover {
  z-index: 9 !important;
}
.about .about-img {
  position: relative;
}
.about .about-img2 {
  z-index: 1 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transform: rotate(355deg) !important;
  transform: rotate(355deg) !important;
  margin: 39px 0 0px 52px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 769px) {
  .about .about-img2 {
    width: 270px;
    height: 400px;
    -webkit-transform: rotate(357deg);
    transform: rotate(357deg);
    margin: 0 0 0 2%;
  }
}
@media only screen and (max-width: 480px) {
  .about .about-img2 {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    margin: 59px 0 0px calc(2vw + 105px) !important;
  }
}
.about .about-img2:hover {
  z-index: 9 !important;
}
.about .bar-line {
  width: 90%;
  height: 1px;
  background-color: rgba(31, 31, 31, 0.547);
  margin: 2rem auto 1rem auto;
}
.about .abut-btm {
  text-align: center;
  width: 90%;
  margin: 6rem auto 1rem auto;
}
.about .abut-btm h3 {
  font-family: "DM-sans";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 2rem;
}
.about .value-card {
  position: relative;
  text-align: center;
}
.about .value-card h4 {
  font-size: 3rem;
  color: #000000;
  font-family: "DM-sans";
}
@media screen and (max-width: 480px) {
  .about .value-card h4 {
    font-size: 2rem;
  }
}
.about .value-card h3 {
  font-size: 15px;
  color: #000000;
}
.about .value-card p {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .about .value-card p {
    text-align: center;
  }
}
.about .value-card i {
  font-size: 3rem;
}
.about .value-card span {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .about .value-card span {
    text-align: center;
  }
}
.video-box {
  position: relative;
  z-index: 1;
}
.video-box a {
  text-decoration: none;
}
.play {
  cursor: pointer;
}
.video-box .image {
  position: relative;
  overflow: hidden;
  margin: 0px;
  text-align: center;
}
.video-box .image img {
  position: relative;
  width: 100%;
}
.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  overflow: hidden;
  padding: 25% 0px;
  line-height: 70px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .video-box .overlay-box {
    padding: 17% 0px;
  }
}
.video-box .overlay-box span {
  position: relative;
  width: 70px;
  height: 70px;
  padding-top: 20px;
  z-index: 99;
  color: #e20000;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  background-color: #ffffffb5;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.video-box .overlay-box .text {
  position: relative;
  color: #ffffff;
  line-height: 1.3em;
  margin-top: 35px;
  text-decoration: none;
}
.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 769px) {
  .video-box .overlay-box {
    top: 25% !important;
  }
}
.amenities .h2-top-txt {
  padding-bottom: 0.5rem;
}
.amenities img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin-bottom: 2rem;
}
.amenities .amenitie-head {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.amenities .amenitie-card {
  padding: 0 2.5rem 0 1.5rem;
  border-left: 1px solid #c7c7c7a3;
}
.amenities .down-card {
  /* margin-top: 5rem; */
}
.family {
  /* For older WebKit browsers */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(33, 37, 41, 0.6)),
      to(rgba(108, 117, 125, 0.62))
    ),
    url("../img/laaproximaImg-1.webp") no-repeat center center;

  /* Modern syntax for all browsers */
  background: linear-gradient(
      to bottom,
      rgba(33, 37, 41, 0.6),
      rgba(108, 117, 125, 0.62)
    ),
    url("../img/laaproximaImg-1.webp") no-repeat center center;

  background-size: cover;
  color: #fff;
}

.family3 {
  object-position: top;
}
.family .h2-top-txt {
  color: #fff !important;
}
.f-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .f-block img {
    padding: 0;
  }
}
.floor-plan {
  background-color: #fff;
  padding-top: 4%;
}
.floor-plan .tab-btn-list ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.floor-plan h4 {
  font-weight: bold;
  font-family: "DM-sans" !important;
}
.floor-plan .tab-img {
  /* padding: 2rem 5rem; */
}
.floor-plan .tab-img img {
  width: auto;
  max-height: 600px !important;
  margin: auto;
  display: block;
}

.video-box img {
  width: 636px;
  height: 358px;
	object-fit:cover;
}
.img-fluid {
  /* background-color: grey; */
}
.f-block img {
  /* background-color: grey; */
  width: 416px;
  height: 278px;
}
@media only screen and (max-width: 769px) {
  .floor-plan .tab-img img {
    max-width: 100%;
  }
}
.floor-plan .tab-btn {
  border: none;
  width: 100%;
  /* padding: 12px; */
  padding: 0;
  font-weight: 500;
  background: transparent;
  border-bottom: 1px solid #b0b0b0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "DM-sans" !important;
}
.floor-plan .tab-btn.active {
  color: var(--theme1);
  border-bottom: 2px solid var(--theme1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floor-plan .big-flor-tab {
  margin-top: 3%;
}
.floor-plan .tab-table td {
  text-align: right;
}
.floor-plan tbody tr th {
  font-weight: 500;
}
.floor-plan tbody .price-tr {
  border-color: transparent;
}
.floor-plan .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.floor-plan .tab-buttons .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 736px) {
  .floor-plan .nav-item {
    white-space: nowrap;
  }
}
.carrousel-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .carrousel-img img {
    height: 40vh;
  }
}
.price .price-table {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .price .price-table {
    overflow-x: scroll;
  }
}
.price .btn-secondary {
  background-color: #f1bebe;
}
.price .btn-secondary:hover {
  background-color: var(--theme1) !important;
}
.premium-amenites .amen-card {
  margin: 0 2rem;
}
@media only screen and (max-width: 769px) {
  .premium-amenites .amen-card {
    margin: 0rem;
  }
}
@media only screen and (max-width: 480px) {
  .premium-amenites .amen-card .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .premium-amenites .amen-card .txt {
    margin-top: 1rem;
  }
}
.premium-amenites .amen {
  background-color: #eee9c6;
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.premium-amenites .amen i {
  font-size: 29px;
  color: black;
}
.premium-amenites .amen-card {
  border-top: 1px solid #c7c7c7;
  padding: 1rem 0 4rem 0;
}
.premium-amenites .txt h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 !important;
}
.premium-amenites .txt p {
  margin: 0 !important;
}
.map {
  background-color: #eee9c6;
  color: #000000;
}
.map-txt p {
  margin-bottom: 4px;
  color: #cfa9ab;
  line-height: 1.3em;
  font-size: 0.9rem;
}
.map-btn {
  margin-top: 10px;
}

.fst {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.map-para {
  padding-left: 10px;
}
.extra-text {
  display: none;
  transition: all 0.3s ease-in-out;
}

.map .main-text {
  text-align: center;
  line-height: 30px;
  width: 70%;
  margin: 25px auto;
}
@media screen and (max-width: 480px) {
  .map .main-text {
    width: 90%;
  }
  .map-btn {
    margin-top: 10px;
  }
}
.map .map-block {
  border: 1px solid var(--theme1) !important;
  -webkit-box-shadow: 0px 0px 10px -5px #000000;
  box-shadow: 0px 0px 10px -5px #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1rem;
	display: flex;
    flex-direction: column;
}
.map .map-block:hover {
  -webkit-box-shadow: 0px 0px 11px 2px rgba(56, 56, 56, 0.504);
  box-shadow: 0px 0px 11px 2px rgba(56, 56, 56, 0.504);
}
.map .map-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.map .map-block .map-txt {
  padding: 12px;
  background-color: var(--theme1) !important;
}
.map .map-block .map-txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: u;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map .map-block .map-txt h3 span {
  color: #fff;
  font-size: 40px;
  font-family: "DM-sans" !important;
  margin-right: 0.5rem;
}
.map .h2-top-txt {
  color: var(--theme1) !important;
}
.map ul {
  list-style: none;
  padding: 0;
}
.map li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 1rem;
}
.map li:before {
  content: "\f192";
  /* FontAwesome Unicode */
  font-family: "DM-sans" !important;
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  color: #000000;
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .map .map-li {
    text-align: center;
  }
}
.map .map-li span {
  position: relative;
  color: var(--theme1) !important;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 6px;
}
.map .map-li h4 {
  font-size: 15px !important;
  line-height: 14px;
}
.map .map-li p {
  font-size: 15px;
}
.testimonial-card {
  margin: 0.7rem;
  background-color: #bcffeb49;
  padding: 1rem;
  border: 1px solid var(--theme1);
  -webkit-box-shadow: 0px 0px 8px -4px #000000;
  box-shadow: 0px 0px 8px -4px #000000;
}
.testimonial-card img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 769px) {
  .testimonial-card img {
    height: 80px;
  }
}
.testimonial-card h3 {
  font-size: 20px;
  margin: 0;
}
.testimonial-card .test-line {
  height: 140px;
  width: 1px;
  background: var(--theme1);
  margin-left: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonial-card p {
  /* margin: 0; */
  line-height: 1.3rem;
}
.enquire-modal .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  margin: 5px;
  border-radius: 50%;
}
.modal-sbt {
  cursor: pointer;
  width: 100%;
  border: none;
  background: var(--theme1);
  color: #fff;
  margin: 0 auto;
  padding: 10px !important;
  font-size: 15px !important;
}
.enquire-modal .modal-content {
  border: none !important;
  border-radius: 0 !important;
}
.enquire-modal .modal-ban {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* background-color: grey; */
  width: 741px;
  height: 506px;
}
@media only screen and (max-width: 580px) {
  .enquire-modal .modal-ban {
    min-height: auto;
  }
}
.enquire-modal .form {
  padding: 12px;
}
.enquire-modal .form input,
.enquire-modal .form textarea,
.enquire-modal .form select {
  border: none;
  outline: none;
  border-bottom: 2px solid var(--theme1);
  border-radius: inherit;
}
.enquire-modal .form input[type="checkbox"] {
  border: none;
  outline: none;
  border-bottom: 2px solid var(--theme1);
  border-radius: 25px;
}
.enquire-modal .form button {
  border: none;
  outline: none;
  border-radius: 0;
}
.contact-us {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  background: #f9f9f9;
}
.contact-us p {
  color: var(--theme1);
  font-size: 1rem;
  text-transform: capitalize;
}
.contact-us img {
  width: 640px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-us h4 {
  margin-top: 1rem;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: "DM-sans" !important;
  font-weight: 200;
  text-transform: uppercase;
}
.contact-us fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="tel"],
.contact-us input[type="url"],
.contact-us select,
.contact-us textarea {
  width: 90%;
  font-size: 16px;
  border: 2px solid var(--theme1);
  background: #fff;
  margin: 5px auto;
  padding: 15px;
  border-radius: 0 !important;
}
@media screen and (max-width: 480px) {
  .contact-us input[type="text"],
  .contact-us input[type="email"],
  .contact-us input[type="tel"],
  .contact-us input[type="url"],
  .contact-us select,
  .contact-us textarea {
    width: 100%;
  }
}
.contact-us textarea {
  height: 120px;
  max-width: 100%;
  resize: none;
}
.contact-us button[type="submit"] {
  cursor: pointer;
  width: 90%;
  border: none;
  background: var(--theme1);
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .contact-us button[type="submit"] {
    width: 100%;
  }
}
.contact-us button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.contact-us ::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}
.contact-us :-moz-placeholder {
  color: #888;
}
.contact-us ::-moz-placeholder {
  color: #888;
}
.contact-us :-ms-input-placeholder {
  color: #888;
}
.footer {
  background-color: #eee9c6;
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .footer {
    padding-top: 5rem;
  }
}
.footer a:hover {
  color: var(--theme1) !important;
}
.footer img {
  max-width: 114px;
  margin-bottom: 1rem;
}
.footer h3 {
  color: var(--theme1) !important;
  margin: 0;
  font-size: 18px;
  margin-bottom: 0.7rem;
}
.footer p {
  color: #000000;
  text-align: justify;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .footer p {
    text-align: justify;
  }
}
.footer .footer-menu ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0px;
  text-align: center;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-menu ul li {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .footer .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer-menu ul li {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: left;
  }
}
.footer .footer-menu ul li a {
  color: black;
  text-decoration: none;
}
.footer a {
  color: #000000;
  text-decoration: none;
  font-family: "DM-sans" !important;
}
.footer .line-foo {
  margin: 1rem 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.footer .btn {
  color: white;
}
.footer .copy {
  padding-bottom: 2rem;
}
.footer .copy a {
  color: #000000;
  text-decoration: none;
}
.call-btn {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.call-btn i {
  font-size: 22px;
}
.call-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "DM-sans" !important;
  position: relative;
  font-size: 18px;
}
.call-btn a .la-whatsapp {
  font-size: 22px;
  margin-right: 1rem;
}
.call-btn a .la-whatsapp::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  height: 100%;
  width: 200%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  /* background-color: var(--theme1); */
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.location-gmap {
  padding-bottom: 0px;
}
.location-gmap .iframe-map {
  height: 70vh;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .location-gmap .iframe-map {
    height: 50vh;
  }
}
.no-scroll-y {
  overflow-y: hidden;
}
/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99900;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 99100;
}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 10s infinite linear;
  animation: spinner 10s infinite linear;
  border-radius: 50%;
  height: 8em;
  margin: 0 auto 3.5em auto;
  width: 8em;
}
/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 1.3em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
  background: #080808;
}
.ctn-preloader .loader-section.section-left {
  left: 0;
}
.ctn-preloader .loader-section.section-right {
  right: 0;
}
/* Efecto de fade en la animaci��n de cargando */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
/* Efecto de cortina */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
/* Animaci��n del preloader */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/* Animaci��n de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* Tama�0�9o de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 3em;
    width: 3em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 3em;
    width: 3em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
.animation-preloader img:nth-child(2) {
  position: absolute;
  top: 35%;
  left: 50%;
  height: 60px;
  width: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btf-txt img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.two-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfp-img {
  width: 1200px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.thank-you {
  height: 100vh;
  background: url(../img/laa/gallery-5.webp);
  background-position: center;
  background-size: cover;
}
.thank-you .container {
  position: absolute;
  left: 50%;
  width: 60%;
  padding: 4rem 1rem;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgb(165 165 165 / 40%);
	display:flex;
	flex-direction:column;
	gap:15px;
}
.thank-you-btn-wrapper{
	display:flex;
	justify-content:center;
	gap:20px;
	align-items:center;
}
.thank-you-btn{
	padding:10px 20px;
}
.thank-you .container h3{
	color:#fff;
	span{
		color:#f2e0b4;
	}
}
.thank-you-text{
	color:#fff;
	width:100%;
	max-width:800px;
	margin:0 auto;
	margin-bottom:10px;
}
@media only screen and (max-width: 480px) {
  .thank-you .container {
    width: 90%;
    padding: 4rem 0.8rem;
  }
	
}
@media only screen and (max-width:599px){
	.thank-you-btn-wrapper{
	flex-direction:column;
	}
}
.thank-you .container h3 {
  font-size: 4rem;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
@media only screen and (min-width: 650px) and (max-width: 1300px) {
  .form-header {
    font-size: 32px !important;
  }
  .banner .ban-form form .form-control {
    font-size: 0.9em !important;
    line-height: 1.3 !important;
  }
  .main-txt {
    font-size: 3.6rem !important;
  }
  .banner .ban-form {
    padding: 8% 10%;
  }
  .btn-secondary {
    padding: 2px 20px;
    /* font-size: 14px; */
    font-size: 12px;
  }
}

/* Section styling */
.keyDistance {
  padding: 60px 0;
  background: #eee9c6;
}

.key-distance-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Key Outer */
.key-outer {
  text-align: center;
  padding: 0px;
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.key-outer:hover {
  transform: translateY(-5px);
  box-shadow: rgba(103, 96, 96, 0.2) 0px 2px 8px 0px;
}

/* Key Inner */
.key-inner {
  background: var(--theme1);
  color: var(--theme2);
  border-radius: 12px;
  padding: 0px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  /* max-width: 200px; */
  min-height: 80px;
  display: flex;
  /* flex-direction: column; */
  gap: 17px;
  align-items: center;
}

/* Icon */
.key-inner .icon {
  margin-bottom: 12px;
}
.key-inner .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Converts icon to white */
  transition: filter 0.3s ease;
}
/* Hide all cards beyond 4 on mobile */
.key-card:nth-child(n + 5) {
  display: none;
}

/* On desktop, show up to 8 cards */
@media (min-width: 992px) {
  .key-card:nth-child(n + 4) {
    display: block;
  }

  .key-card:nth-child(n + 10) {
    display: none;
  }
}

.aMap {
  margin-bottom: 50px;
}
#imageModal img {
  transition: transform 0.3s ease-in-out;
}

#imageModal img:hover {
  transform: scale(1.05);
}

/* Optional: Add hover effect (slightly dimmed white) */
.key-inner:hover .icon img {
  filter: brightness(0) invert(1) opacity(0.8);
}

/* Number / Time */
.key-inner .num p {
  font-size: 14px;
  color: #e6d6d6;
  font-weight: 700;
  margin: 0;
  line-height: 0.9rem;
}

/* Text / Location */
.key-inner .text p {
  font-size: 13px;
  font-weight: 100;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .keyDistance {
    padding: 40px 0;
  }

  .key-inner {
    padding: 15px;
  }

  .key-inner .icon img {
    width: 32px;
    height: 32px;
  }
}
.hero-navbar-wrapper {
  margin: 0 4rem;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  background: url("../img/laa/banner-bg.webp") no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.hero-logo {
  max-height: 60px;
  width: auto;
}

.hero-text-wrapper {
  margin-top: 20%;
  margin-left: 10px;
  color: #fff;
}
.enquire-wrapper {
  width: 100%;
  display: flex;
  max-width: 13rem;
  height: auto;
  justify-content: space-evenly;
}
.hero-welcome {
  font-size: 1.2rem;
  letter-spacing: 0.6rem;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px; /* space between text and line */
}

.line {
  width: 140px;
  height: 1.4px;
  background-color: #fff; /* white line */
  flex-shrink: 0; /* prevents it from shrinking */
}

.hero-main-heading {
  font-family: "DM-sans" !important;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  letter-spacing: 0.09rem;
  line-height: 1.1;
  span {
    color: #f2e0b4;
  }
}

.hero-price-tag {
  /* margin-left: 6rem; */
  margin-top: 1rem;
  display: flex;
  column-gap: 10px;
  background: #fff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.77) 0%,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0.33) 0%
  );
  color: #212121;
  font-size: 1.09rem;
  border-radius: 22px 22px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.09);
  padding: 6px 19px 8px 10px;
  position: relative;
  font-weight: 500;
  width: fit-content;
}

.hero-price-tag .bg {
  background-color: #dda51d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-price-tag .bg img {
  width: 100%;
  height: auto;
}

/* .hero-price-tag::before {
  font-family: sans-serif !important;
  content: "";
  position: absolute;
  left: 8px;
  background-color: #dda51d;
  color: rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  font-size: 1.15rem;
  border-radius: 50%;
  font-size: 1.15rem;
  padding: 0 0.5rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  mask: url("../icons/pin.svg") no-repeat center;
  -webkit-mask: url("../icons/pin.svg") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
} */

.enquiry-form-wrapper {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.enquiry-form {
  display: flex;
  gap: 18px;
  width: 100%;
	justify-content:space-evenly;
}

a {
  text-decoration: none;
}

.enquiry-input,
.enquiry-select {
  border: none;
  border-bottom: 0.5px solid #b4afaf;
  outline: none;
  background: transparent;
  font-size: 0.8rem;
  margin: 0.7rem 0 0 0;
  padding: 4px;
  width: 100%;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.03);
  color: #212121;
}

.enquiry-input::placeholder {
  color: #9e9e9e;
}

.enquiry-select {
  color: #9e9e9e;
}

.enquiry-submit-btn {
  background: #dda51d;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  border: none;
  padding: 6px 28px;
  font-size: 0.9rem;
  transition: background 0.2s;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
  margin: 0.5rem 0;
}
.banner-form-btn{
	width:100% !important;
}
.enquiry-submit-btn:hover {
  background: var(--theme2);
}

.hero-down-arrow {
  color: #dda51d;
  font-size: 1em;
  margin-top: 12px;
  opacity: 0.89;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}

@media (max-width: 900px) {
  .enquiry-form-wrapper {
    max-width: 97vw;
    flex-direction: column;
    padding: 0px 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
  }
  .enquiry-form {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .hero-section {
    height: 115vh;
  }
  /*.hero-price-tag {
    position: absolute;
    top: 22%;
    left: 5%;
  }*/
  .hero-text-wrapper {
    margin-top: 33%;
  }
  .hero-main-heading {
    font-size: 2.8rem;
  }
  .enquiry-form-wrapper {
    padding: 9px 20px;
    bottom: 13%;
  }
}

.banner-main {
  width: 100%;
  height: 100vh; /* Full screen height */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
}
/* .enquiry-form {
  display: flex;
  gap: 18px;
  width: 100%;
} */

/* Mobile layout override */
@media (max-width: 967px) {
  .enquiry-form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px 18px;
  }

  /* Fields to full width on mobile */
  #enquiryMessage {
    grid-column: 1 / -1; /* message full row */
  }

  .enquiry-submit-btn {
    grid-column: 1 / -1; /* button full row */
    /* justify-self: start; */
    width: auto;
    padding: 8px 28px;
  }
} /* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 50px; /* Adjust position */
  right: 45px; /* Keep on right side */
  z-index: 9999;
  display: none; /* Hidden initially */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Hover effect */
.whatsapp-float img:hover {
  transform: scale(1.1);
}

/* Pop-in animation when first appearing */
@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* Beat animation - pop and shrink */
@keyframes beat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Visible state */
.whatsapp-float.show {
  display: block;
  opacity: 1;
  animation: popIn 0.5s ease forwards;
}

/* Beat effect applied to the icon */
.whatsapp-float.beat img {
  animation: beat 0.6s ease;
}
@media only screen and (max-width:576px){
	.btn-position{
		position: relative;
		top:100px;
	}
}

/* Mobile optimization */
@media (max-width: 768px) {
  .whatsapp-float img {
    width: 50px;
    height: 50px;
  }
	
}
@media only screen and (max-width:387px){
	.hero-welcome{
		font-size:14px;
	}
	.hero-main-heading{
		font-size:28px;
	}
	.hero-price-tag{
		align-items:center;
		font-size:14px;
		top:20%;
		padding:3px;
	}
}
.link-dark{
	color:#fff;
}
@media only screen and (min-width:576px) and (max-width:992px) {
	.hero-text-wrapper{
		margin-top:25%;
	}
	.btn-position{
		position:relative;
		top:150px;
	}
}

/* Error styling */
.error-message {
    color: #ff0000c2 !important;
    font-size: 12px;
	font-weight:100 !important;
    margin-top: 4px;
    display: block;
    width: 100%;         /* ensures it breaks to a new line */
}
.error-input {
    border-color: #ff0000c2 !important;
}
.custom-grid{
	grid-column: 1 / -1;
}
.form-group{
	width:100%;
}

.specs-wrapper{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	align-items: start;
}
.vr-divider{
	width:1px;
	background-color:#212529;
	height: 65px;
}
@media only screen and (max-width:992px){
	.specs-wrapper{
	grid-template-columns:repeat(2, 1fr);
}
}
@media only screen and (max-width:576px){
	.specs-wrapper{
		grid-template-columns:repeat(1, 1fr);
	}
	.vr-divider{
		width:1px;
		background-color:#212529;
		height: 60px;
	}
}
.price-wrapper{
	display: flex;
    gap: 20px;
    padding: 20px 0;
}

