/* =========================================
   HAKKIMIZDA SAYFASI ÖZEL STİLLERİ
========================================= */

/* Ana menüdeki aktif linki belirtmek için */
.nav-links a.active-link {
    color: #2563eb;
}

.nav-links a.active-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2563eb;
    margin-top: 4px;
    border-radius: 2px;
}

/* Sayfa Başlığı (Hero) */
.page-header {
    max-width: 1200px;
    margin: 40px auto 20px;
    padding: 40px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.page-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #1e293b;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 15px;
    color: #475569;
}

.page-header a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.page-header i {
    font-size: 12px;
    margin: 0 8px;
    color: #94a3b8;
}

/* Kurumsal Detay Bölümü */
.corporate-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.corporate-container {
    display: flex;
    gap: 60px;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.corp-image-box {
    flex: 1;
    position: relative;
    border-radius: 20px;
}

.corp-image-box .main-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    min-height: 450px;
}

.floating-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    animation: float 3s ease-in-out infinite;
}

.floating-badge i {
    font-size: 35px;
    color: #2563eb;
}

.floating-badge strong {
    display: block;
    font-size: 24px;
    color: #1e293b;
    line-height: 1.1;
}

.floating-badge span {
    font-size: 13px;
    color: #64748b;
}

.corp-text-box {
    flex: 1;
}

.corp-text-box .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #1e293b;
    line-height: 1.3;
    margin-bottom: 20px;
}

.corp-text-box .section-title span {
    color: #2563eb;
}

.title-line {
    width: 60px;
    height: 4px;
    background: #2563eb;
    border-radius: 2px;
    margin-bottom: 30px;
}

.corp-text-box p {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Misyon & Vizyon Bölümü */
.mv-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.mv-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.mv-card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, background 0.4s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.7);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: #2563eb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.icon-wrapper i {
    font-size: 28px;
    color: #ffffff;
}

.mv-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #1e293b;
    margin-bottom: 15px;
}

.mv-card p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
}

/* İstatistikler Bölümü */
.stats-section {
    max-width: 1200px;
    margin: 60px auto 80px;
    padding: 0 20px;
}

.stats-container {
    background: rgba(37, 99, 235, 0.05);
    border: 1px solid rgba(37, 99, 235, 0.1);
    backdrop-filter: blur(5px);
    padding: 50px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-item {
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(37, 99, 235, 0.2);
}

.stat-icon i {
    font-size: 32px;
    color: #2563eb;
    margin-bottom: 15px;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
}

.stat-text {
    font-size: 15px;
    color: #475569;
    font-weight: 500;
}

/* =========================================
   ANİMASYONLAR
========================================= */

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.slide-down {
    opacity: 0;
    animation: slideDown 0.6s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }


/* =========================================
   MOBİL UYUM (RESPONSIVE)
========================================= */
@media (max-width: 992px) {
    .corporate-container {
        flex-direction: column;
        padding: 40px;
    }
    .floating-badge {
        right: 10px;
        bottom: -20px;
    }
    .mv-container {
        grid-template-columns: 1fr;
    }
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .stat-item:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 30px 20px;
        margin: 20px 20px;
    }
    .page-header h1 {
        font-size: 32px;
    }
    .corporate-container {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .corp-image-box .main-img {
        min-height: 300px;
    }
    .floating-badge {
        padding: 12px 15px;
        right: 0;
    }
    .floating-badge i { font-size: 24px; }
    .floating-badge strong { font-size: 18px; }
    .floating-badge span { font-size: 11px; }
    
    .corp-text-box .section-title {
        font-size: 28px;
    }
    .mv-card {
        padding: 30px 20px;
    }
    .stats-container {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }
    .stat-item::after {
        display: none;
    }
    .stat-item {
        border-bottom: 1px solid rgba(37, 99, 235, 0.2);
        padding-bottom: 20px;
    }
    .stat-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}



/* =========================================
   HİZMETLERİMİZ SAYFASI ÖZEL STİLLERİ
========================================= */

.services-page-wrap {
    max-width: 1200px;
    margin: 40px auto 80px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Sayfa içi anchor yönlendirmelerinde header'ın altında kalmaması için pay */
.srv-block {
    scroll-margin-top: 100px; 
    display: flex;
    align-items: center;
    gap: 50px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, background 0.3s ease;
}

.srv-block:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
}

/* Çift numaralı bloklar resmi sola metni sağa atar */
.srv-block.reverse {
    flex-direction: row-reverse;
}

.srv-content {
    flex: 1;
}

.srv-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.srv-icon i {
    font-size: 26px;
    color: #2563eb;
}

.srv-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #1e293b;
    margin-bottom: 15px;
}

.srv-line {
    width: 50px;
    height: 4px;
    background: #2563eb;
    border-radius: 2px;
    margin-bottom: 25px;
}

.srv-content p {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.srv-list {
    list-style: none;
    padding: 0;
}

.srv-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #334155;
    font-weight: 500;
    font-size: 15px;
}

.srv-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #10b981; /* Onay tikleri için yeşil ton */
    font-size: 16px;
}

.srv-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.srv-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 350px;
    transition: transform 0.5s ease;
}

.srv-block:hover .srv-image img {
    transform: scale(1.03);
}

/* Sayfa Sonu Harekete Geçirici Mesaj (CTA) Bölümü */
.cta-section {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.cta-container {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.2);
}

.cta-container h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-container p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-buttons .btn-primary {
    background: #ffffff;
    color: #2563eb;
}

.cta-buttons .btn-primary:hover {
    background: #f1f5f9;
}

/* =========================================
   MOBİL UYUM (HİZMETLERİMİZ RESPONSIVE)
========================================= */
@media (max-width: 992px) {
    .srv-block, .srv-block.reverse {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
    }
    .srv-image {
        width: 100%;
    }
    .srv-image img {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .services-page-wrap {
        gap: 40px;
    }
    .srv-block {
        padding: 25px 20px;
        border-radius: 20px;
    }
    .srv-content h2 {
        font-size: 26px;
    }
    .cta-container {
        padding: 40px 20px;
    }
    .cta-container h2 {
        font-size: 28px;
    }
    .cta-buttons {
        flex-direction: column;
    }
    .cta-buttons .btn {
        width: 100%;
    }
}




/* =========================================
   FOTO GALERİ SAYFASI ÖZEL STİLLERİ
========================================= */

.gallery-section {
    max-width: 1200px;
    margin: 40px auto 100px;
    padding: 0 20px;
}

.gallery-container {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.gallery-intro {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-intro .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #1e293b;
    margin-bottom: 15px;
}

.gallery-intro p {
    color: #475569;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* Filtre Butonları Stili */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    background: #ffffff;
    color: #475569;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #f1f5f9;
    color: #2563eb;
}

.filter-btn.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

/* Galeri Grid Sistemi */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    transition: all 0.4s ease;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(37, 99, 235, 0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.overlay-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .item-overlay {
    opacity: 1;
}

.gallery-item:hover .overlay-text {
    transform: translateY(0);
}

/* =========================================
   MOBİL UYUM (GALERİ RESPONSIVE)
========================================= */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-container {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-intro .section-title {
        font-size: 28px;
    }
    .gallery-filters {
        gap: 10px;
    }
    .filter-btn {
        padding: 8px 18px;
        font-size: 13px;
        flex: 1 1 40%; /* Mobilde butonlar 2şerli de durabilir */
    }
    .gallery-item {
        height: 250px;
    }
}




/* =========================================
   İLETİŞİM SAYFASI ÖZEL STİLLERİ
========================================= */

/* Üst Bilgi Kartları */
.contact-cards-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.c-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, background 0.4s ease;
    position: relative;
}

.c-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.8);
}

.c-icon {
    width: 65px;
    height: 65px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
}

.c-icon i {
    font-size: 24px;
    color: #ffffff;
}

.c-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 12px;
}

.c-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.c-link {
    display: inline-block;
    color: #2563eb;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.c-link:hover {
    color: #1d4ed8;
}

.c-badge {
    display: inline-block;
    background: #10b981;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Form ve Harita Ana Alanı */
.contact-main-section {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.contact-main-container {
    display: flex;
    gap: 40px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

/* Sol Form Kısmı */
.contact-form-box {
    flex: 1;
}

.contact-form-box .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #1e293b;
    margin-bottom: 10px;
}

.form-desc {
    color: #475569;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.advanced-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .input-group {
    flex: 1;
}

.input-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.input-group label .req {
    color: #ef4444;
}

.input-group input, 
.input-group select, 
.input-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 12px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #1e293b;
    outline: none;
    transition: all 0.3s ease;
}

.input-group input:focus, 
.input-group select:focus, 
.input-group textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.input-group textarea {
    resize: vertical;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Sağ Harita Kısmı */
.contact-map-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.address-header {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.address-header i {
    font-size: 30px;
    color: #2563eb;
}

.address-header h3 {
    font-size: 18px;
    color: #1e293b;
    margin-bottom: 5px;
}

.address-header p {
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
}

.map-frame-wrapper {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 4px solid #ffffff;
    min-height: 300px; /* Mobilde haritanın kaybolmaması için */
}

/* Servis Bölgeleri */
.service-areas-section {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.areas-container {
    background: rgba(37, 99, 235, 0.05);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.areas-text {
    flex: 1;
    min-width: 300px;
}

.areas-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #1e293b;
    margin-bottom: 10px;
}

.areas-text p {
    color: #475569;
    font-size: 15px;
}

.areas-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.area-chip {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #2563eb;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(37, 99, 235, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.area-chip:hover {
    background: #2563eb;
    color: #ffffff;
    transform: translateY(-3px);
}

/* =========================================
   MOBİL UYUM (İLETİŞİM SAYFASI)
========================================= */
@media (max-width: 992px) {
    .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-main-container {
        flex-direction: column;
        padding: 40px 30px;
    }
    .map-frame-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .contact-cards-grid {
        grid-template-columns: 1fr;
    }
    .c-card {
        padding: 30px 20px;
    }
    .contact-main-container {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .contact-form-box .section-title {
        font-size: 26px;
    }
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    .areas-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .areas-grid {
        justify-content: center;
    }
    .address-header {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    .map-frame-wrapper {
        min-height: 350px;
    }
}