.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#1B1E54;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Inter", Sans-serif;font-size:5vw;}.elementor-kit-7 h2{font-family:"Inter", Sans-serif;font-size:3vw;}.elementor-kit-7 h3{font-family:"Inter", Sans-serif;font-size:2vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* Prevent content overflow on smaller screens */
.elementor-kit-7 {
  overflow: hidden;
  box-sizing: border-box;
}

/* Responsive padding for sections */
@media (min-width: 1025px) {
  .elementor-kit-7 {
    padding: 100px 40px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-kit-7 {
    padding: 60px 30px;
  }
}

@media (max-width: 767px) {
  .elementor-kit-7 {
    padding: 30px 20px;
  }
}

/* Make images inside the section responsive */
.elementor-kit-7 img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Optional: Adjust heading font size responsively */
.elementor-kit-7 h1, .elementor-kit-7 h2 {
  font-size: clamp(24px, 5vw, 48px);
  line-height: 1.2;
  word-wrap: break-word;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: 100% !important;
}

body.elementor-default {
  overflow: visible !important;
}

.elementor, .elementor-section {
  max-width: 100vw;
  overflow: visible !important;
  box-sizing: border-box;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

body.elementor-default {
  overflow-x: hidden !important;
}

.elementor-section {
  max-width: 100vw;
  box-sizing: border-box;
}/* End custom CSS */