* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-dark: #1a1a1a;
  --primary-light: #f5f3f0;
  --accent: #cb2327;
  --accent-light: #752223;
  --text: #333333;
  --text-light: #666666;
  --border: #e0ddd8;
  --white: #ffffff;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--text);
  line-height: 1.6;
  
 
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: var(--primary-dark);
}

/* HEADER */
.header {
  background: var(--white);
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo h1 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.logo p {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--text-light);
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.95rem;
  transition: color 0.3s;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.25rem;
}

.nav a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.cta-button {
  background: var(--primary-dark);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s;
  letter-spacing: 0.05em;
}

.cta-button:hover {
  background: var(--accent);
}
/* .hero-master {
  position: relative;
  height: 80vh;
  max-height: 80vh;
  overflow: hidden;
} */

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  
}


.hero-img {
  width: auto;
  height: 80vh;

   background: url(assets/banner/hero-mobile.png) no-repeat center fixed;
  background-size: contain;
}

/* ====================== DESKTOP Ã¢â‚¬â€œ RIGHT PANEL (Like Erandwane Central) ====================== */
.desktop-right-panel {
  display: none; /* hidden on mobile */
}

@media (min-width: 992px) {
    .hero-img {
    width: auto;
    height: 100vh;

    background: url(assets/banner/hero-desktop.png) no-repeat center fixed;
    background-size: contain;
  }
  .desktop-right-panel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    z-index: 3;
    padding: 3rem 2.5rem;
    overflow-y: auto;
  }

  .panel-inner {
    max-width: 400px;
    margin: 0 auto;
    /* padding-top: 4rem; */
  }

  .logo {
    width: 200px;
    /* margin-bottom: 2rem; */
  }

  .panel-inner h1 {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
  }

  .location-tag {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
  }

  .highlights {
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
  }

  .hl {
    text-align: center;
  }

  .value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #aa6f6b;
  }

  .label {
    font-size: 0.8rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .price-tag p {
    font-size: 1.2rem;
    color: #444;
  }

  .price-tag h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #aa6f6b;
    margin: 0.5rem 0;
  }

  .cta-buttons {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
  }

  .btn-primary {
    background: #aa6f6b;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
  }

  .btn-secondary {
    background: transparent;
    color: #aa6f6b;
    border: 2px solid #aa6f6b;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
  }

  .enquiry-form-desktop h3 {
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
  }

  .form-grid {
    display: grid;
    gap: 1rem;
  }

  .form-grid input {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
  }

  .submit-btn {
    background: #aa6f6b;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .desktop-right-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    z-index: 3;
    padding: 0.5rem 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .panel-inner {
    max-width: 370px;
    width: 100%;
  }

  .logo {
    width: 160px; /* margin-bottom: 1.8rem; */
  }

  .panel-inner h1 {
    font-size: 2.4rem;
    line-height: 1.15;
    margin-bottom: 0.4rem;
    color: #1a1a1a;
  }

  .location-tag {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.8rem;
  }

  .highlights {
    gap: 1.8rem;
    margin: 1.6rem 0;
  }

  .value {
    font-size: 1.6rem;
    color: #aa6f6b;
  }
  .label {
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #666;
  }

  .price-tag p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 0.3rem;
  }
  .price-tag h2 {
    font-size: 2.4rem;
    color: #aa6f6b;
    margin: 0.4rem 0 1.6rem;
  }

  .cta-buttons {
    gap: 1rem;
    margin: 1.8rem 0 2rem;
  }

  .btn-primary,
  .btn-secondary {
    padding: 0.75rem 1.5rem; /* reduced size Ã¢â‚¬â€œ now elegant */
    font-size: 0.92rem;
    font-weight: 600;
    /* border-radius: 6px; */
  }

  .btn-primary {
    background: #aa6f6b;
    color: white;
    border: none;
  }
  .btn-secondary {
    background: transparent;
    color: #aa6f6b;
    border: 1.8px solid #aa6f6b;
  }

  /* Form Ã¢â‚¬â€œ Perfect Fit */
  .enquiry-form-desktop h3 {
    font-size: 1.22rem;
    margin: 1.6rem 0 1rem;
    color: #1a1a1a;
  }

  .form-grid {
    gap: 0.85rem;
    margin-bottom: 0.8rem;
  }

  .form-grid input {
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
    border: 1.4px solid #ddd;
    border-radius: 6px;
  }

  .submit-btn {
    padding: 0.85rem;
    font-size: 0.95rem;
    font-weight: 600;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }

  /* Consent Checkbox Small & Pre-ticked */
  .consent-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.68rem;
    color: #666;
    line-height: 1.3;
    margin-top: 0.8rem;
  }

  .consent-label input[type="checkbox"] {
    margin-top: 2px;
    accent-color: #aa6f6b;
    appearance: auto !important;
  }

  .consent-label span {
    flex: 1;
  }
}

/* ====================== MOBILE Ã¢â‚¬â€œ BOTTOM CARD (Exact Lodha Style) ====================== */
.mobile-bottom-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  /* padding: 2rem 1.5rem 3rem; */
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  display: block;
}

.card-content {
  background: white;
  color: #000;
  border-radius: 24px 24px 0 0;
  padding: 2rem 1.5rem 2.5rem;
  text-align: center;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
}

.card-content .tagline {
  color: var(--accent-light);
  font-weight: 600;
  font-size: 0.95rem;
}

.card-content .sub-tagline {
  font-size: 1.15rem;
  margin: 0.5rem 0 1.5rem;
  color: #444;
}

.price-box {
  background: #f8f8f8;
  border-radius: 16px;
  /* padding: 1.5rem; */
  margin: 1.5rem 0;
}

.config {
  font-size: 1.3rem;
}
.price {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--accent);
}

.offer {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1.5rem 0;
}

.location {
  color: var(--accent);
  font-weight: 500;
}

.mobile-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

/* Updated Mobile CTA â€“ Elegant Buttons (Get Details + Brochure) */
.mobile-cta-new {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0 0.5rem;
}

.mobile-btn-primary,
.mobile-btn-secondary {
  flex: 1;
  padding: 0.2rem 0.6rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  letter-spacing: 0.5px;
}

.mobile-btn-primary {
  background: var(--accent); /* #aa6f6b */
  color: white;
  border: none;
}

.mobile-btn-primary:hover {
  background: #9a5f5b;
  transform: translateY(-2px);
}

.mobile-btn-secondary {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}

.mobile-btn-secondary:hover {
  background: var(--accent);
  color: white;
}

/* Optional: Slightly tighter spacing for mobile card */
.card-content .tagline {
  font-size: 0.92rem;
}
.card-content .sub-tagline {
  font-size: 1.1rem;
  margin: 0.4rem 0 1.3rem;
}
.config {
  font-size: 1.22rem;
}
.price {
  font-size: 2.15rem;
}
.offer {
  font-size: 1.35rem;
}
.location {
  font-size: 1.05rem;
}
/* Hide mobile card on desktop */
@media (min-width: 992px) {
  .mobile-bottom-card {
    display: none;
  }
}

/* Highlights */
.hero-highlights {
  display: flex;
  gap: 3rem;
  flex: 1;
  justify-content: center;
}
.highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.highlight-value {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--accent-light);
}
.highlight-label {
  font-size: 0.75rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.4rem;
}

/* CTA Buttons */
.hero-cta {
  display: flex;
  gap: 1rem;
}
.hero-cta button {
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
}

/* BUTTONS */
.btn-primary,
.btn-secondary {
  /* padding: 0.9rem 2rem; */
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}

.btn-primary {
  background: var(--accent);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent-light);
}

.btn-secondary:hover {
  background: var(--accent-light);
  color: var(--primary-dark);
}

/* SECTION HEADER */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--text-light);
}

/* ABOUT SECTION */
.about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
   /*box-shadow: 0 -40px 60px rgba(0, 0, 0, 0.6);*/
}

.about-wrapper {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

.about-content {
  flex: 1;
}

.about-content h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.about-content p {
  margin-bottom: 1rem;
  color: var(--text);
}

.about-highlights {
  list-style: none;
  margin-top: 1rem;
}

.about-highlights li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
  color: var(--text-light);
  list-style: circle;
  text-align: justify;
}

.about-highlights li::before {
  /* content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢"; */
  color: var(--accent);
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

/* CONFIGURATION SECTION */
.config-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.config-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tab-btn {
  background: transparent;
  border: 2px solid var(--border);
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.3s;
}

.tab-btn.active-tab {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

.tab-btn:hover {
  border-color: var(--accent);
}

.config-table {
  margin-top: 2rem;
}

.tab-content {
  display: none;
}

.tab-content.active-tab {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

th {
  background: var(--primary-light);
  font-weight: 600;
}

/* WHY INVEST SECTION */
.why-invest {
  background: var(--primary-light);
  padding: 5rem 2rem;
}

.why-invest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.why-card {
  background: var(--white);
  padding: 2rem;
  border: 1px solid var(--border);
  transition: all 0.3s;
}

.why-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.why-number {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 1rem;
}

.why-card h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.why-card p {
  color: var(--text-light);
  line-height: 1.7;
}

/* AMENITIES SECTION */
.amenities {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.amenities-carousel {
  /* max-width: 600px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.carousel-inner {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 1rem;
}

.carousel-track .amenity-item {
  flex: 0 0 calc(31% - 0.5rem);
  text-align: center;
  padding: 1.5rem;
  border: 1px solid var(--border);
  transition: all 0.3s;
  min-width: 250px;
}

.carousel-track .amenity-item:hover {
  border-color: var(--accent);
  background: var(--primary-light);
}

.amenity-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.amenity-item h4 {
  margin-bottom: 0.5rem;
}

.amenity-item p {
  color: var(--text-light);
  font-size: 0.95rem;
}

/* LOCATION SECTION */
.location-section {
  /* background: var(--primary-light); */
  padding: 5rem 2rem;
  background: var(--primary-light);
}

.location-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.location-wrapper {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.location-image {
  flex: 0.3 0 300px;
}

.location-image img {
  width: 100%;
  border-radius: 8px;
}

.location-content {
  flex: 1;
}

.location-content .tab-content table {
  width: 100%;
  border-collapse: collapse;
}

.location-content th,
.location-content td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.location-content th {
  background: var(--white);
  font-weight: 600;
}

/* GALLERY SECTION */
.gallery {
  background: var(--primary-light);
  padding: 5rem 2rem;
}

.gallery-carousel {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.gallery-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.gallery-inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.carousel-btn {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background 0.3s;
  flex-shrink: 0;
  border-radius: 4px;
}

.carousel-btn:hover {
  background: var(--accent-light);
}

/* GALLERY MODAL */
.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 300;
  align-items: center;
  justify-content: center;
}

.gallery-modal.show {
  display: flex;
}

.gallery-modal-content {
  position: relative;
  width: 60%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.modal-prev,
.modal-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 1rem;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.3s;
}

.modal-prev {
  left: -50px;
}

.modal-next {
  right: -50px;
}

.modal-prev:hover,
.modal-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 3rem;
  cursor: pointer;
  color: var(--white);
  z-index: 1;
}

/* CONTACT SECTION */
.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
}

.contact-content {
  margin-top: 2rem;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* MODAL */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  align-items: center;
  justify-content: center;
}

.modal.show {
  display: flex;
}

.modal-content {
  background: var(--white);
  padding: 2.5rem;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-light);
}

.modal-content h2 {
  margin-bottom: 1.5rem;
}

.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-content input,
.modal-content select,
.modal-content textarea {
  padding: 0.75rem;
  border: 1px solid var(--border);
  font-family: inherit;
  font-size: 0.95rem;
  border-radius: 4px;
}

.modal-content label {
  display: flex;
  gap: 0.5rem;
  font-size: 0.9rem;
}

/* FOOTER */
.footer {
  background: var(--primary-dark);
  color: var(--white);
  padding: 3rem 2rem 1rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-section h4 {
  color: var(--accent-light);
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: var(--accent-light);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #444;
  font-size: 0.9rem;
  color: #aaa;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    section{
     border-left: 4.6px solid red;
  border-right: 4.6px solid red;
}

  .btn-primary,
  .btn-secondary {
    padding: 0.9rem 2rem;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.05em;
  }

  .header-container {
    /* flex-direction: column; */
    gap: 1rem;
  }

  .nav {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .hero-wrapper {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-highlights {
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-form {
    flex: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .about-wrapper {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .location-wrapper {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .location-wrapper {
    padding: 1rem;
  }
  .location-content {
    flex: 1;
    width: -webkit-fill-available;
  }
  .location-image {
    flex: none;
    max-width: 100%;
  }

  .carousel-track .amenity-item {
    flex: 0 0 100%;
    min-width: auto;
  }

  .gallery-inner img {
    height: 300px;
  }

  .modal-prev {
    left: 10px;
  }

  .modal-next {
    right: 10px;
  }

  /* .close {
        top: -20px;
    } */
}

/* ============================================================= */
/*  STICKY ACTION BUTTONS Ã¢â‚¬â€œ Center Right, Large Screen Only     */
/* ============================================================= */
.sticky-actions {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  /* Hidden on small screens */
  display: none;
}

.sticky-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-decoration: none;
}

.sticky-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* WhatsApp Ã¢â‚¬â€œ Green */
.sticky-btn.whatsapp {
  background: #25d366;
}

/* Call Ã¢â‚¬â€œ Blue */
.sticky-btn.call {
  background: #007bff;
}

/* Show only on large screens */
@media (min-width: 769px) {
  .sticky-actions {
    display: flex;
  }
}
@media (max-width: 480px) {
  .gallery-inner img {
    height: 250px;
  }

  .carousel-btn {
    padding: 0.5rem 0.75rem;
    font-size: 1.2rem;
  }
} /* FLOOR PLANS SECTION */
.floor-plans {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 5rem 2rem;
  /* background: var(--primary-light); */
}

.floor-plans-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.floor-plan-item {
  position: relative;
  width: 300px;
  height: 200px;
  border: 2px solid var(--border);

  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.floor-plan-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.floor-plan-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(4px);
}

.plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floor-plan-item:hover .plan-overlay {
  opacity: 1;
}

.plan-overlay h3 {
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.plan-overlay .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  width: auto;
}
