@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/Trebuchet MS Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tinos", serif;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #111;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}
a.white {
  color: #fff;
}
a.bold {
  font-weight: 500;
}
a.small {
  font-size: 14px;
}
a.xs {
  font-size: 12px;
}

h1 {
  font-family: "Tinos", serif;
  font-size: clamp(34px, 4vw, 42px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  line-height: 53px; /* 126.19% */
  letter-spacing: -0.64px;
  margin: 0;
}

h1.white {
  color: #fff;
}

h2 {
  font-family: "Tinos", serif;
  font-size: clamp(20px, 4vw, 22px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 33px; /* 150% */
  margin: 0;
}
.text-title {
  font-family: "Tinos", serif;
  font-size: clamp(34px, 4vw, 42px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  line-height: 53px; /* 126.19% */
  letter-spacing: -0.64px;
  margin: 0;
}
.small-title {
  font-family: "Tinos", serif;
  font-size: clamp(20px, 4vw, 22px);
  color: #0D133A;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 33px; /* 150% */
  margin: 0;
}
.small-white-title {
  font-family: "Tinos", serif;
  font-size: clamp(16px, 4vw, 22px);
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 33px; /* 150% */
  margin: 0;
}
h2.bold {
  font-weight: 700;
}
h2.white {
  color: #fff;
}

p {
  color: #0D133A;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.9px; /* 160.556% */
  margin: 0;
}
p.semibold {
  font-weight: 500;
}
p.bold {
  font-weight: 600;
}
p.extrabold {
  font-weight: 700;
}
p.lightblack {
  color: #424242;
}
p.grey {
  color: #6B6B6B;
}
p.lightgrey {
  color: #666B7F;
}
p.white {
  color: #fff !important;
}
p.large {
  font-size: clamp(16px, 4vw, 18px);
}
p.small {
  font-size: 14px;
}
p.xs {
  font-size: 12px;
}
.darkgrey {
  color: #2A2A2A;
}
.color-yellow {
  color: #DEA94A;
}

.color-dark-yellow {
  color: #A17930;
}

.mt-66 {
  margin-top: 66px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.mt-60 {
    margin-top: 60px;
}

.container {
  max-width: 1332px;
  --bs-gutter-x: 2.75rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.form-submit {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  position: relative;
  z-index: 10;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder {
  color: #333;
  font-family: "Tinos", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  letter-spacing: -0.15px;
}

@media (width < 991px) {
  .container {
    --bs-gutter-x: 3.75rem;
  }
  .padding-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-112 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (width < 767px) {
  .container {
    --bs-gutter-x: 2.5rem;
  }
  .padding-112 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-60 {
    margin-top: 40px;
  }
}

label {
  color: var(--Color-2, #0D133A);
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

textarea {
  margin-top: 8px;
  border: 1px solid #D8D2C4;
  background: #FFF;
  padding: 12px 14px;
  width: 100%;
  height: 100%;
  color: rgba(42, 42, 42, 0.50);
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  margin-top: 8px;
  border: 1px solid #D8D2C4;
  background: #FFF;
  padding: 12px 14px;
  width: 100%;
  max-height: 48px;
  height: 100%;
  color: rgba(42, 42, 42, 0.50);
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(42, 42, 42, 0.50);
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
}

.primary-btn,
.outline-btn {
  background: var(--Color-1, #A17930);
  display: flex;
  padding: 12px 17px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #FFF;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.outline-btn {
  color: #0D133A;
  background: var(--White, #FFF) !important;
}

.secondary-btn {
  background: #0D133A;
  padding: 4px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
  letter-spacing: 1.56px;
  text-transform: uppercase;
}
.tertiary-btn {
  background: var(--Color-2, #0D133A);
  display: flex;
  padding: 14px 17px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #FFF;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 100;
    transition: top 0.5s ease;
    border-bottom: 1px solid rgba(161, 121, 48, 0.15);
    background: rgba(13, 19, 58, 0.96);
}

.header .container {
  max-width: 1492px;
}

#check,
.hamburger-menu {
    width: 30px;
    height: 30px;
}

#check:checked ~ div .hamburger-menu div {
    background-color: transparent;
}

.header .container .logo-container img.logo {
    height: 40px;
}

.header .container ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header .logo-container {
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile,
.nav-links ul.mobile {
    display: none;
}

.nav-btn {
    flex: 2;
    display: flex;
}

.nav-links {
    flex: 2;
    align-items: center;
    justify-content: center;
    display: flex;
}

.nav-links>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
}

.desk-link,
.nav-links ul.mobile .nav-link a {
    color: rgba(255, 255, 255, 0.82);
    line-height: 18px; /* 150% */
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.desk-link:hover,
.desk-link:active,
.nav-links ul.mobile .nav-link a:hover,
.nav-links ul.mobile .nav-link a:active {
  color: #A17930;
  text-decoration: underline !important;
}

.desk-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 200px;
    width: 100%;
    height: 3px;
    background-color: #7E3CEF;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: opacity 300ms, transform 300ms;
}

.desk-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.desktop {
    display: block;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hamburger-menu div {
    width: 24px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 1001;
    transition: 0.4s;
}

.hamburger-menu div:after,
.hamburger-menu div:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.4s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 37px;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
    transform: translateY(-50%);
}

#check:checked ~ div .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ div .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

@media (max-width: 1050px) {
    .nav-links>ul {
        gap: 0;
    }
    .nav-btn,
    .nav-link,
    .nav-links {
        width: 100%;
    }

    .hamburger-menu-container {
        display: flex;
    }

    #check,
    .nav-links {
        display: block;
    }

    .nav-btn {
        position: absolute;
        top: 67px;
        padding-top: 0px;
        left: 0;
        border-radius: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow-x: hidden;
        transition: 0.4s linear;
        background: rgb(13, 19, 58);
        overflow-y: hidden;
        max-height: 0;
        height: 0;
        gap: 40px;
    }

    .header .container #check:checked~.nav-btn {
        border-radius: 0;
        max-height: 100vh;
        height: 100vh;
        overflow-y: auto;
        box-shadow: 0 182px 51px 0 rgba(0, 0, 0, 0), 0 117px 47px 0 rgba(0, 0, 0, 0.01), 0 66px 39px 0 rgba(0, 0, 0, 0.05), 0 29px 29px 0 rgba(0, 0, 0, 0.09), 0 7px 16px 0 rgba(0, 0, 0, 0.1);
    }

    .nav-links {
        flex: none;
    }

    .nav-links ul.desktop {
        display: none;
    }

    .nav-links>ul {
        flex-direction: column;
    }

    .nav-links ul.mobile {
        padding: 40px;
        display: flex;
        gap: 16px;
    }

    .nav-links ul.mobile li.nav-link {
        margin-right: 0;
    }

    .header .hamburger-menu {
        height: auto;
        width: auto;
    }
}

@media (max-width:991px) {
    #check {
        right: 26px;
    }

    .nav-links ul.mobile {
        padding: 30px;
    }
}

@media (max-width: 767px) {

    .nav-links ul.mobile {
        padding: 20px;
    }

    #check {
        right: 17px;
    }

    .header .hamburger-menu {
        height: auto;
        width: auto;
    }
}

.home-banner {
  background: url('../img//home-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 743px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-bhk-banner {
  background: url('../img/3bhk-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 743px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-bhk-four-t-banner {
  background: url('../img/3-5bhk-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 743px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.four-bhk-banner {
  background: url('../img/4bhk-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 743px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width: 767px) {
  .three-bhk-banner {
    background: url('../img/3bhk-mobile-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 40px 0 !important;
  }

  .three-bhk-four-t-banner {
    background: url('../img/3-5bhk-mobile-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 40px 0 !important;
  }

  .four-bhk-banner {
    background: url('../img/4bhk-mobile-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 40px 0 !important;
  }
}

.home-banner .container,
.keys-section .container,
.three-bhk-banner .container,
.footer .container {
  max-width: 1376px;
}

.banner-title {
  font-size: clamp(42px, 4vw, 62px);
  font-style: normal;
  font-weight: 400;
  line-height: 76.8px;
  letter-spacing: -0.64px;
}

@media(max-width: 767px) {
  .home-banner {
    background: url('../img/home-banner-mobile.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    align-items: flex-end;
    padding-bottom: 25px !important;
  }

  .banner-title {
    line-height: 53px;
  }
}

.overview-section .container p.headline,
.pricing-section .container p.headline,
.floor-plan .container p.headline,
.residence-experience-section .container p.headline,
.highlights-section .container p.headline,
.price-details-section .container p.headline,
.more-residence-section .container p.headline,
.amenities-section .container p.headline,
.location-section .container p.headline,
.gallery-section .container p.headline,
.blog-section .container p.headline,
.contact-section .container p.headline,
.footer .container .quicklinks p.headline {
  line-height: 18px; /* 150% */
  letter-spacing: 2.16px;
}

.overview-section .container p,
.pricing-section .container .area p.spacing,
.floor-plan .container p,
.highlights-section .container p,
.amenities-section .container p,
.location-section .container p,
.blog-section .container p,
.contact-section .container p,
.footer .container p {
  line-height: 24.9px; /* 155.625% */
  letter-spacing: 0.5px;
}

.price-details-section .container .price-img {
  background: url('../img/price-img.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media(max-width: 767px) {
  .price-details-section .container .price-img {
    background: url('../img/price-mobile-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 513px;
    height: 100%;
    justify-content: flex-start;
  }
}

.overview-section .container .registration-div {
  border-left: 2px solid var(--Color-1, #A17930);
  background: linear-gradient(90deg, #EDDBBB 0%, rgba(237, 219, 187, 0.00) 100%);
}

.pricing-section .container .area {
  display: flex;
  flex-direction: column;
  background: var(--Light-Biege, #F7F5F0);
}

.pricing-section .container .area .mid-col {
  background: var(--Color-1, #A17930);
}

.pricing-section .container .offer-div {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-left: 2px solid var(--Color-1, #A17930);
  background: #A17930;
}

.blog-section .container .blog-card {
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.blog-section .container .blog-card:hover {
  box-shadow: 0 3px 9.7px 0 rgba(0, 0, 0, 0.25);
}

.footer .footer-bottom {
  border-top: 1px solid rgba(161, 121, 48, 0.25);
  border-bottom: 1px solid rgba(161, 121, 48, 0.25);
}

/* ===== Gallery Tab Section ===== */

.gallery-tabs {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #E0E0E0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gallery-tabs::-webkit-scrollbar { display: none; }

.gallery-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 4px 0 8px 0;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
  letter-spacing: 0.3px;
}
.gallery-tab:hover { color: #0D133A; }
.gallery-tab.active {
  color: #0D133A;
  border-bottom-color: #A17930;
  font-weight: 700;
}

/* Gallery grid base */
.gallery-grid {
  display: grid;
  gap: 16px;
}
.gallery-grid .gallery-item {
  overflow: hidden;
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-grid .gallery-item:hover img {
  transform: scale(1.02);
}

/* Figma layout — 9-image block (rows 1-4) + mirrored 9-image block (rows 5-8) */
.gallery-grid--all {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;   /* uniform row height; empty rows auto-collapse */
}

/* Block 1: 3 top | large-left + 2-stacked-right | 3 bottom */
.gallery-grid--all .g1  { grid-area: 1 / 1 / 2 / 2; }
.gallery-grid--all .g2  { grid-area: 1 / 2 / 2 / 3; }
.gallery-grid--all .g3  { grid-area: 1 / 3 / 2 / 4; }
.gallery-grid--all .g4  { grid-area: 2 / 1 / 4 / 3; } /* LARGE — left */
.gallery-grid--all .g5  { grid-area: 2 / 3 / 3 / 4; }
.gallery-grid--all .g6  { grid-area: 3 / 3 / 4 / 4; }
.gallery-grid--all .g7  { grid-area: 4 / 1 / 5 / 2; }
.gallery-grid--all .g8  { grid-area: 4 / 2 / 5 / 3; }
.gallery-grid--all .g9  { grid-area: 4 / 3 / 5 / 4; }

/* Block 2: 3 equal rows (all normal cells) */
.gallery-grid--all .g10 { grid-area: 5 / 1 / 6 / 2; }
.gallery-grid--all .g11 { grid-area: 5 / 2 / 6 / 3; }
.gallery-grid--all .g12 { grid-area: 5 / 3 / 6 / 4; }
.gallery-grid--all .g13 { grid-area: 6 / 1 / 7 / 2; }
.gallery-grid--all .g14 { grid-area: 6 / 2 / 7 / 3; }
.gallery-grid--all .g15 { grid-area: 6 / 3 / 7 / 4; }
.gallery-grid--all .g16 { grid-area: 7 / 1 / 8 / 2; }
.gallery-grid--all .g17 { grid-area: 7 / 2 / 8 / 3; }
.gallery-grid--all .g18 { grid-area: 7 / 3 / 8 / 4; }

/* Hidden items (filtered out) */
.gallery-item.gallery-hidden {
  display: none !important;
}

/* Tablet */
@media (max-width: 991px) {
  .gallery-grid--all {
    grid-auto-rows: 220px;
  }
}

/* Mobile — 2 columns, simplified layout per block */
@media (max-width: 640px) {
  .gallery-grid--all {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  .gallery-grid--all .gallery-item { grid-area: auto !important; display: block !important; }
  .gallery-item.gallery-hidden { display: none !important; }
}

.floor-plan-visual {
        position: relative;
        width: fit-content;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E3DDCF;
        padding: 24px;
      }

      .floor-plan-visual img.floor-plan-img {
        display: block;
        max-width: 100%;
        height: auto;
      }

      .floor-plan-zoom-btn {
        position: absolute;
        top: 14px;
        left: 14px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #a17930;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 2;
        transition: background 0.2s ease;
      }

      .floor-plan-zoom-btn:hover {
        background: #8a672a;
      }

      .floor-plan-zoom-btn svg {
        width: 22px;
        height: 22px;
      }

      /* Lightbox */
      .floor-plan-lightbox {
        position: fixed;
        inset: 0;
        z-index: 999;
        background: rgba(13, 19, 58, 0.92);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease;
      }

      .floor-plan-lightbox.active {
        opacity: 1;
        visibility: visible;
      }

      .floor-plan-lightbox-toolbar {
        position: absolute;
        top: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 2;
      }

      .floor-plan-lightbox-toolbar button {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #a17930;
        border: none;
        color: #fff;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        transition: background 0.2s ease;
      }

      .floor-plan-lightbox-toolbar button:hover {
        background: #8a672a;
      }

      .floor-plan-lightbox-toolbar button#fpCloseBtn {
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
      }

      .floor-plan-lightbox-toolbar button#fpCloseBtn:hover {
        background: rgba(255, 255, 255, 0.15);
      }

      .floor-plan-lightbox-toolbar .fp-zoom-level {
        min-width: 52px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.5px;
        user-select: none;
      }

      .floor-plan-lightbox-stage {
        width: 90vw;
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        cursor: grab;
      }

      .floor-plan-lightbox-stage.grabbing {
        cursor: grabbing;
      }

      .floor-plan-lightbox-stage img {
        max-width: 90vw;
        max-height: 80vh;
        width: auto;
        height: auto;
        user-select: none;
        pointer-events: none;
        transform-origin: center center;
        transition: transform 0.15s ease-out;
      }

      .floor-plan-lightbox-stage.panning img {
        transition: none;
      }

      body.floor-plan-lock {
        overflow: hidden;
      }
