.elementor-kit-6{--e-global-color-primary:#059669;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7a03a14:#064E3B;--e-global-color-d9090f4:#ECFDF5;--e-global-color-0069b98:#10B981;--e-global-color-8ac3dc7:#111827;--e-global-color-c77a971:#6B7280;--e-global-color-9aedba5:#E5E7EB;--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;font-family:"Syne", Sans-serif;}.elementor-kit-6 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 *//* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

/* Base body */
body {
  font-family: 'DM Sans', sans-serif;
  background-image: radial-gradient(circle, rgba(16,185,129,0.10) 1px, transparent 1px);
  background-size: 32px 32px;
  color: #111827;
}

/* All Elementor headings use Syne */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Syne', sans-serif !important;
  letter-spacing: -1px;
}

/* Primary green button */
.btn-green,
.elementor-button.elementor-button-primary {
  background: #059669 !important;
  border-radius: 10px !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(5,150,105,0.3) !important;
  transition: all 0.2s !important;
}
.btn-green:hover,
.elementor-button.elementor-button-primary:hover {
  background: #047857 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(5,150,105,0.4) !important;
}

/* Outline button */
.elementor-button.elementor-button-outline {
  border: 1.5px solid #E5E7EB !important;
  border-radius: 10px !important;
  font-family: 'Syne', sans-serif !important;
  font-weight: 600 !important;
  color: #374151 !important;
  background: transparent !important;
  transition: all 0.2s !important;
}
.elementor-button.elementor-button-outline:hover {
  border-color: #059669 !important;
  color: #047857 !important;
  transform: translateY(-2px) !important;
}

/* Service card hover effect */
.service-card .elementor-widget-wrap {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 32px !important;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.service-card .elementor-widget-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #059669;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.service-card .elementor-widget-wrap:hover::after {
  transform: scaleX(1);
}
.service-card .elementor-widget-wrap:hover {
  border-color: #A7F3D0;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(6,78,59,0.08);
}

/* Metric card hover */
.metric-card .elementor-widget-wrap {
  transition: all 0.3s;
}
.metric-card .elementor-widget-wrap:hover {
  transform: translateX(6px);
  border-color: #6EE7B7 !important;
  box-shadow: 0 12px 40px rgba(6,78,59,0.08);
}

/* Section reveal animation */
.reveal-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-section.visible {
  opacity: 1;
  transform: none;
}/* End custom CSS */