/*
Theme Name: IamHere
Theme URI: https://yourwebsite.com/iamhere
Author: Your Name
Author URI: https://yourwebsite.com
Description: A highly customizable WordPress theme with Redux Framework integration, featuring Bootstrap 5.x compatibility and modern design elements.
Version: 1.0.0
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iamhere
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, bootstrap, redux, responsive

This theme, like WordPress, is licensed under the GPL.
*/

/* Base Theme Styles - Most styling will be controlled through Redux options and Bootstrap */

/* Import Google Fonts - Placeholder for Redux Option */
/* Google Fonts will be properly enqueued in functions.php based on Redux settings */

/* Reset & Base Styles */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--iamhere-body-font);
    line-height: 1.6;
    color: var(--iamhere-text-color);
    background-color: var(--iamhere-bg-color);
    overflow-x: hidden;
}

/* CSS Variables that will be set dynamically through Redux */
:root {
    --iamhere-primary-color: #0d6efd;
    --iamhere-secondary-color: #6c757d;
    --iamhere-text-color: #212529;
    --iamhere-bg-color: #ffffff;
    --iamhere-heading-font: 'Poppins', sans-serif;
    --iamhere-body-font: 'Roboto', sans-serif;
}

/* Common Elements */
a {
    color: var(--iamhere-primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--iamhere-secondary-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--iamhere-heading-font);
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

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

/* WordPress Core Classes */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Basic Layout Classes */
.site-header,
.site-footer {
    width: 100%;
}

/* Note: Most styling will be handled by Bootstrap classes and Redux options */

/* Ubuntu font ailesi */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/* Ana font ayarları */
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

/* Header Stilleri */
.site-header {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-family: 'Ubuntu', sans-serif;
}

/* Sticky header stili */
.site-header.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Koyu tema için header */
.site-header.bg-dark {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Logo Stili */
.site-title {
    font-weight: 700;
    font-size: 1.75rem;
    color: var(--iamhere-primary-color);
}

/* Koyu tema için logo */
.navbar-dark .site-title {
    color: #fff;
}

/* Menü stilleri */
.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: var(--iamhere-primary-color);
    background-color: rgba(0, 0, 0, 0.03);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Aktif menü öğesi */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--iamhere-primary-color);
    font-weight: 600;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 600;
}

/* Sosyal medya ikonları */
.header-social .social-link {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.navbar-light .header-social .social-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .header-social .social-link:hover {
    color: var(--iamhere-primary-color);
    background-color: rgba(0, 0, 0, 0.03);
}

.navbar-dark .header-social .social-link {
    color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .header-social .social-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Tema değişkenleriyle uyumlu buton stili */
.iamhere-button {
    background-color: var(--iamhere-primary-color);
    border-color: var(--iamhere-primary-color);
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.iamhere-button:hover,
.iamhere-button:focus {
    background-color: var(--iamhere-primary-color);
    border-color: var(--iamhere-primary-color);
    opacity: 0.9;
    color: #fff;
}

/* Koyu tema buton stili */
.navbar-dark .iamhere-button {
    border-color: var(--iamhere-primary-color);
}

/* Mobil Menü Stilleri */
@media (max-width: 991.98px) {
    .mobile-extras {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
    }
    
    .navbar-dark .mobile-extras {
        border-top-color: rgba(255, 255, 255, 0.1);
    }
    
    .mobile-social {
        margin-left: 0.5rem;
    }
    
    .mobile-social .social-link {
        font-size: 18px;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 8px;
    }
    
    .text-start .iamhere-button {
        margin-left: 0.5rem;
    }
    
    .navbar-light .mobile-social .social-link {
        color: rgba(0, 0, 0, 0.7);
    }
    
    .navbar-light .mobile-social .social-link:hover {
        color: var(--iamhere-primary-color);
        background-color: rgba(0, 0, 0, 0.03);
    }
    
    .navbar-dark .mobile-social .social-link {
        color: rgba(255, 255, 255, 0.85);
    }
    
    .navbar-dark .mobile-social .social-link:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* Footer Stilleri - style.css'e ekleyin */

/* Footer Genel Stiller */
.site-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-family: 'Ubuntu', sans-serif;
}

.site-footer.bg-dark {
    border-top-color: rgba(255, 255, 255, 0.1);
}

/* Footer Başlıkları - boyut küçültüld */
.footer-title {
    font-weight: 600;
    font-size: 1rem; /* Başlık boyutu küçültüldü */
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px; /* Çizgi boyutu küçültüld */
    height: 2px;
    background-color: var(--iamhere-primary-color);
}

.bg-dark .footer-title:after {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Footer Logo */
.footer-logo {
    margin-bottom: 1.25rem;
}

/* Footer Manifesto */
.footer-manifesto {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Footer Menü */
.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 0.5rem;
}

.footer-menu li a {
    color: var(--iamhere-text-color);
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    font-size: 0.95rem;
}

.footer-menu li a:hover {
    color: var(--iamhere-primary-color);
    padding-left: 5px;
}

.bg-dark .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
}

.bg-dark .footer-menu li a:hover {
    color: #fff;
}

/* Footer Alıntı - tırnak işareti ve transparan kutu eklendi */
.footer-quote {
    position: relative;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.03); /* Transparan arka plan */
    border-radius: 8px;
}

.footer-quote:before {
    content: '\201C'; /* Açılış tırnak işareti */
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 3rem;
    color: var(--iamhere-primary-color);
    opacity: 0.3;
    font-family: Georgia, serif;
}

.footer-quote blockquote {
    border-left: none;
    padding-left: 0;
    font-style: italic;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
    margin: 0;
}

.bg-dark .footer-quote {
    background-color: rgba(255, 255, 255, 0.05);
}

.bg-dark .footer-quote:before {
    color: rgba(255, 255, 255, 0.3);
}

.footer-quote .blockquote-footer {
    font-size: 0.85rem;
    opacity: 0.8;
    text-align: right;
    margin-top: 0.5rem;
}

/* Footer Sosyal İkonlar */
.footer-social .social-link {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.2s ease;
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--iamhere-text-color);
    margin-right: 8px;
}

.footer-social .social-link:hover {
    background-color: var(--iamhere-primary-color);
    color: #fff;
}

.bg-dark .footer-social .social-link {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.bg-dark .footer-social .social-link:hover {
    background-color: var(--iamhere-primary-color);
    color: #fff;
}

/* Copyright */
.footer-copyright {
    font-size: 0.85rem;
    opacity: 0.8;
}

.bg-dark .footer-copyright {
    border-top-color: rgba(255, 255, 255, 0.1);
}

/* Responsive Ayarlamalar */
@media (max-width: 991.98px) {
    .site-footer [class^="col-"] {
        margin-bottom: 2rem;
    }
}



/* Üst Bar Stilleri */
.topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.topbar.bg-dark {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

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

.topbar a:hover {
    color: var(--iamhere-primary-color);
}

.topbar-phone,
.topbar-email {
    display: inline-block;
}

/* Mobil topbar */
@media (max-width: 767px) {
    .topbar-left {
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    .topbar-right {
        text-align: center;
    }
    
    .topbar-email {
        display: none; /* Mobilde sadece telefon göster */
    }
}

/* Mobil topbar bilgileri hamburger menüsünde */
.mobile-topbar-info {
    font-size: 0.9rem;
    padding-left: 0.5rem;
}

.mobile-topbar-info a {
    color: inherit;
    text-decoration: none;
}

.mobile-topbar-info a:hover {
    color: var(--iamhere-primary-color);
}

.navbar-dark .mobile-topbar-info a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .mobile-topbar-info a:hover {
    color: #fff;
}

/* Hero Bölümü Stilleri - style.css'e ekleyin */
.hero-section {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hero-section.bg-dark {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.hero-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.hero-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-image:hover {
    transform: scale(1.03);
}

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--iamhere-primary-color);
}

.hero-section.bg-dark .hero-title {
    color: #fff;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons .btn {
    padding: 0.75rem 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* iamhere-button sınıfı için tema varsayılan renk değişkenlerini kullan */
.hero-buttons .iamhere-button {
    background-color: var(--iamhere-primary-color);
    border-color: var(--iamhere-primary-color);
    color: #fff;
}

.hero-buttons .iamhere-button:hover {
    background-color: var(--iamhere-primary-color);
    border-color: var(--iamhere-primary-color);
    opacity: 0.9;
    color: #fff;
}

/* İkinci buton outline-secondary olarak deiştirildi */
.hero-buttons .btn-outline-secondary {
    background-color: transparent;
    border-color: var(--iamhere-secondary-color);
    color: var(--iamhere-secondary-color);
}

.hero-buttons .btn-outline-secondary:hover {
    background-color: var(--iamhere-secondary-color);
    color: #fff;
}

.hero-section.bg-dark .hero-buttons .btn-outline-secondary {
    border-color: #fff;
    color: #fff;
}

.hero-section.bg-dark .hero-buttons .btn-outline-secondary:hover {
    background-color: #fff;
    color: var(--iamhere-secondary-color);
}

/* Responsive Ayarlamalar */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-image-wrapper {
        margin: 0 auto;
        max-width: 450px;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
    }
    
    .hero-buttons .btn {
        padding: 0.6rem 1.5rem;
    }
}


