/*
Theme Name: Beyaz Eşya & Klima Servisi WP Theme
Theme URI: https://www.beedigitalagency.com
Author: BEE Digital Agency
Author URI: www.beedigitalagency.com
Description: Beyaz eşya ve klima servisi için özel WordPress teması
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beyaz-esya-klima-servisi-wp-theme
*/

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

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    transition: all 0.3s ease;
    background-color: transparent;
}

.site-header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-header:not(.scrolled) .site-title a {
    color: #fff;
}

.site-header:not(.scrolled) .navbar-nav .nav-link {
    color: #fff !important;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

.site-header:not(.scrolled) .navbar-nav .nav-link:hover {
    color: #fff !important;
    opacity: 0.8;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.site-header:not(.scrolled) .navbar-nav .current-menu-item > .nav-link {
    color: #fff !important;
    background: none !important;
    box-shadow: none !important;
}

.site-header.scrolled .navbar-nav .nav-link {
    color: #333;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

.site-header.scrolled .navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.site-header.scrolled .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

.site-branding {
    margin-right: 20px;
    padding: 15px 0;

}

.site-title {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
}

.site-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-title a:hover {
    color: #2E86AB;
}

/* Navigation */
.navbar {
    padding: 15px 0;
    transition: none !important;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

.navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
}

/* Alt çizgi efektini tamamen kaldır */
.navbar-nav .nav-link:after,
.navbar-nav .nav-link:hover:after,
.navbar-nav .current-menu-item > .nav-link:after {
    display: none !important;
}

/* Scroll efektlerini tamamen kaldır */
.site-header:not(.scrolled) .navbar-nav .nav-link {
    color: #fff;
    background: none !important;
    box-shadow: none !important;
}

.site-header:not(.scrolled) .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 0.8;
    background: none !important;
    box-shadow: none !important;
}

.site-header:not(.scrolled) .navbar-nav .current-menu-item > .nav-link {
    color: #fff;
    background: none !important;
    box-shadow: none !important;
}

.site-header.scrolled .navbar-nav .nav-link {
    color: #333;
    background: none !important;
    box-shadow: none !important;
}

.site-header.scrolled .navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
}

.site-header.scrolled .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
}

/* Offcanvas menü stilleri - Tüm efektler kaldırıldı */
.offcanvas .navbar-nav {
    margin: 0;
    padding: 20px 0;
}

.offcanvas .navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

.offcanvas .navbar-nav .nav-link:hover {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.offcanvas .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

/* Offcanvas alt çizgi efektini tamamen kaldır */
.offcanvas .navbar-nav .nav-link:after,
.offcanvas .navbar-nav .nav-link:hover:after,
.offcanvas .navbar-nav .current-menu-item > .nav-link:after {
    display: none !important;
}

/* Ana sayfa dışındaki sayfalarda navbar stilleri - Tüm efektler kaldırıldı */
body:not(.home) .site-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body:not(.home) .site-header .site-title a {
    color: #333;
}

body:not(.home) .site-header .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

body:not(.home) .site-header .navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

/* Ana sayfa dışındaki sayfalarda alt çizgi efektini tamamen kaldır */
body:not(.home) .site-header .navbar-nav .nav-link:after,
body:not(.home) .site-header .navbar-nav .nav-link:hover:after,
body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link:after {
    display: none !important;
}

/* Single sayfa navbar stilleri - Tüm efektler kaldırıldı */
body:not(.home) .site-header .navbar-nav .nav-link {
    color: #333;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

/* Mobil görünüm için navbar stilleri - Tüm efektler kaldırıldı */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding: 10px 15px;
        transition: none !important;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        border-radius: 0 !important;
    }
    
    .navbar-nav .nav-link:hover {
        color: #2E86AB;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
    }
    
    .navbar-nav .current-menu-item > .nav-link {
        color: #2E86AB !important;
        background: none !important;
        box-shadow: none !important;
    }
}

.navbar-toggler {
    border: none;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: rgba(46, 134, 171, 0.05);
}

.navbar-collapse {
    
}

@media (max-width: 768px) {
    .site-header {
        padding: 0;
        margin: 0;
        
    }
    
    .site-title {
        font-size: 20px;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background-color: #fff;
        box-shadow: 5px 0 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-collapse .offcanvas-header {
        padding: 15px 20px;
        background-color: #2E86AB;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .navbar-collapse .offcanvas-title {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    .navbar-collapse .offcanvas-body {
        padding: 20px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav {
        gap: 0;
        text-align: left;
    }

    .navbar-nav .nav-link {
        color: #333;
        padding: 12px 15px;
        background: none;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        text-align: left;
    }

    .navbar-nav .nav-link:hover {
        color: #2E86AB;
        background: none;
    }

    .navbar-nav .current-menu-item > .nav-link {
        color: #2E86AB;
        background: none;
    }

    .site-branding {
        padding: 10px 0;
    }

    /* Offcanvas overlay */
    .navbar-collapse::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .navbar-collapse.show::before {
        opacity: 1;
        visibility: visible;
    }
}

/* Content */
.site-content {
    padding: 40px 0;
    background-color: #fff;
}

.site-main {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

/* Footer Styles */
.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 80px 0 0;
    position: relative;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
}

.site-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2E86AB, #1E5F7A);
}

.site-footer h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #2E86AB;
    transition: width 0.8s ease;
}

.site-footer h5:hover:after {
    width: 100px;
}

.site-footer p,
.site-footer a,
.site-footer li {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease;
}

.site-footer .social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.site-footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.site-footer .social-links a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #2E86AB, #1E5F7A);
    opacity: 0;
    transition: all 0.3s ease;
}

.site-footer .social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
}

.site-footer .social-links a:hover:before {
    opacity: 1;
}

.site-footer .social-links a i {
    position: relative;
    z-index: 1;
}

.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-links li {
    margin-bottom: 12px;
    padding-left: 0;
    transition: transform 0.3s ease;
}

.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0;
}

.site-footer .footer-links a:hover {
    color: #2E86AB !important;
    transform: translateX(10px);
}

.site-footer .contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease;
}

.site-footer .contact-info li:hover {
    transform: translateX(5px);
}

.site-footer .contact-info li i {
    margin-right: 15px;
    color: #2E86AB;
    font-size: 18px;
    margin-top: 5px;
    transition: all 0.3s ease;
}

.site-footer .contact-info li:hover i {
    transform: scale(1.2);
}

.site-footer .footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.site-footer .footer-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 0 0;
    }
    
    .site-footer h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .site-footer .footer-bottom {
        margin-top: 30px;
        padding: 15px 0;
    }
}

/* Responsive */
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }

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

    .site-title {
        font-size: 20px;
    }
    
    .navbar-collapse {
        margin-top: 0;
        padding: 0;
    }

    .navbar {
        padding: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .hero-section {
        max-height: 70vh;
        min-height: 70vh;
        padding: 0;
        position: relative;
        display: block;
    }

    .hero-section .hero-content {
        padding: 0 15px 20px;
        text-align: left;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(0);
        margin-top: 0;
    }

    .hero-section .hero-content h1 {
        font-size: 28px;
        line-height: 1.2;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .hero-section .hero-content .lead {
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .hero-section .hero-buttons {
        margin: 0;
        text-align: left;
    }

    .hero-section .hero-buttons .btn {
        padding: 8px 16px;
        font-size: 14px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .gallery-section {
        padding: 40px 0;
        margin-top: 0;
    }

    .gallery-section .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .gallery-item img {
        height: 180px;
    }

    .services-section,
    .faq-section,
    .gallery-section,
    .testimonials-section {
        padding: 60px 0;
    }
}

/* Custom styles to complement Bootstrap */

/* Base styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* Navigation */
.navbar-nav .nav-link {
    padding: 10px 20px;
    font-weight: 500;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Content Area */
.entry-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.entry-title a {
    color: #333;
    text-decoration: none;
}

.entry-meta {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

/* Cards */
.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.card-title {
    margin-bottom: 20px;
    font-weight: 600;
}

.card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Sidebar */
.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f9fa;
    font-weight: 600;
}

/* Pagination */
.pagination {
    margin: 40px 0;
}

.page-numbers {
    display: inline-flex;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.page-numbers.current {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

/* Comments */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-body {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-author {
    font-weight: 600;
}

.comment-metadata {
    font-size: 14px;
    color: #6c757d;
}

/* Forms */
.form-control {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

/* Buttons */
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.btn-primary {
    background-color: #2E86AB;
    border-color: #2E86AB;
}

.btn-primary:hover {
    background-color: #1E5F7A;
    border-color: #0F4A5F;
}

.btn-outline-primary {
    color: #2E86AB;
    border-color: #2E86AB;
}

.btn-outline-primary:hover {
    background-color: #2E86AB;
    border-color: #2E86AB;
    color: #fff;
}

.text-primary {
    color: #2E86AB !important;
}

.bg-primary {
    background-color: #2E86AB !important;
}

.border-primary {
    border-color: #2E86AB !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .site-header {
        padding: 10px 0;
    }
    
    .site-title {
        font-size: 20px;
    }
    
    .card {
        margin-bottom: 20px;
    }
    
    .site-footer {
        padding: 40px 0;
        margin-top: 40px;
    }
}

/* Hizmetlerimiz Özel Alanları */
.hizmet-details {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hizmet-details h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.hizmet-phone p {
    font-size: 18px;
    margin-bottom: 0;
}

.hizmet-phone a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hizmet-phone a:hover {
    color: #0056b3;
}

.hizmet-regions ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.hizmet-regions ul li i {
    color: #28a745;
    margin-right: 10px;
}

.reason-card {
    transition: transform 0.3s ease;
    border: 1px solid #dee2e6;
}

.reason-card:hover {
    transform: translateY(-5px);
}

.reason-card i {
    margin-right: 10px;
    font-size: 18px;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .hizmet-details {
        padding: 20px;
    }

    .hizmet-details h3 {
        font-size: 18px;
    }

    .hizmet-phone p {
        font-size: 16px;
    }

    .hizmet-regions ul li {
        font-size: 14px;
    }
}

/* Hero Sections */
.hero-section {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    min-height: 90vh;
    display: flex;
    align-items: flex-end;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 2;
}

.hero-section .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-section .container {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-section .hero-content {
    position: relative;
    z-index: 3;
    padding-right: 30px;
    padding-top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding-bottom: 50px;
    margin-top: 0;
}

.hero-section h1 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.2;
}

.hero-section p.lead {
    font-size: 20px;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
}

.hero-section .hero-buttons {
    margin-top: 30px;
    margin-bottom: 0;
}

.hero-section .btn {
    padding: 15px 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hero-section .btn-primary {
    background-color: #2E86AB;
    border-color: #2E86AB;
}

.hero-section .btn-primary:hover {
    background-color: #1E5F7A;
    border-color: #0F4A5F;
}

.hero-section .btn-outline-primary {
    color: #fff;
    border-color: #fff;
}

.hero-section .btn-outline-primary:hover {
    background-color: #fff;
    color: #2E86AB;
    border-color: #fff;
}

.small-hero-section {
    padding: 80px 0;
    margin-top: 180px !important;
    position: relative;
    z-index: 1;
    text-align: center;
    background: none !important;
}

.small-hero-section:before,
.small-hero-section:after {
    display: none;
}

.small-hero-section h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out;
    text-transform: uppercase;
}

.small-hero-section h1:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #2E86AB, #1E5F7A);
    border-radius: 2px;
    margin-top: 15px;
}

.small-hero-section .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    justify-content: center;
    margin-top: 15px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.small-hero-section .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #6c757d;
}

.small-hero-section .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.small-hero-section .breadcrumb-item a:hover {
    color: #2E86AB;
}

.small-hero-section .breadcrumb-item.active {
    color: #1a1a1a;
    font-weight: 500;
}

.small-hero-section .hero-description {
    max-width: 600px;
    margin: 25px auto 0;
    color: #6c757d;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

@media (max-width: 991.98px) {
    .small-hero-section,
    .page-header-section {
        padding: 60px 0 !important;
        margin: 0 !important;
        margin-top: 150px !important;
        margin-bottom: 0 !important;
    }
    
    .small-hero-section h1,
    .page-header-section h1 {
        font-size: 36px;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
    }
    
    .small-hero-section .hero-description,
    .page-header-section .hero-description {
        font-size: 16px;
        margin-top: 10px !important;
    }

    .services-section {
        padding: 20px 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .small-hero-section,
    .page-header-section {
        padding: 40px 0 !important;
        margin: 0 !important;
        margin-top: 120px !important;
        margin-bottom: 0 !important;
    }
    
    .small-hero-section h1,
    .page-header-section h1 {
        font-size: 28px;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
    }
    
    .small-hero-section h1:after,
    .page-header-section h1:after {
        bottom: 0;
        width: 60px;
        height: 3px;
        margin-top: 0 !important;
    }
    
    .small-hero-section .breadcrumb-item a,
    .page-header-section .breadcrumb-item a {
        font-size: 14px;
    }
    
    .small-hero-section .hero-description,
    .page-header-section .hero-description {
        font-size: 16px;
        margin-top: 10px !important;
    }

    .services-section {
        padding: 20px 0 !important;
        margin-top: 0 !important;
    }
}

/* Hakkımızda Bölümü Stilleri */
.about-section {
    padding: 100px 0;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.about-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    z-index: 1;
}

.about-content {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #2E86AB;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.about-section .section-subtitle {
    text-align: left;
}

.about-section .section-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    color: #333;
    text-align: left;
    padding-bottom: 15px;
}

.about-section .section-title:after {
    content: '';
    position: absolute;
    left: 0;
    transform: none;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #2E86AB;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #2E86AB;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(46, 134, 171, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 20px;
    color: #2E86AB;
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.about-image {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: visible;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #2E86AB;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    z-index: 2;
}

.experience-badge .years {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.experience-badge .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .about-section {
        padding: 70px 0;
    }
    
    .about-image {
        margin-top: 50px;
    }
    
    .experience-badge {
        bottom: 20px;
        right: 20px;
    }
    
    .experience-badge .years {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about-section .section-title {
        font-size: 32px;
    }
    
    .feature-item {
        width: 100%;
        margin-right: 0;
    }
}

/* Gallery Section */
.gallery-section {
    background-color: #fff;
    padding: 10px 0;
}

.gallery-section .section-title {
    margin-bottom: 30px;
}

.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0 20px;
}

.gallery-row {
    display: flex;
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item.large {
    width: 100%;
    aspect-ratio: 16/9;
}

.gallery-row .gallery-item {
    flex: 1;
    aspect-ratio: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery-container {
        gap: 15px;
        padding: 0 15px;
    }
    
    .gallery-row {
        gap: 15px;
    }
}

/* Custom Primary Color Override */
:root {
    --bs-primary: #2E86AB;
--bs-primary-rgb: 46, 134, 171;
}

/* Genel Başlık Stili */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #2E86AB;
}

/* Ortalanmış Başlıklar İçin */
.text-center .section-title:after {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* Mobil Görünüm için Başlık Boyutları */
@media (max-width: 768px) {
    .about-section .section-title,
    .services-section .section-title,
    .faq-section .section-title,
    .testimonials-section .section-title,
    .gallery-section .section-title,
    .other-services .section-title,
    .section-title {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 576px) {
    .about-section .section-title,
    .services-section .section-title,
    .faq-section .section-title,
    .testimonials-section .section-title,
    .gallery-section .section-title,
    .other-services .section-title,
    .section-title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
}

/* Servisler Bölümü */
.services-section {
    padding: 60px 0;
    background-color: #fff;
}

.services-section .section-title {
    margin-bottom: 50px;
}

/* Müşteri Yorumları Bölümü */
.testimonials-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.testimonials-section .section-title {
    margin-bottom: 50px;
}

/* SSS Bölümü */
.faq-section {
    padding: 60px 0;
    background-color: #fff;
}

.faq-section .section-title {
    margin-bottom: 50px;
}

/* Galeri Bölümü */
.gallery-section {
    background-color: #fff;
    padding: 80px 0;
}

.gallery-section .section-title {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .services-section .section-title,
    .testimonials-section .section-title,
    .faq-section .section-title,
    .gallery-section .section-title {
        margin-bottom: 35px;
    }
}

/* FAQ Accordion Stili */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-button {
    background-color: #2E86AB;
    color: #fff;
    font-weight: 500;
    padding: 20px 25px;
    font-size: 16px;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #2E86AB;
    color: #fff;
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button:hover {
    background-color: #1E5F7A;
    color: #fff;
}

.accordion-body {
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid rgba(46, 134, 171, 0.1);
    border-top: none;
}

/* Hizmetlerimiz Kartları */
.services-section .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    position: relative;
}

.services-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.services-section .card-img-top {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* 3:2 oranı */
    overflow: hidden;
    background-color: #f8f9fa;
}

.services-section .card-img-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.services-section .card:hover .card-img-top img {
    transform: scale(1.08);
}

.services-section .card-body {
    padding: 30px;
    position: relative;
    background: linear-gradient(to bottom, #fff, #f9f9f9);
    text-align: center;
}

.services-section .card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.services-section .card-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #2E86AB;
    transition: width 0.3s ease;
}

.services-section .card:hover .card-title:after {
    width: 60px;
}

.services-section .card-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.7;
    text-align: center;
}

.services-section .card-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #2E86AB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
    z-index: 2;
    transition: all 0.3s ease;
}

.services-section .card:hover .card-icon {
    transform: translateX(-50%) scale(1.1) rotate(360deg);
    background-color: #1E5F7A;
}

.services-section .btn-primary {
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-color: #2E86AB;
    border-color: #2E86AB;
    box-shadow: 0 4px 10px rgba(46, 134, 171, 0.2);
    display: inline-block;
    margin: 0 auto;
}

.services-section .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: all 0.4s ease;
}

.services-section .btn-primary:hover {
    background-color: #1E5F7A;
    border-color: #0F4A5F;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(46, 134, 171, 0.3);
}

.services-section .btn-primary:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {
    .services-section .card-img-top {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .services-section .card-img-top {
        height: 220px;
    }
    
    .services-section .card-body {
        padding: 25px;
    }
    
    .services-section .card-title {
        font-size: 20px;
    }
    
    .services-section .btn-primary {
        width: 100%;
        padding: 12px 20px;
    }
}

@media (max-width: 576px) {
    .services-section .card {
        border-radius: 12px;
    }
    
    .services-section .card-body {
        padding: 20px;
    }
    
    .services-section .card-title {
        font-size: 18px;
        padding-bottom: 12px;
    }
    
    .services-section .card-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* Hizmet Detay Sayfası */
.service-detail-section {
    padding: 40px 0;
}

.service-content {
    margin-bottom: 30px;
}

.service-image {
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-description {
    line-height: 1.8;
}

.service-sidebar {
    position: sticky;
    top: 20px;
}

.contact-card,
.regions-card,
.reasons-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-card h3,
.regions-card h3,
.reasons-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-item i {
    color: #2E86AB;
    margin-right: 10px;
    width: 20px;
}

.contact-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #2E86AB;
}

.regions-list,
.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.regions-list li,
.reasons-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #666;
}

.regions-list li i,
.reasons-list li i {
    color: #2E86AB;
    margin-right: 10px;
    width: 20px;
}

.small-hero-section {
    background: #f8f9fa;
    padding: 30px 0;
    margin-bottom: 0;
}

.page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 991.98px) {
    .service-sidebar {
        position: static;
        margin-top: 30px;
    }
    
    .service-detail-section {
        padding: 30px 0;
    }
}

/* Sidebar Kartları */
.service-sidebar > div {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.service-sidebar h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(46, 134, 171, 0.1);
}

/* İletişim Kartı */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 24px;
    color: #2E86AB;
    margin-right: 15px;
}

.contact-link {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #2E86AB;
}

/* Bölgeler Listesi */
.regions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.regions-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #666;
}

.regions-list li i {
    color: #2E86AB;
    margin-right: 10px;
}

/* Tercih Sebepleri */
.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reasons-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #666;
}

.reasons-list li i {
    color: #2E86AB;
    margin-right: 10px;
    margin-top: 5px;
}

/* Diğer Hizmetler */
.other-services {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.other-services .section-title {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .service-detail-section {
        padding: 40px 0;
    }
    
    .service-sidebar h3 {
        font-size: 18px;
    }
    
    .contact-link {
        font-size: 16px;
    }
    
    .other-services {
        margin-top: 40px;
        padding-top: 40px;
    }
}

/* Bölüm Arkaplanları */
.hero-section,
.about-section,
.services-section,
.testimonials-section,
.faq-section,
.gallery-section {
    background-color: #fff;
}

/* Arkaplan Rengi Düzeltmeleri */
.services-section.bg-light,
.faq-section.bg-light,
.gallery-section.bg-light {
    background-color: #fff !important;
}

.cta-section {
    padding: 30px 0;
    margin: 10px 0;
}

.cta-container {
    background: linear-gradient(135deg, #1E5F7A 0%, #2E86AB 100%);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(46, 134, 171, 0.2);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.cta-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
    z-index: 1;
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.cta-text {
    flex: 1;
    padding-right: 40px;
}

.cta-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 0;
}

.cta-button-wrapper {
    flex-shrink: 0;
}

.cta-section .btn-outline-light {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.cta-section .btn-outline-light:hover {
    background-color: #fff;
    color: #2E86AB;
    border-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-section .btn-outline-light i {
    margin-right: 10px;
    font-size: 18px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #fff;
    color: #2E86AB;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-button i {
    margin-right: 10px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .cta-container {
        padding: 30px;
    }

    .cta-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .cta-text h2 {
        font-size: 28px;
    }

    .cta-text p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 20px 0;
        margin: 5px 0;
    }
    
    .cta-container {
        padding: 25px;
    }
}

.map-section {
    background-color: #fff;
}

.map-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 350px;
    }
}

.testimonials-section .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonials-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.testimonials-section .card-body {
    padding: 30px;
    position: relative;
}

.testimonials-section .testimonial-image {
    margin-bottom: 20px;
}

.testimonials-section .testimonial-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #2E86AB;
    padding: 3px;
    transition: all 0.3s ease;
}

.testimonials-section .card:hover .testimonial-image img {
    transform: scale(1.1);
}

.testimonials-section .testimonial-rating {
    margin-bottom: 20px;
}

.testimonials-section .testimonial-rating i {
    font-size: 18px;
    margin: 0 2px;
}

.testimonials-section .testimonial-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
    position: relative;
    padding: 0 15px;
}

.testimonials-section .testimonial-content:before {
    content: '"';
    font-size: 60px;
    color: #2E86AB;
    opacity: 0.2;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: serif;
}

.testimonials-section .testimonial-author {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .testimonials-section .card-body {
        padding: 20px;
    }
    
    .testimonials-section .testimonial-image img {
        width: 60px;
        height: 60px;
    }
    
    .testimonials-section .testimonial-content {
        font-size: 14px;
    }
    
    .testimonials-section .testimonial-author {
        font-size: 16px;
    }
}

/* Offcanvas Menu Styles */
.offcanvas {
    background-color: var(--primary-color);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-title {
    color: #fff;
    font-weight: 600;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.offcanvas .navbar-nav {
    padding: 1rem 0;
    text-align: left;
}

.offcanvas .navbar-nav .nav-link {
    color: #ccc;
    padding: 0.5rem 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
    background: none;
    border-radius: 0;
    text-align: left;
}

.offcanvas .navbar-nav .nav-link:hover {
    color: #ccc;
    transform: translateX(5px);
    background: none;
}

.offcanvas .navbar-nav .current-menu-item > .nav-link {
    color: #ccc;
    background: none;
}

.offcanvas .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2E86AB;
    transition: all 0.3s ease;
}

.offcanvas .navbar-nav .nav-link:hover:after,
.offcanvas .navbar-nav .current-menu-item > .nav-link:after {
    width: 100%;
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 10px 0;
    }
    
    .navbar .btn-primary {
        padding: 6px 15px;
        font-size: 14px;
    }
    
    .site-header:not(.scrolled) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .site-header.scrolled .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler {
        border: none;
        padding: 0.5rem;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* Offcanvas Menu Styles */
    .offcanvas {
        background-color: #fff;
        width: 300px;
    }

    .offcanvas-header {
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .offcanvas-title {
        color: #333;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .btn-close {
        filter: none;
    }

    .offcanvas .navbar-nav {
        padding: 1rem;
        text-align: left;
    }

    .offcanvas .navbar-nav .nav-link {
        color: #333;
        padding: 0.75rem 1rem;
        font-weight: 500;
        transition: all 0.3s ease;
        border-radius: 5px;
        text-align: left;
    }

    .offcanvas .navbar-nav .nav-link:hover {
        color: #2E86AB;
        background-color: rgba(46, 134, 171, 0.05);
    }

    .offcanvas .navbar-nav .current-menu-item > .nav-link {
        color: #2E86AB;
        background-color: rgba(46, 134, 171, 0.05);
    }
}

/* Navbar Button */
.navbar .btn-primary {
    background-color: #2E86AB;
    border-color: #2E86AB;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar .btn-primary:hover {
    background-color: #1E5F7A;
    border-color: #0F4A5F;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 10px 0;
    }
    
    .navbar .btn-primary {
        padding: 6px 15px;
        font-size: 14px;
    }
    
    .site-header:not(.scrolled) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

.site-footer h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-footer h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #2E86AB;
    transition: width 0.8s ease;
}

.site-footer h5:hover:after {
    width: 100px;
}

.site-footer p, 
.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer a:hover {
    color: var(--primary-color);
}

.site-footer .social-links a {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.site-footer .social-links a:hover {
    color: var(--primary-color);
    transform: translateY(-3px);
}

/* Anasayfa dışındaki tüm sayfalar için header düzenlemesi */
body:not(.home) .site-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body:not(.home) .site-header .site-title a {
    color: #333;
}

body:not(.home) .site-header .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    background: none;
}

body:not(.home) .site-header .navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: rgba(46, 134, 171, 0.1);
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
}

body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

body:not(.home) .site-header .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2E86AB;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

body:not(.home) .site-header .navbar-nav .nav-link:hover:after,
body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link:after {
    width: 80%;
}

/* Page Header Section */
.page-header-section {
    padding: 80px 0;
    margin-top: 180px !important;
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-header-section:before,
.page-header-section:after {
    display: none;
}

.page-header-section h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out;
    text-transform: uppercase;
}

.page-header-section h1:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #2E86AB, #1E5F7A);
    border-radius: 2px;
}

.page-header-section .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    justify-content: center;
    margin-top: 15px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.page-header-section .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #6c757d;
}

.page-header-section .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.page-header-section .breadcrumb-item a:hover {
    color: #2E86AB;
}

.page-header-section .breadcrumb-item.active {
    color: #1a1a1a;
    font-weight: 500;
}

.page-header-section .hero-description {
    max-width: 600px;
    margin: 25px auto 0;
    color: #6c757d;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

@media (max-width: 991.98px) {
    .small-hero-section,
    .page-header-section {
        padding: 60px 0 !important;
        margin: 0 !important;
        margin-top: 150px !important;
        margin-bottom: 0 !important;
    }
    
    .small-hero-section h1,
    .page-header-section h1 {
        font-size: 36px;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
    }
    
    .small-hero-section .hero-description,
    .page-header-section .hero-description {
        font-size: 16px;
        margin-top: 10px !important;
    }

    .services-section {
        padding: 20px 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .small-hero-section,
    .page-header-section {
        padding: 40px 0 !important;
        margin: 0 !important;
        margin-top: 120px !important;
        margin-bottom: 0 !important;
    }
    
    .small-hero-section h1,
    .page-header-section h1 {
        font-size: 28px;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 15px !important;
    }
    
    .small-hero-section h1:after,
    .page-header-section h1:after {
        bottom: 0;
        width: 60px;
        height: 3px;
        margin-top: 0 !important;
    }
    
    .small-hero-section .breadcrumb-item a,
    .page-header-section .breadcrumb-item a {
        font-size: 14px;
    }
    
    .small-hero-section .hero-description,
    .page-header-section .hero-description {
        font-size: 16px;
        margin-top: 10px !important;
    }

    .services-section {
        padding: 20px 0 !important;
        margin-top: 0 !important;
    }
}

/* Footer Text Color Override */
.site-footer,
.site-footer *,
.site-footer p,
.site-footer span,
.site-footer div,
.site-footer a,
.site-footer li,
.site-footer .footer-links a,
.site-footer .contact-info li,
.site-footer .footer-bottom,
.site-footer .footer-bottom p,
.site-footer .footer-bottom a {
    color: #ffffff !important;
}

.site-footer .footer-links a:hover {
    color: var(--primary-color) !important;
}

.site-footer .contact-info li i {
    color: var(--primary-color) !important;
}

.about-stats {
    margin-top: 30px;
    background-color: #fff;
}

.about-stats .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.about-stats .row > div {
    padding: 0 5px;
    margin-bottom: 15px;
}

.stat-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 320px;
    margin: 0 auto;
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.stat-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #2E86AB;
    z-index: 2;
    animation: lineGrow 1s ease-out forwards;
}

.stat-item:nth-child(2):before {
    animation-delay: 0.2s;
}

.stat-item:nth-child(3):before {
    animation-delay: 0.4s;
}

.stat-item:nth-child(4):before {
    animation-delay: 0.6s;
}

@media (max-width: 768px) {
    .about-stats .row > div {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 5px;
    }
    
    .stat-item {
        max-width: 100%;
        padding: 12px;
    }
    
    .stat-icon {
        margin: 0.8rem auto 0.8rem;
    }
    
    .stat-icon i {
        font-size: 32px !important;
    }
    
    .stat-number {
        font-size: 24px !important;
    }
    
    .stat-label {
        font-size: 12px !important;
    }
}

.stat-icon {
    margin: 1.5rem auto 1.5rem;
    transition: all 0.3s ease;
}

.stat-icon i {
    font-size: 48px;
    color: #2E86AB;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon i {
    color: #2E86AB;
    transform: scale(1.1);
}

.stat-content {
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1;
}

.contact-form .form-control {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #2E86AB;
    box-shadow: 0 0 0 0.2rem rgba(46, 134, 171, 0.25);
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form .form-check {
    margin-top: 20px;
}

.contact-form .form-check-input {
    border: 2px solid #eee;
    margin-top: 0.3em;
}

.contact-form .form-check-input:checked {
    background-color: #2E86AB;
    border-color: #2E86AB;
}

.contact-form .form-check-label {
    font-size: 14px;
    color: #666;
}

.contact-form .btn-primary {
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 10px;
    background: linear-gradient(135deg, #2E86AB, #1E5F7A);
    border: none;
    transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
}

.contact-form .form-text {
    font-size: 13px;
    color: #666;
}

@media (max-width: 768px) {
    .contact-form-card {
        padding: 25px;
    }
    
    .contact-form-card h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .contact-form .btn-primary {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-section .section-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
    }

    .about-section .about-text {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .about-section .feature-content h4 {
        font-size: 16px !important;
    }

    .about-section .feature-content p {
        font-size: 13px !important;
    }

    .about-section .feature-item {
        padding: 12px !important;
        margin-bottom: 10px !important;
    }

    .about-section .feature-icon {
        width: 35px !important;
        height: 35px !important;
    }

    .about-section .feature-icon i {
        font-size: 16px !important;
    }
}

/* Single sayfa navbar stilleri */
body:not(.home) .site-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body:not(.home) .site-header .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    background: none;
}

body:not(.home) .site-header .navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: rgba(46, 134, 171, 0.1);
    box-shadow: 0 5px 15px rgba(46, 134, 171, 0.3);
}

body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

body:not(.home) .site-header .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2E86AB;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

body:not(.home) .site-header .navbar-nav .nav-link:hover:after,
body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link:after {
    width: 80%;
}

/* Scroll durumu için stiller */
.site-header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-header.scrolled .navbar-nav .nav-link {
    color: #ccc;
}

.site-header.scrolled .navbar-nav .nav-link:hover {
    color: #ccc;
}

.site-header.scrolled .navbar-nav .current-menu-item > .nav-link {
    color: #ccc;
}

/* Scroll olmayan durum için stiller (sadece anasayfa için) */
.home .site-header:not(.scrolled) .navbar-nav .nav-link {
    color: #ccc;
}

.home .site-header:not(.scrolled) .navbar-nav .nav-link:hover {
    color: #ccc;
}

.home .site-header:not(.scrolled) .navbar-nav .current-menu-item > .nav-link {
    color: #ccc;
}

/* Mobil görünüm için stiller */
@media (max-width: 768px) {
    body:not(.home) .site-header .navbar-nav .nav-link,
    .site-header.scrolled .navbar-nav .nav-link {
        color: #ccc;
        padding: 12px 15px;
        background: none;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        text-align: left;
    }

    body:not(.home) .site-header .navbar-nav .nav-link:hover,
    .site-header.scrolled .navbar-nav .nav-link:hover {
        color: #ccc;
        background: none;
    }

    body:not(.home) .site-header .navbar-nav .current-menu-item > .nav-link,
    .site-header.scrolled .navbar-nav .current-menu-item > .nav-link {
        color: #ccc;
        background: none;
    }
}

.footer-widget h4::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #2E86AB;
    margin-top: 10px;
}

/* Offcanvas menü stilleri */
.offcanvas .navbar-nav {
    margin: 0;
    padding: 20px 0;
}

.offcanvas .navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

.offcanvas .navbar-nav .nav-link:hover {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.offcanvas .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

/* Offcanvas alt çizgi efektini tamamen kaldır */
.offcanvas .navbar-nav .nav-link:after,
.offcanvas .navbar-nav .nav-link:hover:after,
.offcanvas .navbar-nav .current-menu-item > .nav-link:after {
    display: none !important;
}

/* Scroll olmayan durumda da offcanvas menü elemanları siyah olmalı */
.site-header:not(.scrolled) .offcanvas .navbar-nav .nav-link {
    color: #333 !important;
}

.site-header:not(.scrolled) .offcanvas .navbar-nav .nav-link:hover {
    color: #2E86AB !important;
}

.site-header:not(.scrolled) .offcanvas .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
}

/* Scroll olmayan durum için stiller - Sadece masaüstü */
@media (min-width: 992px) {
    .site-header:not(.scrolled) .navbar-nav .nav-link {
        color: #fff !important;
        transition: none !important;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        border-radius: 0 !important;
    }

    .site-header:not(.scrolled) .navbar-nav .nav-link:hover {
        color: #fff !important;
        opacity: 0.8;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .site-header:not(.scrolled) .navbar-nav .current-menu-item > .nav-link {
        color: #fff !important;
        background: none !important;
        box-shadow: none !important;
    }
}

/* Scroll durumu için stiller */
.site-header.scrolled .navbar-nav .nav-link {
    color: #333;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

.site-header.scrolled .navbar-nav .nav-link:hover {
    color: #2E86AB;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.site-header.scrolled .navbar-nav .current-menu-item > .nav-link {
    color: #2E86AB !important;
    background: none !important;
    box-shadow: none !important;
}

/* Mobil görünüm için navbar stilleri - Her zaman siyah */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        color: #333 !important;
        padding: 10px 15px;
        transition: none !important;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        border-radius: 0 !important;
    }
    
    .navbar-nav .nav-link:hover {
        color: #2E86AB !important;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
    }
    
    .navbar-nav .current-menu-item > .nav-link {
        color: #2E86AB !important;
        background: none !important;
        box-shadow: none !important;
    }
    
    /* Anasayfa dışındaki sayfalarda menü ikonu siyah olacak */
    body:not(.home) .site-header:not(.scrolled) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    /* Anasayfada menü ikonu beyaz olacak */
    body.home .site-header:not(.scrolled) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    /* Scroll durumunda her sayfada menü ikonu siyah olacak */
    .site-header.scrolled .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
}

/* Scroll olmayan durum için stiller - Sadece masaüstü ve anasayfa */
@media (min-width: 992px) {
    body.home .site-header:not(.scrolled) .navbar-nav .nav-link {
        color: #fff !important;
        transition: none !important;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        border-radius: 0 !important;
        font-size: 16px !important;
        padding: 12px 20px !important;
    }

    body.home .site-header:not(.scrolled) .navbar-nav .nav-link:hover {
        color: #fff !important;
        opacity: 0.8;
        background: none !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body.home .site-header:not(.scrolled) .navbar-nav .current-menu-item > .nav-link {
        color: #fff !important;
        background: none !important;
        box-shadow: none !important;
    }
    
    /* Masaüstünde tüm durumlarda menü elemanlarını büyüt */
    .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 12px 20px !important;
        font-weight: 500 !important;
    }
}

/* Scroll durumu için stiller */
.site-header.scrolled .navbar-nav .nav-link {
    color: #333;
    transition: none !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 0 !important;
}

/* Masaüstü görünümde menü elemanlarını büyüt - Tüm durumlar için */
@media (min-width: 992px) {
    .site-header .navbar-nav .nav-link,
    .site-header:not(.scrolled) .navbar-nav .nav-link,
    .site-header.scrolled .navbar-nav .nav-link,
    body.home .site-header .navbar-nav .nav-link,
    body:not(.home) .site-header .navbar-nav .nav-link {
        /* Font boyutu ve padding değerlerini kaldırıyorum */
        font-weight: 500 !important;
    }
    
    /* Anasayfada scroll olmayan durumda beyaz renk */
    body.home .site-header:not(.scrolled) .navbar-nav .nav-link {
        color: #fff !important;
    }
    
    /* Scroll durumunda veya anasayfa dışında siyah renk */
    .site-header.scrolled .navbar-nav .nav-link,
    body:not(.home) .site-header .navbar-nav .nav-link {
        color: #333 !important;
    }
    
    /* Hover durumunda kırmızı renk */
    .site-header .navbar-nav .nav-link:hover {
        color: #2E86AB !important;
    }
    
    /* Aktif menü elemanı kırmızı renk */
    .site-header .navbar-nav .current-menu-item > .nav-link {
        color: #2E86AB !important;
    }
}

/* Acil servis bölümleri için kırmızı rengi koru */
.bg-danger {
    background-color: #dc3545 !important;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.emergency-buttons .btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.emergency-buttons .btn-danger:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

/* Acil servis metinleri için kırmızı renk */
.emergency-section h3,
.emergency-section .lead {
    color: #fff !important;
}

/* Acil servis ikonları için kırmızı renk */
.emergency-section .fas.fa-exclamation-triangle {
    color: #fff !important;
}

/* Mobil brand ayarları */
.site-title .brand-mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .site-title .brand-full {
        display: none;
    }
    .site-title .brand-mobile {
        display: inline;
    }
}
