@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
/* Custom styling */
    :root{
      --accent:#0d6efd;
    }
    .league-spartan-thin {
  font-family: "League Spartan", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.league-spartan-extralight {
  font-family: "League Spartan", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.league-spartan-light {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.league-spartan-regular {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.league-spartan-medium {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.league-spartan-semibold {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.league-spartan-bold {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.league-spartan-extrabold {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.league-spartan-black {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.league-spartan-thin-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.league-spartan-extralight-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.league-spartan-light-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.league-spartan-regular-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.league-spartan-medium-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.league-spartan-semibold-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.league-spartan-bold-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.league-spartan-extrabold-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.league-spartan-black-italic {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  font-style: italic;
}

    ul, li,p,span, div { font-family: League Spartan; font-size:18px; }
    .hero-carousel .carousel-item { height: 60vh; min-height: 320px; background-size: cover; background-position: center; }
    .hero-overlay { background: rgba(0,0,0,0.45); color: #fff; padding: 3rem; border-radius: .5rem; }
    .badge-cta { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); color: #fff; padding: .35rem .7rem; border-radius: .375rem; }
    .amenity-card {flex-direction: row; min-height: 88px; display:flex; align-items:center; gap:1rem; }
    .gallery-grid img { width:100%; height:160px; object-fit:cover; border-radius:.5rem; }
    .sticky-contact { position: fixed; right: 12px; bottom: 12px; z-index: 1050; display:flex; flex-direction:column; gap:.5rem; }
    .small-muted { font-size:.9rem; color:#6c757d; }
    footer { font-size:.9rem; color:#6c757d; }
    @media (max-width: 767px){ .hero-overlay { padding: 1.25rem; } .hero-carousel .carousel-item { height: 40vh; } }

    .carousel-item img {
    width: 100%;
    height: auto; /* Full screen height */
    object-fit: contain; /* Prevents image from being cut */
    background: #fff;
  }


  .blur-section {
    position: relative;
    width: 100%;
    height: 450px; /* full screen; change if needed */
    overflow: hidden;
  }

  .plan-1::before {
    content: "";
    background: url('../images/plan (2).jpg') center center / cover no-repeat;
    filter: blur(2px); /* blur amount */
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1); /* avoids blur edge cropping */
  }

    .plan-2::before {
    content: "";
    background: url('../images/plan (3).jpg') center center / cover no-repeat;
    filter: blur(0.70px); /* blur amount */
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1); /* avoids blur edge cropping */
  }

  .blur-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .request-btn {
    padding: 14px 35px;
    background: #000; /* change color if needed */
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    transition: 0.3s ease;
  }

  .request-btn:hover {
    background: #444;
  }

    .gallery img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
  }
 
  .gallery img:hover {
    transform: scale(1.03);
  }

  .btn-primary
  {
        background: linear-gradient(90deg, #d3ae48 0%, #b8860b 50%, #ddca79 100%);
    border: none;
    border-radius: 100px;
    font-size: 13px;
    letter-spacing: 0.50px;
    color: white;
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
  }
   .btn-primary:hover
  {
        background: linear-gradient(90deg, #d3ae48 0%, #b8860b 50%, #b8860b 100%);
    border: none;
    border-radius: 100px;
     transition: background 0.3s ease, color 0.3s ease;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon
  {
    border-radius: 100px;
  }

  .btn-outline-primary
  {
        border: 1px solid black;
    border-radius: 100px;
    color: white;
    font-size: 13px;
    letter-spacing: 0.50px;
    background: black;
        padding: 10px 20px 10px 20px;
        text-transform: uppercase;
  }
  .btn-outline-primary:hover
  {
        border: 1px solid #d3ae48;
    border-radius: 100px;
    color: #d3ae48;
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .text-primary, .card-title
  {
    color: #d3ae48 !important;
  }
  .btn-whatsapp
  {
        border-radius: 100px;
    color: white;
    background: #25D366;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.50px;
    border: none;
        padding: 10px 20px 10px 20px;
  }
  .btn-whatsapp:hover
  {
        border-radius: 100px;
    color: white;
    background: #13b850;
    border: none;
  }
  .cx-card
  {
    box-shadow: 0 0 10px 5px rgb(198 198 198 / 30%);
    border: none;
    padding: 20px 5px 20px 5px;
  }
  .cx-card p
  {
    margin-bottom: 0.50rem;
  }
  .bg-primary
  {
    background-color: #d3ae48 !important;
  }
  .fa-solid
  {
    color: #d3ae48;
  }
  .fa-paper-plane, .fa-envelope
  {
    color: white !important;
  }
/* Sticky button */
.whatsapp-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  animation: pulse 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37,211,102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}

.navbar-toggler
{
  background-color:white !important;
}



.mobile-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #ddd;
}

.action-btn {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

.action-btn.call { background: #2196F3; }       /* Green */
.action-btn.whatsapp { background: #25D366; }   /* WhatsApp Green */
.action-btn.enquire { background: #d3ae48; }    /* Blue */

.action-btn:active {
  opacity: 0.8;
}
.navbar
{
  background-color: #1c182f;
}
.cx_link
{
  text-decoration: none;
  color: unset;
}
.accordion-button:not(.collapsed)
{
      background-color: #d3ae48;
    color: white;
}
.accordion-button:focus
{
  box-shadow: none;
}