/* ==========================================
   HİZMETLERİMİZ SAYFASI ÖZEL TASARIMI
   ========================================== */
.services-page-section {
    background: #fdfdfd; 
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.container-services {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- SAYFA ÜST BANNER'I (PAGE HEADER) --- */
.page-banner {
    background: linear-gradient(135deg, #09090b 0%, #1a1a24 100%);
    padding: 60px 0;
    text-align: center;
    border-bottom: 3px solid var(--red);
}
.page-banner h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    padding: 8px 25px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}
.breadcrumb a { color: #a0a0a0; font-size: 14px; font-weight: 500; transition: color 0.3s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb i { color: var(--red); font-size: 11px; }
.breadcrumb span { color: var(--red); font-size: 14px; font-weight: 700; }

/* --- İÇERİK BAŞLIK --- */
.services-header {
    margin-bottom: 40px;
    text-align: center;
}
.badge-light {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid #eaeaea; color: #333;
    padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700;
    letter-spacing: 1px; margin: 0 auto 15px auto; box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.red-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 8px var(--red); }
.services-header h2 { font-size: 38px; color: #111; font-weight: 800; line-height: 1.2; margin-bottom: 15px; }
.text-red { color: var(--red); }
.services-header p { color: #555; font-size: 15px; line-height: 1.6; max-width: 600px; margin: 0 auto; }

/* --- KART IZGARASI --- */
.services-grid { 
    display: grid; 
    grid-template-columns: repeat(5, 1fr); 
    gap: 20px; 
}

.s-card {
    background: #fff; border: 1px solid #f0f0f0; border-radius: 12px;
    padding: 25px 20px; transition: all 0.3s ease; display: flex; flex-direction: column;
}
.s-card:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.06); border-color: #ffe0e0; }

.s-card-img-area { display: flex; align-items: center; position: relative; margin-bottom: 20px; width: max-content; }
.s-card-img-area img { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.s-icon-circle {
    width: 32px; height: 32px; background: var(--red); color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 14px;
    position: absolute; right: -12px; bottom: 0; border: 3px solid #fff;
}

.s-card h3 { font-size: 17px; color: #111; font-weight: 700; margin-bottom: 8px; }
/* Buton kalktığı için paragrafın sonundaki boşluğu aldık */
.s-card p { font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 0; flex-grow: 1; }

/* --- ÖZEL KART (10. KART) --- */
.special-red-card { background: #fff8f8; border: 1px solid #ffebeb; text-align: center; justify-content: center; align-items: center; padding: 30px 20px; }
.special-icon { font-size: 35px; color: var(--red); margin-bottom: 15px; }
@keyframes drive-truck { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
.animate-bounce-side { animation: drive-truck 2s infinite ease-in-out; }
.special-red-card h3 { font-size: 18px; margin-bottom: 10px; }
.special-red-card p { margin-bottom: 20px; font-size: 13px; }
.btn-s-red { background: var(--red); color: #fff; padding: 10px 18px; border-radius: 6px; font-size: 12px; font-weight: 700; width: 100%; display: inline-block; transition: all 0.3s; }
.btn-s-red:hover { background: #b3000a; transform: scale(1.03); }

/* ==========================================
   SCROLL ANİMASYONLARI (FADE-UP)
   ========================================== */
.fade-up { opacity: 0; transform: translateY(50px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-up.is-visible { opacity: 1; transform: translateY(0); }

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ==========================================
   MOBİL UYUMLULUK
   ========================================== */
@media (max-width: 1200px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .page-banner { padding: 40px 0; }
    .page-banner h1 { font-size: 32px; }
    .services-page-section { padding: 50px 0; }
    .services-header h2 { font-size: 26px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .s-card { padding: 15px; }
    .delay-1, .delay-2, .delay-3, .delay-4, .delay-5 { transition-delay: 0s; } /* Mobilde hızlı aksın diye delay iptal */
}
@media (max-width: 480px) {
    .services-grid { grid-template-columns: repeat(1, 1fr); }
}