.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-92e840b:#FFFFFF;--e-global-color-956cdca:#0C2736;--e-global-color-bbc29d7:#CC0000;--e-global-color-702612b:#F1F1F1;--e-global-color-c5c0641:#000000;--e-global-color-17a351b:#1E1E1E;--e-global-color-af33325:#C2793F;--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;--e-global-typography-6cd70f2-font-size:50px;--e-global-typography-6cd70f2-font-weight:700;--e-global-typography-6cd70f2-line-height:0.1px;--e-global-typography-6cd70f2-letter-spacing:-1px;--e-global-typography-10cc1aa-font-size:24px;--e-global-typography-10cc1aa-font-weight:300;--e-global-typography-10cc1aa-line-height:0.1px;--e-global-typography-10cc1aa-letter-spacing:-0.1px;--e-global-typography-19d15a3-font-size:35px;--e-global-typography-19d15a3-font-weight:700;--e-global-typography-19d15a3-line-height:1.1px;--e-global-typography-19d15a3-letter-spacing:-0.2px;--e-global-typography-b4b98b6-font-size:25px;--e-global-typography-b4b98b6-font-weight:600;--e-global-typography-b4b98b6-letter-spacing:0px;--e-global-typography-c19195f-font-size:35px;--e-global-typography-c19195f-font-weight:700;--e-global-typography-c19195f-line-height:1.1px;--e-global-typography-c19195f-letter-spacing:-0.2px;--e-global-typography-0790e7b-font-size:15px;--e-global-typography-0790e7b-line-height:1.6px;--e-global-typography-f0c0374-font-size:15px;--e-global-typography-f0c0374-line-height:1.6px;--e-global-typography-a5a68fe-font-size:15px;--e-global-typography-a5a68fe-line-height:1.6px;background-color:var( --e-global-color-92e840b );}.elementor-kit-8 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);}@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 *//* 1) RESET & BASE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 2) GLOBAL CONTAINER & GRID
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
.section {
  padding: 100px 0;
}
.section--full-bleed {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.section--two-col .container,
.section--three-col .container {
  display: flex;
  gap: 20px;
}
.section--two-col .col {
  flex: 0 0 50%;
}
.section--three-col .col {
  flex: 0 0 33.33%;
}

/* 3) HEADER & NAVIGATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.header-inner {
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.header-logo {
  flex: 0 0 20%;
}
.header-nav {
  flex: 0 0 80%;
}
.header-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}
.header-nav li a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  transition: color .3s;
}
.header-nav li a:hover {
  color: #007BFF;
}

/* 4) TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 18px;
}
h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
p {
  margin-bottom: 16px;
}

/* 5) BUTTONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 4px;
  background: #007BFF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: background .3s;
}
.btn:hover {
  background: #0056b3;
}

/* 6) IMAGE OVERLAY (e.g. Hero, Cards)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.overlay {
  position: relative;
}
.overlay::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
}

/* 7) FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-footer {
  background: #f8f8f8;
  padding: 60px 0;
}
.footer-widgets {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 40px;
}
.footer-widget {
  flex: 1;
}
.footer-bottom {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #666;
}

/* 8) RESPONSIVE ADJUSTMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1024px) {
  .header-inner, .footer-widgets {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .header-nav ul {
    flex-direction: column;
    gap: 15px;
  }
  .section--two-col .col,
  .section--three-col .col {
    flex: 0 0 100%;
  }
}/* End custom CSS */