.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body.elementor-page,
body.elementor-default {
  overflow: hidden;
}

.site-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

/* Full background */
.site-bg {
  position: fixed;
  inset: 900px;
  background: url('https://sunnahwater.com/wp-content/uploads/2026/04/SUNNAH-WATER-2_imgupscaler.ai_V1Fast_4K-scaled.png') center center / cover no-repeat;
  z-index: 1;
}

/* Frame overlay */
.site-frame {
  position: fixed;
  size-display: cover;
  inset: 0;
  background: url('YOUR-FRAME-IMAGE-URL-HERE') center top / cover no-repeat;
  z-index: 2;
  pointer-events: none;
}

/* Top fixed logo/header area */
.site-header-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 900px);
  z-index: 3;
  text-align: center;
  padding-top: 18px;
  pointer-events: none;
}

.site-header-fixed .elementor-widget,
.site-header-fixed .elementor-button-wrapper,
.site-header-fixed .elementor-icon-wrapper,
.site-header-fixed a,
.site-header-fixed button {
  pointer-events: auto;
}

/* Area that holds the scrolling box */
.site-content-window {
  position: relative;
  z-index: 4;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* Main inner scroll area */
.site-scroll-area {
  position: relative;
  z-index: 5;
  margin-top: 220px;              /* header ke neeche start */
  width: min(88vw, 520px);        /* mobile + centered narrow layout */
  height: calc(100vh - 250px);    /* sirf andar scroll */
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 18px 40px;
  box-sizing: border-box;
  scroll-behavior: smooth;

  /* optional visual help */
  border-radius: 18px;
}

/* Scrollbar */
.site-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.site-scroll-area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.28);
  border-radius: 20px;
}

/* Tablet */
@media (min-width: 768px) {
  .site-header-fixed {
    width: min(100%, 1100px);
    padding-top: 22px;
  }

  .site-scroll-area {
    margin-top: 250px;
    width: min(62vw, 760px);
    height: calc(100vh - 280px);
    padding: 16px 26px 48px;
  }
}

/* Large desktop */
@media (min-width: 1200px) {
  .site-scroll-area {
    width: min(54vw, 820px);
    margin-top: 260px;
    height: calc(100vh - 290px);
  }
}/* End custom CSS */