/*
Theme Name: Emit Muhendislik by Artweb
Theme URI: https://www.artweb.com/
Author: Artweb
Author URI: https://www.artweb.com/
Description: Emit Muhendislik için özel olarak geliştirilmiş WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme
Text Domain: emitmuhendislik
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
html {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

p, span, div, a, li, td, th, button, input, textarea, select {
    font-family: 'Poppins', sans-serif;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Font Awesome Icons - Override Poppins */
.fa, .fab, .fad, .fal, .far, .fas, .fass, .fasr, .fat, .fass {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
}

i[class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
}

/*--------------------------------------------------------------
# Site Layout
--------------------------------------------------------------*/
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1600px !important;
}

/*--------------------------------------------------------------
# Page Sections
--------------------------------------------------------------*/
.color-section {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-section h2 {
    font-size: 48px;
    font-weight: 700;
}



.section-3 {
    background-color: #9b59b6; /* Mor */
    min-height: 40vh;
}

.section-4 {
    background-color: #e67e22; /* Turuncu */
    min-height: 60vh;
}

.section-5 {
    background-color: #16a085; /* Koyu Yeşil */
    min-height: 50vh;
}

.section-6 {
    background-color: #2980b9; /* Koyu Mavi */
    min-height: 70vh;
}
