body {
  font-family: Arial, sans-serif;
}
img{
  max-width: 100%;
}
a{
  text-decoration: none;
}
p{
  font-size: 16px;
  margin-bottom: 0;
}
h2{
  font-weight: 800;
}
.banner {
  position: relative;
}
img.pc-mg {
    display: block;
}
img.mb-mg {
    display: none;
}
form#lead-form input {
    margin-bottom: 1rem;
    height: 50px;
}
.frm-dv {
    width: 30%;
    position: absolute;
    top: 30%;
    right: 3%;
}
form#lead-form {
    margin-top: 20px;
    background: #0007;
    border-radius: 20px;
}

.btn-custom {
  background-color: #fcbb55;
  color: #000;
  border: none;
  padding-inline: 25px;
}
.nav-tabs{
  border:0;
}
.nav-tabs li.nav-item button {
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    margin-inline: 5px;
    background: #fff;
    box-shadow: 0 0 30px 5px #0002;
        color: #a86700;
}
.nav-tabs li.nav-item button.active {
    background: #fcbb55;
}
.btn-custom:hover {
  background-color: #e6a847;
  color: #fff;
}
section#location img {
    box-shadow: 0 0 30px 5px #0000003d;
}
section#gallery {
    padding-bottom: 6rem !important;
}
#highlights h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    -webkit-text-stroke: 2px #c27d10;
    text-shadow: 2px 2px #c27d10;
}
section#highlights .container {
    background: #eee;
    box-shadow: 0 0 35px #0000005c;
    border-radius: 30px;
}
section#highlights .container img {
    width: 25%;
    margin-bottom: 20px;
}
.rtio {
    text-align: center;
}
#highlights p {
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
}
.more-text {
    display: none;
}

/* Styles the button to look like a clickable link */
.read-more-btn {
    background: none;
    border: none;
    color: #f0a500; /* A standard blue link color */
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    margin-top: 5px; /* Adds a little space above the button */
    font-size: 1em; /* Ensures it matches the paragraph font size */
}

.read-more-btn:hover {
    text-decoration: underline;
}
.amenities-carousel .card {
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #0005;
  min-height: 400px;
  background-blend-mode: overlay;
}

.amenities-carousel .card h6 {
  color: #fff;
  font-weight: bold;
      font-size: 25px;
}
.amenities-carousel .card p{
  color: #fff;
  padding-inline: 20px;
}
.card.f1{
  background-image: url(images/f1.webp);
  background-size: cover;
  background-position: center center;
}
.card.f2{
  background-image: url(images/f2.webp);
    background-size: cover;
  background-position: center center;
}
.card.f3{
  background-image: url(images/f3.webp);
    background-size: cover;
  background-position: center center;
}
.card.f4{
  background-image: url(images/f4.webp);
    background-size: cover;
  background-position: center center;
}
.card.f5{
  background-image: url(images/f5.webp);
    background-size: cover;
  background-position: center center;
}
.card.f6{
  background-image: url(images/f6.webp);
    background-size: cover;
  background-position: center center;
}
.card.f7{
  background-image: url(images/f7.webp);
    background-size: cover;
  background-position: center center;
}
.card.f8{
  background-image: url(images/f8.webp);
    background-size: cover;
}
.crsl-nr {
    height: 160px;
    background: #00000096;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
button.owl-prev span, button.owl-next span {
    background: #000;
    padding: 10px 17px 13px;
    color: #fff;
    margin: 5px;
    border-radius: 50px;
}
.owl-nav {
    top: 20px;
    position: relative;
    text-align: center;
}
footer#footer img {
    width: 20%;
    height: 30%;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}
a.nav-link {
    color: #b47f2b;
}
.ft-lg-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 600px){
    .lc-hgh .g-4 {
        --bs-gutter-y: 4.5rem;
    }
    .frm-dv {
        width: 95%;
        position: relative;
        margin-inline: auto;
        margin-top: 40px;
        top: 0;
        right: 0;
    }
    img.pc-mg {
        display: none;
    }
    img.mb-mg {
        display: block;
    }
    header {
        padding-inline: 15px;
    }
    div#mainNavbar {
        position: absolute;
        background: #fff;
        width: 100%;
        top: 120%;
        padding: 1rem;
        border-radius: 1rem;
    }
    form#lead-form {
        padding: 1rem !important;
        border-radius: 10px;
    }
    #location .row {
        gap: 25px;
    }
    footer#footer img {
        width: 30%;
        padding: 5px;
        border-radius: 7px;
    }
    .ft-lg-cta {
        margin-block: 30px;
    }
    iframe {
        width: 100%;
    }
}