/**
 * 41 Özel Güvenlik Koruma ve Eğitim Hizmetleri
 * Özel Stil Dosyası - Alt Sayfa İçerikleri
 * NOT: Ana tema stilleri main.css ve style.css'den gelir
 */

/* ===== RENK DEĞİŞKENLERİ ===== */
:root {
    --primary-dark: #020e2a;
    --primary-gold: #fab909;
    --text-dark: #333;
    --text-muted: #666;
}

/* ===== PAGE HEADER / BREADCRUMB ===== */
.page-header {
    background: linear-gradient(135deg, #020e2a 0%, #1a3a5c 100%);
    padding: 120px 0 80px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('../images/pg_hd.jpg') center/cover no-repeat;
    opacity: 0.15;
}
.page-header .container { position: relative; z-index: 2; }
.page-header h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
.breadcrumb-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-nav a { color: rgba(255,255,255,0.8); }
.breadcrumb-nav a:hover { color: #fab909; }
.breadcrumb-nav .separator { color: #fab909; }
.breadcrumb-nav .current { color: #fab909; font-weight: 600; }


/* ===== SERVİS DETAY SAYFASI ===== */
.service-detail-content { padding: 20px 0; }
.service-detail-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.service-detail-img img { width: 100%; }
.service-detail-text h2 { font-size: 28px; margin-bottom: 20px; }
.service-detail-text p { color: #666; margin-bottom: 20px; line-height: 1.8; }
.service-detail-text ul { margin: 20px 0; list-style: none; padding: 0; }
.service-detail-text ul li {
    padding: 10px 0 10px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.service-detail-text ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #fab909;
}

/* ===== SIDEBAR ===== */
.sidebar-widget {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}
.sidebar-widget h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fab909;
}
.sidebar-list { list-style: none; padding: 0; margin: 0; }
.sidebar-list li { margin-bottom: 10px; }
.sidebar-list li a {
    display: block;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 4px;
    color: #020e2a;
    font-weight: 500;
    transition: all 0.3s;
}
.sidebar-list li a:hover,
.sidebar-list li a.active {
    background: #fab909;
    color: #020e2a;
}
.sidebar-list li a i { margin-right: 10px; }

/* ===== İLETİŞİM SAYFASI ===== */
.contact-info-box {
    background: #fff;
    padding: 35px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}
.contact-info-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.contact-info-box .icon {
    width: 80px;
    height: 80px;
    background: #fab909;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.contact-info-box .icon i { font-size: 32px; color: #020e2a; }
.contact-info-box h4 { font-size: 20px; margin-bottom: 15px; }
.contact-info-box p, .contact-info-box a { color: #666; }
.contact-info-box a:hover { color: #fab909; }

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}
.contact-form h3 { font-size: 26px; margin-bottom: 25px; }
.contact-form .form-group { margin-bottom: 20px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #fab909;
    box-shadow: 0 0 0 3px rgba(250,185,9,0.15);
    outline: none;
}
.contact-form textarea { min-height: 150px; resize: vertical; }


/* ===== BLOG İÇERİK STİLLERİ ===== */
.blog-content h2, .blog-content h3, .blog-content h4 {
    color: #020e2a;
    margin-top: 30px;
    margin-bottom: 15px;
}
.blog-content p { margin-bottom: 20px; line-height: 1.9; }
.blog-content ul, .blog-content ol { margin: 20px 0; padding-left: 25px; }
.blog-content li { margin-bottom: 10px; }
.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}
.blog-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid #fab909;
    padding: 20px 25px;
    margin: 25px 0;
    font-style: italic;
}

/* ===== TESTİMONİAL SAYFASI ===== */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}
.testimonial-card .stars { color: #fab909; margin-bottom: 15px; }
.testimonial-card p { color: #666; font-style: italic; margin-bottom: 20px; }
.testimonial-card .author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-card .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fab909;
}
.testimonial-card .author h4 { font-size: 16px; margin: 0 0 5px; }
.testimonial-card .author span { font-size: 14px; color: #fab909; }

/* ===== ÜRÜN KARTLARI ===== */
.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.product-card img { width: 100%; height: 250px; object-fit: cover; }
.product-card .content { padding: 25px; }
.product-card h4 { font-size: 18px; margin-bottom: 10px; }
.product-card p { color: #666; font-size: 14px; margin-bottom: 15px; }

/* ===== ARAMA SAYFASI ===== */
.search-result-item {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}
.search-result-item h4 { margin-bottom: 10px; }
.search-result-item h4 a { color: #020e2a; }
.search-result-item h4 a:hover { color: #fab909; }
.search-result-item p { color: #666; font-size: 14px; margin-bottom: 10px; }

/* ===== HATA SAYFALARI ===== */
.error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #020e2a 0%, #1a3a5c 100%);
    text-align: center;
    padding: 50px 20px;
}
.error-page h1 {
    font-size: 150px;
    font-weight: 800;
    color: #fab909;
    margin-bottom: 0;
    line-height: 1;
}
.error-page h2 { font-size: 32px; color: #fff; margin-bottom: 20px; }
.error-page p { font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 30px; }


/* ===== CTA BOX ===== */
.cta-box {
    background: linear-gradient(135deg, #020e2a 0%, #1a3a5c 100%);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}
.cta-box .icon {
    font-size: 40px;
    color: #fab909;
    margin-bottom: 15px;
}
.cta-box h4 { color: #fff; font-size: 20px; margin-bottom: 10px; }
.cta-box p { color: rgba(255,255,255,0.8); margin-bottom: 15px; }
.cta-box a.phone {
    color: #fab909;
    font-size: 22px;
    font-weight: 700;
}
.cta-box .btn {
    display: inline-block;
    padding: 12px 30px;
    background: #fab909;
    color: #020e2a;
    border-radius: 4px;
    font-weight: 600;
}
.cta-box .btn:hover { background: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .page-header { padding: 100px 0 60px; }
    .page-header h1 { font-size: 32px; }
}

@media (max-width: 767px) {
    .page-header { padding: 80px 0 50px; }
    .page-header h1 { font-size: 26px; }
    .contact-form { padding: 25px; }
    .error-page h1 { font-size: 100px; }
    .error-page h2 { font-size: 24px; }
}

/* ===== UTILITY CLASSES ===== */
.text-gold { color: #fab909 !important; }
.bg-gold { background: #fab909 !important; }
.bg-dark-blue { background: #020e2a !important; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }
.pt-120 { padding-top: 120px; }
.pb-120 { padding-bottom: 120px; }

/* ===== PRINT ===== */
@media print {
    .hd-sec, .menu-icon, footer, #scrollUp, #preloader { display: none !important; }
    body { font-size: 12pt; color: #000; }
}
