.elementor-kit-17{--e-global-color-primary:#141414;--e-global-color-secondary:#CCCCCC;--e-global-color-text:#292929;--e-global-color-accent:#141414;--e-global-color-2121a74:#DA6A03;--e-global-color-5741eec:#666666;--e-global-color-926a5bc:#070707;--e-global-color-5cc2fb9:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;--e-global-typography-651c956-font-family:"Khula";font-family:"Outfit", Sans-serif;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-kit-17 a{font-family:"Outfit", Sans-serif;}.elementor-kit-17 h1{font-family:"Outfit", Sans-serif;}.elementor-kit-17 h2{font-family:"Outfit", Sans-serif;}.elementor-kit-17 h3{font-family:"Outfit", Sans-serif;}.elementor-kit-17 h4{font-family:"Outfit", Sans-serif;}.elementor-kit-17 h5{font-family:"Outfit", Sans-serif;}.elementor-kit-17 h6{font-family:"Outfit", Sans-serif;}.elementor-kit-17 button,.elementor-kit-17 input[type="button"],.elementor-kit-17 input[type="submit"],.elementor-kit-17 .elementor-button{font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Enable vertical snapping on the page */
.snap-page {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  height: 100dvh;              /* handles mobile browser UI safely */
}

/* Each full screen panel */
.snap-section {
  min-height: 100vh;
  scroll-snap-align: start;    /* snap when its start hits the viewport */
  scroll-snap-stop: always;    /* prevents skipping multiple sections on fast wheels */
}

/* Smooth feel */
html, body, .snap-page { scroll-behavior: smooth; }

/* Sticky header offset (if you have one) */
.has-sticky .snap-section { scroll-margin-top: var(--sticky-h, 80px); }

/* iOS overscroll quirks */
.snap-page { -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; }/* End custom CSS */