/* ==============================
   DARK MODE GENEL
   ============================== */
body.dark-mode {
    background-color: #121212 !important;
    color: #f1f1f1 !important;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode a,
body.dark-mode span,
body.dark-mode li,
body.dark-mode label {
    color: #f1f1f1 !important;
}

/* ==============================
   HERO / BANNER
   ============================== */
body.dark-mode .hero,
body.dark-mode .hero-section,
body.dark-mode section[class*="hero"],
body.dark-mode .hero-img {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

/* ==============================
   HEADER / NAVBAR / MENÜ
   ============================== */
body.dark-mode header,
body.dark-mode .header,
body.dark-mode .navmenu,
body.dark-mode #navmenu,
body.dark-mode .navbar,
body.dark-mode .nav-menu {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #333 !important;
}

body.dark-mode .navmenu a,
body.dark-mode #navmenu a,
body.dark-mode .nav-menu a,
body.dark-mode .navbar a {
    color: #f1f1f1 !important;
    transition: color 0.3s ease;
}

body.dark-mode .navmenu li:hover > a,
body.dark-mode .navmenu li.active > a,
body.dark-mode .nav-menu li:hover > a,
body.dark-mode .nav-menu li.active > a {
    color: #4caf50 !important;
}

/* Dropdown ve alt menü */
body.dark-mode .navmenu ul li ul,
body.dark-mode .navmenu .dropdown-content,
body.dark-mode .nav-menu .dropdown-menu,
body.dark-mode .nav-menu .dropdown-content {
    background-color: #1e1e1e !important;
    border: 1px solid #333 !important;
}

body.dark-mode .navmenu ul li ul li a,
body.dark-mode .navmenu .dropdown-content li a,
body.dark-mode .nav-menu .dropdown-menu a,
body.dark-mode .nav-menu .dropdown-content a {
    color: #f1f1f1 !important;
}

body.dark-mode .navmenu ul li ul li a:hover,
body.dark-mode .navmenu .dropdown-content li a:hover,
body.dark-mode .nav-menu .dropdown-menu a:hover,
body.dark-mode .nav-menu .dropdown-content a:hover {
    background-color: #333 !important;
    color: #4caf50 !important;
}

/* Mobile toggle icon ve caret ikonları */
body.dark-mode .mobile-nav-toggle,
body.dark-mode .caret-desktop,
body.dark-mode .toggle-dropdown {
    color: #f1f1f1 !important;
}

/* Logo parlaklık / renk */
body.dark-mode .logo img {
    filter: brightness(0.85) !important;
}

body.dark-mode .logo h6 {
    color: #f1f1f1 !important;
}

/* ==============================
   PAGE TITLE / BREADCRUMBS
   ============================== */
body.dark-mode .page-title,
body.dark-mode .page-title .container,
body.dark-mode .breadcrumbs,
body.dark-mode .page-title h1,
body.dark-mode .page-title p,
body.dark-mode .breadcrumbs a {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

body.dark-mode .breadcrumbs a:hover {
    color: #4caf50 !important;
}

/* Section arka planları */
body.dark-mode section.bg-light,
body.dark-mode section[class*="section-light"] {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

/* ==============================
   HERO / KARTLAR / HİZMETLER
   ============================== */
body.dark-mode .services,
body.dark-mode .service-item,
body.dark-mode section[class*="service"],
body.dark-mode .card,
body.dark-mode .box,
body.dark-mode .content-box {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: 1px solid #333 !important;
    border-radius: 10px;
}

body.dark-mode .service-item h4 a,
body.dark-mode .service-item p {
    color: #f1f1f1 !important;
}

/* ==============================
   WORK PROCESS / NASIL ÇALIŞIYORUZ
   ============================== */
body.dark-mode .work-process,
body.dark-mode .steps-item,
body.dark-mode section[class*="work-process"],
body.dark-mode section[class*="work"] {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border-radius: 10px;
    padding: 15px;
}

body.dark-mode .steps-item h3,
body.dark-mode .steps-item p,
body.dark-mode .steps-item .steps-number,
body.dark-mode .steps-features li {
    color: #f1f1f1 !important;
}

body.dark-mode .steps-item .steps-features li i,
body.dark-mode .steps-number {
    color: #4caf50 !important;
}

body.dark-mode .steps-image img {
    filter: brightness(1) !important;
}

/* ==============================
   CONTACT / İLETİŞİM FORMU
   ============================== */
body.dark-mode .contact,
body.dark-mode .contact-form,
body.dark-mode .php-email-form,
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select,
body.dark-mode button {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: 1px solid #333 !important;
    border-radius: 8px;
}

body.dark-mode .contact-form label,
body.dark-mode .php-email-form label,
body.dark-mode .contact-form h2,
body.dark-mode .contact-form h3,
body.dark-mode .php-email-form h3,
body.dark-mode .php-email-form p {
    color: #f1f1f1 !important;
}

/* Google reCAPTCHA */
body.dark-mode .g-recaptcha {
    background-color: #1e1e1e !important;
    border: 1px solid #333 !important;
    padding: 5px;
}

/* ==============================
   BLOG / POST / SIDEBAR
   ============================== */
body.dark-mode .blog,
body.dark-mode .blog-item,
body.dark-mode .post-item,
body.dark-mode section[class*="blog"],
body.dark-mode .blog-posts,
body.dark-mode .blog-card,
body.dark-mode .blog-content,
body.dark-mode .post-content,
body.dark-mode .sidebar,
body.dark-mode .widget,
body.dark-mode .widget-item,
body.dark-mode .widget-title {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: 1px solid #333 !important;
    border-radius: 10px;
}

body.dark-mode .sidebar a,
body.dark-mode .sidebar a:hover {
    color: #f1f1f1 !important;
}

body.dark-mode .sidebar a:hover {
    color: #4caf50 !important;
}

/* Pagination */
body.dark-mode .pagination .page-link {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: 1px solid #333 !important;
}

body.dark-mode .pagination .page-item.active .page-link {
    background-color: #4caf50 !important;
    color: #fff !important;
    border-color: #4caf50 !important;
}

/* ==============================
   DARK MODE - FOOTER
============================== */
body.dark-mode footer,
body.dark-mode .footer {
    background-color: #1a1a1a !important;
    color: #f1f1f1 !important;
}

body.dark-mode footer h4,
body.dark-mode footer p,
body.dark-mode footer a,
body.dark-mode footer span,
body.dark-mode footer strong {
    color: #f1f1f1 !important;
}

body.dark-mode footer a:hover {
    color: #4caf50 !important;
}

/* LOGO BEYAZ (IMG) */
body.dark-mode footer .logo img,
body.dark-mode footer .footer-logo img {
    filter: brightness(0) invert(1) !important;
    transition: filter 0.3s ease-in-out;
}

/* LOGO BEYAZ (SVG) */
body.dark-mode footer .logo svg path,
body.dark-mode footer .footer-logo svg path {
    fill: #fff !important;
}

/* LOGO BACKGROUND IMAGE İÇİN */
body.dark-mode footer .logo {
    background-image: url('logo-beyaz.png') !important;
}

/* Sosyal medya ikonları */
body.dark-mode footer .social-links a i {
    color: #f1f1f1 !important;
    transition: color 0.3s;
}

body.dark-mode footer .social-links a:hover i {
    color: #4caf50 !important;
}

/* Footer alt yazılar */
body.dark-mode footer .sitename {
    color: #f1f1f1 !important;
}


/* ==============================
   MOBİL / RESPONSIVE NAV MENÜ
   ============================== */
body.dark-mode .mobile-nav,
body.dark-mode .mobile-nav ul,
body.dark-mode .mobile-nav li,
body.dark-mode .mobile-nav a,
body.dark-mode #navmenu ul,
body.dark-mode #navmenu li,
body.dark-mode #navmenu li ul,
body.dark-mode #navmenu .dropdown-menu {
    background-color: #1a1a1a !important;
    color: #f1f1f1 !important;
}

/* Menülerdeki yazı rengi */
body.dark-mode .mobile-nav a,
body.dark-mode #navmenu li ul li a,
body.dark-mode #navmenu li a {
    color: #f1f1f1 !important;
}

/* Hover ve aktif menü rengi */
body.dark-mode .mobile-nav a:hover,
body.dark-mode .mobile-nav li.active > a,
body.dark-mode #navmenu li ul li a:hover,
body.dark-mode #navmenu li ul li a.active {
    color: #4caf50 !important;
    background-color: #333 !important;
}

/* Dropdown link hover */
body.dark-mode .mobile-nav .dropdown a:hover,
body.dark-mode #navmenu .dropdown-menu a:hover {
    background-color: #333 !important;
    color: #4caf50 !important;
}


/* ==============================
   DARK MODE - CLIENTS / REFERANSLAR
   ============================== */
body.dark-mode #clients,
body.dark-mode #clients .container,
body.dark-mode #clients .swiper-wrapper,
body.dark-mode #clients .swiper-slide {
    background-color: #1e1e1e !important; /* Koyu arka plan */
    color: #f1f1f1 !important;
}

body.dark-mode #clients .section-title {
    color: #f1f1f1 !important; /* Başlık beyaz */
}

/* Client logolarını koyu arka plana uygun parlaklıkta yap */
body.dark-mode #clients img {
    filter: brightness(1.2) !important; /* Logolar biraz daha parlak */
}

/* Swiper pagination dark mode */
body.dark-mode #clients .swiper-pagination-bullet {
    background-color: #555 !important; /* Koyu arka plan için */
}

body.dark-mode #clients .swiper-pagination-bullet-active {
    background-color: #4caf50 !important; /* Aktif slide yeşil */
}

/* ==============================
   HAKKIMDA / REFERANSLAR / İLETİŞİM
   ============================== */
body.dark-mode .about,
body.dark-mode .references,
body.dark-mode .contact-info,
body.dark-mode .contact-details,
body.dark-mode .info-wrap,
body.dark-mode .info-item,
body.dark-mode .contact {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border-radius: 10px;
    padding: 10px;
}

/* Mail ve adres linkleri */
body.dark-mode a[href^="mailto"],
body.dark-mode a[href^="tel"] {
    color: #f1f1f1 !important;
}

body.dark-mode a[href^="mailto"]:hover,
body.dark-mode a[href^="tel"]:hover {
    color: #4caf50 !important;
}
/* ==============================
   DARK MODE - BLOG YORUMLAR
   ============================== */
body.dark-mode #blog-details {
    background-color: #1a1a1a !important;
    color: #f1f1f1 !important;
}

body.dark-mode #blog-details p,
body.dark-mode #blog-details .article-content,
body.dark-mode #blog-details .meta-overlay,
body.dark-mode .hero-img {
    color: #f1f1f1 !important;
}

body.dark-mode #comments,
body.dark-mode #comments li,
body.dark-mode .comment-list li {
    background-color: #2a2a2a !important;
    color: #f1f1f1 !important;
    border-color: #444 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

body.dark-mode #comments li strong {
    color: #ffffff !important;
}

body.dark-mode #comments li small {
    color: #cfcfcf !important;
}

body.dark-mode .comment-list li .reply-btn {
    color: #4caf50 !important;
}

body.dark-mode .reply-form {
    background-color: #333 !important;
    color: #f1f1f1 !important;
    border-radius: 10px;
    padding: 10px;
}

body.dark-mode .reply-form input,
body.dark-mode .reply-form textarea {
    background-color: #2a2a2a !important;
    color: #f1f1f1 !important;
    border: 1px solid #555 !important;
}

body.dark-mode .reply-form button.btn-primary {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

body.dark-mode .reply-form button.btn-secondary {
    background-color: #555 !important;
    border-color: #555 !important;
}

body.dark-mode #add-comment form {
    background-color: #2a2a2a !important;
    color: #f1f1f1 !important;
    padding: 15px;
    border-radius: 12px;
}

body.dark-mode #add-comment form input,
body.dark-mode #add-comment form textarea {
    background-color: #1f1f1f !important;
    color: #f1f1f1 !important;
    border: 1px solid #444 !important;
}

body.dark-mode #add-comment form button.btn-primary {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
}

body.dark-mode .emoji-picker button {
    background-color: #444 !important;
    color: #f1f1f1 !important;
    border: 1px solid #555 !important;
}

body.dark-mode .emoji-picker button:hover {
    background-color: #4caf50 !important;
    color: #fff !important;
}
/* =========================
   Yorum Formu - Normal & Dark Mode
============================= */

/* Form container */
#add-comment {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-top: 30px;
    background-color: white;  /* Normal mod beyaz */
    color: black;
}

/* Dark mode için */
body.dark-mode #add-comment {
    background-color: #1e1e1e; /* koyu arka plan */
    color: #f1f1f1; /* metin rengi beyaz */
    box-shadow: 0 2px 8px rgba(255,255,255,0.05);
}

/* Input ve textarea */
#add-comment .form-control {
    border: 1px solid #ced4da;
    color: black;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
}

/* Placeholder rengi normal mod */
#add-comment .form-control::placeholder {
    color: #6c757d;
}

/* Dark mode input/textarea */
body.dark-mode #add-comment .form-control {
    background-color: #2c2c2c;
    color: #f1f1f1;
    border: 1px solid #555;
}

/* Placeholder rengi dark mode */
body.dark-mode #add-comment .form-control::placeholder {
    color: #b0b0b0;
}

/* Emoji picker */
#add-comment .emoji-picker {
    margin-bottom: 10px;
}

/* Emoji butonları */
#add-comment .emoji-btn {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: black;
    border-radius: 6px;
    margin-right: 5px;
    padding: 5px 8px;
    cursor: pointer;
}

/* Dark mode emoji butonları */
body.dark-mode #add-comment .emoji-btn {
    background-color: #2c2c2c;
    border: 1px solid #555;
    color: #f1f1f1;
}

/* Gönder butonu */
#add-comment button[type="submit"] {
    background-color: #0d6efd;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    border: none;
}

/* Dark mode gönder butonu */
body.dark-mode #add-comment butto

/* ==============================
   DARK MODE - BLOG SAYFASI
============================== */
body.dark-mode {
    background-color: #121212 !important;
    color: #f1f1f1 !important;
}

/* Üst başlık alanı */
body.dark-mode .page-title,
body.dark-mode section.py-5.bg-light {
    background-color: #1a1a1a !important;
    color: #f1f1f1 !important;
}

body.dark-mode .page-title h1,
body.dark-mode .page-title p,
body.dark-mode section.py-5.bg-light h1 {
    color: #f1f1f1 !important;
}

/* Blog kartları */
body.dark-mode .blog-card {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: 1px solid #333 !important;
}

body.dark-mode .blog-card h2 a {
    color: #fff !important;
}

body.dark-mode .blog-card p {
    color: #ccc !important;
}

/* Blog meta ve ikonlar */
body.dark-mode .blog-meta,
body.dark-mode .views,
body.dark-mode .blog-category {
    color: #aaa !important;
}

body.dark-mode .blog-meta i {
    color: #4caf50 !important;
}

/* Arama formu */
body.dark-mode .search-widget input[type="text"] {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

body.dark-mode .search-widget button {
    background-color: #4caf50 !important;
    color: #fff !important;
}

/* Sidebar widget */
body.dark-mode .widgets-container,
body.dark-mode .widget-item {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
}

body.dark-mode .widget-title {
    color: #fff !important;
}

body.dark-mode .categories-widget ul li a {
    color: #ccc !important;
}

body.dark-mode .categories-widget ul li a:hover {
    color: #4caf50 !important;
}

/* Pagination */
body.dark-mode .pagination .page-item .page-link {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

body.dark-mode .pagination .page-item.active .page-link {
    background-color: #4caf50 !important;
    color: #fff !important;
    border-color: #4caf50 !important;
}
