.elementor-kit-6{--e-global-color-primary:#16A34A;--e-global-color-secondary:#059669;--e-global-color-text:#111827;--e-global-color-accent:#10B981;--e-global-color-f2b4b55:#F9FAFB;--e-global-color-1b095db:#F0FDF4;--e-global-color-7d4e7d5:#14532D;--e-global-color-3490e51:#8EF8AF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.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:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:1000px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* KECAF Elementor Custom CSS Kit - Paste in Elementor > Site Settings > Custom CSS or Appearance > Customize > Additional CSS */

:root {
  --kecaf-forest-50: #f0fdf4;
  --kecaf-forest-100: #dcfce7;
  --kecaf-forest-500: #22c55e;
  --kecaf-forest-600: #16a34a;
  --kecaf-forest-800: #166534;
  --kecaf-forest-900: #14532d;
  --kecaf-climate-400: #34d399;
  --kecaf-climate-500: #10b981;
  --kecaf-climate-600: #059669;
}

/* Rounded buttons like Kecaf */
.kecaf-btn-primary {
  background: linear-gradient(90deg, var(--kecaf-forest-500), var(--kecaf-climate-600));
  color: white !important;
  border-radius: 100px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  box-shadow: 0 10px 30px rgba(22, 163, 74, 0.25);
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.kecaf-btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(22, 163, 74, 0.35);
}

.kecaf-btn-secondary {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.3);
  color: white !important;
  border-radius: 100px !important;
  padding: 14px 32px !important;
  backdrop-filter: blur(10px);
  font-weight: 600 !important;
}
.kecaf-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
}

.kecaf-btn-dark {
  background: linear-gradient(90deg, var(--kecaf-forest-500), var(--kecaf-climate-600));
  border-radius: 100px;
  color: white;
  padding: 14px 28px;
}

.kecaf-btn-outline {
  border: 2px solid #e5e7eb;
  border-radius: 100px;
  padding: 14px 28px;
  font-weight: 600;
  color: #374151;
}
.kecaf-btn-outline:hover {
  border-color: var(--kecaf-forest-300);
  color: var(--kecaf-forest-700);
}

/* Glass cards for Hero */
.kecaf-glass-card {
  background: rgba(255,255,255,0.1) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 16px !important;
  transition: all 0.3s ease;
}
.kecaf-glass-card:hover {
  background: rgba(255,255,255,0.15) !important;
}

/* Program cards */
.kecaf-program-card {
  background: white;
  border: 1px solid #f3f4f6 !important;
  border-radius: 16px !important;
  padding: 32px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.3s ease !important;
  height: 100%;
}
.kecaf-program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
  border-color: var(--kecaf-forest-200) !important;
}

/* Icon boxes */
.kecaf-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--kecaf-forest-50);
  color: var(--kecaf-forest-600);
}

/* Gradient backgrounds */
.kecaf-hero-bg {
  background: linear-gradient(135deg, #14532d 0%, #166534 40%, #065f46 100%) !important;
  position: relative;
  overflow: hidden;
}
.kecaf-hero-bg::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 10%;
  width: 300px;
  height: 300px;
  background: #22c55e;
  filter: blur(80px);
  opacity: 0.15;
  border-radius: 50%;
}

.kecaf-section-alt {
  background: #f9fafb !important;
}

.kecaf-newsletter-bg {
  background: linear-gradient(135deg, #166534, #14532d, #064e3b) !important;
}

/* Small badge */
.kecaf-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 13px;
  color: #a7f3d0;
  backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}/* End custom CSS */