/*
Theme Name: Aktif Eğitim Merkezi
Theme URI: https://aktifegitim.com.tr
Author: Aktif Eğitim
Description: Aktif Eğitim Merkezi - Almanca Kursu Bursa resmi web sitesi teması. Elementor ile uyumlu.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Private
Text Domain: aktif-egitim
Tags: education, language, german, elementor
*/

/* ─────────────────────────────────────────────
   GLOBAL CSS DEĞİŞKENLERİ & SIFIRLAMALAR
───────────────────────────────────────────── */
:root {
  --navy:    #0c1a2e;
  --navy2:   #122339;
  --navy3:   #071120;
  --blue:    #2e72d2;
  --blue2:   #4a8ae8;
  --blue-lt: #e8f1fd;
  --red:     #c41430;
  --red2:    #e0182e;
  --wa:      #25d366;
  --white:   #ffffff;
  --off:     #f5f6fa;
  --text:    #111827;
  --muted:   #60708a;
  --border:  rgba(0,0,0,.08);
  --rad:     12px;
  --rad-sm:  8px;
  --rad-lg:  20px;
  --shadow:  0 4px 28px rgba(12,26,46,.1);
  --ff:      'Plus Jakarta Sans', sans-serif;
  --ease:    .22s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff);
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Elementor tam genişlik düzeltmesi */
.elementor-section.elementor-section-stretched {
  max-width: 100% !important;
}

/* Elementor içindeki sarma */
.e-con-inner, .elementor-container {
  max-width: 1120px;
}
