/* --- GENEL RENKLER VE TİPOGRAFİ --- */
body {
    font-family: 'Montserrat', sans-serif;
}

.bg-custom-dark {
    background-color: #0b1c76 !important;
}

.text-custom-dark {
    color: #0b1c76 !important;
}

.bg-custom-blue {
    background-color: #00b4d8 !important;
}

.text-custom-blue {
    color: #00b4d8 !important;
}

.btn-custom-blue {
    background-color: #00b4d8;
    border: none;
    transition: all 0.3s ease;
}

.btn-custom-blue:hover {
    background-color: #0096b4;
    transform: translateY(-2px); /* Butonlara hover animasyonu */
}

/* --- BİLEŞENLER --- */
.hero-section-bg {
    /* CSS dosyası css klasöründe olduğu için resim yolunu ../images olarak güncelledik */
    background: linear-gradient(rgba(11, 28, 118, 0.7), rgba(11, 28, 118, 0.7)), url('../images/hero-bg.jpg') center/cover;
    min-height: 500px;
}

.custom-divider {
    width: 80px;
    height: 3px;
    background-color: #00b4d8;
    opacity: 1;
    border: none;
}

/* --- ANİMASYONLAR --- */
/* Logo Parlama Efekti */
.logo-container {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Taşan parlamayı gizle */
}

.logo-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg); /* Işığa eğim veriyoruz */
    animation: shine 10s infinite; /* Süreyi 10 saniyeye çıkardık */
    z-index: 1;
}

/* Soldan sağa, sonra sağdan sola yavaş ve zarif animasyon */
@keyframes shine {
    0% { left: -100%; }
    40% { left: 200%; } /* Geçiş süresini uzattık, artık daha aheste süzülecek */
    50% { left: 200%; } /* Sağda kısa bir dinlenme */
    90% { left: -100%; } /* Aynı yavaşlıkta sola dönüş */
    100% { left: -100%; } /* Döngü sonu */
}

/* --- ÜST BİLGİ DİL SEÇENEKLERİ --- */
.lang-flags a {
    text-decoration: none;
    margin-left: 8px;
    opacity: 0.7;
    transition: all 0.3s ease;
    display: inline-block;
}
.lang-flags a:hover {
    opacity: 1;
    transform: scale(1.1);
}
.lang-flags img {
    width: 24px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* --- MENÜ ANİMASYONLARI VE HOVER DROPDOWN --- */
/* Link altı çizgi animasyonu */
.navbar-nav .nav-link {
    position: relative;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: #00b4d8;
    transition: width 0.3s ease, left 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
}

/* Desktop'ta hover ile açılan dropdown (Minimalist & Zarif) */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block; /* Animasyonun pürüzsüz çalışması için block yapıyoruz */
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        margin-top: 0;
        border-radius: 6px;
        border: none; /* Varsayılan çerçeveyi kaldırdık */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Çok yumuşak, estetik bir gölge */
        padding: 12px 0;
        transform: translateY(15px); /* Menü ilk başta biraz aşağıda durur */
    }
    .navbar .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); /* Üzerine gelince zarifçe yukarı kayar */
    }
}

/* Minimalist Alt Menü Link Stilleri */
.navbar .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    padding: 8px 24px;
    color: #444;
    transition: all 0.3s ease;
    background-color: transparent !important; /* Bootstrap'in gri hover arka planını ezdik */
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: #00b4d8;
    padding-left: 30px; /* Üzerine gelince ikonik ve estetik bir sağa kayma efekti */
}

/* --- TEKLİF BUTONU ANİMASYONU --- */
.btn-pulse {
    box-shadow: 0 0 0 0 rgba(0, 180, 216, 0.7);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% { box-shadow: 0 0 0 0 rgba(0, 180, 216, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(0, 180, 216, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 180, 216, 0); }
}

/* --- SOSYAL MEDYA BUTONLARI --- */
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%; /* Yuvarlak görünüm için */
    background-color: rgba(255, 255, 255, 0.1); /* Hafif saydam beyaz arka plan */
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: #00b4d8; /* Hover durumunda açık mavi */
    color: #ffffff;
    transform: translateY(-3px); /* Yukarı doğru zarif bir sıçrama */
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.4); /* Etrafında mavi bir parlama */
}

/* --- İLETİŞİM SAYFASI STİLLERİ --- */
.page-hero-bg {
    /* Geçici Lojistik Görseli (Konteyner) ve Parallax Efekti */
    background: linear-gradient(rgba(11, 28, 118, 0.55), rgba(11, 28, 118, 0.55)), url('https://images.unsplash.com/photo-1519003722824-194d4455a60c?q=80&w=2075&auto=format&fit=crop') no-repeat center center;
    background-size: cover;
    background-attachment: fixed !important; 
    min-height: 350px; 
    position: relative;
}

.contact-card {
    background: #ffffff;
    border: none;
    border-left: 4px solid #00b4d8;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left-color: #0b1c76;
}

.contact-icon {
    color: #00b4d8;
    font-size: 1.2rem;
    width: 30px;
    text-align: center;
}

.custom-form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 15px;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.custom-form-control:focus {
    background-color: #ffffff;
    border-color: #00b4d8;
    box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.15);
    outline: none;
}

/* --- JS KAYDIRMA ANİMASYONLARI (SCROLL REVEAL) --- */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay {
    transition-delay: 0.2s; /* Formun, iletişim bilgilerinden biraz sonra gelmesi için gecikme */
}

/* --- MERKEZ OFİS ÖZEL STİLİ --- */
.hq-card {
    background: linear-gradient(135deg, #0b1c76 0%, #00b4d8 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 15px 35px rgba(11, 28, 118, 0.25);
    transform: scale(1.03); /* Merkez ofisi biraz daha büyük ve önde gösterelim */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Merkezin arka planındaki dev transparan ikon efekti */
.hq-card::after {
    content: '\f3c5'; /* FontAwesome Map Marker ikonu */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -20px;
    bottom: -30px;
    font-size: 150px;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(-15deg);
}

.hq-card h5 {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

.hq-card p, .hq-card i {
    color: #ffffff !important;
}

.hq-card .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.hq-card:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 20px 40px rgba(11, 28, 118, 0.4);
}

/* --- HARİTA TASARIMI --- */
.contact-map-wrapper {
    line-height: 0;
    overflow: hidden;
    border-top: 5px solid #00b4d8; /* Haritanın üstüne ince bir marka rengi çizgisi */
}

.contact-map-wrapper iframe {
    filter: grayscale(0.5); /* Hafif gri tonu, kurumsal duruşu artırır */
    transition: all 0.5s ease;
}

.contact-map-wrapper:hover iframe {
    filter: grayscale(0); /* Üzerine gelince renklenir */
}

/* --- FORM GEÇİŞ ANAHTARI (SWITCHER) --- */
.form-switcher {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px;
}

.form-switcher .btn {
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.form-switcher-link {
    background-color: transparent;
}

.form-switcher-link:hover {
    background-color: rgba(0, 180, 216, 0.1);
    color: #00b4d8 !important;
}

.form-switcher-active {
    background-color: #00b4d8 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

/* --- İLETİŞİM SAYFASI ÖZELLİK İKONLARI --- */
.contact-features {
    margin-top: -70px; /* Kutuları yukarı, hero alanının üstüne doğru çeker (Overlap efekti) */
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.feature-icon-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 3px solid transparent;
}

.feature-icon-box:hover {
    transform: translateY(-5px);
    border-bottom-color: #00b4d8;
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.15);
}

.feature-icon-box i {
    font-size: 2.2rem;
    color: #00b4d8;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.feature-icon-box:hover i {
    transform: scale(1.1); /* Üzerine gelince ikon hafifçe büyür */
    color: #0b1c76;
}

.feature-icon-box h6 {
    font-weight: 700;
    color: #0b1c76;
    margin: 0;
    letter-spacing: 0.5px;
}

/* --- BREADCRUMB (SAYFA İŞARETLERİ) --- */
.custom-breadcrumb {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1); /* Hafif saydam beyaz arka plan */
    padding: 8px 20px;
    border-radius: 30px; /* Hap görünümü */
    display: inline-block;
    backdrop-filter: blur(5px); /* Cam bulanıklığı efekti */
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-breadcrumb a:hover {
    color: #00b4d8;
}

.custom-breadcrumb i {
    font-size: 0.7rem;
    vertical-align: middle;
    margin-top: -2px;
    opacity: 0.7;
}

.custom-breadcrumb span {
    color: #00b4d8;
    font-weight: 700;
}

/* --- AKTİF MENÜ LİNKİ STİLİ --- */
.navbar-nav .nav-link.active {
    color: #00b4d8 !important;
}
/* Aktif sayfanın altındaki mavi çizgi sürekli açık kalsın */
.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}


/* --- BREADCRUMB MODERN ANİMASYONU (PULSE GLOW) --- */
.breadcrumb-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.breadcrumb-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid rgba(0, 180, 216, 0.5);
    border-radius: 30px;
    z-index: 0;
    animation: radarPulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes radarPulse {
    0% {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 0 0 rgba(0, 180, 216, 0.4);
        opacity: 1;
    }
    100% {
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        box-shadow: 0 0 0 10px rgba(0, 180, 216, 0);
        opacity: 0;
    }
}

.custom-breadcrumb {
    /* Mevcut breadcrumb'ı öne almak için z-index ekliyoruz */
    position: relative;
    z-index: 1; 
}

/* --- HAKKIMIZDA SAYFASI (MODERN / AGILITY İLHAMLI) --- */
.about-intro-text {
    font-weight: 300;
    font-size: 2.8rem;
    color: #0b1c76;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.about-intro-text span {
    font-weight: 700;
    color: #00b4d8;
}

/* Yuvarlatılmış Ana Görsel */
.about-hero-media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(11, 28, 118, 0.15);
    position: relative;
}

.about-hero-media img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.7s ease;
}

.about-hero-media:hover img {
    transform: scale(1.03);
}

/* İstatistik Balonları (Rakamlarla Biz) */
.stat-box {
    border-radius: 40px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    height: 100%;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.stat-box-blue { background-color: #00b4d8; color: #ffffff; }
.stat-box-navy { background-color: #0b1c76; color: #ffffff; }
.stat-box-light { background-color: #f8fafc; color: #0b1c76; border: 2px solid #e2e8f0; }

.stat-num { font-size: 4rem; font-weight: 800; line-height: 1; margin-bottom: 10px; }
.stat-text { font-size: 1.2rem; font-weight: 500; opacity: 0.9; }

/* Modern Vizyon/Misyon Kartları (Agility Style) */
.modern-card {
    background-color: #f4f6f9; /* Çok uçuk bir gri/mavi */
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.modern-card:hover {
    background-color: #ffffff;
    border-color: #00b4d8;
    box-shadow: 0 20px 40px rgba(0, 180, 216, 0.08);
}

.modern-card h4 {
    color: #0b1c76;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.modern-card p {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

/* Kartların köşesindeki dev ikon efekti */
.modern-card-icon {
    position: absolute;
    bottom: -30px;
    right: -30px;
    font-size: 12rem;
    color: rgba(0, 180, 216, 0.04);
    z-index: 1;
    transition: all 0.5s ease;
}

.modern-card:hover .modern-card-icon {
    color: rgba(0, 180, 216, 0.1);
    transform: scale(1.1) rotate(-15deg);
}

/* Nostalji Fotoğraf Düzeni */
.history-img-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 4px solid #ffffff;
}

/* --- TARİHÇE FOTOĞRAF ETİKETLERİ --- */
.oraklar-image-label {
    background-color: #0b1c76;
    color: #ffffff;
    text-align: center;
    padding: 12px 5px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-top: 3px solid #00b4d8; /* Markanın açık mavi tonuyla zarif bir ayrım */
}

/* --- DİNAMİK HİZMETLER SAYFASI YAN MENÜ (SIDEBAR) --- */
.service-sidebar {
    background-color: #f8fafc;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.service-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar-list li {
    margin-bottom: 10px;
}

.service-sidebar-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #4a5568;
    background-color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.service-sidebar-list a:hover {
    color: #00b4d8;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.1);
    transform: translateX(5px);
}

.service-sidebar-list a.active {
    background-color: #0b1c76;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(11, 28, 118, 0.2);
}

.service-sidebar-list a i {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Dinamik İçerik İçi Tipografi */
.service-content-box p {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* --- HİZMETLERİMİZ BANNER LİSTELEME SAYFASI --- */
.service-banner-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.5s ease;
}

.service-banner-row:hover .service-banner-img {
    transform: scale(1.02);
}

.btn-outline-custom-blue {
    color: #00b4d8;
    border: 2px solid #00b4d8;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-outline-custom-blue:hover {
    color: #ffffff;
    background-color: #00b4d8;
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.3);
}

/* --- PRELOADER (AÇILIŞ ANİMASYONU: Tır & Çizgi) --- */
#preloader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
    overflow: hidden; /* Dışarı taşmayı engeller */
}

.preloader-logo {
    max-width: 250px;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease forwards;
}

.preloader-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b1c76;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 1s ease 0.5s forwards;
    text-align: center;
    padding: 0 20px; /* Mobilde kenarlara yapışmasını engeller */
}

/* Animasyon Kapsayıcısı */
.animation-wrapper {
    width: 80%; 
    max-width: 300px; /* Daraltıldı: Hiçbir mobil ekranda taşmayacak */
    height: 60px;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease 1s forwards;
}

/* Kesik Çizgi */
.dashed-line {
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #00b4d8;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Tır İkonu */
.truck-icon-anim {
    position: absolute;
    bottom: -5px; /* Çizgiye tam oturması için */
    left: 0;
    font-size: 2.5rem;
    color: #0b1c76;
    transform: translateX(-100%);
    animation: driveTruck 2s ease-in-out forwards;
    animation-delay: 1.2s;
}

/* Tır Hareket Keyframes (Responsive: Ekran ne olursa olsun %100'üne kadar gider) */
@keyframes driveTruck {
    0% { left: 0; transform: translateX(-100%); opacity: 0; }
    15% { opacity: 1; }
    85% { left: 100%; transform: translateX(-100%); opacity: 1; }
    100% { left: 100%; transform: translateX(0); opacity: 0; }
}
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* --- HERO SLIDER (YÜKSEKLİK %80'E DÜŞÜRÜLDÜ) --- */
#heroSlider, .carousel-inner, .carousel-item {
    height: 80vh !important; /* %20 oranında düşürüldü */
    width: 100%;
    overflow: hidden;
}

.hero-slider-item {
    height: 80vh !important;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: linear-gradient(90deg, rgba(11,28,118,0.9) 0%, rgba(11,28,118,0.4) 100%);
}

/* --- TIKLANABİLİR HİZMET KARTLARI (TAMAMI LİNK) --- */
.service-link-card {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.service-link-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 180, 216, 0.2);
    border-color: #00b4d8;
}

/* Hover'da renk konuşması */
.service-link-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #0b1c76 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.service-link-card:hover::before {
    opacity: 0.85; /* Hover'da koyu mavi overlay belirir */
}

.service-link-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-link-card:hover .service-link-img {
    transform: scale(1.1);
}

.service-link-content {
    padding: 25px;
    position: relative;
    z-index: 2;
    background: #fff;
    transition: background 0.4s ease;
}

/* Hover durumunda içindeki metinlerin beyaz olması */
.service-link-card:hover .service-link-content {
    background: transparent;
}
.service-link-card:hover .service-link-content h5,
.service-link-card:hover .service-link-content p,
.service-link-card:hover .service-link-content .read-more {
    color: #fff !important;
}

.service-icon-float {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #00b4d8;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0,180,216,0.4);
    z-index: 3;
    transition: transform 0.4s ease;
}

.service-link-card:hover .service-icon-float {
    transform: rotateY(180deg) scale(1.1);
    background: #fff;
    color: #0b1c76;
}

/* --- GELİŞMİŞ SCROLL ANİMASYONLARI --- */
.fade-in-up { opacity: 0; transform: translateY(40px); transition: all 0.8s ease; }
.fade-in-left { opacity: 0; transform: translateX(-40px); transition: all 0.8s ease; }
.fade-in-right { opacity: 0; transform: translateX(40px); transition: all 0.8s ease; }
.is-visible { opacity: 1; transform: translate(0); }

/* --- SERTİFİKA ALANI --- */
.certificate-box img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    max-height: 70px;
}
.certificate-box img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* --- AKORDEON (SSS) --- */
.custom-accordion .accordion-button {
    font-weight: 600;
    color: #0b1c76;
    background-color: #f8fafc;
    border: none;
    box-shadow: none;
    padding: 1.2rem 1.5rem;
    border-radius: 8px !important;
}
.custom-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    margin-bottom: 15px;
    overflow: hidden;
}
.custom-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #00b4d8;
}

/* --- MOBİL HİZMETLER 2 SÜTUN --- */
@media (max-width: 767px) {
    /* Mobilde hizmet kartlarını yan yana (2 sütun) göstermek için */
    .mobile-2-col {
        width: 50%;
        float: left;
        padding-right: 8px; /* Aralarındaki boşluk */
        padding-left: 8px;
    }
    
    /* Mobilde kartların çok uzun görünmemesi için resim ve yazı boyutlarını kısalım */
    .service-link-img {
        height: 120px; 
    }
    .service-link-content {
        padding: 15px;
    }
    .service-link-content h5 {
        font-size: 1rem;
        margin-bottom: 5px !important;
    }
    .service-link-content p {
        font-size: 0.8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Mobilde yazıyı 2 satırla sınırla */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .service-icon-float {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        top: -17px;
        right: 10px;
    }
}