.elementor-kit-15{--e-global-color-primary:#F37021;--e-global-color-secondary:#A3B2A2;--e-global-color-text:#555555;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--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:"Montserrat";--e-global-typography-accent-font-weight:700;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:28px;letter-spacing:0px;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{font-family:"Montserrat", Sans-serif;line-height:1px;letter-spacing:0.5px;word-spacing:12px;}.elementor-kit-15 h1{font-family:"Montserrat", Sans-serif;font-size:60px;font-weight:800;text-transform:uppercase;line-height:66px;letter-spacing:-0.5px;}.elementor-kit-15 h2{font-family:"Montserrat", Sans-serif;font-size:44px;font-weight:700;text-transform:uppercase;line-height:50px;letter-spacing:-0.3px;}.elementor-kit-15 h3{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:700;line-height:38px;letter-spacing:-0.2px;}.elementor-kit-15 h4{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:600;line-height:30px;}.elementor-kit-15 h5{font-family:"Montserrat", Sans-serif;font-size:18px;line-height:1.4px;}.elementor-kit-15 h6{font-family:"Montserrat", Sans-serif;font-size:14px;line-height:1.4px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.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-kit-15{font-size:16px;}.elementor-kit-15 h1{font-size:38px;line-height:44px;}.elementor-kit-15 h2{font-size:30px;line-height:36px;}.elementor-kit-15 h3{font-size:24px;line-height:30px;}.elementor-kit-15 h4{font-size:20px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   GLOBAL BODY OPTIMIZATION (Safe for Header)
=============================================*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif !important;
  font-size: 17px;
  line-height: 1.6 !important;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #000000; /* adjust as needed */
  word-break: break-word;
  margin: 0;
  padding: 0;
}

/* ============================================
   TYPOGRAPHY (Excludes Header)
=============================================*/
p, span, li {
  margin-bottom: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* ============================================
   SECTION SPACING (Safe Below Header)
=============================================*/
.elementor-section:not(.elementor-location-header) {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}

.elementor-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ============================================
   CTA BUTTONS - Style-Only (No Spacing)
=============================================*/
.elementor-button,
a.elementor-button {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #ff5c00;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.elementor-button:hover,
a.elementor-button:hover {
  background-color: #e14e00;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* ============================================
   MEDIA ELEMENTS (Images, Videos)
=============================================*/
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   MOBILE RESPONSIVENESS
=============================================*/
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.55;
  }

  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }

  .elementor-section:not(.elementor-location-header) {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .elementor-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  p, span, li {
    margin-bottom: 14px;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
    letter-spacing: -0.3px;
  }
}/* End custom CSS */