/*
Theme Name: MehmetInan
Theme URI: https://mehmetinanweb.com
Author: Mehmet İNAN
Author URI: https://mehmetinanweb.com
Description: Elementor uyumlu, hafif ve sade bir WordPress teması. Elementor ile sıfırdan tasarım yapmak için ideal altyapı sunar.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mehmetinan
Tags: elementor, page-builder, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Sıfırlama & Temel Stiller
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* ==========================================================================
   Elementor Uyum Stilleri
   ========================================================================== */

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.elementor-section {
    position: relative;
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
    padding: 0;
    margin: 0;
}

/* ==========================================================================
   Ana İçerik
   ========================================================================== */

.site-main {
    min-height: 100vh;
}

.page-content,
.entry-content {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    padding: 0;
    margin: 0;
}

/* ==========================================================================
   WordPress Core Gereksinimleri
   ========================================================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   Tam Sayfa Elementor Desteği
   ========================================================================== */

body.elementor-page .site-main {
    min-height: 0;
}
