:root {
  --main: #a9ba65;
  --second: #e9421b;
  --gray: #f2f5ee;
  --black: #242824;
  --black-dark: #2d3a2d;
  --white: #ffffff;
}

/* Stop page-level horizontal scroll on mobile */
html {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}
body {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}
.lte-content-wrapper {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
}
body.lte-mobile-menu-open {
  overflow: hidden;
}

/* English: use admin-selected English font (exclude icons + images so logo size stays stable) */
html[lang="en"] body,
html[lang="en"] body *:not(i):not(img):not(svg):not([class*="fa-"]):not([class*="lte-fontello"]):not([class*="eicon"]):not([class*="icon-"]),
body.sn-lang-en,
body.sn-lang-en *:not(i):not(img):not(svg):not([class*="fa-"]):not([class*="lte-fontello"]):not([class*="eicon"]):not([class*="icon-"]) {
  font-family: var(--font-main, 'Poppins'), sans-serif !important;
}

/* Marathi: use admin-selected Marathi font for page text + navbar labels */
html[lang="mr"] body,
html[lang="mr"] #lte-nav-wrapper,
html[lang="mr"] #lte-nav-wrapper a,
html[lang="mr"] #lte-nav-wrapper span,
html[lang="mr"] .sn-title,
html[lang="mr"] .sn-lead,
html[lang="mr"] .sn-eyebrow,
html[lang="mr"] .sn-about-preview,
html[lang="mr"] .sn-about-copy,
html[lang="mr"] .sn-card,
html[lang="mr"] .sn-site-footer,
html[lang="mr"] .lte-marathi-text,
html[lang="mr"] .lte-header,
html[lang="mr"] .lte-btn,
html[lang="mr"] .sn-btn,
body.sn-lang-mr,
body.sn-lang-mr #lte-nav-wrapper,
body.sn-lang-mr #lte-nav-wrapper a,
body.sn-lang-mr #lte-nav-wrapper span,
body.sn-lang-mr .sn-title,
body.sn-lang-mr .sn-lead,
body.sn-lang-mr .sn-eyebrow,
body.sn-lang-mr .sn-about-preview,
body.sn-lang-mr .sn-about-copy,
body.sn-lang-mr .sn-card,
body.sn-lang-mr .sn-site-footer,
body.sn-lang-mr .lte-marathi-text,
body.sn-lang-mr .lte-header,
body.sn-lang-mr .lte-btn,
body.sn-lang-mr .sn-btn {
  font-family: var(--font-mr, 'Mukta'), var(--font-main, 'Poppins'), sans-serif !important;
}

.sn-about-preview p {
  font-size: 17px;
  line-height: 1.8;
  color: #474b47;
  margin: 0 0 18px;
  max-width: 560px;
}
.sn-about-preview p:last-child { margin-bottom: 8px; }

.lte-lang-switcher { position: relative; display: inline-flex; align-items: center; }
.lte-lang-toggle {
  background: none;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;
  color: #fff !important;
  font: inherit;
  font-size: 13px;
  letter-spacing: .5px;
  padding: 6px 16px 6px 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.lte-lang-toggle .lte-lang-current { color: #fff; }
.lte-lang-toggle:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-top: -3px;
  transition: transform .2s ease;
}
.lte-lang-toggle:hover { border-color: rgba(255,255,255,.7); }
.lte-lang-switcher.open .lte-lang-toggle:after { transform: rotate(-135deg); margin-top: 3px; }
.lte-lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 130px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  list-style: none;
  margin: 0;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 200;
}
.lte-lang-switcher.open .lte-lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lte-lang-dropdown li { padding: 0 !important; margin: 0; border: none !important; min-height: 0 !important; width: auto !important; height: auto !important; }
.lte-lang-dropdown a { display: block; padding: 8px 12px; border-radius: 5px; color: #242824; font-size: 14px; text-decoration: none; }
.lte-lang-dropdown a:hover { background: #f2f5ee; }
.lte-lang-dropdown a.is-active { color: #a9ba65; font-weight: 600; }
.lte-mobile-controls .lte-lang-dropdown { right: auto; left: 0; }

/* Same header on every page — visible without theme headroom/lte-header JS */
#lte-nav-affix-wrapper,
#lte-nav-affix-wrapper.inited {
  opacity: 1 !important;
  z-index: 1000;
  position: sticky;
  top: 0;
  min-height: 72px;
}
/* Home: overlay navbar on hero like old static index */
body.sn-page-home #lte-nav-affix-wrapper,
body.sn-page-home #lte-nav-affix-wrapper.inited {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 72px;
}
body.sn-page-home .lte-content-wrapper {
  position: relative;
}
#lte-nav-wrapper,
#lte-nav-wrapper.inited {
  opacity: 1 !important;
  background: #242824 !important;
  min-height: 72px;
  z-index: 1000;
}
#lte-nav-wrapper .lte-logo,
#lte-nav-wrapper .elementor-element-f27cd55 {
  flex-shrink: 0 !important;
}
#lte-nav-wrapper .lte-logo img,
body.sn-lang-en #lte-nav-wrapper .lte-logo img,
body.sn-lang-mr #lte-nav-wrapper .lte-logo img,
html[lang="en"] #lte-nav-wrapper .lte-logo img,
html[lang="mr"] #lte-nav-wrapper .lte-logo img,
.lte-navbar-custom-mobile .lte-logo img {
  height: 38px !important;
  max-height: 38px !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain !important;
  display: block !important;
}
#lte-nav-wrapper > .elementor,
#lte-nav-wrapper.inited > .elementor {
  opacity: 1 !important;
}
#lte-nav-wrapper.lte-navbar-bg-black,
.home #lte-nav-wrapper,
.page #lte-nav-wrapper {
  background: #242824 !important;
}
/* Hide leftover template shop/search chrome so header matches everywhere */
.lte-nav-search,
.lte-nav-cart,
.lte-nav-profile,
#lte-search-popup-wrap {
  display: none !important;
}
/* Mobile drawer: one slide on the panel (ignore theme inner translateX(130%)) */
.lte-navbar-custom-mobile-wrapper > .lte-navbar-custom-mobile .lte-navbar-items-custom,
.lte-navbar-custom-mobile .lte-navbar-items-custom {
  transform: none !important;
}
.lte-navbar-custom-mobile {
  position: fixed !important;
  inset: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  height: 100dvh;
  background: #242824;
  z-index: 99999;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform .28s ease, visibility .28s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.lte-navbar-custom-mobile.open,
.lte-navbar-custom-mobile.show,
body.lte-mobile-menu-open .lte-navbar-custom-mobile {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.lte-navbar-custom-mobile .lte-navbar-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 16px 14px 20px !important;
  min-height: 64px;
  box-sizing: border-box;
  text-align: left !important;
  position: relative;
  z-index: 2;
}
.lte-navbar-custom-mobile .lte-navbar-header .lte-logo {
  position: static !important;
  display: flex;
  align-items: center;
  min-width: 0;
}
.lte-navbar-custom-mobile .lte-navbar-header .lte-logo img {
  max-height: 36px !important;
  width: auto !important;
}
.lte-navbar-custom-mobile .lte-ul-nav {
  list-style: none;
  margin: 0;
  padding: 10px 20px 40px;
}
.lte-navbar-custom-mobile .lte-ul-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-weight: 600;
}
/* Close (X) — overrides theme border-line icon which broke in drawer */
.lte-navbar-custom-mobile .lte-navbar-close,
.lte-navbar-custom.lte-navbar-custom-mobile .lte-navbar-close {
  width: 44px !important;
  height: 44px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  z-index: 30;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lte-navbar-custom-mobile .lte-navbar-close > span,
.lte-navbar-custom.lte-navbar-custom-mobile .lte-navbar-close > span {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  color: transparent !important;
  background: transparent !important;
  opacity: 1 !important;
  overflow: visible !important;
  font-size: 0 !important;
  line-height: 0 !important;
  top: auto !important;
  right: auto !important;
}
.lte-navbar-custom-mobile .lte-navbar-close > span:before,
.lte-navbar-custom-mobile .lte-navbar-close > span:after,
.lte-navbar-custom.lte-navbar-custom-mobile .lte-navbar-close > span:before,
.lte-navbar-custom.lte-navbar-custom-mobile .lte-navbar-close > span:after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 22px !important;
  height: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: none !important;
  background: #fff !important;
  border-radius: 1px;
  display: block !important;
  right: auto !important;
  font-size: 0 !important;
}
.lte-navbar-custom-mobile .lte-navbar-close > span:before,
.lte-navbar-custom.lte-navbar-custom-mobile .lte-navbar-close > span:before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.lte-navbar-custom-mobile .lte-navbar-close > span:after,
.lte-navbar-custom.lte-navbar-custom-mobile .lte-navbar-close > span:after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
.lte-navbar-custom-mobile .lte-navbar-close > span span {
  display: none !important;
}

/* Mobile top bar: fit viewport, keep hamburger visible */
@media (max-width: 991px) {
  #lte-nav-affix-wrapper,
  #lte-nav-wrapper,
  #lte-nav-wrapper .elementor,
  #lte-nav-wrapper .e-con,
  #lte-nav-wrapper .e-con-inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  #lte-nav-wrapper .e-con-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }
  .elementor-54947 .elementor-element.elementor-element-fc38a46 {
    --padding-left: 16px !important;
    --padding-right: 16px !important;
    --margin-bottom: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-bottom: 0 !important;
    min-height: 72px !important;
  }
  .elementor-54947 .elementor-element.elementor-element-f27cd55 > .elementor-widget-container {
    padding-right: 8px !important;
    border-width: 0 !important;
  }
  #lte-nav-wrapper .lte-logo img {
    max-width: min(140px, 42vw) !important;
  }
  .elementor-element-7f32f8f,
  .lte-navbar-custom-mobile-wrapper {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .lte-navbar-toggle-custom {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 5;
  }
  .lte-navbar-toggle-custom .icon-bar,
  #lte-nav-wrapper .lte-navbar-toggle-custom .icon-bar,
  .lte-scheme-white .lte-navbar-toggle-custom .icon-bar {
    background-color: #fff !important;
    float: none;
    margin: 4px 0 0;
  }
  .lte-navbar-toggle-custom .icon-bar:first-child {
    margin-top: 0;
  }
}

/* Navbar fonts from Admin → Navbar / page styles */
#lte-nav-wrapper .lte-ul-nav a,
.lte-navbar-custom-mobile .lte-ul-nav a {
  font-size: var(--sn-nav-font-size, 15px) !important;
  font-weight: var(--sn-nav-font-weight, 500) !important;
  letter-spacing: var(--sn-nav-letter-spacing, 0) !important;
  text-transform: var(--sn-nav-text-transform, none) !important;
}
html[lang="en"] #lte-nav-wrapper .lte-ul-nav a,
html[lang="en"] .lte-navbar-custom-mobile .lte-ul-nav a,
body.sn-lang-en #lte-nav-wrapper .lte-ul-nav a,
body.sn-lang-en .lte-navbar-custom-mobile .lte-ul-nav a {
  font-family: var(--sn-nav-font-en, var(--font-main, 'Poppins')), sans-serif !important;
}
html[lang="mr"] #lte-nav-wrapper .lte-ul-nav a,
html[lang="mr"] .lte-navbar-custom-mobile .lte-ul-nav a,
body.sn-lang-mr #lte-nav-wrapper .lte-ul-nav a,
body.sn-lang-mr .lte-navbar-custom-mobile .lte-ul-nav a {
  font-family: var(--sn-nav-font-mr, var(--font-mr, 'Mukta')), sans-serif !important;
}

/* Navbar visit counter (after Contact) */
#lte-nav-wrapper .menu-item.sn-nav-visits,
.lte-navbar-custom-mobile .menu-item.sn-nav-visits {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#lte-nav-wrapper .sn-visits-pill,
.lte-navbar-custom-mobile .sn-visits-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid rgba(233, 66, 27, 0.35);
  border-radius: 4px;
  background: rgba(233, 66, 27, 0.08);
  line-height: 1.2;
  white-space: nowrap;
}
#lte-nav-wrapper .sn-visits-label,
.lte-navbar-custom-mobile .sn-visits-label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
#lte-nav-wrapper .sn-visits-num,
.lte-navbar-custom-mobile .sn-visits-num {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.lte-navbar-custom-mobile .menu-item.sn-nav-visits {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lte-navbar-custom-mobile .sn-visits-pill {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}
.lte-navbar-custom-mobile .sn-visits-label {
  color: #fff;
}
.lte-navbar-custom-mobile .sn-visits-num {
  color: #fff;
}

.sn-page-main { padding-top: 0; }
/* Base hero — refined by sn-pages.css on subpages */
.sn-hero {
  padding: 140px 0 80px;
  background: #f2f5ee;
}
.sn-wrap, .sn-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sn-eyebrow {
  display: block;
  color: #a9ba65;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sn-title {
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1.08;
  margin: 0 0 28px;
  color: #242824;
  letter-spacing: -1px;
}
.sn-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #474b47;
  max-width: 820px;
  margin: 0 0 0;
}
.sn-section { padding: 90px 0; }
.sn-section-gray { background: #f2f5ee; }
.sn-grid { display: grid; gap: 34px; }
.sn-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.sn-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sn-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sn-card {
  background: #fff;
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(36,40,36,.08);
}
.sn-card h3 { margin: 0 0 12px; font-size: 24px; color: #242824; letter-spacing: 0; }
.sn-card p { margin: 0; color: #5d625d; line-height: 1.65; }
.sn-card strong { display: block; font-size: 32px; color: #242824; margin: 10px 0; }
.sn-price {
  position: relative;
  overflow: visible;
  text-align: center;
  border-radius: 22px;
  user-select: none;
  transition: transform .35s ease;
}
.sn-price:before,
.sn-price:after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 0, hsl(27deg 93% 60%), transparent),
    radial-gradient(circle at 100% 0, #00a6ff, transparent),
    radial-gradient(circle at 0 100%, #ff0056, transparent),
    radial-gradient(circle at 100% 100%, #6500ff, transparent);
}
.sn-price:after {
  --glow-size: 3px;
  top: calc(var(--glow-size) / -2);
  left: calc(var(--glow-size) / -2);
  width: calc(100% + var(--glow-size));
  height: calc(100% + var(--glow-size));
  z-index: -1;
}
.sn-price:before {
  --glow-size: 14px;
  top: calc(var(--glow-size) / -2);
  left: calc(var(--glow-size) / -2);
  width: calc(100% + var(--glow-size));
  height: calc(100% + var(--glow-size));
  z-index: -2;
  filter: blur(16px);
  animation: sn-price-blur 3s ease-in-out alternate infinite;
}
.sn-price-face {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 42px 28px 36px;
  background: linear-gradient(135deg, #1e1e24 10%, #0a0a0c 55%, #050505 100%);
  background-size: 200% 200%;
  animation: sn-price-gradient 5s ease-in-out infinite;
}
.sn-price:hover { transform: translateY(-6px) scale(1.02); }
.sn-price h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
}
.sn-price strong {
  display: block;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 18px;
  letter-spacing: -.02em;
  background: linear-gradient(90deg, #626262 0%, #ffffff 50%, #aaa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.sn-price p {
  display: inline-block;
  margin: 0 0 22px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(230,234,240,.88);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .02em;
}
.sn-price .sn-btn {
  width: 100%;
  padding: 9px 18px;
  font-size: 14px;
  background: #f2f2f2;
  color: #121212 !important;
  box-shadow: 0 8px 22px rgba(255,255,255,.12);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease, color .25s ease;
}
.sn-price .sn-btn:hover {
  background: #ffffff;
  color: #121212 !important;
  box-shadow: 0 10px 26px rgba(255,255,255,.2);
  transform: translateY(-1px);
}
@keyframes sn-price-blur {
  to { filter: blur(22px); transform: scale(1.05); }
}
@keyframes sn-price-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.sn-rates-panel {
  position: relative;
  z-index: 0;
  isolation: isolate;
  margin-top: 56px;
  padding: 48px 28px 44px;
  border-radius: 28px;
  background: #212121;
  overflow: visible;
}
.sn-rates { margin-top: 0; overflow: visible; }
.sn-rates .sn-grid-4 { gap: 36px; padding: 22px 12px; overflow: visible; }
.sn-rates-heading,
.sn-rates-note {
  text-align: center;
  margin: 0 0 48px;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: .02em;
  color: #f2f2f2;
}
.sn-rates-note { margin: 48px 0 0; }
@media (max-width: 767px) {
  .sn-rates-panel { padding: 36px 16px 32px; border-radius: 22px; }
}
.sn-photo, .sn-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(36,40,36,.12);
}
.sn-photo img, .sn-image img, .sn-item img { width: 100%; display: block; }
.sn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 28px;
  background: #e9421b;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-top: 18px;
}
.sn-btn.sn-btn-secondary { background: #a9ba65; color: #242824 !important; }
.sn-amenity {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 35px rgba(36,40,36,.06);
}
.sn-amenity strong, .sn-amenity > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #a9ba65;
  color: #242824;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.sn-amenity h3 { font-size: 19px; margin: 0 0 8px; letter-spacing: 0 !important; }
.sn-amenity p { margin: 0; line-height: 1.7; color: #5d625d; }
.sn-item {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 16px 45px rgba(36,40,36,.08);
}
.sn-item img { width: 100%; height: 100%; object-fit: cover; }
.sn-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 18px;
  background: rgba(36,40,36,.86);
  color: #fff;
  padding: 16px;
}
.sn-caption h3 { color: #fff; margin: 0 0 4px; letter-spacing: 0; }
.sn-box {
  background: #fff;
  border-radius: 30px;
  padding: 38px;
  box-shadow: 0 18px 50px rgba(36,40,36,.08);
}
.sn-box input,
.sn-box select,
.sn-box textarea {
  width: 100%;
  border: 1px solid #dfe4d7;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
  font: inherit;
  box-sizing: border-box;
}

.sn-site-footer {
  background: #2d3a2d;
  color: #fff;
  padding: 56px 0 28px;
}
.sn-site-footer a { color: #fff; text-decoration: none; }
.sn-site-footer .sn-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.1fr 1.15fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 28px;
}
.sn-footer-grid h5 {
  margin: 0 0 16px;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a9ba65;
}
.sn-footer-grid p { color: rgba(255,255,255,.78); line-height: 1.7; }
.sn-footer-grid ul { list-style: none; margin: 0; padding: 0; }
.sn-footer-grid li { margin-bottom: 10px; }
.sn-footer-brand .lte-logo img { max-height: 72px !important; width: auto; }
.sn-footer-brand > p { margin: 16px 0 0; max-width: 34ch; }
.sn-footer-reach {
  margin: 22px 0 8px !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a9ba65 !important;
}
.sn-footer-phones { display: flex; flex-direction: column; gap: 6px; }
.sn-footer-phones a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  transition: color .2s ease;
}
.sn-footer-phones a:hover { color: #a9ba65; }
.sn-footer-phones a.sn-footer-call-number,
.sn-footer-phones a.sn-footer-wa-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sn-footer-phones a.sn-footer-call-number i,
.sn-footer-phones a.sn-footer-wa-number i { font-size: 15px; }
.sn-footer-phones a.sn-footer-call-number i { color: #a9ba65; }
.sn-footer-phones a.sn-footer-wa-number {
  color: #25d366;
}
.sn-footer-phones a.sn-footer-wa-number:hover { color: #4adf80; }
.sn-footer-social-label {
  margin: 22px 0 10px !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #a9ba65 !important;
}
.sn-footer-social { display: flex; align-items: center; gap: 12px; }
.sn-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}
.sn-footer-social a.is-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
.sn-footer-social a.is-whatsapp {
  background: #25d366;
  color: #fff;
}
.sn-footer-social a.is-facebook {
  background: #1877f2;
  color: #fff;
}
.sn-footer-social a:hover,
.sn-footer-social a:focus {
  background: inherit;
  color: #fff;
  transform: none;
  opacity: 1;
}
.sn-footer-social a.is-instagram:hover,
.sn-footer-social a.is-instagram:focus {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
.sn-footer-social a.is-whatsapp:hover,
.sn-footer-social a.is-whatsapp:focus {
  background: #25d366;
  color: #fff;
}
.sn-footer-social a.is-facebook:hover,
.sn-footer-social a.is-facebook:focus {
  background: #1877f2;
  color: #fff;
}
.sn-footer-links-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
}
.sn-footer-links-cols ul { margin: 0; padding: 0; list-style: none; }
.sn-footer-links-cols a { opacity: .9; }
.sn-footer-links-cols a:hover { opacity: 1; color: #a9ba65; }
.sn-footer-addresses { display: flex; flex-direction: column; gap: 22px; }
.sn-footer-office {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: stretch;
}
.sn-footer-office-photo {
  position: relative;
  display: block;
  min-height: 72px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
}
.sn-footer-office-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sn-footer-office-text { min-width: 0; }
.sn-footer-office h5 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: none;
  color: #e88ab0;
  font-weight: 700;
}
.sn-footer-office p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  font-size: 14.5px;
}
.sn-photo-lb {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 12, 10, .94);
  padding: 72px 24px 48px;
  box-sizing: border-box;
  cursor: zoom-out;
}
.sn-photo-lb.is-open { display: flex !important; }
.sn-photo-lb-img {
  max-width: min(960px, 100%);
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  cursor: default;
  position: relative;
  z-index: 1;
}
.sn-photo-lb-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sn-photo-lb-close span[aria-hidden="true"] {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.sn-photo-lb-close:hover,
.sn-photo-lb-close:focus {
  background: rgba(255, 255, 255, .28);
  outline: none;
}
.sn-footer-copy {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 18px;
  color: rgba(255,255,255,.55);
  font-size: 14px;
}

/* Floating WhatsApp + Call — all pages */
.sn-float-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.sn-float-wa,
.sn-float-call,
.sn-float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.sn-float-wa {
  background: #25d366;
  font-size: 26px;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .4);
}
.sn-float-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, .5);
  color: #fff !important;
}
.sn-float-call {
  background: #e9421b;
  box-shadow: 0 10px 28px rgba(233, 66, 27, .45);
}
.sn-float-call:hover {
  transform: translateY(-3px);
  background: #d03816;
  box-shadow: 0 14px 32px rgba(233, 66, 27, .55);
  color: #fff !important;
}
.sn-float-call .sn-float-icon {
  display: block;
  flex: 0 0 auto;
  pointer-events: none;
}

@media (max-width: 991px) {
  .sn-grid-2, .sn-grid-3, .sn-grid-4, .sn-footer-grid, .sn-site-footer .sn-footer-grid { grid-template-columns: 1fr; }
  .sn-footer-links-cols { max-width: 320px; }
  .sn-hero { padding: 120px 0 56px; }
  .sn-section { padding: 64px 0; }
  .sn-item { min-height: 260px; }
}

@media (max-width: 575px) {
  .sn-btn { width: 100%; }
  .sn-box { padding: 26px; }
  .sn-float-actions { right: 16px; bottom: 16px; gap: 10px; }
  .sn-float-wa,
  .sn-float-call,
  .sn-float-btn { width: 48px; height: 48px; }
  .sn-float-wa { font-size: 24px; }
  .sn-float-call .sn-float-icon { width: 20px; height: 20px; }
}
