/*
Theme Name: Wolves Pest Control
Description: İstanbul böcek ilaçlama hizmetleri için SEO odaklı one-page WordPress teması
Version: 3.0.0
Author: Wolves Team
Text Domain: wolves
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; /* Tam genişlik */
    overflow-x: hidden; /* Yatay taşmayı engelle */
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1rem;
    color: #666;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Form Button Specific */
#contact-form .btn-primary {
    width: 100%;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* WhatsApp Button Style - Base for all buttons */
.btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    display: block;
    text-align: center;
    margin: 0 0 0.5rem 0;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(37, 211, 102, 0.3);
    min-height: 44px;
    box-sizing: border-box;
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e, #0d6b5a);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.4);
}

.full-width {
    width: 100%;
}

/* Primary Button - Orange Theme */
.btn-primary {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
    display: block;
    text-align: center;
    margin: 0 0 0.5rem 0;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(255, 107, 53, 0.3);
    min-height: 44px;
    box-sizing: border-box;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ff8c42, #ff6b35);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.4);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 107, 53, 0.4);
}

.btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Secondary Button - Blue Theme */
.btn-secondary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    display: block;
    text-align: center;
    margin: 0 0 0.5rem 0;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
    min-height: 44px;
    box-sizing: border-box;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
}

/* Header */
.header {
    background: #2c3e50;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block; /* Header'ı göster */
    width: 100%; /* Tam genişlik */
    overflow-x: hidden; /* Yatay taşmayı engelle */
}

/* Header Bottom - Menü */
.header-bottom {
    background: #2c3e50; /* Alt turuncu çizgi */
    border-bottom: 3px solid #ff6b35; /* Alt turuncu çizgi */
}

.main-navigation {
    display: block;
}

.main-navigation .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 2rem;
}

.main-navigation .nav-menu li {
    position: relative;
}

.main-navigation .nav-menu a {
    display: block;
    padding: 1rem 1.5rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
}

/* Hover efektleri kaldırıldı */

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    width: 100%; /* Tam genişlik */
    max-width: 100%; /* Maksimum genişlik sınırı */
}

/* Gizle: Logo, Navigation, Mobile Menu */
.logo,
.desktop-nav,
.mobile-menu-toggle,
.mobile-nav {
    display: none !important;
}

/* Header Butonları */
.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center;
    flex: 1; /* Eşit genişlik */
}

.header-left {
    justify-content: flex-start; /* Sol tarafa hizala */
}

.header-center {
    justify-content: center; /* Ortaya hizala */
}

.header-right {
    justify-content: flex-end; /* Sağ tarafa hizala */
}

/* Header Başlığı */
.header-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: center;
}

/* Büyük ekranlarda başlık boyutunu artır */
@media (min-width: 1200px) {
    .header-title {
        font-size: 2rem;
    }
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%; /* Full width */
    max-width: 200px; /* Maksimum genişlik sınırı */
    flex-shrink: 0; /* Küçülmeyi engelle */
    white-space: nowrap; /* Metin kırılmasını engelle */
    min-height: 44px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.header-btn.phone {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
}

.header-btn.phone:hover {
    background: linear-gradient(135deg, #e55a2b, #ff6b35);
    transform: translateY(-2px);
}

.header-btn.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
}

.header-btn.whatsapp:hover {
    background: linear-gradient(135deg, #1ea952, #0f7a6b);
    transform: translateY(-2px);
}

.header-btn i {
    margin-right: 8px;
    font-size: 1.1rem;
}

/* Hero Section */
.hero {
    position: relative;
    color: white;
    padding: 120px 0 80px; /* Header yüksekliği için optimize edildi */
    text-align: center;
    min-height: 100vh; /* Tam ekran yüksekliği */
    display: flex;
    align-items: center;
    overflow: hidden;
}

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

.hero-banner picture {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hero-content {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Services Section */
.services {
    padding: 40px 0;
    background: #f8f9fa;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 0 2rem;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

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

.service-icon {
    width: 100%;
    height: 200px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.service-icon i {
    font-size: 2.5rem;
    color: white;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* Small Service Icon (Haşere Türlerine Göre İlaçlama) */
.service-icon-small {
    width: 120px;
    height: 120px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.service-icon-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* About Section */
.about {
    padding: 80px 0;
}

/* Feature Cards (Neden Bizi Tercih Etmelisiniz) */
.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

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

.feature-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.feature-icon i {
    font-size: 2.5rem;
    color: white;
}

.about-text h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 1.5rem;
    background: #2c3e50;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #34495e;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
}

.faq-question i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    margin: 0;
    color: #666;
}

/* District Page Styles */
.district-page {
    padding: 120px 0 80px;
    background: #f8f9fa;
}

.district-header {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.district-header h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.district-subtitle {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.breadcrumb {
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb a {
    color: #ff6b35;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.district-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}

.district-main {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* District Main Content - Responsive Images */
.district-main img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.district-main p img,
.district-main div img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.district-services {
    margin: 2rem 0;
}

.district-pest-services {
    margin: 2rem 0;
}

/* District Pest Services - Same as service-item */
.district-pest-services .service-card {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.district-pest-services .service-card:hover {
    transform: translateY(-5px);
}

.district-pest-services .service-icon-small {
    width: 120px;
    height: 120px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    overflow: hidden;
}

.district-pest-services .service-icon-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-item {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item i {
    font-size: 2rem;
    color: #ff6b35;
    margin-bottom: 1rem;
}

.district-why-choose {
    margin: 2rem 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-item {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item i {
    font-size: 2rem;
    color: #ff6b35;
    margin-bottom: 1rem;
}


.stat-item {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
}

.stat-item i {
    font-size: 2rem;
    color: #ff6b35;
    margin-bottom: 0.5rem;
}

.stat-item h4 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.district-contact {
    margin: 2rem 0;
}

.district-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sidebar-widget {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sidebar-widget h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-areas {
    list-style: none;
    padding: 0;
}

.service-areas li {
    margin-bottom: 0.5rem;
}

.service-areas a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-areas a:hover,
.service-areas a.current {
    color: #ff6b35;
}

/* Contact Section */
.contact {
    padding: 80px 0;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
    align-items: start;
    width: 100%;
    max-width: 800px;
}

@media (max-width: 768px) {
    .contact-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}


.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-item i {
    font-size: 2rem;
    color: #ff6b35;
    margin-bottom: 0.5rem;
    width: auto;
}

.contact-item h4 {
    margin-bottom: 0.5rem;
}

.contact-item p {
    margin: 0;
    color: #666;
}

.contact-item a {
    color: #ff6b35;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #e55a2b;
    text-decoration: underline;
}

/* Contact Form */
.contact-form {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.contact-map {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 8px;
}


.map-container {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.map-fallback {
    display: block;
    text-align: center;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 1rem;
}

.map-fallback p {
    color: #666;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.map-fallback i {
    color: #ff6b35;
    margin-right: 0.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff6b35;
}

/* Form Message */
.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    display: none;
    animation: slideDown 0.3s ease;
}

.form-message.success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.form-message.error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.message-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.message-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.message-text {
    flex: 1;
    font-weight: 500;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 0;
}

.footer-districts h3 {
    color: white;
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Footer Content */
.footer-content {
    padding: 1rem 0 1rem;
}

.footer-content {
    text-align: center;
    margin-bottom: 2rem;
}



.districts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.district-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.district-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.district-item h4 {
    margin-bottom: 0.5rem;
}

.district-item h4 a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.district-item h4 a:hover {
    color: #ff6b35;
}

.mahalle-list {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mahalle-link {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: block;
}

.mahalle-link:hover {
    color: #ff6b35;
    background: rgba(255, 107, 53, 0.1);
}


.view-all-districts {
    text-align: center;
}

.btn-outline {
    background: transparent;
    border: 2px solid #ff6b35;
    color: #ff6b35;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #ff6b35;
    color: white;
}


.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 1rem;
    padding-bottom: 15px;
    text-align: center;
}

.footer-bottom p {
    color: #bdc3c7;
    margin: 0;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.scroll-to-top.show {
    display: flex;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-navigation .nav-menu {
        gap: 1rem;
    }
    
    .main-navigation .nav-menu a {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .districts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: row; /* Yan yana kal */
        gap: 0.5rem;
        width: 100%; /* Tam genişlik */
        max-width: 100%; /* Maksimum genişlik sınırı */
        overflow-x: hidden; /* Yatay taşmayı engelle */
    }
    
    .header-center {
        display: none !important; /* Mobilde başlığı tamamen gizle */
    }
    
    .header-left,
    .header-right {
        flex: 1; /* Eşit genişlik */
    }
    
    .header-btn {
        padding: 8px 12px;
        font-size: 0.9rem;
        max-width: 150px; /* Mobilde genişlik sınırı */
        flex-shrink: 1; /* Mobilde küçülebilir */
    }
    
    /* Mobilde menüyü göster */
    .header-bottom {
        display: block;
    }
    
    .hero {
        padding: 110px 0 60px; /* Tablet için optimize edildi */
        min-height: 90vh;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {
    .main-navigation .nav-menu {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .main-navigation .nav-menu a {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .main-navigation .nav-menu {
        gap: 0.3rem;
    }
    
    .main-navigation .nav-menu a {
        padding: 0.5rem 0.6rem;
        font-size: 0.75rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 360px) {
    .main-navigation .nav-menu {
        gap: 0.2rem;
    }
    
    .main-navigation .nav-menu a {
        padding: 0.4rem 0.5rem;
        font-size: 0.7rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    
    .districts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .mahalle-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.3rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .header-center {
        display: none !important; /* Çok küçük ekranlarda da başlığı gizle */
    }
    
    .header-btn {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    
    .header-btn span {
        display: inline; /* Yazıları göster */
    }
    
    .hero {
        padding: 100px 0 60px; /* Mobilde optimize edildi */
        min-height: 80vh; /* Mobilde daha küçük yükseklik */
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .services,
    .about,
    .faq,
    .contact {
        padding: 60px 0;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .contact-map {
        padding: 1.5rem;
    }
    
    .map-container {
        height: 300px;
    }
    
    .footer-districts h3 {
        font-size: 1.3rem;
        text-align: left;
        font-weight: 600;
    }
    
    /* District Page Responsive */
    .district-content {
        grid-template-columns: 1fr;
    }
    
    .district-header h1 {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .mahalle-stats {
        grid-template-columns: 1fr;
    }
}

/* Notification System */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 400px;
    min-width: 300px;
}

.notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification-success {
    border-left: 4px solid #28a745;
}

.notification-error {
    border-left: 4px solid #dc3545;
}

.notification-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.notification-message {
    flex: 1;
    color: #333;
    font-weight: 500;
}

.notification-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.notification-close:hover {
    background-color: #f0f0f0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-2 {
    margin-top: 2rem;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    animation: modalFadeIn 0.5s ease;
    overflow: hidden;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Offer Popup Styles */
.offer-popup {
    display: none;
    position: fixed;
    z-index: 100001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    animation: modalFadeIn 0.5s ease;
    overflow: hidden;
}

body.popup-open {
    overflow: hidden !important;
}

.offer-popup.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-popup-content {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 20px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    animation: offerSlideIn 0.6s ease;
    position: relative;
    overflow: hidden;
}

.offer-popup-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

.offer-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border-radius: 15px 15px 0 0;
}

.offer-popup-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.offer-popup-header .close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.offer-popup-header .close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.offer-popup-body {
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.offer-icon {
    font-size: 3rem;
    color: white;
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.offer-popup-body h4 {
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.offer-popup-body p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

.offer-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.offer-buttons .btn {
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    justify-content: center;
}

.offer-buttons .btn-primary {
    background: white;
    color: #ff6b35;
    box-shadow: 0 4px 15px rgba(255,255,255,0.3);
}

.offer-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,255,255,0.4);
}

.offer-buttons .btn-whatsapp {
    background: #25D366;
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.offer-buttons .btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.offer-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(255,255,255,0.15);
    padding: 10px 20px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

.offer-guarantee i {
    font-size: 1.2rem;
}

@keyframes offerSlideIn {
    0% {
        transform: scale(0.8) translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.modal-content {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border-radius: 15px 15px 0 0;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.modal-body {
    padding: 25px;
}

.modal-body .form-group {
    width: 100%;
}

.modal-body .form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.modal-body .form-group input:focus {
    outline: none;
    border-color: #ff6b35;
}

.modal-body .btn-primary {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-body .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.modal-body .form-message {
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-body .form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.modal-body .form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.modal-body .message-icon {
    font-size: 1.2rem;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-header h3 {
        font-size: 1.3rem;
    }
    
    .modal-body {
        padding: 20px;
    }
}

/* Talep Bırak Menu Item Special Style */
.nav-menu li a[onclick*="openTalepModal"] {
    font-weight: 600;
    background: #ff6b35;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Print Styles */
@media print {
    .header,
    .scroll-to-top,
    .mobile-menu-toggle,
    .modal {
        display: none;
    }
    
    .hero {
        padding-top: 0;
    }
}
