/* assets/css/style.css */
:root {
    --primary-color: #FFC107; /* Taksi Sarısı */
    --secondary-color: #212529; /* Koyu Gri/Siyah */
    --accent-color: #007BFF; /* Mavi (Vurgu için) */
    --light-gray-color: #f8f9fa;
    --text-color: #333;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --border-radius: 5px;
    --box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    --box-shadow-lg: 0 8px 25px rgba(0,0,0,0.15);
}

/* Genel Sıfırlama ve Ayarlar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: var(--text-color);
    line-height: 1.7; /* Satır aralığını biraz artırdım */
    background-color: #fff;
    font-size: 16px; /* Temel font boyutu */
}

.container {
    width: 90%;
    max-width: 1140px; /* Bootstrap container genişliğine yakın */
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
    color: #e0a800; /* Primary color'ın biraz koyusu */
    opacity: 0.9;
}

ul {
    list-style: none;
}
/* Hakkımızda sayfası için özel liste stili */
.reasons-list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.reasons-list i {
    margin-right: 10px;
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--secondary-color);
    margin-bottom: 0.8em;
    line-height: 1.3;
    font-weight: 700; /* Başlıkları daha belirgin yaptım */
}

h1 { font-size: 2.8rem; } /* Ana başlıklar */
h2 { font-size: 2.2rem; } /* Bölüm başlıkları */
h3 { font-size: 1.8rem; } /* Alt başlıklar */
h4 { font-size: 1.4rem; }

.section-padding {
    padding: 80px 0; /* Bölümler arası boşluğu artırdım */
}

.section-title {
    text-align: center;
    margin-bottom: 60px; /* Başlık altı boşluğu artırdım */
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    width: 100px; /* çizgiyi uzattım */
    height: 4px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.bg-light {
    background-color: var(--light-gray-color);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.highlight {
    color: var(--primary-color);
}

/* Butonlar */
.btn {
    display: inline-block;
    padding: 12px 28px;
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent; /* Kenarlık için yer ayırdım */
    letter-spacing: 0.5px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.btn-primary:hover {
    background-color: #e0a800;
    color: var(--secondary-color);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.btn-secondary:hover {
    background-color: #3e444a; /* Secondary'nin biraz açığı */
    color: #fff;
    border-color: #3e444a;
}

.btn-lg {
    padding: 15px 35px;
    font-size: 1.1rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-sm { padding: 0.3rem 0.6rem; font-size: .875rem; line-height: 1.5; border-radius: .2rem; }
.btn-outline-primary { color: var(--primary-color); border-color: var(--primary-color); background-color: transparent; }
.btn-outline-primary:hover { color: var(--secondary-color); background-color: var(--primary-color); border-color: var(--primary-color); }


/* Header */
header {
    background-color: #fff;
    box-shadow: var(--box-shadow);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px; /* Logonuzun boyutuna göre ayarlayın */
    transition: transform 0.3s ease;
}
.logo:hover {
    transform: scale(1.05);
}

.logo-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-left: 10px;
}
.logo-text span { color: var(--primary-color); }


header nav ul {
    display: flex;
    align-items: center; /* Butonla hizalamak için */
}

header nav ul li {
    margin-left: 30px; /* Menü öğeleri arası boşluk */
    position: relative;
}

header nav ul li a {
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: 0.3px;
}
header nav ul li a.active,
header nav ul li a:hover {
    color: var(--primary-color);
}

header nav ul li a.active::after,
header nav ul li a:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px; /* Alt çizgiyi belirginleştirdim */
    background-color: var(--primary-color);
    bottom: -8px; /* Çizginin pozisyonu */
    left: 0;
    border-radius: 1px;
}

.header-btn {
    margin-left: 30px;
}

/* Dropdown Menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px); /* Alt çizgiyle çakışmaması için */
    left: -15px; /* Biraz sola kaydırdım */
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: var(--border-radius);
    padding: 10px 0;
    min-width: 220px;
    z-index: 1001;
    border: 1px solid #eee;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: var(--text-color);
    white-space: nowrap;
    font-size: 0.95rem;
}

.dropdown-menu li a:hover {
    background-color: var(--light-gray-color);
    color: var(--primary-color);
}
.dropdown-menu li a::after { /* Hover alt çizgisini dropdown'da kaldır */
    display:none;
}
.dropdown a i.fa-chevron-down {
    margin-left: 8px;
    font-size: 0.8em;
    transition: transform 0.3s ease;
}
.dropdown:hover a i.fa-chevron-down {
    transform: rotate(180deg);
}


.menu-toggle {
    display: none; /* Mobil için */
    background: none;
    border: none;
    font-size: 1.8rem; /* İkonu büyüttüm */
    color: var(--secondary-color);
    cursor: pointer;
    padding: 5px;
}

/* Hero Section */
.hero-section {
    height: calc(100vh - 80px); /* Header yüksekliğini çıkar (header padding'ine göre ayarla) */
    min-height: 550px; /* Minimum yükseklik */
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; /* İçeriği ortalamak için */
    color: #fff;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Koyu overlay biraz artırdım */
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px; /* İçerik genişliğini sınırladım */
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5); /* Gölgelendirmeyi artırdım */
}
.hero-content h1 .highlight {
    color: var(--primary-color);
}

.hero-content p {
    font-size: 1.25rem; /* Yazıyı büyüttüm */
    margin-bottom: 35px;
    line-height: 1.8;
    font-weight: 400; /* Biraz daha ince */
}

.hero-buttons .btn {
    margin: 0 10px;
}

/* Features Overview Section */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-item {
    background-color: #fff;
    padding: 35px 30px; /* Padding'i artırdım */
    text-align: center;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee; /* Hafif bir kenarlık */
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--box-shadow-lg);
}

.feature-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1; /* İkonun satır yüksekliğini ayarladım */
}

.feature-item h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

/* How It Works Short Section */
.steps-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    margin-top: 40px;
}

.step-item {
    text-align: center;
    max-width: 280px; /* Genişliği artırdım */
    position: relative;
    z-index: 1;
    padding: 15px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto; /* Alt boşluğu artırdım */
    border: 3px solid var(--secondary-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.step-icon {
    font-size: 2.8rem; /* İkonu büyüttüm */
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.step-item h3 {
    font-size: 1.4rem; /* Başlığı büyüttüm */
    margin-bottom: 10px;
}

.step-line {
    display: none;
}
@media (min-width: 768px) {
    .steps-container {
        position: relative;
    }
    .step-line {
        display: block;
        position: absolute;
        top: 25px; /* Numaranın ortasına denk getirmek için */
        height: 3px;
        background-color: #ddd;
        z-index: 0;
    }
    .steps-container .step-item:not(:first-child) .step-line:first-of-type {
        left: -50%; /* Bir önceki elemanın ortasından başla */
        width: 100%; /* İki eleman arasını doldur */
    }
     /* Bu step-line mantığı biraz daha karmaşık. Her bir step-item içine ayrı line koyup pozisyonlamak daha kolay olabilir. */
    /* Şimdilik basit bırakıyorum. CSS ile daha sofistike çizgiler eklenebilir. */
}


/* CTA Section */
.cta-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax etkisi için */
    position: relative;
    color: #fff;
    text-align: center;
}
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 37, 41, 0.75); /* Overlay'i biraz daha koyulaştırdım */
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 20px; /* Boşluğu artırdım */
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.cta-content p {
    font-size: 1.2rem; /* Yazıyı büyüttüm */
    margin-bottom: 30px;
    max-width: 650px; /* Genişliği artırdım */
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* Testimonials Section */
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Kart genişliğini artırdım */
    gap: 30px;
}
.testimonial-item {
    background-color: var(--light-gray-color);
    padding: 30px; /* Padding'i artırdım */
    border-radius: var(--border-radius);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
    border: 1px solid #e7e7e7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.testimonial-img {
    width: 90px; /* Fotoğrafı büyüttüm */
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px; /* Boşluğu artırdım */
    border: 4px solid var(--primary-color); /* Kenarlığı belirginleştirdim */
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.testimonial-item p {
    font-style: italic;
    margin-bottom: 15px;
    color: #555;
    font-size: 1.05rem; /* Yazıyı büyüttüm */
    line-height: 1.8;
}
.testimonial-item h4 {
    font-size: 1.2rem; /* İsmi büyüttüm */
    color: var(--secondary-color);
    margin-bottom: 5px;
}
.testimonial-item h4 span {
    font-size: 0.95rem; /* Pozisyonu büyüttüm */
    color: #777;
    font-weight: 400;
    display: block; /* İsmin altına aldım */
}


/* Footer */
footer {
    background-color: var(--secondary-color);
    color: #f0f0f0;
    padding-top: 60px; /* Padding'i artırdım */
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    padding-bottom: 40px;
}

.footer-section h3, .footer-logo-text {
    color: var(--primary-color);
    margin-bottom: 25px; /* Boşluğu artırdım */
    font-size: 1.6rem;
}
.footer-logo-text {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footer-logo-text span { color: var(--primary-color); }


.footer-section p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #ccc;
    font-size: 0.95rem;
}

.contact-info span {
    display: block;
    margin-bottom: 12px; /* Boşluğu artırdım */
    color: #ccc;
}
.contact-info span i {
    margin-right: 12px; /* Boşluğu artırdım */
    color: var(--primary-color);
    width: 20px; /* İkonlar için sabit genişlik */
    text-align: center;
}

.socials a {
    display: inline-flex; /* flex ile ortalamak için */
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #444;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1rem;
}
.socials a:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: scale(1.1);
}

.footer-section.links ul li {
    margin-bottom: 12px; /* Boşluğu artırdım */
}

.footer-section.links ul li a {
    color: #ccc;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-section.links ul li a:hover {
    color: var(--primary-color);
    padding-left: 8px; /* Kaydırmayı artırdım */
}

.text-input.contact-input { /* Footer'daki form elemanları için */
    padding: 12px; /* Padding'i artırdım */
    font-size: 1rem;
    border-radius: var(--border-radius);
    border: 1px solid #555;
    background-color: #333;
    color: #f0f0f0;
    width: 100%;
    margin-bottom: 12px; /* Boşluğu artırdım */
}
.text-input.contact-input::placeholder {
    color: #aaa;
}

.footer-section .btn-primary {
    width: 100%;
}

.footer-bottom {
    background-color: #1a1a1a;
    color: #aaa;
    text-align: center;
    padding: 20px 0; /* Padding'i artırdım */
    font-size: 0.9rem;
    border-top: 1px solid #333;
}

/* Form Temel Stilleri (İletişim, Başvuru vb. sayfalar için) */
.form-container {
    max-width: 750px; /* Genişliği artırdım */
    margin: 40px auto;
    padding: 40px; /* Padding'i artırdım */
    background-color: #fff;
    box-shadow: var(--box-shadow-lg); /* Gölgeyi belirginleştirdim */
    border-radius: var(--border-radius);
    border: 1px solid #eee;
}
.form-container h2 {
    text-align: center;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 25px; /* Boşluğu artırdım */
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 0.95rem;
}
.form-control, /* Input, textarea, select için genel sınıf */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px; /* Padding'i artırdım */
    border: 1px solid #ccc; /* Kenarlığı belirginleştirdim */
    border-radius: var(--border-radius);
    font-size: 1rem;
    font-family: var(--body-font);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff; /* Arka plan rengi */
}
.form-control:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25); /* Focus gölgesini belirginleştirdim */
}
.form-group textarea {
    resize: vertical;
    min-height: 130px; /* Yüksekliği artırdım */
}
.form-group .btn {
    width: 100%;
}
.form-check {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* Boşluğu artırdım */
}
.form-check-input { /* Checkbox için özel stil */
    width: auto;
    margin-right: 10px;
    height: 1.1em; /* Boyutu ayarladım */
    width: 1.1em;
    cursor: pointer;
}
.form-check-label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.9rem;
    cursor: pointer;
}
.form-check-label a {
    text-decoration: underline;
}
.form-check-label a:hover {
    color: var(--secondary-color);
}

/* Sayfa Başlığı (Page Header) */
.page-header {
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    background-color: var(--secondary-color); /* Resim yoksa */
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 0; /* Altındaki section-padding ile çakışmaması için */
}
.page-header::before { /* Overlay */
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}
.page-header .container {
    position: relative;
    z-index: 1;
}
.page-header h1 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.page-header p {
    font-size: 1.2rem;
    color: #eee;
    font-weight: 300;
}

/* Hakkımızda Sayfası Ek Stilleri */
.about-us-content .row {
    align-items: center;
}
.about-us-content img.rounded {
    border-radius: var(--border-radius) !important;
}
.about-us-content .shadow-lg {
    box-shadow: var(--box-shadow-lg) !important;
}
.team-section .team-member {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease;
}
.team-section .team-member:hover {
    transform: translateY(-5px);
}
.team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid var(--primary-color);
}
.team-member h4 { margin-bottom: 5px; }
.team-member p { font-size: 0.9rem; color: #777; }


/* Çözümler Sayfası Ek Stilleri */
.solution-item img.solution-img {
    max-width: 280px; /* Resim boyutunu ayarladım */
    border-radius: var(--border-radius);
    padding: 10px;
    background-color: #fff; /* Resim etrafına beyaz çerçeve */
}
.solution-features {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.solution-features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.solution-features i {
    margin-right: 10px;
    font-size: 1.1em;
}


/* Avantajlar Sayfası Ek Stilleri */
.advantage-card {
    background-color: #fff;
    padding: 35px 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    text-align: center;
    height: 100%; /* d-flex ile eşit yükseklik için */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    width: 100%; /* d-flex için */
}
.advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--box-shadow-lg);
}
.advantage-icon {
    font-size: 2.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.advantage-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Nasıl Çalışır Sayfası - Timeline */
.timeline {
    position: relative;
    max-width: 900px;
    margin: 50px auto; /* Üst boşluğu artırdım */
}
.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    z-index: -1; /* İçeriklerin üzerine çıkmasın */
}
.timeline-item {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.timeline-item.left { left: 0; padding-right: 60px; text-align: right;} /* İkon için boşluk */
.timeline-item.right { left: 50%; padding-left: 60px; text-align: left; } /* İkon için boşluk */

.timeline-item::after { /* Çizgiden çıkan yatay kollar */
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    top: 30px;
    z-index: 1;
}
.timeline-item.left::after { right: 38px; } /* İkonun soluna */
.timeline-item.right::after { left: 38px; } /* İkonun sağına */


.timeline-icon { /* İkonun kendisi (daha önce ::before ile daire yapıyorduk, şimdi direkt ikonu koyuyoruz) */
    position: absolute;
    width: 50px; /* İkon alanı */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 1.5rem;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    top: 15px; /* Dikey hizalama */
    z-index: 2; /* Çizginin üzerinde */
    box-shadow: 0 0 0 4px white; /* Etrafında beyaz halka */
}
.timeline-item.left .timeline-icon { right: -25px; transform: translateX(0%);}
.timeline-item.right .timeline-icon { left: -25px; transform: translateX(0%);}


.timeline-content {
    padding: 25px 30px;
    background-color: var(--light-gray-color);
    position: relative;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: 1px solid #eee;
}
.timeline-content h3 { color: var(--secondary-color); margin-top:0; font-size: 1.5rem;}
.timeline-content p { font-size: 0.95rem; }

/* SSS Sayfası - Akordiyon */
.accordion {
    max-width: 800px;
    margin: 0 auto;
}
.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: #fff;
}
.accordion-header {
    background-color: var(--light-gray-color);
    color: var(--secondary-color);
    cursor: pointer;
    padding: 18px 25px; /* Padding'i artırdım */
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.15rem; /* Yazıyı büyüttüm */
    font-weight: 600; /* Yazıyı kalınlaştırdım */
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header:hover, .accordion-header.active {
    background-color: #e9ecef; /* Hover ve aktif rengi */
    color: var(--primary-color);
}
.accordion-header i.fa-chevron-down {
    transition: transform 0.3s ease;
    font-size: 0.9em;
}
.accordion-header.active i.fa-chevron-down {
    transform: rotate(180deg);
}
.accordion-content {
    padding: 0 25px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out; /* Animasyonu yavaşlattım */
}
.accordion-content p {
    padding: 20px 0; /* İçerik padding'i */
    margin:0;
    font-size: 0.95rem;
    line-height: 1.8;
}
.accordion-content p:last-child {
    padding-bottom: 25px; /* Son paragraf için ekstra boşluk */
}

/* İletişim Sayfası */
.contact-form .form-control {
    /* Genel .form-control stilini kullanır */
}
.contact-info-block p { margin-bottom: 1.2rem; font-size: 1.05rem; display: flex; align-items: flex-start;}
.contact-info-block p i { color: var(--primary-color); margin-right: 15px; width: 20px; text-align: center; margin-top: 3px;}
.map-placeholder iframe { border-radius: var(--border-radius); }

/* Gizlilik Politikası Sayfası */
.content-section .text-content-area {
    background-color: #fff;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}
.content-section .text-content-area h2 {
    color: var(--secondary-color);
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    display: inline-block;
}
.content-section .text-content-area h2:first-child {
    margin-top: 0;
}
.content-section .text-content-area h3 {
    color: var(--secondary-color);
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.content-section .text-content-area p,
.content-section .text-content-area ul li {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #555;
}
.content-section .text-content-area ul {
    list-style: disc;
    padding-left: 25px;
}
.content-section .text-content-area ul li {
    margin-bottom: 0.5rem;
}
.content-section .text-content-area strong {
    color: var(--secondary-color);
}

/* Utility Classes (Bootstrap benzeri) */
.text-center { text-align: center !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; } /* Önceki 2rem'di, 1.5rem daha yaygın */
.mt-5 { margin-top: 3rem !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.img-fluid { max-width: 100%; height: auto; }
.rounded { border-radius: var(--border-radius) !important; }
.shadow { box-shadow: var(--box-shadow) !important; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }
.shadow-lg { box-shadow: var(--box-shadow-lg) !important; }

.d-flex { display: flex !important; }
.align-items-center { align-items: center !important; }

.text-primary { color: var(--primary-color) !important; }
.text-secondary { color: var(--secondary-color) !important; }
.text-success { color: #28a745 !important; }
.text-danger { color: #dc3545 !important; }
.text-light { color: var(--light-gray-color) !important; }
.text-white { color: #fff !important; }
.lead { font-size: 1.25rem; font-weight: 300; }
.list-unstyled { padding-left: 0; list-style: none; }

/* Bootstrap Grid Benzeri (Basit Hali) */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-md-4, .col-md-6, .col-md-8, .col-lg-4, .col-lg-5, .col-lg-7, .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) { /* md breakpoint */
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .order-md-1 { order: 1; }
    .order-md-2 { order: 2; }
    .mb-md-0 { margin-bottom: 0 !important; }
}
@media (min-width: 992px) { /* lg breakpoint */
    .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .mb-lg-0 { margin-bottom: 0 !important; }
}


/* Mobil Menü (Responsive) */
@media (max-width: 991.98px) { /* lg altı (Bootstrap lg breakpoint) */
    .menu-toggle {
        display: block;
    }
    header nav {
        display: none;
        position: absolute;
        top: calc(100% + 1px); /* Header yüksekliğine göre ayarla, 1px border için */
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        padding: 15px 0;
        border-top: 1px solid #eee;
    }
    header nav.active {
        display: block;
    }
    header nav ul {
        flex-direction: column;
        align-items: stretch; /* Öğeleri tam genişlik yap */
    }
    header nav ul li {
        margin: 0;
        text-align: left; /* Metni sola hizala */
    }
    header nav ul li a {
        display: block;
        padding: 12px 30px; /* Mobil menü padding */
        border-bottom: 1px solid #f0f0f0; /* Ayırıcı çizgi */
    }
    header nav ul li:last-child a {
        border-bottom: none;
    }
    header nav ul li a.active::after,
    header nav ul li a:hover::after {
        display: none; /* Mobilde alt çizgiyi kaldır */
    }
     header nav ul li a.active {
        background-color: var(--primary-color);
        color: var(--secondary-color);
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-top: 1px solid #e0e0e0;
        margin-top: 0;
        padding-left: 15px; /* İçeriği biraz sağa al */
        background-color: #f9f9f9; /* Dropdown arka planı */
    }
    .dropdown-menu li a {
        padding: 10px 30px;
        font-size: 0.9rem;
    }
    .dropdown:hover .dropdown-menu {
        display: none; /* Hover'da açılmasın, JS ile handle edilecek veya tıklama ile */
    }
    .dropdown.open .dropdown-menu { /* JS ile .open class'ı eklenince açılacak */
         display:block;
    }
    .dropdown a i.fa-chevron-down { /* Mobilde ikon hep aşağı baksın veya farklı handle edilsin */
        transform: none !important;
    }

    .header-btn {
        display: none; /* Mobil menüde buton ana menüde olmasın */
    }
    /* İsteğe bağlı: Mobil menüye "Hemen Başvur" butonu eklenebilir */
    /*
    header nav ul li.mobile-action-btn a {
        background-color: var(--primary-color);
        color: var(--secondary-color);
        text-align: center;
        margin: 10px 20px;
        border-radius: var(--border-radius);
        font-weight: bold;
    }
    header nav ul li.mobile-action-btn a:hover {
        background-color: darken(var(--primary-color), 10%);
        color: var(--secondary-color);
    }
    */

    .hero-content h1 { font-size: 2.5rem; }
    .hero-content p { font-size: 1.1rem; }

    .steps-container {
        flex-direction: column;
        align-items: center;
    }
    .step-item {
        margin-bottom: 30px;
        width: 90%;
        max-width: 350px;
    }
    .timeline::after { left: 30px; } /* Mobil için timeline çizgisi */
    .timeline-item { width: 100%; padding-left: 70px; padding-right: 10px; text-align: left;}
    .timeline-item.left, .timeline-item.right { left: 0%; }
    .timeline-item.left::after, .timeline-item.right::after { left: 48px; width:25px;} /* Çizgiden çıkan kol */
    .timeline-item.left .timeline-icon, .timeline-item.right .timeline-icon { left: 5px; } /* İkonu sola al */
}

@media (max-width: 767.98px) { /* md altı */
    .hero-content h1 { font-size: 2rem; }
    .hero-content p { font-size: 1rem; }
    .hero-buttons .btn { margin-bottom: 10px; display: block; width: 80%; margin-left: auto; margin-right: auto;}

    .grid-3 {
        grid-template-columns: 1fr; /* Tek sütun */
    }
    .section-title { font-size: 2rem; }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-section .socials {
        justify-content: center;
        display: flex; /* İkonları ortalamak için */
    }
     .footer-section .contact-info span {
        justify-content: center;
    }
    .footer-section.contact-form-footer {
        margin-top: 20px;
    }
    .form-container { padding: 25px; }
}