/*
Theme Name:  Eco Training
Description: Child theme for Hello Elementor – Eco Training
Author:      Eco Training
Template:    hello-elementor
Version:     1.0.0
*/

/* ── Import Poppins from Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ── Global Variables ── */
:root {
  --e-global-color-primary:    #25A85A;
  --e-global-color-secondary:  #1B7A3E;
  --e-global-color-accent:     #0F1A13;
  --e-global-color-text:       #374151;
  --e-global-typography-primary-font-family:   'Poppins';
  --e-global-typography-secondary-font-family: 'Poppins';
  --e-global-typography-text-font-family:      'Poppins';
}

body { font-family: 'Poppins', sans-serif; }

/* ── Navigation ── */
.site-header { background: rgba(15,26,19,0.97) !important; }
.site-header .main-nav a { color: #cccccc !important; font-family: 'Poppins', sans-serif; }
.site-header .main-nav a:hover { color: #25A85A !important; }

/* ── Elementor Button defaults ── */
.elementor-button {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  transition: all .25s !important;
}
.elementor-button:hover { transform: translateY(-2px); }

/* ── Smooth scroll ── */
html { scroll-behavior: smooth; }

/* ── Inner section border style ── */
.elementor-inner-section .elementor-widget-wrap {
  border-radius: 16px;
}
