/* Genel Ayarlar */
:root {
    --primary-blue: #0d6efd; /* Canlı Boyacı Mavisi */
    --dark-blue: #0a4bac;    /* Koyu Mavi */
    --light-bg: #f8f9fa;     /* Açık Gri/Beyaz Arka Plan */
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
    color: #2d3748; /* Biraz daha yumuşak, modern bir antrasit/siyah tonu */
    letter-spacing: -0.2px; /* Fontun daha kompakt ve premium durması için harf arası daraltma */
}

/* Başlıkların daha net ve güçlü görünmesi için ekstra kalınlık ayarı */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Navigasyon linklerinin font kalınlığı */
.navbar-nav .nav-link {
    font-weight: 600; /* Menüyü bir tık daha belirgin yaptık */
}

/* Navigasyon / Menü Alanı */
.custom-navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary-blue) !important;
    font-size: 24px;
}

.navbar-nav .nav-link {
    color: #444444 !important;
    font-weight: 500;
    padding: 8px 15px !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-blue) !important;
}

/* Masaüstü için Üzerine Gelince Açılan Menü (Hover) */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        border: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
}

/* Mobil Offcanvas Menü Tasarımı */
.offcanvas {
    background-color: #ffffff;
    max-width: 300px;
}
.offcanvas-header {
    border-bottom: 1px solid #eee;
}

/* Slider (Carousel) Ayarları */
.main-slider .carousel-item {
    height: auto;
    background-color: #000; /* Resim yüklenene kadar boşluk siyah dursun diye */
}

/* 1920x720 Görsel Standardı ve Mobil Uyumu */
.main-slider .carousel-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 720;
    object-fit: cover; /* Resmin oranını bozmadan alanı kaplar */
}

/* Slider Üzerindeki Yazılar ve Butonlar */
.carousel-caption {
    background: rgba(0, 0, 0, 0.4); /* Yazılar net okunsun diye hafif karartma */
    padding: 30px;
    border-radius: 10px;
    bottom: 20%;
}

.slider-btn {
    background-color: var(--primary-blue);
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.slider-btn:hover {
    background-color: var(--dark-blue);
    color: white;
}/* Hakkımızda Bölümü */
.about-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.about-image-wrapper {
    position: relative;
    padding: 10px;
}

/* Resmin arkasındaki şık mavi dekoratif kutu */
.about-image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 85%;
    background-color: rgba(13, 110, 253, 0.05);
    border-radius: 12px;
    z-index: 1;
}

.about-img {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    object-fit: cover;
}

.sub-title {
    color: var(--primary-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 12px;
}

.about-title {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 20px;
}

.about-text {
    color: #4a5568;
    line-height: 1.8;
    font-size: 16px;
}

/* İkonlu Özellik Listesi */
.about-features {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.about-features li {
    margin-bottom: 15px;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
}

.about-features li i {
    color: var(--primary-blue);
    background-color: rgba(13, 110, 253, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 14px;
}/* Hizmetler Bölümü */
.services-section {
    padding: 80px 0;
    background-color: var(--light-bg); /* Hakkımızda beyazdı, burayı hafif gri yapıp ayırdık */
}

.section-title-wrapper {
    margin-bottom: 50px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}

/* Resim Alanı ve Hover Efekti */
.service-img-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3; /* Resimlerin hepsinin aynı boyutta kalması için */
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Kartın Üzerine Gelindiğinde (Hover) */
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(13, 110, 253, 0.1);
}

.service-card:hover .service-img-wrapper img {
    transform: scale(1.08); /* Resmi hafifçe büyütür */
}

/* Kart İçeriği */
.service-content {
    padding: 20px;
    text-align: center;
}

.service-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    transition: color 0.3s ease;
}

/* Linklerin alt çizgisini ve varsayılan renklerini temizleme */
.service-link {
    text-decoration: none;
    display: block;
}

.service-link:hover .service-title {
    color: var(--primary-blue); /* Üzerine gelince başlık mavi olur */
}/* Galeri Bölümü */
.gallery-section {
    padding: 80px 0;
    background-color: #ffffff; /* Arka planı tekrar temiz beyaz yaptık */
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 1 / 1; /* Kare şeklinde muntazam durmaları için */
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Resmin Üzerindeki Mavi Katman (Overlay) */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 110, 253, 0.85); /* Şeffaf mavi */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.gallery-overlay i {
    color: #ffffff;
    font-size: 24px;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

/* Hover Durumu */
.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
    transform: translateY(0);
}

/* Modal (Büyüyen Resim) Ayarı */
.gallery-modal .modal-content {
    background-color: transparent;
    border: none;
}

.gallery-modal .modal-body {
    padding: 0;
    position: relative;
}

.gallery-modal .btn-close {
    position: absolute;
    top: -40px;
    right: 0;
    filter: invert(1); /* Kapatma butonunu beyaz yapar */
    opacity: 1;
}/* Footer Alanı */
.site-footer {
    background-color: #0b1528; /* Şık bir koyu mavi-gece mavisi tonu */
    color: #a0aec0; /* Yazılar için gözü yormayan açık gri */
    padding: 70px 0 0 0; /* Alttan boşluğu copyright alanına bırakıyoruz */
    font-size: 15px;
}

.footer-brand {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-text {
    line-height: 1.7;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

/* Başlıkların altındaki şık küçük mavi çizgi */
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary-blue);
}

/* Footer Linkleri */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a0aec0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Linklerin üzerine gelince sağa doğru tatlı bir kayma efekti */
.footer-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* İletişim Bilgileri */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.footer-contact li i {
    color: var(--primary-blue);
    margin-right: 12px;
    margin-top: 4px;
    font-size: 16px;
}

/* Copyright (En Alt Şerit) */
.footer-bottom {
    background-color: #070d1a;
    padding: 20px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
    font-size: 14px;
    margin: 0;
    color: #718096;
}