:root {
  --ss-primary: #f68a1e;
  --ss-primary-dark: #d46f0f;
  --ss-green: #447c00;
  --ss-bg: #fffaf3;
  --ss-surface: #ffffff;
  --ss-text: #1e1e1e;
  --ss-text-muted: #555555;
  --ss-radius: 18px;
  --ss-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hind Marathi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #fff3e3, #fffaf3);
  color: var(--ss-text);
}

a {
  color: var(--ss-primary-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.ss-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 243, 0.96);
  backdrop-filter: blur(14px);
}

.ss-logo {
  width: 52px;
  height: auto;
}

.ss-brand-text {
  line-height: 1.1;
}

.ss-brand-title {
  font-weight: 700;
  font-size: 1.1rem;
}

.ss-brand-sub {
  font-size: 0.8rem;
  color: var(--ss-text-muted);
}

.ss-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ss-text);
}

.ss-nav a:hover {
  color: var(--ss-primary-dark);
}

.ss-nav-cta {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--ss-primary);
  color: var(--ss-primary-dark);
}

.ss-nav-cta:hover {
  background: var(--ss-primary);
  color: #fff;
}

.ss-nav-toggle {
  background: transparent;
  border: none;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.ss-nav-toggle span {
  width: 20px;
  height: 2px;
  background: #333;
}

.ss-nav-mobile {
  display: none;
  flex-direction: column;
  padding: 0.5rem 1rem 1rem;
  background: #fffaf3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.ss-nav-mobile a {
  padding: 0.35rem 0;
  font-size: 0.95rem;
}

.ss-nav-mobile.show {
  display: flex;
}

.ss-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.ss-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.86));
}

.ss-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.ss-hero h1 {
  font-size: clamp(2.2rem, 3vw, 2.9rem);
  font-weight: 800;
  line-height: 1.15;
}

.ss-hero p {
  font-size: 1rem;
  max-width: 34rem;
}

.ss-pill {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.ss-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.8rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-primary-dark));
  color: #fff;
  font-weight: 600;
  font-size: 0.98rem;
  box-shadow: 0 14px 30px rgba(246, 138, 30, 0.5);
}

.ss-btn-primary:hover {
  text-decoration: none;
  filter: brightness(1.03);
}

.ss-btn-ghost {
  border-radius: 999px;
  padding: 0.7rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  font-weight: 500;
}

.ss-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.ss-gi-row {
  font-size: 0.85rem;
}

.ss-gi-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.ss-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd166;
}

.ss-hero-logo {
  max-width: 420px;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.5));
}

.ss-section {
  padding: 80px 0;
}

.ss-section-alt {
  background: #fff4e2;
}

.ss-section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--ss-primary-dark);
  margin-bottom: 1.3rem;
}

.ss-section p {
  font-size: 0.98rem;
  color: var(--ss-text-muted);
}

.ss-card-small {
  background: var(--ss-surface);
  border-radius: var(--ss-radius);
  padding: 1rem 1.1rem;
  box-shadow: var(--ss-shadow);
  height: 100%;
}

.ss-card-small h6 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
  color: var(--ss-primary-dark);
}

.ss-card-small p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.ss-gallery-strip-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ss-gallery-strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 10px;
}

.ss-gallery-strip img {
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--ss-shadow);
  flex: 0 0 auto;
  cursor: zoom-in;
}

.ss-gallery-strip img:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.ss-gallery-nav {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--ss-primary-dark);
}

.ss-gallery-nav:hover {
  background: #ffe1b8;
}

.ss-gallery-prev {
  margin-right: 4px;
}

.ss-gallery-next {
  margin-left: 4px;
}

.ss-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ss-primary-dark);
}

.ss-link:hover {
  text-decoration: none;
  filter: brightness(0.95);
}

.ss-testimonial {
  background: var(--ss-surface);
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  box-shadow: var(--ss-shadow);
  font-size: 0.96rem;
  color: var(--ss-text-muted);
}

.ss-testimonial h6 {
  margin-top: 0.7rem;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--ss-primary-dark);
}

.ss-contact {
  background: radial-gradient(circle at top, #fff4df, #fffaf3);
}

.ss-contact-card {
  background: var(--ss-surface);
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
  box-shadow: var(--ss-shadow);
  font-size: 0.94rem;
}

.ss-contact-card a {
  color: var(--ss-primary-dark);
}

.ss-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ss-contact-panel {
  background: var(--ss-surface);
  border-radius: 18px;
  padding: 1.1rem 1.25rem;
  box-shadow: var(--ss-shadow);
}

.ss-footer {
  background: #120c05;
  color: #e5dfd5;
  font-size: 0.85rem;
}

.ss-float-btn {
  position: fixed;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  color: #fff;
  z-index: 30;
}

.ss-float-btn i {
  font-size: 1.7rem;
}

.ss-float-whatsapp {
  bottom: 90px;
  background: #25d366;
}

.ss-float-call {
  bottom: 26px;
  background: #f68a1e;
}

.ss-float-btn:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

/* Lightbox for gallery images */
.ss-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.ss-lightbox.ss-lightbox-show {
  display: flex;
}

.ss-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.ss-lightbox-img {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.ss-lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .ss-section {
    padding: 56px 0;
  }

  .ss-hero {
    min-height: 70vh;
  }

  .ss-hero-content {
    padding-top: 4rem;
  }

  .ss-hero h1 {
    font-size: 2rem;
  }
}

