:root {
  --brand: #0f5d5d;
  --brand-dark: #0f3f4a;
  --accent: #f2c562;
  --bg: #f4f7f6;
  --text: #1d2b2f;
  --card: #ffffff;
  --muted: #6b7a80;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: #f7f9fa;
}

h1, h2, h3, .navbar-brand span {
  font-family: "Playfair Display", "Georgia", serif;
}

.site-header .top-bar {
  background: rgba(15,63,74,0.9);
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
}

@media (max-width: 991.98px) {
  .site-header .top-bar {
    display: none;
  }
}

.site-header .top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-contact {
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 8px;
}

.top-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 6px 12px;
  min-width: 360px;
}

.top-search input {
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  width: 100%;
}

.top-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.top-actions a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.fav-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.main-nav {
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.is-home .main-nav {
  background: transparent;
  box-shadow: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 48px;
  z-index: 50;
}

.is-home .navbar-brand span,
.is-home .nav-link {
  color: #fff;
}

.btn-reserve {
  background: #8fa6b2;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
}

.campaign-bar {
  background: linear-gradient(90deg, #0f5d5d, #0f7a7a);
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 0;
}

.hero-slider .carousel-item {
  min-height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0,0,0,0.25), rgba(0,0,0,0.55));
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 540px;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

.hero-search {
  margin: 20px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 1120px;
}

.hero-search-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 8px;
  align-items: center;
  flex: 1;
}

.hero-search-item select,
.hero-search-item input[type="number"],
.date-row input {
  padding: 2px 0;
}

.hero-search-item.is-date-range {
  position: relative;
  z-index: 6;
}

.hero-search-item select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239aa6ac' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}

.date-row input::-webkit-calendar-picker-indicator {
  opacity: 0.7;
}

.hero-search-item .icon {
  grid-row: 1 / 3;
  font-size: 1.1rem;
  color: #8a9aa0;
}

.hero-search-item .label {
  font-size: 0.8rem;
  color: #9aa6ac;
}

.hero-search-item select,
.hero-search-item input[type="number"] {
  border: none;
  outline: none;
  font-size: 1rem;
  appearance: none;
  background: transparent;
  color: #1d2b2f;
  font-weight: 600;
}

.date-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-date-range {
  position: relative;
}

.hero-date-trigger {
  border: none;
  background: transparent;
  padding: 2px 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d2b2f;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

.hero-date-trigger .sep {
  color: #6c7b80;
}

.hero-date-trigger-text {
  min-width: 0;
  white-space: nowrap;
}

.hero-date-trigger:not(.is-filled) .hero-date-trigger-text {
  color: #5e6b70;
}

.hero-date-picker {
  position: fixed;
  top: 0;
  left: 0;
  width: min(720px, calc(100vw - 48px));
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(15, 36, 40, 0.22);
  border: 1px solid #e7eeef;
  padding: 22px;
  z-index: 1200;
}

.hero-date-picker-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.hero-date-picker-copy strong {
  display: block;
  font-size: 1rem;
  color: #163238;
}

.hero-date-picker-copy p {
  margin: 4px 0 0;
  color: #708188;
  font-size: 0.9rem;
}

.hero-date-picker-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-date-nav-btn {
  border: 1px solid #d9e4e6;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #20353a;
}

.hero-date-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.hero-date-picker-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hero-date-month {
  background: #fbfcfc;
  border: 1px solid #edf2f3;
  border-radius: 22px;
  padding: 18px;
}

.hero-date-month-label {
  text-transform: capitalize;
  font-weight: 700;
  color: #17333a;
  margin-bottom: 14px;
}

.hero-date-weekdays,
.hero-date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.hero-date-weekdays {
  margin-bottom: 8px;
}

.hero-date-weekdays span {
  text-align: center;
  font-size: 0.75rem;
  color: #92a0a5;
  font-weight: 700;
}

.hero-date-day {
  border: none;
  border-radius: 14px;
  min-height: 42px;
  background: transparent;
  color: #1d2b2f;
  font-weight: 700;
  position: relative;
}

.hero-date-day:hover,
.hero-date-day:focus {
  background: #edf7f5;
}

.hero-date-day.is-in-range {
  background: #e6f2ef;
  color: #0f5d5d;
}

.hero-date-day.is-selected-start,
.hero-date-day.is-selected-end {
  background: #0f5d5d;
  color: #fff;
}

.hero-date-day.is-single-night {
  background: #0f5d5d;
  color: #fff;
}

.hero-date-day.is-disabled {
  color: #c4cdd0;
  background: transparent;
}

.hero-date-day.is-empty {
  min-height: 42px;
}

.hero-date-day.is-today:not(.is-selected-start):not(.is-selected-end) {
  box-shadow: inset 0 0 0 1px #9eb9b6;
}

.hero-date-picker-footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf2f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-date-picker-summary {
  color: #516167;
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-date-clear {
  border: none;
  background: #eef5f4;
  color: #0f5d5d;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.date-row input {
  border: none;
  outline: none;
  font-size: 1rem;
  width: 100%;
  background: transparent;
  color: #1d2b2f;
  font-weight: 600;
}

.divider {
  width: 1px;
  height: 48px;
  background: #eef2f3;
}

.search-btn {
  border: none;
  background: #111;
  color: #fff;
  border-radius: 999px;
  width: 56px;
  height: 56px;
  justify-self: center;
  flex: 0 0 auto;
}

.btn-accent {
  background: var(--accent);
  border: none;
  color: #1a1a1a;
}

.section {
  padding: 60px 0;
}

.section.gallery-section {
  padding: 0;
}

.section-muted {
  background: linear-gradient(180deg, #f2f6f6 0%, #e9eff0 100%);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.section-heading a {
  color: var(--brand);
  text-decoration: none;
}

.villa-card.modern-card {
  background: var(--card);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(10,40,48,0.12);
  border: 1px solid #eef2f3;
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
}

.villa-card.modern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.villa-card-link {
  text-decoration: none;
  color: inherit;
}

.villa-card-image-wrap {
  position: relative;
}

.villa-card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.villa-card-overlay-bottom {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}

.villa-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
}

.villa-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2;
}

.pill-badges .pill {
  background: rgba(255,255,255,0.85);
  color: #1d2b2f;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.fav-form {
  position: static;
}

.fav-btn {
  border: none;
  background: rgba(255,255,255,0.9);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c0392b;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.fav-btn:hover,
.fav-btn:focus {
  transform: translateY(-1px);
}

.fav-btn.is-active {
  background: #fff0f0;
  color: #d11a2a;
}

.hero-fav {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}

.inline-toast {
  margin-top: 8px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  display: inline-block;
}

.is-inner .inline-toast {
  background: #e6f6ef;
  color: #1e6a4c;
}

mark {
  background: #ffe8a1;
  padding: 0 3px;
  border-radius: 4px;
}

.villa-card-body {
  padding: 18px 22px 24px;
}

.villa-card-quick-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-pill {
  background: #f6f8f9;
  color: #5e6b70;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.villa-card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.villa-card-top h5 a {
  color: inherit;
  text-decoration: none;
}

.villa-region {
  font-size: 0.85rem;
  color: #5e6b70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.villa-rating {
  margin-left: 8px;
  color: #f2b01e;
  font-weight: 700;
}

.villa-card-meta.compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 8px;
}

.villa-card-meta.compact span {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.villa-card-meta.compact i {
  font-size: 1.1rem;
  color: #98a5ab;
}

.villa-card-range-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  color: #122f39;
  box-shadow: 0 12px 30px rgba(11, 34, 40, 0.16);
  backdrop-filter: blur(10px);
}

.villa-card-range-chip strong {
  font-size: 1rem;
  line-height: 1.2;
}

.range-kicker,
.price-kicker {
  color: #5d7178;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.villa-price.solid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f6f6;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 0.95rem;
  margin-top: 12px;
}

.price-left .price-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f3f4a;
}

.price-inline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.price-divider {
  color: #789198;
}

.price-left .price-sub {
  color: #607277;
  font-size: 0.9rem;
  margin-top: 0;
}

.price-left .price-note {
  color: #8c9aa0;
  font-size: 0.8rem;
}

.calendar-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  border: 1px solid #e5ecee;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.calendar-icon:hover,
.calendar-icon:focus {
  transform: translateY(-1px);
  border-color: rgba(15,93,93,0.24);
  box-shadow: 0 10px 20px rgba(15,93,93,0.12);
}

.villa-action-btn {
  border: 1px solid rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.95);
}

.price-action {
  display: flex;
  gap: 8px;
}

.calendar-icon.btn-link {
  border: 1px solid #e5ecee;
  background: #fff;
}

@media (max-width: 767px) {
  .villa-card-image {
    height: 220px;
  }

  .villa-card-body {
    padding: 16px 18px 20px;
  }

  .villa-card-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .villa-price.solid {
    gap: 12px;
    align-items: flex-start;
  }
}

.availability-modal .availability-grid-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.availability-modal .month-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.villa-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.region-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  transition: transform .2s ease;
}

.region-card:hover {
  transform: translateY(-4px);
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card-body {
  padding: 16px;
}

.blog-tile {
  position: relative;
  display: flex;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.75) 100%);
}

.blog-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}

.blog-content h5 {
  font-size: 1.05rem;
  font-weight: 700;
}

.blog-content p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.blog-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  opacity: 0.9;
}

.btn-theme {
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  border: none;
}

.site-cta {
  padding: 30px 0 10px;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(90deg, #8fe0e1 0%, #d4f1f1 45%, #f2f7f7 100%);
  border-radius: 18px;
  overflow: hidden;
}

.cta-content {
  padding: 30px;
}

.cta-content h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.cta-content p {
  color: #4c5a5f;
}

.cta-image {
  background-size: cover;
  background-position: center;
  min-height: 180px;
}

.campaign-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 8px 2px 10px;
  scroll-snap-type: x mandatory;
}

.campaign-slide {
  position: relative;
  min-height: 140px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  scroll-snap-align: start;
  display: flex;
  align-items: flex-end;
}

.campaign-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 100%);
}

.campaign-slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 14px 16px;
}

.campaign-badge {
  background: rgba(255,255,255,0.2);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 6px;
}

.site-footer {
  background: #0f3f4a;
  color: #e7eef0;
}

.campaign-card {
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

.campaign-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,93,93,0.85), rgba(0,0,0,0.3));
}

.campaign-content {
  position: relative;
  color: #fff;
  padding: 28px;
}

.category-carousel-section .section-heading h2 span {
  color: #9aa6ac;
  font-weight: 500;
}

.category-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 8px 2px 10px;
  scroll-snap-type: x mandatory;
}

.category-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 140px;
  background-size: cover;
  background-position: center;
  scroll-snap-align: start;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
}

.category-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  padding: 14px 16px;
}

.region-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.region-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.65) 100%);
}

.region-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 16px;
}

.region-price {
  display: grid;
  gap: 2px;
  font-size: 0.8rem;
  opacity: 0.9;
}
.site-footer a {
  color: #e7eef0;
  text-decoration: none;
}

.footer-top {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-brand img {
  height: 48px;
}

.brand-name {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.brand-sub {
  font-size: 0.9rem;
  opacity: 0.8;
}

.footer-social {
  display: grid;
  gap: 6px;
}

.social-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-contact .contact-item {
  margin-bottom: 6px;
}

.footer-main {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-cta {
  background: #f0f7f9;
  border-radius: 18px;
  overflow: hidden;
  color: #0f3f4a;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
}

.footer-cta-content {
  padding: 20px;
}

.footer-cta-image {
  background-size: cover;
  background-position: center;
}

.footer-bottom {
  padding: 18px 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  font-size: 0.75rem;
}

.footer-policy {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.page-heading {
  margin-bottom: 24px;
}
.page-heading p {
  color: #6b7479;
  margin: 4px 0 0;
}

.search-badge {
  margin-left: 8px;
  background: #e6f0f2;
  color: #0f3f4a;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.villa-hero {
  min-height: 300px;
  background: var(--brand-dark);
  margin-top: 20px;
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.villa-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.25), rgba(0,0,0,0.1));
}

.villa-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.villa-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.villa-hero-meta .meta-item {
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 8px 10px;
  backdrop-filter: blur(4px);
}

.villa-tags span {
  background: rgba(255,255,255,0.2);
  padding: 4px 10px;
  border-radius: 12px;
  margin-right: 6px;
  display: inline-block;
  font-size: 0.85rem;
}

.gallery {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.gallery-main img {
  width: 100%;
  border-radius: 12px;
  height: 360px;
  object-fit: cover;
}

.gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.gallery-thumbs img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}

.gallery-thumbs img.active {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 6px;
}

.highlight-item {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 10px 12px;
}

.highlight-item .label {
  display: block;
  font-size: 0.8rem;
  color: #6a757b;
}

.tab-content-card {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.detail-section {
  margin-top: 32px;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.facility-item {
  background: var(--bg);
  padding: 10px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.facility-category {
  margin-bottom: 16px;
}

.facility-category h5 {
  font-size: 1rem;
  color: var(--brand-dark);
  margin-bottom: 10px;
}

.tab-content-card {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.availability-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.availability-cell {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
}

.availability-cell.booked { background: #f8d7da; color: #721c24; }
.availability-cell.option { background: #fff3cd; color: #856404; }
.availability-cell.maintenance { background: #d1ecf1; color: #0c5460; }
.availability-cell.available { background: #d4edda; color: #155724; }

.availability-legend {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.legend {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.85rem;
}

.nav-tabs .nav-link {
  color: #516067;
  border: none;
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active {
  color: var(--brand);
  border-color: var(--brand);
  background: transparent;
}

.legend.available { background: #d4edda; }
.legend.booked { background: #f8d7da; }
.legend.option { background: #fff3cd; }
.legend.maintenance { background: #d1ecf1; }

.sticky-card {
  position: sticky;
  top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.sticky-note {
  margin-top: 12px;
  background: #f7f8fa;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.85rem;
  color: #5b656a;
  display: flex;
  gap: 8px;
  align-items: center;
}

.price-summary {
  background: var(--bg);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.filter-card {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.filter-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5f4;
  color: #0f4e54;
  font-weight: 700;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  background: #f1f4f6;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chip input {
  display: none;
}

.chip span {
  color: #334046;
}

.chip input:checked + span {
  color: #0f5d5d;
  font-weight: 600;
}

.facility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.facility-item-check {
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 0.85rem;
  display: flex;
  gap: 8px;
  align-items: center;
}

.filter-drawer .offcanvas-body {
  padding: 0 16px 16px;
}

.sticky-filter {
  position: sticky;
  top: 18px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background: #f7f8fa;
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 16px;
}

.pagination .page-link {
  color: var(--brand);
  border-radius: 10px;
  margin: 0 4px;
}

.pagination .page-item.active .page-link {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.price-range {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}

.price-range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  background: #e4e8ee;
  border-radius: 999px;
}

.price-range-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0d6efd;
  border-radius: 999px;
}

.price-range-input {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  pointer-events: none;
  background: transparent;
}

.price-range-input::-webkit-slider-runnable-track {
  height: 10px;
  background: transparent;
  border: 0;
}

.price-range-input::-moz-range-track {
  height: 10px;
  background: transparent;
  border: 0;
}

.price-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -6px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0d6efd;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
  pointer-events: auto;
  cursor: pointer;
}

.price-range-input::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0d6efd;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
  pointer-events: auto;
  cursor: pointer;
}

.price-range-input-min {
  z-index: 3;
}

.price-range-input-max {
  z-index: 4;
}

.price-values {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #5c676c;
}

.empty-state {
  background: #f7f8fa;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
}

.tracking-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.tracking-note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #5b656a;
}

.tracking-result {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.9rem;
}

.tracking-result.success {
  background: #e6f6ef;
  color: #1e6a4c;
}

.tracking-result.error {
  background: #fde8e8;
  color: #a13535;
}

.similar-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 10px 2px 6px;
  scroll-snap-type: x mandatory;
}

.similar-item {
  scroll-snap-align: start;
}

.similar-carousel::-webkit-scrollbar {
  height: 8px;
}

.similar-carousel::-webkit-scrollbar-thumb {
  background: rgba(15,63,74,0.35);
  border-radius: 999px;
}

.active-filters .label {
  font-size: 0.85rem;
  color: #5f6b70;
}

.chip.static {
  background: #fff;
  border: 1px solid #e6e9ec;
}

.chip.removable {
  text-decoration: none;
  color: inherit;
}

.chip.removable span {
  margin-left: 6px;
  font-weight: 700;
}

.admin-body {
  background: #f4f6f9;
}

.admin-wrapper {
  display: flex;
  min-height: 100vh;
}

.admin-sidebar {
  width: 240px;
  background: var(--brand-dark);
  color: #fff;
  padding: 20px;
}

.admin-brand {
  font-weight: 700;
  margin-bottom: 20px;
}

.admin-menu {
  list-style: none;
  padding: 0;
}

.admin-menu li {
  margin-bottom: 10px;
}

.admin-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
}

.admin-content {
  flex: 1;
}

.admin-topbar {
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 14px;
}

.stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(15,63,74,0.12);
  color: var(--brand-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.stat-label {
  color: #6a7780;
  font-weight: 600;
  font-size: 0.85rem;
}

.stat-value {
  font-size: 1.6rem;
  font-weight: 700;
}

.admin-card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.admin-table th {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #6a7780;
}

.badge-soft-primary,
.badge-soft-secondary,
.badge-soft-warning,
.badge-soft-success,
.badge-soft-danger {
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.badge-soft-primary { background: rgba(13,110,253,0.12); color: #0d6efd; }
.badge-soft-secondary { background: rgba(108,117,125,0.12); color: #6c757d; }
.badge-soft-warning { background: rgba(255,193,7,0.15); color: #b78103; }
.badge-soft-success { background: rgba(25,135,84,0.12); color: #198754; }
.badge-soft-danger { background: rgba(220,53,69,0.12); color: #dc3545; }

.availability-calendar {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15,63,74,0.12);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.calendar-toolbar .toolbar-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.calendar-toolbar .month-label {
  font-weight: 700;
  font-size: 1.05rem;
}

.calendar-header,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.calendar-header div {
  font-weight: 700;
  color: #5f6b70;
  text-align: center;
}

.calendar-cell {
  border: 1px solid rgba(15,63,74,0.12);
  border-radius: 12px;
  padding: 10px;
  text-align: left;
  background: #fff;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.calendar-cell.empty {
  border: none;
  background: transparent;
  cursor: default;
}

.calendar-cell .day {
  font-weight: 700;
}

.calendar-cell .label {
  font-size: 0.78rem;
  color: #5b6469;
}

.calendar-cell .price {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-dark);
}

.calendar-cell.status-available {
  background: #f4fbf7;
  border-color: rgba(25,135,84,0.2);
}

.calendar-cell.status-booked {
  background: #fff5f5;
  border-color: rgba(220,53,69,0.25);
}

.calendar-cell.status-option {
  background: #fff9e6;
  border-color: rgba(255,193,7,0.25);
}

.calendar-cell.status-maintenance {
  background: #eef7fb;
  border-color: rgba(13,110,253,0.2);
}

.calendar-cell.selected {
  outline: 2px solid var(--brand);
  box-shadow: 0 0 0 3px rgba(15,93,93,0.15);
}

.reservation-day {
  min-height: 100px;
  align-items: flex-start;
}

.res-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background: #f7f8fa;
  border-radius: 8px;
  padding: 4px 6px;
  margin-top: 6px;
  font-size: 0.75rem;
}

.res-chip .res-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
}

.res-chip .res-eye {
  color: var(--brand-dark);
  text-decoration: none;
}

.res-chip .res-del {
  border: 0;
  background: transparent;
  color: #b42318;
  padding: 0;
  line-height: 1;
}
.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.admin-villa-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  border: 1px solid rgba(15,63,74,0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.admin-villa-thumb {
  position: relative;
  padding-top: 58%;
  background-size: cover;
  background-position: center;
}

.admin-villa-thumb .badge {
  position: absolute;
  top: 12px;
  left: 12px;
}

.admin-villa-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-villa-title {
  font-weight: 700;
  font-size: 1.05rem;
}

.admin-villa-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: #5f6b70;
}

.admin-villa-meta i {
  margin-right: 6px;
  color: var(--brand-dark);
}

.admin-villa-sub {
  font-size: 0.8rem;
}

.admin-villa-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.facility-group {
  border: 1px solid rgba(15,63,74,0.12);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  background: #fff;
}

.facility-group-title {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--brand-dark);
}

.upload-dropzone {
  border: 2px dashed rgba(15,63,74,0.25);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  background: #f8fbfb;
  cursor: pointer;
  transition: all 0.2s ease;
}

.upload-dropzone.dragover {
  border-color: var(--brand);
  background: rgba(15,93,93,0.08);
}

.upload-inner i {
  font-size: 1.8rem;
  color: var(--brand);
}

.upload-inner span {
  color: var(--brand);
  font-weight: 700;
}

.upload-preview img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(15,63,74,0.15);
}

.upload-preview-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.upload-preview-item {
  background: #fff;
  border: 1px solid rgba(15,63,74,0.12);
  border-radius: 10px;
  overflow: hidden;
  padding: 6px;
  text-align: center;
}

.upload-preview-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.upload-preview-item .file-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7f8;
  border-radius: 6px;
  font-weight: 700;
  color: #6a7780;
  font-size: 0.75rem;
}

.upload-preview-item .file-name {
  font-size: 0.75rem;
  margin-top: 6px;
  color: #5b676c;
  word-break: break-all;
}

.upload-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.upload-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15,63,74,0.12);
  background: #fff;
  cursor: grab;
}

.upload-thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.upload-thumb .cover-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255,255,255,0.9);
  color: var(--brand-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
}

.thumb-actions {
  display: flex;
  gap: 6px;
  padding: 8px;
  justify-content: flex-end;
}

.upload-thumb.dragging {
  opacity: 0.6;
  transform: scale(0.98);
}

.icon-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #f7f8fa;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(15,63,74,0.12);
}

.icon-option {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(15,63,74,0.12);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  cursor: pointer;
}

.icon-option.selected {
  background: rgba(15,93,93,0.12);
  border-color: var(--brand);
}

.icon-preview {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #566369;
  font-size: 0.9rem;
}

.icon-preview .preview-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(15,63,74,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
}

.contact-card {
  background: #fff;
  border: 1px solid rgba(15,63,74,0.12);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.contact-card i {
  font-size: 1.6rem;
  color: var(--brand-dark);
  margin-bottom: 6px;
}

.contact-card .label {
  color: #6a7780;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-card .value {
  font-weight: 700;
  font-size: 1rem;
}

.admin-login {
  background: linear-gradient(120deg, var(--brand-dark), var(--brand));
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 360px;
}

.media-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
}

.media-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.media-meta {
  padding: 10px;
}

.media-meta .name {
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: #556065;
  word-break: break-all;
}

.media-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.villa-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.gallery-tile {
  display: block;
  background-size: cover;
  background-position: center;
  min-height: 220px;
  position: relative;
  border: 0;
  padding: 0;
}

.gallery-tile.tile-large {
  grid-row: 1 / span 2;
  grid-column: 1;
  min-height: 460px;
}

.gallery-tile.tile-top {
  grid-row: 1;
  grid-column: 2;
}

.gallery-tile.tile-bottom {
  grid-row: 2;
  grid-column: 2;
}

.gallery-tile.tile-right {
  grid-row: 1 / span 2;
  grid-column: 3;
}

.gallery-tile.tile-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.gallery-tile .more-count {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .villa-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .gallery-tile.tile-large {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    min-height: 360px;
  }
  .gallery-tile.tile-top,
  .gallery-tile.tile-bottom,
  .gallery-tile.tile-right {
    grid-column: span 1;
    grid-row: auto;
    min-height: 180px;
  }
}

.gallery-modal {
  background: #0f1114;
  border: 0;
}

.gallery-modal .modal-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.gallery-modal .btn-close {
  filter: invert(1);
  opacity: 1;
  z-index: 10;
  width: 42px;
  height: 42px;
  background-color: rgba(15, 17, 20, 0.6);
  border-radius: 999px;
}

.gallery-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1114;
  flex: 1;
  min-height: 0;
}

.gallery-stage img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
}

.gallery-count {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  font-weight: 600;
  background: rgba(0,0,0,0.5);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.gallery-nav.prev { left: 16px; }
.gallery-nav.next { right: 16px; }

.gallery-thumbnails {
  display: flex;
  gap: 8px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  background: #121418;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 5;
}

.gallery-thumbnails .thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0;
  background: transparent;
  flex: 0 0 auto;
  display: block;
}

.gallery-thumbnails .thumb.active {
  border-color: var(--accent);
}

.gallery-thumbnails img {
  width: 92px;
  height: 62px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .villa-hero-content {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-slider .carousel-item {
    min-height: 420px;
  }

  .hero-search {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-date-picker {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 100px;
    width: auto;
    transform: none;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }

  .hero-date-picker-months {
    grid-template-columns: 1fr;
  }

  .divider {
    display: none;
  }

  .admin-sidebar {
    display: none;
  }
}
