.elementor-kit-5{--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-5 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){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 *//* =========================
   GLOBAL RESET / BASE
========================= */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
}

/* Remove unexpected top gap from themes */
body,
.site,
.site-content,
.elementor-location-header,
.elementor-location-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   WORDPRESS ADMIN BAR
========================= */
#wpadminbar {
  margin: 0 !important;
}

.admin-bar #lms-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  .admin-bar #lms-header {
    top: 46px !important;
  }
}

/* If logged out, keep header flush */
#lms-header {
  top: 0 !important;
}

/* =========================
   ELEMENTOR SECTION SPACING
========================= */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-top-section {
  padding-top: 0;
  padding-bottom: 0;
}

.elementor-widget-wrap,
.elementor-column-wrap {
  margin: 0 !important;
}

/* Remove extra top space on first section */
main .elementor-section:first-child,
.elementor-location-single main .elementor-section:first-child,
.elementor-page main .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove extra bottom space on last section */
main .elementor-section:last-child,
.elementor-location-single main .elementor-section:last-child,
.elementor-page main .elementor-section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================
   CONTAINERS / WRAPPERS
========================= */
.elementor-container,
.e-con-inner,
.e-con {
  box-sizing: border-box;
}

.elementor-widget {
  margin-bottom: 0 !important;
}

/* Prevent random gaps from image alignment */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   HEADER SPACING
========================= */
header,
#lms-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#lms-header + * {
  margin-top: 0 !important;
}

/* If you added a manual spacer div under the header, remove it visually */
div[style*="height:100px"],
div[style*="height: 100px"],
div[style*="height:102px"],
div[style*="height: 102px"] {
  display: none !important;
}

/* =========================
   PAGE CONTENT WIDTH RHYTHM
========================= */
.elementor-widget-text-editor p:last-child,
.elementor-widget-theme-post-content p:last-child {
  margin-bottom: 0;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
  margin-top: 0;
}

/* Better default paragraph spacing */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

/* =========================
   FORMS
========================= */
input,
textarea,
select,
button {
  box-sizing: border-box;
}

/* Elementor form field spacing consistency */
.elementor-form .elementor-field-group {
  margin-bottom: 16px !important;
}

.elementor-form .elementor-field-type-submit {
  margin-bottom: 0 !important;
}

/* =========================
   FOOTER
========================= */
footer {
  margin-top: 0 !important;
}

/* Remove unexpected gap before footer */
footer::before,
footer::after {
  display: none !important;
}

/* =========================
   MOBILE TUNING
========================= */
@media (max-width: 767px) {
  .elementor-top-section {
    padding-left: 0;
    padding-right: 0;
  }

  .elementor-container,
  .e-con-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    line-height: 1.15;
  }

  h2 {
    line-height: 1.2;
  }
}/* End custom CSS */