.elementor-kit-7{--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-7 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){--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);}.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 *//* RESET */
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', Arial, sans-serif;
  background: #ffffff;
  color: #111;
  overflow-x: hidden;
}

/* FULL WIDTH FIX */
.epix-hero,
.epix-section,
.epix-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* GLOBAL SPACING */
.epix-section {
  padding: 100px 6%;
}

.epix-hero {
  padding: 100px 6%;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, rgba(0,0,0,0.85), rgba(0,90,50,0.6));
  color: #fff;
}

.epix-cta {
  padding: 100px 6%;
  text-align: center;
  background: linear-gradient(120deg, #002d1a, #00a651);
  color: #fff;
}

/* HERO TEXT */
.epix-hero h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
}

.epix-hero h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #cfeede;
}

.epix-hero p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 700px;
}

/* TITLES */
.epix-title {
  text-align: center;
  margin-bottom: 60px;
}

.epix-title h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* GRID */
.epix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARDS */
.epix-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.epix-card:hover {
  transform: translateY(-8px);
}

.epix-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* DARK SECTION */
.epix-dark {
  background: #07110d;
  color: #fff;
}

.epix-dark .epix-card {
  background: #0e1c16;
  color: #fff;
}

/* PROJECTS */
.epix-projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.epix-project {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* BUTTONS */
.epix-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}

.epix-btn.green {
  background: #00a651;
  color: #fff;
}

.epix-btn.green:hover {
  background: #008a44;
}

.epix-btn.dark {
  background: #fff;
  color: #111;
}

/* CTA */
.epix-cta h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.epix-cta p {
  font-size: 18px;
  margin-bottom: 25px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .epix-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .epix-projects {
    grid-template-columns: 1fr;
  }

  .epix-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .epix-grid {
    grid-template-columns: 1fr;
  }

  .epix-section {
    padding: 70px 20px;
  }

  .epix-hero {
    padding: 80px 20px;
  }

  .epix-hero h1 {
    font-size: 32px;
  }

  .epix-title h2 {
    font-size: 28px;
  }
}


header {
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

header a {
  font-weight: 500;
  color: #111;
}

header a:hover {
  color: #00a651;
}

.elementor-nav-menu .menu-item {
  padding: 10px 15px;
}

.elementor-button {
  font-weight: 600;
}/* End custom CSS */