html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0;
}

.progressive-img {
  background: linear-gradient(90deg, #edf1f3 25%, #f8fafb 38%, #edf1f3 62%);
  background-size: 400% 100%;
  animation: site-shimmer 1.2s ease-in-out infinite;
  transition: opacity 180ms ease, filter 180ms ease;
}

.progressive-img:not(.is-loaded) {
  filter: blur(4px);
}

.progressive-img.is-loaded {
  animation: none;
  background: transparent;
  filter: none;
}

main > section,
.service-card,
.package-list-card,
.offer-card,
.membership-card,
.outlet-card,
.blog-card,
.gallery-item {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

@keyframes site-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .progressive-img {
    animation: none;
    transition: none;
  }
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e7e7;
}

.header-meta-bar {
  background: #1f4a33;
  color: #ffffff;
}

.header-meta-inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 8px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
}

.header-meta-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-meta-right a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
}

.header-meta-right a i {
  color: #ffffff !important;
}

.header-meta-right a:hover {
  opacity: 0.85;
  color: #ffffff;
}

.header-meta-right a:hover i {
  color: #ffffff !important;
}

.header-top {
  max-width: 1800px;
  margin: 0 auto;
  min-height: 106px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-logo-image {
  height: 86px;
  width: auto;
  object-fit: contain;
  display: block;
}

.logo-mark {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 34%, #ffe65c 0%, #e6cb00 64%);
  border: 2px solid #d8be00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.logo-mark-text {
  color: #177341;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

.logo-text-wrap {
  line-height: 1.1;
}

.logo-title {
  color: #4f6f3a;
  letter-spacing: 0.8px;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
}

.logo-subtitle {
  color: #555555;
  font-size: 11px;
  font-style: italic;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-nav a {
  text-transform: uppercase;
  color: #1b1b1b;
  text-decoration: none;
  font-size: 30px;
  font-size: clamp(14px, 0.95vw, 28px);
  letter-spacing: 0.2px;
  padding: 0 18px;
  line-height: 1.2;
  border-right: 1px solid #d6d6d6;
  white-space: nowrap;
}

.header-nav a:last-child {
  border-right: none;
  padding-right: 0;
}

.header-nav a:hover {
  color: #000000;
}

main.pb-3 {
  padding-top: 20px;
}

.home-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
}

#homeHeroCarousel .carousel-item {
  height: 480px;
}

#homeHeroCarousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.1));
}

#homeHeroCarousel .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) brightness(0.8);
}

#homeHeroCarousel .carousel-indicators {
  bottom: 16px;
}

#homeHeroCarousel .carousel-indicators [data-bs-target] {
  width: 36px;
  height: 3px;
  border: 0;
  margin: 0 4px;
}

.services-showcase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f2f2f2;
  padding: 16px 16px 10px;
}

.services-heading {
  max-width: 1800px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.services-heading span {
  width: min(220px, 18vw);
  height: 4px;
  background: #2f6930;
}

.services-heading h2 {
  margin: 0;
  color: #214a2f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.6vw, 62px);
  font-weight: 500;
  line-height: 1.1;
}

.services-grid {
  max-width: 1860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

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

.service-card {
  margin: 0;
}

.service-card img {
  width: 100%;
  height: clamp(220px, 36vw, 720px);
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.service-card h3 {
  margin: 10px 0 0;
  color: #313131;
  font-size: clamp(20px, 1.35vw, 38px);
  font-weight: 500;
}

.services-scroll-shell {
  max-width: 1860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 10px;
}

.services-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.services-scroll-wrap::-webkit-scrollbar {
  display: none;
}

.services-scroll-wrap .services-grid {
  max-width: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.services-scroll-wrap .service-card-link {
  flex: 0 0 clamp(220px, 17vw, 330px);
}

.services-scroll-wrap .service-card {
  height: 100%;
}

.services-scroll-btn {
  width: 54px;
  height: 54px;
  border: 1px solid #cdd8ce;
  border-radius: 50%;
  background: #ffffff;
  color: #1f5130;
  font-size: 42px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.services-scroll-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.special-offers {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f2f2f2;
  padding: 14px 16px 22px;
}

.special-heading {
  max-width: 1800px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.special-heading span {
  width: min(240px, 18vw);
  height: 4px;
  background: #2f6930;
}

.special-heading h2 {
  margin: 0;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.8vw, 60px);
  font-weight: 500;
}

.special-board {
  max-width: 1500px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f9f9f9 0%, #efefef 100%);
  border-radius: 10px;
  padding: 22px 18px 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.special-board > h3 {
  margin: 0 0 20px;
  text-align: center;
  color: #a36513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4vw, 84px);
  font-weight: 700;
}

.special-board > h3 small {
  font-size: 0.58em;
  font-weight: 700;
}

.offers-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
}

.offers-scroll-shell {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 10px;
}

.offers-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.offers-scroll-wrap::-webkit-scrollbar {
  display: none;
}

.offers-scroll-wrap .offers-grid {
  max-width: none;
  margin: 0;
}

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

.offers-scroll-wrap .offer-card-link {
  flex: 0 0 clamp(240px, 26vw, 420px);
}

.offers-scroll-wrap .offer-card {
  height: 100%;
}

.offer-card h4 {
  margin: 0 0 2px;
  color: #0f1113;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 46px);
  font-weight: 700;
}

.offer-card p {
  margin: 0 0 10px;
  color: #065f3a;
  font-size: clamp(20px, 1.4vw, 34px);
}

.offer-card p span {
  color: #1f5130;
  font-size: 0.86em;
}

.offer-card img {
  width: 100%;
  height: clamp(180px, 19vw, 300px);
  object-fit: cover;
  border: 2px solid #d7a019;
}

.offer-card.highlight img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.offer-price {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.old-price {
  color: #065f3a;
  text-decoration: line-through;
  font-size: clamp(26px, 1.9vw, 40px);
}

.new-price {
  background: #03552f;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  padding: 8px 16px 10px;
}

.clients-showcase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f2f2f2;
  padding: 28px 16px 6px;
}

.clients-heading {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.clients-heading span {
  width: min(240px, 18vw);
  height: 4px;
  background: #2f6930;
}

.clients-heading h2 {
  margin: 0;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.8vw, 64px);
  font-weight: 500;
}

.clients-link-icon {
  text-align: center;
  color: #1f1f1f;
  font-size: clamp(20px, 1.4vw, 30px);
  margin: 12px 0 8px;
}

.clients-quote {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #2f6930;
  line-height: 1.45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.6vw, 36px);
}

.clients-profile-wrap {
  max-width: 980px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  align-items: center;
}

.clients-nav {
  border: 0;
  background: transparent;
  font-size: clamp(56px, 4vw, 96px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.clients-nav.left {
  color: #2f6930;
}

.clients-nav.right {
  color: #97af9d;
  justify-self: end;
}

.clients-profile {
  text-align: center;
}

.clients-profile img {
  width: clamp(110px, 8vw, 180px);
  height: clamp(110px, 8vw, 180px);
  border-radius: 50%;
  object-fit: cover;
}

.clients-profile h3 {
  margin: 14px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  color: #171717;
  font-size: clamp(28px, 1.8vw, 44px);
  font-weight: 500;
}

.clients-profile p {
  margin: 0;
  color: #6b7280;
  font-size: clamp(22px, 1.4vw, 34px);
  font-weight: 600;
}

.welcome-popup .modal-content {
  border-radius: 22px;
  border: 0;
  background: #f2f2f2;
  padding: 26px 18px 22px;
  position: relative;
}

.popup-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #122714;
  background: #2f6930;
  color: #ffffff;
  cursor: pointer;
  font-size: 48px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.popup-close-btn span {
  margin-top: -6px;
}

.welcome-popup .modal-body {
  padding: 8px 22px 20px;
}

.welcome-popup h2 {
  color: #2f6930;
  font-size: clamp(34px, 2.7vw, 66px);
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  max-width: 900px;
  margin: 12px auto 20px;
}

.popup-subtitle {
  color: #4b5563;
  font-size: clamp(18px, 1.35vw, 34px);
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 24px;
  max-width: 900px;
}

.popup-form {
  max-width: 980px;
  margin: 0 auto;
}

.popup-form label {
  display: block;
  color: #374151;
  font-size: clamp(18px, 1.15vw, 28px);
  margin-bottom: 8px;
  font-weight: 500;
}

.popup-form label span {
  color: #ef4444;
}

.popup-form input {
  width: 100%;
  height: 64px;
  border: 1px solid #9ca3af;
  border-radius: 12px;
  padding: 0 18px;
  background: #f7f7f7;
  margin-bottom: 18px;
  font-size: clamp(18px, 1.15vw, 26px);
  color: #374151;
}

.popup-form input::placeholder {
  color: #6b7280;
}

.popup-submit-btn {
  width: 100%;
  border: 2px solid #0f210f;
  border-radius: 12px;
  background: #2f6930;
  color: #ffffff;
  height: 76px;
  margin-top: 18px;
  font-size: clamp(26px, 1.5vw, 34px);
  font-weight: 700;
}

.popup-submit-btn:hover {
  background: #255324;
}

.site-footer {
  background: #2f6930;
  color: #ffffff;
  margin-top: 50px;
}

.site-footer-top {
  max-width: 1800px;
  margin: 0 auto;
  padding: 48px 38px 30px;
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, 1fr) minmax(170px, 1fr) minmax(210px, 1fr) minmax(180px, 0.9fr);
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.footer-brand {
  align-self: center;
}

.footer-logo-mark {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 34%, #ffea00 0%, #e8cb00 62%);
  border: 4px solid #e0cc00;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 110px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.footer-logo-image {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
}

.footer-brand-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.6vw, 34px);
  line-height: 1.1;
  color: #d9e7d3;
}

.footer-brand-subtitle {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(18px, 1.2vw, 28px);
  color: #ecf4e8;
}

.footer-links-group h5 {
  font-size: clamp(22px, 1.4vw, 32px);
  margin-bottom: 22px;
  font-weight: 700;
}

.footer-links-group a,
.footer-links-group p {
  display: block;
  margin: 0 0 14px;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(18px, 1.1vw, 26px);
  line-height: 1.25;
}

.footer-links-group a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-links-group a:visited,
.footer-links-group a:active,
.footer-links-group a:focus {
  color: #ffffff;
}

.footer-contact p i {
  margin-right: 10px;
}

.footer-app-links {
  justify-self: end;
  display: grid;
  gap: 10px;
}

.footer-app-links a {
  display: block;
  text-decoration: none;
}

.footer-app-links img {
  width: min(260px, 100%);
  height: auto;
  display: block;
  border-radius: 10px;
}

.site-footer-bottom {
  max-width: 1800px;
  margin: 0 auto;
  padding: 20px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-copyright {
  font-size: clamp(16px, 0.95vw, 22px);
  font-weight: 600;
}

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

.footer-social a {
  color: #ffffff;
  font-size: clamp(20px, 1vw, 28px);
  line-height: 1;
  text-decoration: none;
}

.footer-social a i {
  color: #ffffff !important;
}

.footer-social a:hover {
  opacity: 0.85;
}

@media (max-width: 1200px) {
  .header-meta-inner {
    padding: 8px 20px;
  }

  .header-top {
    min-height: 92px;
    padding: 10px 20px;
  }

  .header-nav {
    row-gap: 10px;
  }

  .header-nav a {
    padding: 0 12px;
  }

  .site-footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-app-links {
    justify-self: start;
  }

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

  .clients-profile-wrap {
    grid-template-columns: 90px 1fr 90px;
  }
}

@media (max-width: 991px) {
  .header-meta-inner {
    padding: 8px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .header-nav {
    width: 100%;
    justify-content: flex-start;
    row-gap: 8px;
  }

  .header-nav a {
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 10px 6px 0;
    font-size: 13px;
  }

  .header-nav a:last-child {
    border-bottom: 1px solid #d6d6d6;
  }

  #homeHeroCarousel .carousel-item {
    height: 400px;
  }

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

  .clients-heading {
    gap: 16px;
  }

  .clients-heading span {
    width: 14vw;
  }

  .clients-profile-wrap {
    grid-template-columns: 70px 1fr 70px;
  }

  .site-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 38px 20px 24px;
  }

  .site-footer-bottom {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .popup-close-btn {
    width: 52px;
    height: 52px;
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .header-meta-left {
    font-size: 12px;
  }

  .header-meta-right a {
    font-size: 15px;
  }

  .header-top {
    min-height: 0;
    padding: 10px 14px;
  }

  .header-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 8px;
  }

  .header-nav a {
    padding: 0 0 6px 0;
    font-size: 12px;
  }

  .logo-mark {
    width: 60px;
    height: 60px;
  }

  .header-logo-image {
    height: 60px;
  }

  .logo-mark-text {
    font-size: 30px;
  }

  .logo-title {
    font-size: 18px;
  }

  .home-hero {
    margin-top: 0;
  }

  #homeHeroCarousel .carousel-item {
    height: 320px;
  }

  #homeHeroCarousel .carousel-indicators {
    bottom: 8px;
  }

  .services-showcase {
    padding: 14px 12px 8px;
  }

  .services-heading {
    gap: 12px;
    margin-bottom: 14px;
  }

  .services-heading span {
    width: 12vw;
    min-width: 28px;
    height: 3px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services-scroll-shell {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .offers-scroll-shell {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 8px;
  }

  .services-scroll-btn {
    width: 42px;
    height: 42px;
    font-size: 34px;
  }

  .service-card img {
    height: 260px;
  }

  .clients-showcase {
    padding: 20px 12px 4px;
  }

  .clients-heading {
    gap: 10px;
  }

  .clients-heading span {
    width: 11vw;
    min-width: 24px;
    height: 3px;
  }

  .clients-link-icon {
    margin: 8px 0 6px;
  }

  .clients-profile-wrap {
    grid-template-columns: 40px 1fr 40px;
    margin-top: 10px;
  }

  .clients-nav {
    font-size: 42px;
  }

  .site-footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-logo-mark {
    width: 120px;
    height: 120px;
    font-size: 74px;
  }

  .footer-logo-image {
    width: 120px;
    height: 120px;
  }

  .footer-app-links {
    justify-self: start;
  }

  .welcome-popup .modal-body {
    padding: 8px 8px 10px;
  }

  .popup-form input {
    height: 54px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .popup-submit-btn {
    height: 62px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .header-nav {
    grid-template-columns: 1fr;
  }

  .logo-title {
    font-size: 16px;
  }

  .logo-subtitle {
    font-size: 10px;
  }

  #homeHeroCarousel .carousel-item {
    height: 240px;
  }

  .service-card img {
    height: 220px;
  }

  .clients-profile h3 {
    line-height: 1.2;
  }
}

@media (max-width: 1200px) {
  .special-board {
    padding: 18px 12px 22px;
  }
}

@media (max-width: 991px) {
  .offers-grid {
    gap: 18px;
  }

  .offer-card img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .special-offers {
    padding: 12px 10px 18px;
  }

  .special-heading {
    gap: 10px;
    margin-bottom: 12px;
  }

  .special-heading span {
    width: 12vw;
    min-width: 24px;
    height: 3px;
  }

  .special-board > h3 {
    margin-bottom: 14px;
  }

  .offer-card img {
    height: 220px;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.content-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 16px 50px;
}

.content-hero {
  border-radius: 14px;
  padding: clamp(28px, 5vw, 68px) clamp(18px, 4vw, 56px);
  color: #ffffff;
  margin-bottom: 18px;
}

.content-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 64px);
  font-family: Georgia, "Times New Roman", serif;
}

.content-hero p {
  margin: 0;
  max-width: 840px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.45;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.content-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #d9e2d5;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.content-card h3 {
  margin: 0 0 8px;
  color: #1f5130;
  font-size: clamp(20px, 1.35vw, 30px);
}

.content-card p {
  margin: 0;
  color: #374151;
  line-height: 1.5;
  font-size: clamp(15px, 1vw, 18px);
}

.content-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #edf5ee;
  border-left: 4px solid #2f6930;
  color: #1f5130;
}

.theme-services { background: linear-gradient(120deg, #2f6930, #3d8550); }
.theme-packages { background: linear-gradient(120deg, #5d411d, #b57a2f); }
.theme-membership { background: linear-gradient(120deg, #1d4b57, #2e7f92); }
.theme-about { background: linear-gradient(120deg, #4f3f68, #8064aa); }
.theme-outlets { background: linear-gradient(120deg, #315244, #4c8a72); }
.theme-blogs { background: linear-gradient(120deg, #39543a, #638e4d); }
.theme-careers { background: linear-gradient(120deg, #5a3f2d, #9e6f4d); }
.theme-contact { background: linear-gradient(120deg, #284c44, #3d7c6f); }

@media (max-width: 991px) {
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .content-page {
    padding: 14px 10px 34px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.service-detail-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f5f7f2;
  padding: 22px 14px 42px;
}

.service-detail-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.service-booking-alert {
  border-radius: 8px;
  padding: 13px 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.service-booking-alert-success {
  color: #155034;
  background: #e7f5ed;
  border: 1px solid #badfcb;
}

.service-detail-hero {
  min-height: 280px;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 54px);
  color: #ffffff;
  background: linear-gradient(90deg, #123723, #1f5e3a);
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}

.service-detail-hero-copy {
  max-width: 900px;
}

.service-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 18px;
}

.service-detail-back:hover {
  color: #eef8ef;
}

.service-detail-hero-copy > p {
  margin: 0 0 8px;
  font-size: clamp(14px, 1vw, 18px);
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
}

.service-detail-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 76px);
  line-height: 1.05;
}

.service-detail-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.service-detail-hero-meta span {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 16px;
  align-items: start;
}

.service-detail-main,
.service-booking-panel {
  background: #ffffff;
  border: 1px solid #dbe4d8;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(29, 50, 37, 0.08);
}

.service-detail-main {
  overflow: hidden;
}

.service-detail-image-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 240px;
  max-height: 340px;
  background: #dfe8df;
}

.service-detail-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-detail-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 8px;
  padding: 7px 11px;
  color: #19452d;
  background: #fff4bf;
  border: 1px solid #eadc8d;
  font-weight: 800;
}

.service-detail-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #dbe4d8;
  border-top: 1px solid #dbe4d8;
  border-bottom: 1px solid #dbe4d8;
}

.service-detail-info-grid > div {
  background: #fbfcfa;
  padding: 18px;
}

.service-detail-info-grid span,
.service-booking-heading span,
.service-booking-summary span,
.service-booking-field > span:first-child {
  display: block;
  color: #647066;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 6px;
}

.service-detail-info-grid strong {
  color: #183526;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.25;
}

.service-detail-info-grid small {
  margin-left: 6px;
  color: #7a837c;
  text-decoration: line-through;
  font-size: 0.72em;
}

.service-detail-description {
  padding: 22px;
}

.service-detail-description h2,
.service-booking-heading h2 {
  margin: 0 0 10px;
  color: #183526;
  font-size: clamp(24px, 1.6vw, 34px);
  font-family: Georgia, "Times New Roman", serif;
}

.service-detail-description p,
.service-booking-heading p {
  margin: 0;
  color: #3f4a42;
  line-height: 1.65;
}

.service-booking-panel {
  position: sticky;
  top: 16px;
  padding: 20px;
}

.service-booking-heading {
  margin-bottom: 16px;
}

.service-booking-form {
  display: grid;
  gap: 16px;
}

.service-booking-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border-radius: 8px;
  padding: 14px;
  background: #f5f8f4;
  border: 1px solid #dbe5d8;
}

.service-booking-summary strong {
  color: #183526;
  font-size: 17px;
}

.booking-verification-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  color: #244133;
  background: #fff9df;
  border: 1px solid #eadf9f;
  line-height: 1.45;
}

.booking-verification-note i {
  color: #8a6b12;
  margin-top: 2px;
}

.booking-verification-note strong {
  color: #183526;
  white-space: nowrap;
}

.service-booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-booking-field {
  margin: 0;
}

.service-booking-field-full {
  grid-column: 1 / -1;
}

.booking-slots-enabled .booking-time-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.service-booking-field input,
.service-booking-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd9c8;
  border-radius: 8px;
  padding: 10px 12px;
  color: #1e2f25;
  background: #ffffff;
}

.service-booking-field input:focus,
.service-booking-field select:focus {
  outline: 0;
  border-color: #2f6930;
  box-shadow: 0 0 0 3px rgba(47, 105, 48, 0.14);
}

.booking-availability-message {
  margin: -4px 0 0;
  color: #44624d;
  font-size: 13px;
  line-height: 1.4;
}

.booking-availability-message.is-error {
  color: #b42318;
}

.booking-quantity-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(24, 53, 38, 0.24);
}

.booking-quantity-modal .modal-header,
.booking-quantity-modal .modal-footer {
  border: 0;
}

.booking-quantity-modal .modal-header {
  align-items: flex-start;
  padding: 22px 24px 14px;
  background: #183526;
  color: #ffffff;
}

.booking-quantity-modal .modal-title {
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.booking-quantity-kicker {
  margin: 0;
  color: #b7d0c1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.booking-quantity-modal .btn-close {
  filter: invert(1);
  opacity: 0.86;
}

.booking-quantity-modal .modal-body {
  padding: 22px 24px;
  background: #fffdf9;
}

.booking-quantity-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.booking-quantity-summary div,
.booking-quantity-total {
  border: 1px solid #dbe5d8;
  border-radius: 8px;
  padding: 12px;
  background: #f5f8f4;
}

.booking-quantity-summary span,
.booking-quantity-field span,
.booking-quantity-total span {
  display: block;
  color: #607665;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.booking-quantity-summary strong,
.booking-quantity-total strong {
  display: block;
  margin-top: 5px;
  color: #183526;
  font-size: 16px;
  line-height: 1.25;
}

.booking-quantity-field {
  display: block;
  margin: 0 0 14px;
}

.booking-quantity-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-quantity-total strong {
  margin: 0;
  font-size: 20px;
}

.booking-slot-choice-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 9px;
}

.booking-slot-choice {
  aspect-ratio: 1;
  min-width: 0;
  border: 1px solid #cbd9c8;
  border-radius: 8px;
  color: #244133;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.booking-slot-choice:hover {
  transform: translateY(-1px);
  border-color: #2f6930;
}

.booking-slot-choice.is-selected {
  border-color: #183526;
  color: #ffffff;
  background: #183526;
}

.booking-slot-choice-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  color: #607665;
  font-size: 12px;
  font-weight: 800;
}

.booking-slot-choice-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.slot-choice-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #cbd9c8;
  background: #ffffff;
}

.slot-choice-dot-selected {
  border-color: #183526;
  background: #183526;
}

.booking-slot-choice-status {
  margin: 8px 0 0;
  color: #607665;
  font-size: 13px;
  font-weight: 700;
}

.booking-quantity-modal .modal-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 10px;
  padding: 0 24px 24px;
  background: #fffdf9;
}

.booking-quantity-secondary,
.booking-quantity-primary {
  min-height: 48px;
  border-radius: 8px;
  padding: 11px 14px;
  font-weight: 800;
  line-height: 1.1;
}

.booking-quantity-secondary {
  border: 1px solid #cbd9c8;
  color: #244133;
  background: #ffffff;
}

.booking-quantity-primary {
  border: 0;
  color: #ffffff;
  background: #2f6930;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.booking-quantity-primary:hover {
  background: #244f25;
}

.booking-process-overlay {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(17, 31, 23, 0.5);
  backdrop-filter: blur(3px);
}

.booking-process-overlay.is-visible {
  display: grid;
}

.booking-process-message {
  width: min(360px, 100%);
  border: 1px solid #dbe5d8;
  border-radius: 8px;
  padding: 24px;
  color: #183526;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(24, 53, 38, 0.24);
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.booking-process-message strong {
  font-size: 21px;
  line-height: 1.2;
}

.booking-process-message span:last-child {
  color: #607665;
  font-size: 14px;
  line-height: 1.45;
}

.booking-process-spinner {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 4px solid #dbe5d8;
  border-top-color: #2f6930;
  animation: booking-process-spin 0.8s linear infinite;
}

@keyframes booking-process-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 480px) {
  .booking-quantity-summary,
  .booking-quantity-modal .modal-footer {
    grid-template-columns: 1fr;
  }
}

.booking-slot-board {
  border-radius: 8px;
  padding: 18px;
  color: #eef7f2;
  background: #383838;
  border: 1px solid #4a4a4a;
}

.booking-slot-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.booking-slot-board-head strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

.booking-slot-board-head span {
  color: #c8d0cb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-slot-screen {
  width: min(240px, 72%);
  height: 22px;
  margin: 0 auto 18px;
  color: #e7ece9;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(180deg, #18b9c8 0%, #088699 42%, rgba(8, 134, 153, 0) 100%);
  border-radius: 50% 50% 6px 6px / 100% 100% 6px 6px;
  line-height: 16px;
}

.booking-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 12px;
  min-height: 72px;
}

.booking-slot {
  min-width: 0;
  min-height: 72px;
  border: 1px solid #00b9ac;
  border-radius: 8px;
  color: #eafffb;
  background: rgba(0, 185, 172, 0.08);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.booking-slot i {
  font-size: 17px;
}

.booking-slot span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.booking-slot small {
  color: inherit;
  display: block;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.8;
}

.booking-slot:not(:disabled):hover {
  transform: translateY(-1px);
  background: rgba(0, 185, 172, 0.2);
}

.booking-slot.is-picked {
  color: #252700;
  border-color: #f1ef00;
  background: #f1ef00;
}

.booking-slot-reserved {
  color: #d7f4ff;
  border-color: #12a8d8;
  background: rgba(18, 168, 216, 0.12);
}

.booking-slot-sold {
  color: #ffe4e4;
  border-color: #de3139;
  background: rgba(222, 49, 57, 0.12);
}

.booking-slot-unavailable,
.booking-slot:disabled {
  color: #a8a8a8;
  border-color: #737373;
  background: rgba(115, 115, 115, 0.14);
  cursor: not-allowed;
  opacity: 0.82;
}

.booking-slot-empty {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 44px;
  border: 1px dashed #6c6c6c;
  border-radius: 8px;
  color: #d7ddd9;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  padding: 10px;
}

.booking-slot-legend {
  border-top: 1px solid #555555;
  margin-top: 14px;
  padding-top: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.booking-slot-legend span {
  min-width: 0;
  color: #e2e7e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.slot-dot {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid currentColor;
  display: inline-block;
  flex: 0 0 auto;
}

.slot-dot-available {
  color: #00b9ac;
}

.slot-dot-reserved {
  color: #12a8d8;
}

.slot-dot-sold {
  color: #de3139;
}

.slot-dot-picked {
  color: #f1ef00;
  background: #f1ef00;
}

.slot-dot-unavailable {
  color: #737373;
}

.service-booking-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  background: #1f5130;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  text-decoration: none;
}

.service-booking-submit:hover {
  color: #ffffff;
  background: #183f26;
}

.service-booking-submit:disabled {
  opacity: 0.75;
}

@media (max-width: 1180px) and (min-width: 992px) {
  .service-detail-layout,
  .package-booking-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  }

  .booking-slot-grid {
    grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  }
}

@media (max-width: 991px) {
  .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .service-booking-panel {
    position: static;
  }
}

@media (max-width: 768px) {
  .service-detail-page {
    padding: 12px 10px 26px;
  }

  .service-detail-hero {
    min-height: 240px;
    padding: 22px 18px;
  }

  .service-detail-image-frame {
    min-height: 180px;
    max-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .service-detail-info-grid,
  .service-booking-summary,
  .service-booking-fields {
    grid-template-columns: 1fr;
  }

  .booking-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .service-detail-info-grid > div,
  .service-detail-description,
  .service-booking-panel {
    padding: 16px;
  }
}

.contact-custom-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 22px 14px 30px;
}

.contact-custom-wrap {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  background: #f2f2f2;
}

.contact-custom-left {
  padding: 8px 20px 10px 0;
}

.contact-custom-left h1 {
  margin: 0 0 20px;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.6vw, 58px);
  font-weight: 500;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.contact-icon-box {
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background: #eeeeee;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f6930;
  font-size: 42px;
}

.contact-info-item h3 {
  margin: 0 0 2px;
  color: #0f1113;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.7vw, 40px);
}

.contact-info-item p {
  margin: 0;
  color: #334a63;
  font-size: clamp(18px, 1.2vw, 30px);
}

.contact-custom-left h2 {
  margin: 20px 0 10px;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.5vw, 56px);
  font-weight: 500;
}

.contact-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-social-row a {
  color: #2f6930;
  text-decoration: none;
  font-size: clamp(36px, 2.1vw, 52px);
  line-height: 1;
}

.contact-custom-right {
  background: #efefef;
  border-radius: 4px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
  padding: 40px 28px 26px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.contact-form-grid input,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid #aeb5bc;
  border-radius: 10px;
  background: #f2f2f2;
  padding: 12px 16px;
  color: #50627a;
  font-size: clamp(18px, 1.2vw, 28px);
}

.contact-form-grid textarea {
  grid-column: 1 / -1;
  height: 300px;
  resize: vertical;
}

.contact-form-grid button {
  grid-column: 2 / 3;
  justify-self: end;
  width: 180px;
  height: 64px;
  border: 2px solid #2f6930;
  border-radius: 10px;
  background: #f2f2f2;
  color: #2f6930;
  font-size: clamp(26px, 1.5vw, 34px);
  font-weight: 500;
}

@media (max-width: 1100px) {
  .contact-custom-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-custom-left {
    padding: 8px 0;
  }
}

@media (max-width: 768px) {
  .contact-custom-page {
    padding: 14px 10px 24px;
  }

  .contact-info-item {
    grid-template-columns: 66px 1fr;
    gap: 10px;
  }

  .contact-icon-box {
    width: 66px;
    height: 66px;
    font-size: 30px;
  }

  .contact-custom-right {
    padding: 14px 12px 16px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-form-grid textarea {
    height: 220px;
  }

  .contact-form-grid button {
    grid-column: 1 / -1;
    width: 100%;
    height: 56px;
  }
}

.careers-custom-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px 14px 36px;
}

.careers-custom-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.careers-custom-wrap h1 {
  margin: 0 0 8px;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 3.3vw, 64px);
  font-weight: 500;
}

.careers-intro {
  margin: 0 0 24px;
  color: #0f1113;
  font-size: clamp(22px, 1.5vw, 33px);
}

.career-job-list {
  border-top: 1px solid transparent;
}

.career-job-item {
  padding: 14px 0;
  border-bottom: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.job-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.job-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #ebedef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f6930;
  font-size: 34px;
}

.job-left h3 {
  margin: 0;
  color: #1f5130;
  font-size: clamp(28px, 1.9vw, 42px);
  font-weight: 600;
}

.job-apply {
  color: #1f5130;
  text-decoration: none;
  font-size: clamp(26px, 1.8vw, 40px);
  font-weight: 600;
  white-space: nowrap;
}

.job-apply span {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .careers-custom-page {
    padding: 14px 10px 24px;
  }

  .career-job-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .job-icon {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }
}

.services-custom-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 20px 12px 34px;
}

.services-custom-wrap {
  max-width: 1750px;
  margin: 0 auto;
}

.services-custom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}

.services-custom-title span {
  width: min(200px, 16vw);
  height: 4px;
  background: #2f6930;
}

.services-custom-title h1 {
  margin: 0;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.5vw, 54px);
  font-weight: 500;
}

.services-custom-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  overflow-x: auto;
  background: #2f6930;
  padding: 0;
  margin-bottom: 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.services-custom-tabs a {
  display: inline-block;
  padding: 10px 12px;
  color: #ffffff;
  text-decoration: none;
  background: #2f6930;
  white-space: nowrap;
  font-size: clamp(16px, 1.1vw, 24px);
  font-weight: 600;
  scroll-snap-align: start;
}

.services-custom-tabs a.active {
  background: #275728;
}

.services-custom-tabs a:focus-visible {
  outline: 2px solid #cde9d0;
  outline-offset: -2px;
}

.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.services-catalog-card img {
  width: 100%;
  height: clamp(160px, 14vw, 260px);
  object-fit: cover;
  display: block;
}

.services-catalog-card h3 {
  margin: 6px 0 2px;
  color: #0f1113;
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 500;
}

.services-catalog-card p {
  margin: 0;
  color: #334a63;
  font-size: clamp(14px, 1vw, 22px);
}

@media (max-width: 1200px) {
  .services-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .services-custom-page {
    padding: 14px 10px 24px;
  }

  .services-custom-title {
    gap: 10px;
  }

  .services-custom-title span {
    width: 11vw;
    min-width: 20px;
    height: 3px;
  }

  .services-custom-tabs a {
    font-size: 13px;
    padding: 8px 10px;
  }

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

  .services-catalog-card img {
    height: 170px;
  }
}

@media (max-width: 520px) {
  .services-cards-grid {
    grid-template-columns: 1fr;
  }

  .services-catalog-card img {
    height: 220px;
  }
}

.outlets-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px 14px 36px;
}

.outlets-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.outlets-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}

.outlets-title span {
  width: min(180px, 14vw);
  height: 4px;
  background: #2f6930;
}

.outlets-title h1 {
  margin: 0;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 2.7vw, 58px);
  font-weight: 500;
}

.outlets-intro {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 840px;
  color: #334155;
  font-size: clamp(16px, 1.1vw, 22px);
}

.outlet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.outlet-card-link {
  text-decoration: none;
}

.outlet-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #d8e0d2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.outlet-card-link:hover .outlet-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.outlet-image-wrap img,
.outlet-image-placeholder {
  width: 100%;
  height: 230px;
}

.outlet-image-wrap img {
  object-fit: cover;
  display: block;
}

.outlet-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #dde8da, #f2f6f0);
  color: #2f6930;
  font-size: 52px;
}

.outlet-body {
  padding: 14px 14px 16px;
}

.outlet-body h3 {
  margin: 0 0 6px;
  color: #133321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.4vw, 34px);
}

.outlet-location {
  margin: 0 0 6px;
  color: #2f6930;
  font-weight: 600;
  font-size: clamp(14px, 0.95vw, 18px);
}

.outlet-address {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: clamp(14px, 0.9vw, 17px);
  line-height: 1.5;
}

.outlet-link-text {
  color: #1f5130;
  font-weight: 600;
  font-size: clamp(14px, 0.95vw, 18px);
}

@media (max-width: 1100px) {
  .outlet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .outlets-page {
    padding: 14px 10px 24px;
  }

  .outlets-title {
    gap: 10px;
  }

  .outlets-title span {
    width: 11vw;
    min-width: 20px;
    height: 3px;
  }

  .outlet-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .outlet-image-wrap img,
  .outlet-image-placeholder {
    height: 210px;
  }
}

.package-list-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px 14px 36px;
}

.package-list-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.package-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}

.package-list-title span {
  width: min(180px, 14vw);
  height: 4px;
  background: #2f6930;
}

.package-list-title h1 {
  margin: 0;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 2.7vw, 58px);
  font-weight: 500;
}

.package-list-intro {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 860px;
  color: #334155;
  font-size: clamp(16px, 1.1vw, 22px);
}

.package-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.package-list-card-link {
  text-decoration: none;
}

.package-list-card {
  background: #f6f8f8;
  border: 1px solid #d6dbd8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.package-list-card-link:hover .package-list-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.package-list-image-wrap img,
.package-list-image-placeholder {
  width: 100%;
  height: 290px;
}

.package-list-image-wrap img {
  object-fit: cover;
  display: block;
}

.package-list-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #dce8de, #eef5ef);
  color: #2f6930;
  font-size: 56px;
}

.package-list-card-body {
  padding: 16px 18px 18px;
}

.package-list-card-body h3 {
  margin: 0 0 8px;
  color: #0e2b1e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.5vw, 40px);
  font-weight: 500;
}

.package-list-services {
  margin: 0 0 8px;
  color: #1f5130;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 600;
}

.package-list-description {
  margin: 0 0 10px;
  color: #334155;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.5;
}

.package-list-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #0f1113;
  font-size: clamp(14px, 0.95vw, 18px);
  margin-bottom: 10px;
}

.package-list-view-link {
  color: #0f5132;
  font-size: clamp(20px, 1.15vw, 26px);
  font-weight: 600;
}

.package-detail-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px 14px 36px;
}

.package-detail-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.package-detail-hero {
  border-radius: 16px;
  padding: 26px 24px;
  background: linear-gradient(120deg, #5d411d, #b57a2f);
  color: #ffffff;
  margin-bottom: 18px;
}

.package-detail-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 2.7vw, 56px);
  font-family: Georgia, "Times New Roman", serif;
}

.package-detail-hero p {
  margin: 0;
  font-size: clamp(16px, 1.05vw, 22px);
}

.package-detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.1fr);
  gap: 16px;
}

.package-booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 16px;
  align-items: start;
}

.package-detail-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.package-detail-image-panel,
.package-detail-info-panel {
  background: #ffffff;
  border: 1px solid #d8dfd5;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.package-detail-image-panel {
  overflow: hidden;
}

.package-detail-image-panel img,
.package-detail-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 340px;
}

.package-detail-image-panel img {
  object-fit: cover;
  display: block;
}

.package-detail-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #2f6930;
  background: linear-gradient(120deg, #dce8de, #eef5ef);
}

.package-detail-info-panel {
  padding: 18px;
}

.package-detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.package-detail-metric {
  background: #f7faf7;
  border: 1px solid #dbe5d7;
  border-radius: 10px;
  padding: 10px;
}

.package-detail-metric span {
  display: block;
  color: #4b5563;
  font-size: clamp(13px, 0.85vw, 16px);
  margin-bottom: 3px;
}

.package-detail-metric strong {
  color: #173225;
  font-size: clamp(16px, 1vw, 20px);
}

.package-detail-block {
  margin-bottom: 14px;
}

.package-detail-block h3 {
  margin: 0 0 6px;
  color: #1f5130;
  font-size: clamp(22px, 1.3vw, 28px);
}

.package-detail-block p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

.package-detail-service-list {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.6;
}

.package-detail-service-list li {
  margin-bottom: 8px;
}

.package-detail-service-list li strong {
  color: #183526;
}

.package-detail-service-list li span {
  color: #647066;
  margin-left: 6px;
}

.package-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1200px) {
  .package-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .package-booking-layout,
  .package-detail-main {
    grid-template-columns: 1fr;
  }

  .package-detail-grid {
    grid-template-columns: 1fr;
  }

  .package-detail-image-panel img,
  .package-detail-image-placeholder {
    min-height: 220px;
    max-height: 280px;
  }
}

@media (max-width: 768px) {
  .package-list-page,
  .package-detail-page {
    padding: 14px 10px 24px;
  }

  .package-list-title {
    gap: 10px;
  }

  .package-list-title span {
    width: 11vw;
    min-width: 20px;
    height: 3px;
  }

  .package-list-grid {
    grid-template-columns: 1fr;
  }

  .package-list-image-wrap img,
  .package-list-image-placeholder {
    height: 220px;
  }

  .package-detail-metrics {
    grid-template-columns: 1fr;
  }
}

.membership-list-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px 14px 36px;
}

.membership-list-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.membership-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}

.membership-list-title span {
  width: min(180px, 14vw);
  height: 4px;
  background: #2f6930;
}

.membership-list-title h1 {
  margin: 0;
  color: #1f5130;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 2.7vw, 58px);
  font-weight: 500;
}

.membership-list-intro {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 860px;
  color: #334155;
  font-size: clamp(16px, 1.1vw, 22px);
}

.membership-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.membership-list-card-link {
  text-decoration: none;
}

.membership-list-card {
  background: #f6f8f8;
  border: 1px solid #d6dbd8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.membership-list-card-link:hover .membership-list-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.membership-list-image-wrap img,
.membership-list-image-placeholder {
  width: 100%;
  height: 290px;
}

.membership-list-image-wrap img {
  object-fit: cover;
  display: block;
}

.membership-list-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #dce8de, #eef5ef);
  color: #2f6930;
  font-size: 56px;
}

.membership-list-body {
  padding: 16px 18px 18px;
}

.membership-list-body h3 {
  margin: 0 0 8px;
  color: #0e2b1e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.5vw, 40px);
  font-weight: 500;
}

.membership-list-highlight {
  margin: 0 0 8px;
  color: #1f5130;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 600;
}

.membership-list-description {
  margin: 0 0 10px;
  color: #334155;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.5;
}

.membership-list-meta {
  color: #0f1113;
  font-size: clamp(14px, 0.95vw, 18px);
  margin-bottom: 10px;
}

.membership-list-view-link {
  color: #0f5132;
  font-size: clamp(20px, 1.15vw, 26px);
  font-weight: 600;
}

.membership-detail-page {
  background: #f2f2f2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px 14px 36px;
}

.membership-detail-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.membership-detail-hero {
  border-radius: 16px;
  padding: 26px 24px;
  background: linear-gradient(120deg, #1d4b57, #2e7f92);
  color: #ffffff;
  margin-bottom: 18px;
}

.membership-detail-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 2.7vw, 56px);
  font-family: Georgia, "Times New Roman", serif;
}

.membership-detail-hero p {
  margin: 0;
  font-size: clamp(16px, 1.05vw, 22px);
}

.membership-detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.1fr);
  gap: 16px;
}

.membership-detail-image-panel,
.membership-detail-info-panel {
  background: #ffffff;
  border: 1px solid #d8dfd5;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.membership-detail-image-panel {
  overflow: hidden;
}

.membership-detail-image-panel img,
.membership-detail-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.membership-detail-image-panel img {
  object-fit: cover;
  display: block;
}

.membership-detail-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #2f6930;
  background: linear-gradient(120deg, #dce8de, #eef5ef);
}

.membership-detail-info-panel {
  padding: 18px;
}

.membership-detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.membership-detail-metric {
  background: #f7faf7;
  border: 1px solid #dbe5d7;
  border-radius: 10px;
  padding: 10px;
}

.membership-detail-metric span {
  display: block;
  color: #4b5563;
  font-size: clamp(13px, 0.85vw, 16px);
  margin-bottom: 3px;
}

.membership-detail-metric strong {
  color: #173225;
  font-size: clamp(16px, 1vw, 20px);
}

.membership-detail-block {
  margin-bottom: 14px;
}

.membership-detail-block h3 {
  margin: 0 0 6px;
  color: #1f5130;
  font-size: clamp(22px, 1.3vw, 28px);
}

.membership-detail-block p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

.membership-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1200px) {
  .membership-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .membership-detail-grid {
    grid-template-columns: 1fr;
  }

  .membership-detail-image-panel img,
  .membership-detail-image-placeholder {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .membership-list-page,
  .membership-detail-page {
    padding: 14px 10px 24px;
  }

  .membership-list-title {
    gap: 10px;
  }

  .membership-list-title span {
    width: 11vw;
    min-width: 20px;
    height: 3px;
  }

  .membership-list-grid {
    grid-template-columns: 1fr;
  }

  .membership-list-image-wrap img,
  .membership-list-image-placeholder {
    height: 220px;
  }

  .membership-detail-metrics {
    grid-template-columns: 1fr;
  }
}

.site-gallery-section {
  max-width: 1400px;
  margin: 24px auto 0;
  padding: 0 20px 36px;
}

.site-gallery-header {
  text-align: center;
  margin-bottom: 20px;
}

.site-gallery-header h1 {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 44px);
  color: #29482f;
}

.site-gallery-header p {
  margin: 8px 0 0;
  color: #4f5e52;
  font-size: clamp(15px, 1.2vw, 18px);
}

.gallery-tabs {
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.gallery-tabs .nav-link {
  border-radius: 999px;
  border: 1px solid #c6d7cb;
  color: #29482f;
  padding: 8px 22px;
  font-weight: 600;
}

.gallery-tabs .nav-link.active {
  background: #1f4a33;
  border-color: #1f4a33;
  color: #ffffff;
}

.gallery-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.gallery-card {
  width: 100%;
  border: 1px solid #d4dfd7;
  border-radius: 14px;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(31, 74, 51, 0.12);
}

.gallery-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.video-card-placeholder {
  height: 210px;
  background: linear-gradient(140deg, #204f36 0%, #2c6a49 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  gap: 6px;
  text-align: center;
}

.video-card-placeholder i {
  font-size: 46px;
  line-height: 1;
}

.gallery-card-title {
  display: block;
  padding: 12px 14px;
  color: #26412c;
  font-weight: 600;
}

.gallery-empty {
  grid-column: 1 / -1;
  background: #f6faf7;
  border: 1px dashed #c6d7cb;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #4f5e52;
}

.gallery-modal-content {
  border-radius: 14px;
}

.gallery-modal-image {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  background: #f6faf7;
  border-radius: 10px;
}

.gallery-modal-desc {
  margin: 12px 0 0;
  color: #455348;
}

@media (max-width: 768px) {
  .site-gallery-section {
    padding: 0 12px 28px;
  }

  .gallery-media-grid {
    grid-template-columns: 1fr;
  }
}

.spa-feed-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: radial-gradient(circle at top right, #ecf3ff 0%, #f6f8fc 40%, #f1f4f9 100%);
  padding: 22px 14px 34px;
}

.spa-feed-wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.spa-feed-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(120deg, #1b4f92, #2f7bd1);
  border-radius: 16px;
  color: #ffffff;
  padding: 20px 22px;
  margin-bottom: 16px;
  box-shadow: 0 12px 26px rgba(21, 55, 99, 0.28);
}

.spa-feed-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.spa-feed-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1752a0;
  font-size: 34px;
}

.spa-feed-hero h1 {
  margin: 0 0 5px;
  font-size: clamp(30px, 2.2vw, 44px);
  font-family: Georgia, "Times New Roman", serif;
}

.spa-feed-hero p {
  margin: 0;
  font-size: clamp(15px, 1vw, 20px);
  opacity: 0.95;
}

.spa-feed-visit {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 9px 14px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.spa-feed-visit:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.spa-feed-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.spa-feed-sidebar {
  background: #ffffff;
  border: 1px solid #d4deea;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(18, 36, 62, 0.08);
}

.spa-feed-sidebar h2 {
  margin: 0 0 10px;
  color: #193558;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.7vw, 34px);
}

.spa-feed-sidebar ul {
  margin: 0 0 12px;
  padding-left: 20px;
  color: #334155;
  line-height: 1.7;
}

.spa-feed-sidebar p {
  margin: 0;
  color: #4b5563;
}

.spa-feed-timeline {
  background: #ffffff;
  border: 1px solid #d4deea;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(18, 36, 62, 0.1);
  overflow: hidden;
}

.spa-feed-timeline iframe {
  width: 100%;
  min-height: 760px;
  display: block;
}

@media (max-width: 991px) {
  .spa-feed-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .spa-feed-page {
    padding: 14px 10px 24px;
  }

  .spa-feed-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }

  .spa-feed-avatar {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .spa-feed-sidebar {
    padding: 14px;
  }

  .spa-feed-timeline iframe {
    min-height: 640px;
  }
}

.fb-feed-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f0f2f5;
  padding: 18px 10px 34px;
}

.fb-feed-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.fb-page-cover {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
  background: linear-gradient(140deg, #1b3a6b 0%, #305d99 45%, #4f7fbe 100%);
  min-height: 220px;
}

.fb-page-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.45));
}

.fb-page-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  padding: 26px 20px 18px;
}

.fb-page-avatar {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background: #edf2fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(5, 21, 48, 0.28);
  flex-shrink: 0;
}

.fb-page-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fb-page-avatar span {
  color: #1f3b67;
  font-size: 64px;
  font-weight: 700;
}

.fb-page-title-wrap {
  flex: 1;
  color: #ffffff;
}

.fb-page-title-wrap h1 {
  margin: 0 0 6px;
  font-size: clamp(30px, 2.4vw, 46px);
  line-height: 1.1;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.fb-page-title-wrap p {
  margin: 0;
  font-size: clamp(14px, 1vw, 18px);
  opacity: 0.95;
}

.fb-page-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce6f8;
  background: #1877f2;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.fb-page-link-btn:hover {
  background: #1066d6;
  color: #ffffff;
}

.fb-feed-grid {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr) 300px;
  gap: 14px;
  align-items: start;
}

.fb-left-column,
.fb-right-column,
.fb-center-column {
  display: grid;
  gap: 12px;
}

.fb-left-column {
  position: sticky;
  top: 18px;
  align-self: start;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  padding-right: 6px;
}

.fb-card {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 14px;
}

.fb-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #1c1e21;
  font-weight: 700;
}

.fb-card p {
  margin: 0;
  color: #3c4043;
  line-height: 1.5;
}

.fb-intro-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.fb-intro-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c1e21;
}

.fb-intro-list li i {
  color: #5f6b7a;
}

.fb-intro-list li a {
  color: #216fdb;
  text-decoration: none;
}

.fb-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.fb-photo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.fb-details-card h2 {
  margin-bottom: 12px;
}

.fb-details-card h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  color: #1c1e21;
  font-weight: 700;
}

.fb-detail-group {
  display: grid;
  gap: 10px;
}

.fb-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #1f2937;
  line-height: 1.35;
}

.fb-detail-row i {
  color: #1f2937;
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
  width: 18px;
}

.fb-detail-row a {
  color: #1662c6;
  text-decoration: none;
}

.fb-detail-row a:hover {
  text-decoration: underline;
}

.fb-photos-card {
  padding: 10px;
}

.fb-photos-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 2px 4px;
}

.fb-photos-head h2 {
  margin: 0;
}

.fb-photos-head a {
  color: #1662c6;
  text-decoration: none;
  font-size: 14px;
}

.fb-photos-head a:hover {
  text-decoration: underline;
}

.fb-photos-card .fb-photo-grid {
  gap: 2px;
}

.fb-photos-card .fb-photo-grid img {
  border-radius: 0;
}

.fb-photo-empty {
  grid-column: 1 / -1;
  background: #f3f4f6;
  border: 1px dashed #ccd3dd;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #5f6773;
}

.fb-composer {
  padding-bottom: 8px;
}

.fb-composer-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceff3;
}

.fb-composer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e4e6eb;
  color: #4a4f58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fb-composer-top button {
  border: 0;
  background: #f0f2f5;
  color: #606770;
  border-radius: 999px;
  text-align: left;
  padding: 10px 14px;
  flex: 1;
}

.fb-composer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
}

.fb-composer-actions span {
  flex: 1;
  text-align: center;
  color: #65676b;
  font-size: 14px;
  padding: 8px 6px;
  border-radius: 8px;
}

.fb-composer-actions span i {
  margin-right: 6px;
}

.fb-composer-actions span:hover {
  background: #f0f2f5;
}

.fb-post-card {
  padding: 0;
  overflow: hidden;
}

.fb-posts-head {
  padding: 10px 12px;
}

.fb-posts-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fb-posts-head-row h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #1c1e21;
}

.fb-posts-filter-btn {
  border: 1px solid #d6dae1;
  background: #eef1f5;
  color: #1f2937;
  border-radius: 10px;
  height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.fb-posts-filter-btn:hover {
  background: #e2e8ef;
}

.fb-post-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
}

.fb-post-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #dfe8f8;
  color: #244f86;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.fb-post-head h3 {
  margin: 0 0 2px;
  font-size: 16px;
  color: #1c1e21;
  font-weight: 700;
}

.fb-post-head p {
  margin: 0;
  color: #65676b;
  font-size: 12px;
}

.fb-post-body {
  padding: 0 14px 12px;
}

.fb-post-body h4 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 21px;
}

.fb-post-body p {
  margin: 0;
  color: #1c1e21;
  line-height: 1.55;
}

.fb-post-image img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.fb-post-footer {
  padding: 10px 14px 12px;
  border-top: 1px solid #eceff3;
  display: grid;
  gap: 8px;
}

.fb-post-footer > a {
  color: #216fdb;
  text-decoration: none;
  font-weight: 600;
}

.fb-reaction-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.fb-reaction-row span {
  flex: 1;
  text-align: center;
  color: #65676b;
  padding: 8px 4px;
  border-radius: 8px;
  font-size: 14px;
}

.fb-reaction-row span:hover {
  background: #f0f2f5;
}

.fb-side-list {
  margin: 0;
  padding-left: 18px;
  color: #31343a;
  display: grid;
  gap: 8px;
}

.fb-right-column .fb-card a {
  display: block;
  text-decoration: none;
  color: #216fdb;
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
  .fb-feed-wrap {
    max-width: 820px;
  }

  .fb-feed-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .fb-left-column {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    order: 2;
  }

  .fb-center-column {
    order: 1;
  }

  .fb-right-column {
    order: 3;
    grid-template-columns: 1fr 1fr;
  }

  .fb-page-cover {
    min-height: 200px;
  }

  .fb-page-meta {
    align-items: center;
    gap: 14px;
  }

  .fb-page-avatar {
    width: 112px;
    height: 112px;
  }
}

@media (max-width: 768px) {
  .fb-feed-wrap {
    max-width: 100%;
  }

  .fb-feed-page {
    padding: 10px 6px 18px;
  }

  .fb-page-cover {
    border-radius: 10px;
    min-height: 150px;
    margin-bottom: 10px;
  }

  .fb-page-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 12px 12px;
  }

  .fb-page-avatar {
    width: 78px;
    height: 78px;
    border-width: 3px;
  }

  .fb-page-avatar span {
    font-size: 32px;
  }

  .fb-page-title-wrap h1 {
    font-size: clamp(22px, 6.4vw, 30px);
    margin-bottom: 4px;
  }

  .fb-page-title-wrap p {
    font-size: 13px;
  }

  .fb-page-link-btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 9px 10px;
  }

  .fb-feed-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fb-left-column {
    position: static;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    order: 2;
  }

  .fb-center-column {
    order: 1;
  }

  .fb-right-column {
    order: 3;
    grid-template-columns: 1fr;
  }

  .fb-card {
    border-radius: 8px;
    padding: 12px;
  }

  .fb-card h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .fb-composer {
    padding-bottom: 6px;
  }

  .fb-composer-top button {
    padding: 9px 12px;
    font-size: 14px;
  }

  .fb-composer-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding-top: 8px;
  }

  .fb-composer-actions span {
    font-size: 12px;
    padding: 7px 4px;
  }

  .fb-post-head {
    padding: 10px 12px;
  }

  .fb-posts-head-row h2 {
    font-size: 22px;
  }

  .fb-posts-filter-btn {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .fb-post-avatar {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .fb-post-body {
    padding: 0 12px 10px;
  }

  .fb-post-body h4 {
    font-size: 18px;
  }

  .fb-post-footer {
    padding: 8px 10px 10px;
  }

  .fb-reaction-row span {
    font-size: 12px;
    padding: 7px 2px;
  }

  .fb-photo-grid {
    gap: 4px;
  }

  .fb-photo-grid img {
    border-radius: 4px;
  }
}

@media (max-width: 480px) {
  .fb-page-meta {
    padding: 12px 10px 10px;
  }

  .fb-page-avatar {
    width: 70px;
    height: 70px;
  }

  .fb-page-title-wrap h1 {
    font-size: 22px;
  }

  .fb-page-title-wrap p {
    font-size: 12px;
  }
}

/* Header/Nav UX Refresh */
.header-nav-toggle {
  border: 1px solid #cfd8d1;
  background: #ffffff;
  color: #1f4a33;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-nav-toggle i {
  font-size: 18px;
  line-height: 1;
}

.header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.site-header .header-nav .header-nav-link {
  text-transform: uppercase;
  color: #243128;
  text-decoration: none;
  font-size: clamp(13px, 0.92vw, 17px);
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.site-header .header-nav .header-nav-link:hover {
  color: #184029;
  background: #edf4ef;
  border-color: #c7d7cc;
}

.site-header .header-nav .header-nav-link:focus-visible {
  outline: 2px solid #1f4a33;
  outline-offset: 2px;
}

.site-header .header-nav .header-nav-dropdown-toggle {
  justify-content: center;
}

.site-header .header-nav-dropdown .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #d8e3db;
  padding: 8px;
  box-shadow: 0 14px 24px rgba(14, 38, 27, 0.14);
}

.site-header .header-nav-dropdown .header-nav-sublink {
  text-transform: none;
  border-radius: 8px;
  font-weight: 600;
}

.site-header .header-nav-dropdown .header-nav-sublink:hover {
  background: #edf4ef;
  color: #1a402b;
}

@media (max-width: 991px) {
  .site-header .header-top {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 8px;
    padding: 10px 14px;
  }

  .site-header .header-main-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .site-header .header-logo {
    flex: 1;
    min-width: 0;
  }

  .site-header .header-nav.collapse:not(.show) {
    display: none !important;
  }

  .site-header .header-nav {
    width: 100%;
    margin-top: 4px;
    background: #ffffff;
    border: 1px solid #dce5df;
    border-radius: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 12px 26px rgba(15, 35, 24, 0.08);
    justify-content: initial;
  }

  .site-header .header-nav .header-nav-link {
    border: 1px solid #d9e3dc;
    border-radius: 11px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 12px;
    min-height: 44px;
    background: #f8fbf9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.3px;
  }

  .site-header .header-nav-dropdown {
    width: 100%;
  }

  .site-header .header-nav-dropdown .dropdown-toggle::after {
    margin-left: 6px;
  }

  .site-header .header-nav-dropdown .dropdown-menu {
    position: static !important;
    float: none;
    transform: none !important;
    width: 100%;
    box-shadow: none;
    border: 1px solid #dae4dc;
    margin-top: 8px;
    padding: 6px;
    background: #ffffff;
  }

  .site-header .header-nav-dropdown .header-nav-sublink {
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .site-header .header-meta-inner {
    padding: 7px 12px;
  }

  .site-header .header-meta-left {
    font-size: 11px;
  }

  .site-header .header-logo-image {
    height: 54px;
  }

  .site-header .logo-mark {
    width: 54px;
    height: 54px;
  }

  .site-header .logo-mark-text {
    font-size: 26px;
  }

  .site-header .logo-title {
    font-size: 16px;
  }

  .site-header .logo-subtitle {
    font-size: 9px;
  }

  .site-header .header-nav {
    padding: 10px;
    gap: 8px;
  }

  .site-header .header-nav .header-nav-link {
    font-size: 12px;
    padding: 10px 11px;
  }
}

/* Feed Top Header (Facebook-like) */
.fb-top-shell {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.fb-top-shell .fb-page-cover {
  min-height: 320px;
  margin-bottom: 0;
  border-radius: 0;
}

.fb-page-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #0f172a;
}

.fb-top-shell .fb-page-cover-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
}

.fb-page-header-card {
  padding: 0 24px;
}

.fb-top-shell .fb-page-meta {
  margin-top: 0;
  padding: 0 0 16px;
  align-items: center;
  border-bottom: 1px solid #dbe0e6;
}

.fb-top-shell .fb-page-avatar {
  width: 152px;
  height: 152px;
  background: #ffffff;
}

.fb-top-shell .fb-page-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  padding: 6px;
  background: #ffffff;
}

.fb-top-shell .fb-page-title-wrap {
  color: #111827;
}

.fb-top-shell .fb-page-title-wrap p {
  margin: 0 0 6px;
  opacity: 1;
  color: #111827;
  font-weight: 600;
}

.fb-page-submeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: #1f2937;
  font-size: 16px;
}

.fb-page-submeta i {
  margin-right: 6px;
}

.fb-page-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d6dae1;
  background: #e7ebf0;
  color: #111827;
  padding: 10px 13px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
}

.fb-btn:hover {
  background: #dfe5ec;
  color: #111827;
}

.fb-btn-primary {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
}

.fb-btn-primary:hover {
  background: #1467d1;
  color: #ffffff;
}

.fb-page-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 10px;
}

.fb-page-tabs a {
  text-decoration: none;
  color: #606770;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 12px 12px;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}

.fb-page-tabs a.active {
  color: #1877f2;
  border-bottom-color: #1877f2;
}

.fb-page-tabs button {
  margin-left: auto;
  border: 0;
  background: #e4e6eb;
  color: #374151;
  width: 40px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .fb-top-shell .fb-page-cover {
    min-height: 250px;
  }

  .fb-page-header-card {
    padding: 0 14px;
  }

  .fb-top-shell .fb-page-meta {
    margin-top: 0;
  }

  .fb-top-shell .fb-page-avatar {
    width: 124px;
    height: 124px;
  }

  .fb-page-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .fb-page-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .fb-top-shell {
    border-radius: 10px;
  }

  .fb-top-shell .fb-page-cover {
    min-height: 180px;
  }

  .fb-page-header-card {
    padding: 0 10px;
  }

  .fb-top-shell .fb-page-meta {
    margin-top: 0;
    gap: 10px;
    padding: 0 0 10px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .fb-top-shell .fb-page-avatar {
    width: 84px;
    height: 84px;
  }

  .fb-page-title-wrap h1 {
    font-size: clamp(22px, 6vw, 30px);
  }

  .fb-page-submeta {
    font-size: 12px;
    gap: 8px;
  }

  .fb-page-actions {
    width: 100%;
    order: 3;
    gap: 8px;
  }

  .fb-btn {
    flex: 1;
    padding: 8px 6px;
    font-size: 12px;
  }

  .fb-page-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .fb-page-tabs::-webkit-scrollbar {
    display: none;
  }

  .fb-page-tabs a {
    font-size: 13px;
    padding: 10px 9px;
  }
}

/* Mobile quick navigation */
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 76px;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1040;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 7px;
    border: 1px solid rgba(26, 64, 43, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 35, 24, 0.18);
    backdrop-filter: blur(12px);
  }

  .mobile-bottom-nav-link {
    min-width: 0;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #31453a;
    text-decoration: none;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
  }

  .mobile-bottom-nav-link i {
    font-size: 18px;
    line-height: 1;
  }

  .mobile-bottom-nav-link.active,
  .mobile-bottom-nav-link:hover {
    color: #ffffff;
    background: #1f5130;
  }
}

/* Service and package catalog polish */
.services-custom-page,
.package-list-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(93, 132, 94, 0.16), transparent 34%),
    linear-gradient(180deg, #f8faf8 0%, #eef4ef 100%);
}

.services-custom-wrap,
.package-list-wrap {
  max-width: 1320px;
}

.services-custom-title,
.package-list-title {
  margin-bottom: 16px;
}

.services-custom-title h1,
.package-list-title h1 {
  color: #173f2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.services-custom-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  margin-bottom: 12px;
  scrollbar-width: none;
}

.services-custom-tabs::-webkit-scrollbar {
  display: none;
}

.services-custom-tabs a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #cddbd0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #ffffff;
  color: #294638;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.services-custom-tabs a.active {
  background: #1f5130;
  border-color: #1f5130;
  color: #ffffff;
}

.services-cards-grid,
.package-list-grid {
  gap: 20px;
}

.services-catalog-card,
.package-list-card {
  border-radius: 8px;
  border-color: #d7e2da;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 35, 24, 0.08);
}

.services-catalog-card img,
.package-list-image-wrap img,
.package-list-image-placeholder {
  height: 260px;
}

.service-card-body,
.package-list-card-body {
  padding: 18px;
}

.services-catalog-card h3,
.package-list-card-body h3 {
  color: #143925;
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.16;
  letter-spacing: 0;
}

.service-description,
.package-list-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-meta-row,
.package-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #1f5130;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
}

.service-meta-row span,
.package-list-meta span {
  border-radius: 999px;
  background: #eef6f0;
  padding: 7px 10px;
}

.service-view-more,
.package-list-view-link {
  color: #1f5130;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .services-custom-page,
  .package-list-page {
    padding: 16px 12px 26px;
  }

  .services-custom-title,
  .package-list-title {
    gap: 10px;
    justify-content: flex-start;
  }

  .services-custom-title span,
  .package-list-title span {
    width: 32px;
    min-width: 32px;
    height: 3px;
  }

  .services-custom-title h1,
  .package-list-title h1 {
    font-size: 32px;
  }

  .package-list-intro {
    text-align: left;
    font-size: 15px;
    margin-bottom: 16px;
  }

  .services-cards-grid,
  .package-list-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-catalog-card,
  .package-list-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 132px;
  }

  .services-catalog-card img,
  .package-list-image-wrap img,
  .package-list-image-placeholder {
    width: 112px;
    height: 100%;
    min-height: 132px;
  }

  .service-card-body,
  .package-list-card-body {
    min-width: 0;
    padding: 12px;
  }

  .services-catalog-card h3,
  .package-list-card-body h3 {
    font-size: 19px;
    margin-bottom: 6px;
  }

  .service-highlight,
  .package-list-services {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .service-description,
  .package-list-description {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }

  .service-meta-row,
  .package-list-meta {
    font-size: 12px;
    gap: 5px;
    margin-bottom: 6px;
  }

  .service-meta-row span,
  .package-list-meta span {
    padding: 5px 7px;
  }

  .service-view-more,
  .package-list-view-link {
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .services-catalog-card,
  .package-list-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .services-catalog-card img,
  .package-list-image-wrap img,
  .package-list-image-placeholder {
    width: 96px;
  }
}

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

.customer-auth-page,
.customer-account-page {
  padding: 56px 0 72px;
}

.customer-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 440px);
  gap: 40px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}

.customer-auth-shell-narrow {
  max-width: 720px;
  grid-template-columns: minmax(0, 1fr);
}

.customer-auth-brand {
  padding-top: 18px;
}

.customer-auth-logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #dadce0;
  border-radius: 50%;
  color: #1f1f1f;
  font-size: 1.55rem;
  margin-bottom: 22px;
}

.customer-auth-brand h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  margin: 0 0 14px;
  color: #202124;
  letter-spacing: 0;
}

.customer-auth-brand p {
  max-width: 420px;
  color: #5f6368;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.customer-auth-panel {
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(32, 33, 36, 0.08);
}

.google-account-button {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background: #fff;
  color: #202124;
  font-weight: 600;
}

.google-account-button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.customer-auth-note {
  margin-top: 10px;
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.45;
}

.customer-auth-otp-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  margin-bottom: 18px;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  background: #eff6ff;
  color: #1f2937;
}

.customer-auth-otp-status div:first-child {
  display: grid;
  gap: 3px;
}

.customer-auth-otp-status strong {
  font-size: 0.94rem;
}

.customer-auth-otp-status span {
  color: #64748b;
  font-size: 0.86rem;
}

.customer-auth-otp-timer {
  display: grid;
  gap: 2px;
  text-align: right;
  white-space: nowrap;
}

.customer-auth-otp-timer strong {
  color: #1a73e8;
  font-size: 1.08rem;
}

.customer-auth-otp-status.is-expired {
  border-color: #fecaca;
  background: #fef2f2;
}

.customer-auth-otp-status.is-expired .customer-auth-otp-timer strong {
  color: #b91c1c;
}

.customer-auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #6b7280;
  font-size: 0.86rem;
  margin: 24px 0;
}

.customer-auth-divider::before,
.customer-auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #e5e7eb;
}

.customer-auth-form {
  display: grid;
  gap: 16px;
}

.customer-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.customer-auth-field {
  display: grid;
  gap: 7px;
}

.customer-auth-field label {
  color: #3c4043;
  font-size: 0.9rem;
  font-weight: 600;
}

.customer-auth-field input {
  min-height: 46px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  padding: 0 12px;
  color: #202124;
  background: #fff;
}

.customer-auth-field input:focus {
  outline: none;
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.14);
}

.customer-auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 6px;
}

.customer-auth-actions-center {
  justify-content: center;
}

.customer-auth-actions a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}

.customer-auth-actions button,
.customer-account-header button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 0 22px;
  background: #1a73e8;
  color: #fff;
  font-weight: 700;
}

.customer-auth-actions button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.customer-auth-account-line {
  display: grid;
  gap: 3px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.customer-auth-account-line span {
  color: #6b7280;
  font-size: 0.92rem;
}

.customer-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}

.customer-loading-overlay.active {
  display: flex;
}

.customer-loading-box {
  width: min(320px, 86vw);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18);
}

.customer-loading-box span {
  display: block;
  margin-bottom: 12px;
  color: #17202a;
  font-weight: 800;
  text-align: center;
}

.customer-loading-line {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbe7e5;
}

.customer-loading-line::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 45%;
  border-radius: inherit;
  background: #143f3b;
  animation: customer-loading-line 1s ease-in-out infinite;
}

@keyframes customer-loading-line {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(230%);
  }
}

.customer-account-page {
  max-width: 1120px;
  margin: 0 auto;
}

.customer-account-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.customer-account-identity {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 16px;
}

.customer-account-avatar {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #143f3b;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.customer-account-identity span,
.customer-section-heading span,
.customer-account-stats span,
.customer-profile-meta dt,
.customer-history-card-top span,
.customer-history-footer span {
  color: #64748b;
  font-size: 0.82rem;
}

.customer-account-identity h1 {
  margin: 2px 0 3px;
  color: #17202a;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  letter-spacing: 0;
}

.customer-account-identity p {
  margin: 0;
  color: #475569;
  overflow-wrap: anywhere;
}

.customer-account-signout button,
.customer-profile-save {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
  background: #143f3b;
  color: #fff;
  font-weight: 700;
}

.customer-account-alert {
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-weight: 600;
}

.customer-account-alert-success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.customer-account-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.customer-account-stats > div {
  display: grid;
  gap: 5px;
  min-height: 86px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.customer-account-stats strong {
  color: #17202a;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.customer-account-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.customer-account-panel {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.customer-profile-panel,
.customer-history-panel {
  padding: 20px;
}

.customer-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.customer-section-heading h2 {
  margin: 2px 0 0;
  color: #17202a;
  font-size: 1.18rem;
  letter-spacing: 0;
}

.customer-section-heading i {
  color: #0f766e;
  font-size: 1.35rem;
}

.customer-profile-form {
  display: grid;
  gap: 14px;
}

.customer-profile-save {
  width: 100%;
  margin-top: 2px;
}

.customer-profile-meta {
  display: grid;
  gap: 10px;
  padding-top: 18px;
  margin: 18px 0 0;
  border-top: 1px solid #e2e8f0;
}

.customer-profile-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.customer-profile-meta dd {
  margin: 0;
  color: #17202a;
  font-weight: 700;
  text-align: right;
}

.customer-history-empty {
  min-height: 240px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: #64748b;
  text-align: center;
}

.customer-history-empty i {
  color: #0f766e;
  font-size: 2rem;
}

.customer-history-empty strong {
  color: #17202a;
}

.customer-history-list {
  display: grid;
  gap: 14px;
}

.customer-history-card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  background: #fbfdff;
}

.customer-history-card-top,
.customer-history-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.customer-history-card-top h3 {
  margin: 3px 0 0;
  color: #17202a;
  font-size: 1rem;
  letter-spacing: 0;
}

.customer-history-kind {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 0 9px;
  background: #e0f2f1;
  color: #0f766e !important;
  font-weight: 800;
  text-transform: uppercase;
}

.customer-history-date {
  text-align: right;
  flex: 0 0 auto;
}

.customer-history-date strong {
  display: block;
  color: #17202a;
}

.customer-history-date span {
  color: #64748b;
  font-size: 0.82rem;
}

.customer-history-lines {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.customer-history-line {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
  padding: 9px 10px;
  background: #fff;
}

.customer-history-line span {
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.customer-history-line strong {
  color: #17202a;
  overflow-wrap: anywhere;
}

.customer-history-line em {
  color: #475569;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.customer-history-footer {
  align-items: center;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

.customer-history-footer strong {
  color: #17202a;
  margin-left: auto;
}

.customer-history-loader {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 700;
}

.customer-history-loader span {
  opacity: 0;
  transition: opacity 0.18s ease;
}

.customer-history-loader.is-loading span {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .customer-auth-page,
  .customer-account-page {
    padding: 34px 0 86px;
  }

  .customer-auth-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .customer-auth-brand {
    padding-top: 0;
  }

  .customer-auth-panel {
    padding: 22px;
  }

  .customer-auth-grid,
  .customer-account-stats,
  .customer-account-grid {
    grid-template-columns: 1fr;
  }

  .customer-auth-otp-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .customer-auth-otp-timer {
    text-align: left;
  }

  .customer-account-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .customer-account-signout,
  .customer-account-signout button {
    width: 100%;
  }

  .customer-profile-panel,
  .customer-history-panel {
    padding: 18px;
  }

  .customer-history-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .customer-history-line em {
    white-space: normal;
  }

  .customer-history-card-top,
  .customer-history-footer {
    flex-direction: column;
  }

  .customer-history-date {
    text-align: left;
  }

  .customer-history-footer strong {
    margin-left: 0;
  }
}
