﻿/* 
 * Hizmet SayfalarÄ± Ortak CSS - Standardizasyon
 * Mersin BiliÅŸim - v12
 * KullanÄ±m: TÃ¼m hizmet sayfalarÄ±nda (web-tasarim, yazilim, e-ticaret, vs.)
 */

/* Font ve Renk Standardizasyonu */
/* Renk DeÄŸiÅŸkenleri ana CSS'den alÄ±nÄ±yor:
   --primary-color: #073269 (Lacivert)
   --secondary-color: #FF7F00 (Turuncu)
   --text-color: #333
*/

/* Font Standardizasyonu */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* BaÅŸlÄ±k Renkleri */
.content-text h2,
.content-text h3,
.content-text h4,
.service-box h3,
.service-box h4,
.tech-box h3,
.tech-box h4,
.tool-box h4,
.solution-box h4,
.timeline-item h4,
.feature-box h4,
.service-group h3 {
    color: #073269 !important;
}

/* Metin Rengi */
.content-text p,
.service-box p,
.tech-box p,
.solution-box p,
.timeline-item p,
.feature-box p {
    color: #666 !important;
    line-height: 1.6;
}

/* Link Renkleri */
.content-text a {
    color: #073269;
    text-decoration: none;
}

.content-text a:hover {
    color: #FF7F00;
}

/* Content Grid Layout - Desktop tanımı (992px üstü için) */
@media (min-width: 993px) {
    .content-grid {
        display: grid;
        grid-template-columns: 3fr 0.7fr;
        gap: 30px;
        max-width: 100%;
    }
}

/* Sidebar Styling */
.content-sidebar {
    width: 100%;
    max-width: 250px;
}

.content-sidebar .service-image {
    margin-bottom: 20px;
}

.content-sidebar .service-image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.content-sidebar .contact-section {
    width: 100%;
    max-width: 250px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-sizing: border-box;
}

.content-sidebar .contact-section h3 {
    font-size: 16px;
    color: #073269;
    margin-bottom: 10px;
}

.content-sidebar .contact-section h3 i {
    margin-right: 8px;
    color: #073269;
}

.content-sidebar .contact-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.content-sidebar .contact-buttons {
    flex-direction: column;
    width: 100%;
}

.content-sidebar .btn-outline {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
}

/* Button Styles */
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: transparent;
    color: #073269;
    border: 2px solid #073269;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #073269;
    color: #fff;
}

.btn-outline i {
    margin-right: 8px;
    font-size: 16px;
}

/* Ana Section DÃ¼zeni */
.service-details {
    padding: 20px 0 !important;
    margin: 0 !important;
    background: #f8f9fa;
}

.service-details .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

/* Content Grid - Genel ayarlar */
.content-grid {
    margin: 0 !important;
    padding: 0 !important;
    gap: 30px;
    display: grid;
}

.content-text {
    padding: 30px !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.content-sidebar {
    margin: 0 !important;
    padding: 0 !important;
}

/* BaÅŸlÄ±klar */
.content-text h2 {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    color: var(--dark-gray);
}

.content-text h3 {
    margin: 20px 0 15px 0 !important;
    padding: 0 !important;
    color: var(--dark-gray);
}

.content-text p {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    line-height: 1.6;
    text-align: left !important;
}

/* Ä°Ã§erik GÃ¶rselleri */
.content-image-inline {
    margin: 30px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.content-image-inline img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: block;
    margin: 0 auto;
}

/* Grid Sistemleri */
.service-boxes,
.tech-grid,
.solutions-grid,
.features-grid,
.process-timeline,
.benefits-grid,
.feature-list,
.faq-list {
    margin: 30px 0 !important;
    padding: 0 !important;
}

/* Kutu/Kart ElemanlarÄ± */
.service-box,
.tech-box,
.solution-box,
.benefit-item,
.timeline-item,
.feature-item,
.feature-box,
.faq-item {
    margin: 0 !important;
    padding: 20px !important;
    background: #f8f9fa;
    border-radius: 8px;
}

.service-box h3,
.tech-box h3,
.solution-box h3 {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.service-box p,
.tech-box p,
.solution-box p {
    margin: 0 !important;
    padding: 0 !important;
}

.service-box ul,
.tech-box ul,
.tool-box ul,
.product-category ul,
.timeline-item ul,
.solution-box ul {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.service-box ul li,
.tech-box ul li,
.tool-box ul li,
.product-category ul li,
.timeline-item ul li,
.solution-box ul li {
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 25px !important;
    position: relative;
}

.service-box ul li:before,
.tech-box ul li:before,
.tool-box ul li:before,
.product-category ul li:before,
.timeline-item ul li:before,
.solution-box ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #FF7F00;
    font-size: 14px;
}

/* Icon iÃ§eren li elementleri iÃ§in */
.service-box ul li i,
.tech-box ul li i,
.tool-box ul li i,
.product-category ul li i,
.timeline-item ul li i,
.solution-box ul li i {
    display: none !important;
}

/* Icon olmayan dÃ¼z listeler iÃ§in */
.service-box ul li:has(i):before,
.tech-box ul li:has(i):before,
.tool-box ul li:has(i):before,
.product-category ul li:has(i):before {
    content: "\f00c";
}

/* Genel content-text iÃ§indeki tÃ¼m listeler */
.content-text ul {
    list-style: none;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.content-text ul li {
    padding: 0 0 0 25px !important;
    margin: 0 0 10px 0 !important;
    position: relative;
}

.content-text ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #FF7F00;
    font-size: 14px;
}

/* Ä°Ã§inde icon olan li elementlerindeki icon'larÄ± gizle */
.content-text ul li i {
    display: none !important;
}

/* Pricing Section */
.pricing-section {
    margin: 0 !important;
    padding: 30px !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.pricing-section h3 {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.price-card {
    margin: 0 0 20px 0 !important;
    padding: 30px !important;
}

/* Contact Buttons */
.contact-buttons {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 15px;
}

.contact-buttons .btn {
    margin: 0 !important;
    padding: 12px 24px !important;
}

/* Service Group */
.service-group {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}

.service-group h3 {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.service-group ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.service-group ul li {
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 25px !important;
    display: flex;
    align-items: center;
    position: relative;
}

.service-group ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #FF7F00;
    font-size: 14px;
}

.service-group ul li i {
    display: none !important;
}

.service-group h3 i {
    margin-right: 10px;
    color: #073269;
    font-size: 24px;
}

/* Process Timeline */
.process-timeline {
    margin: 30px 0 !important;
    padding: 0 !important;
}

.timeline-item {
    margin: 0 0 20px 0 !important;
}

.timeline-icon i {
    font-size: 2em;
}

/* Process Steps */
.process-steps .step .step-icon {
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

.process-steps .step .step-icon i {
    color: #073269;
    font-size: 50px;
}

/* Service Number Badge */
.service-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #073269;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

/* Service Icon */
.service-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 2.5rem;
    color: #073269;
}

/* Service List */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: #666;
}

.service-list li i {
    color: #073269;
    margin-right: 0.5rem;
}

/* Service Box Hover */
.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Icon Styles - Global */
.feature-icon i,
.step-icon i,
.service-box i,
.benefits-section .feature-item i,
.feature-list i,
.info-section i,
.contact-buttons i,
.features-section i,
.process-section i,
.tools-section i,
.service-icon i,
.timeline-icon i,
.feature-item i,
.service-number i,
.service-list i,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    color: #073269;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

h2 i {
    margin-right: 15px;
    font-size: 32px;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.benefit-item {
    text-align: center;
}

.benefit-item i {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 32px;
}

/* Feature List */
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item i {
    margin: 0 !important;
    padding: 0 !important;
}

/* Responsive Düzenlemeler */
@media (max-width: 992px) {
    body .content-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important; /* içerik taşmasını engelle */
        gap: 20px !important;
    }

    /* Grid çocuklarının küçülebilmesine izin ver */
    .content-text,
    .content-sidebar {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    body .content-sidebar {
        margin-top: 30px !important;
        max-width: 100% !important;
    }
    
    .content-sidebar .service-image img,
    .content-sidebar .contact-section {
        width: 100%;
        max-width: 100%;
    }
    
    .content-sidebar .service-image img {
        height: auto;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-details {
        padding: 30px 0 !important;
    }
    
    .service-details .container {
        padding: 0 20px !important;
    }
    
    .content-text {
        padding: 20px !important;
    }
    
    .article-container {
        padding: 15px !important;
    }
    
    .pricing-section {
        padding: 20px !important;
    }
    
    .service-boxes,
    .tech-grid,
    .solutions-grid,
    .features-grid,
    .benefits-grid,
    .feature-list,
    .faq-list {
        grid-template-columns: 1fr !important;
        margin: 20px 0 !important;
    }
    
    /* Stats grid mobil düzen */
    .stats-grid {
        gap: 15px;
        justify-content: center;
    }
    
    .stat-item {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    /* Step ve device items mobil */
    .step-item,
    .device-item {
        min-width: 100%;
        flex: 1 1 100%;
    }
    
    .contact-buttons {
        flex-direction: column;
    }
    
    .contact-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .service-details {
        padding: 20px 0 !important;
    }
    
    .service-details .container {
        padding: 0 10px !important;
    }
    
    .content-text {
        padding: 15px !important;
    }
    
    .article-container {
        padding: 10px !important;
    }
    
    .service-box,
    .tech-box,
    .solution-box,
    .benefit-item,
    .timeline-item,
    .feature-item {
        padding: 15px !important;
    }
}

/* =====================================================
   HİZMET SAYFALARI İÇİN ZENGİNLEŞTİRİLMİŞ STİLLER
   (Blog-sayfa.css'den bağımsız hale getirildi)
===================================================== */

/* Article Container for Service Pages */
.service-details .article-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.service-details .article-content {
    line-height: 1.8;
    color: #444;
    font-size: 16px;
    max-width: 100% !important;
    width: auto !important;
}

.service-details .article-content h2 {
    color: #073269;
    font-size: 24px;
    margin: 30px 0 15px;
    font-weight: 600;
}

.service-details .article-content h3 {
    color: #073269;
    font-size: 20px;
    margin: 25px 0 12px;
    font-weight: 500;
}

.service-details .article-content h4 {
    color: #073269;
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 500;
}

/* Article Image */
.article-image {
    width: 100%;


/* =====================================================
   HİZMET SAYFALARI İÇİN ZENGİNLEŞTİRİLMİŞ STİLLER
   Blog-sayfa.css ile TAM UYUMLU - Tekrarsız Versiy on
===================================================== */

.article-header {
    margin-bottom: 30px;
}

.article-header h1 {
    color: #073269;
    font-size: 32px;
    margin-bottom: 15px;
}

.article-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.article-meta span {
    margin-right: 20px;
}

.article-meta i {
    color: #073269;
    margin-right: 5px;
}

/* Article Image */
.article-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Article Content */
.article-content {
    line-height: 1.8;
    color: #444;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}

.article-content h2 {
    color: #073269;
    font-size: 24px;
    margin: 30px 0 15px;
    font-weight: 600;
}

.article-content h3 {
    color: #073269;
    font-size: 20px;
    margin: 25px 0 12px;
    font-weight: 500;
}

.article-content h4 {
    color: #073269;
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 500;
}

.article-content p {
    margin-bottom: 20px;
    text-align: left !important;
}

/* Service pages override - prevent wide word spacing */
.service-details .article-content p,
.service-details .article-content div,
.service-details .article-content li,
.service-details .article-content td {
    text-align: left !important;
    word-spacing: normal !important;
}

/* Universal text-align for all article content */
.article-content *:not(table):not(th):not(.stat-number):not(.timeline-marker) {
    text-align: left !important;
}

.article-content ul,
.article-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content strong {
    color: #073269;
    font-weight: 600;
}

/* Ã–zel Ä°Ã§erik KutularÄ± */
.guide-box,
.warning-box,
.tip-box,
.info-box,
.strategy-box {
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

/* Text alignment override for all box paragraphs */
.guide-box p,
.warning-box p,
.tip-box p,
.info-box p,
.strategy-box p,
.metric-box p,
.security-box p,
.backup-box p,
.feature-box p,
.timeline-content p {
    text-align: left !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
}

.guide-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-left: 4px solid #2196f3;
}

.warning-box {
    background: #fff3e0;
    border: 1px solid #ffe0b2;
    border-left: 4px solid #ff9800;
}

.tip-box {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-left: 4px solid #4caf50;
}

.info-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-left: 4px solid #2196f3;
}

.strategy-box {
    background: #f3e5f5;
    border: 1px solid #e1bee7;
    border-left: 4px solid #9c27b0;
}

/* Tablolar */
.comparison-table {
    width: 100%;
    margin: 25px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar stilleri */
.comparison-table::-webkit-scrollbar {
    height: 8px;
}

.comparison-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.comparison-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.comparison-table::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.comparison-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #dee2e6;
    padding: 12px 10px;
    text-align: left;
    font-size: 14px;
    word-wrap: break-word;
}

.comparison-table th {
    background: #f8f9fa; /* Updated to match internal style */
    color: #073269; /* Updated to match internal style */
    font-weight: 600;
}

.comparison-table tr:nth-child(even) {
    background: #f8f9fa;
}

.comparison-table tr:hover {
    background: #e3f2fd;
}

/* Checklist */
.checklist {
    list-style: none;
    padding-left: 0;
}

.checklist li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.checklist li:before {
    content: "\2713"; /* Updated to match internal style */
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
}

/* Requirement Levels */
.requirement-level {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}

.requirement-high {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.requirement-medium {
    background: #fff3e0;
    color: #ef6c00;
    border: 1px solid #ffe0b2;
}

.requirement-low {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

/* Impact Levels (from internal CSS) */
.impact-level {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
}

.impact-high {
    background: #e8f5e9;
    color: #2e7d32;
}

.impact-medium {
    background: #fff3e0;
    color: #ef6c00;
}

.impact-low {
    background: #ffebee;
    color: #c62828;
}

/* Breadcrumb (from internal CSS) */
.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-top: 20px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.breadcrumb span {
    color: white;
}

/* Special styles for security pages */
.article-content .security-box {
    background: #ffebee !important;
    border: 1px solid #ffcdd2 !important;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #f44336 !important;
    color: #c62828;
}

.article-content .backup-box {
    background: #e8f5e9 !important;
    border: 1px solid #c8e6c9 !important;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #4caf50 !important;
    color: #2e7d32;
}

.article-content .command-box {
    background: #1e1e1e !important;
    color: #d4d4d4 !important;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre;
    overflow-x: auto;
    position: relative;
}

.command-box:before {
    content: 'Terminal';
    position: absolute;
    top: 8px;
    right: 15px;
    background: #073269;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

/* Risk Levels */
.article-content .risk-level {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}

.article-content .risk-high {
    background: #ffebee !important;
    color: #c62828 !important;
    border: 1px solid #ffcdd2 !important;
}

.article-content .risk-medium {
    background: #fff3e0 !important;
    color: #ef6c00 !important;
    border: 1px solid #ffe0b2 !important;
}

.article-content .risk-low {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    border: 1px solid #c8e6c9 !important;
}

/* SEO Page Specific Styles */
.strategy-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #2196f3;
}

.metric-box {
    background: #f3e5f5;
    border: 1px solid #e1bee7;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid #9c27b0;
}

.example-code {
    background: #1e1e1e !important;
    color: #d4d4d4 !important;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace !important;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre-wrap !important;
    overflow-x: auto;
    position: relative;
    min-height: 50px;
    display: block !important;
}

.example-code:before {
    content: 'Code';
    position: absolute;
    top: 8px;
    right: 15px;
    background: #073269;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

/* Code Box for HTML/CSS Examples - Using Working Command Box Style */
.code-box {
    background: #1e1e1e;
    color: #d4d4d4;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre;
    overflow-x: auto;
    position: relative;
}

.code-box:before {
    content: 'Code';
    position: absolute;
    top: 8px;
    right: 15px;
    background: #073269;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px 0;
    justify-content: flex-start;
}

/* Security Camera System Specific Styles */
.security-box {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.feature-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.camera-type {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
}

.camera-indoor {
    background: #e3f2fd;
    color: #1565c0;
}

.camera-outdoor {
    background: #fff3e0;
    color: #ef6c00;
}

.camera-specialty {
    background: #f3e5f5;
    color: #7b1fa2;
}

.resolution-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.resolution-item {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
}

.resolution-item h4 {
    margin: 0 0 10px;
    color: #073269;
}

.resolution-item p {
    margin: 0;
    font-size: 14px;
}

/* Computer Repair Specific Styles */
.problem-box {
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.solution-box {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.diagnostic-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.tool-box {
    background: #f3e5f5;
    border: 1px solid #e1bee7;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.command-box {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
    font-family: monospace;
    white-space: pre;
    overflow-x: auto;
}

.severity-level {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
}

.severity-high {
    background: #ffebee;
    color: #c62828;
}

.severity-medium {
    background: #fff3e0;
    color: #ef6c00;
}

.severity-low {
    background: #e8f5e9;
    color: #2e7d32;
}

.step-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.step-item {
    flex: 1;
    min-width: 250px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 2px solid #dee2e6;
}

.step-item .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #073269;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.step-item h3 {
    color: #073269;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.step-item p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Web Design Specific Styles */
.color-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.color-item {
    flex: 1;
    min-width: 150px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.device-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.device-item {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
    text-align: center;
}

.device-item img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.device-item h4 {
    margin: 0 0 10px;
    color: #073269;
}

.device-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.code-block {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
    font-family: monospace;
    white-space: pre;
    overflow-x: auto;
}

.priority-level {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
}

.priority-high {
    background: #ffebee;
    color: #c62828;
}

.priority-medium {
    background: #fff3e0;
    color: #ef6c00;
}

.priority-low {
    background: #e8f5e9;
    color: #2e7d32;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #073269;
}

.timeline-item h4 {
    margin: 0 0 10px;
    color: #073269;
}

.timeline-item p {
    margin: 0;
    color: #666;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .article-container {
        padding: 15px;
    }
    
    .breadcrumb {
        font-size: 14px;
        flex-wrap: wrap;
    }
    
    .step-box {
        flex-direction: column;
    }
    
    .step-item {
        min-width: 100%;
    }
    
    .resolution-box {
        flex-direction: column;
    }
    
    .color-palette {
        flex-direction: column;
    }
    
    .device-preview {
        flex-direction: column;
    }
    
    .location-grid {
        grid-template-columns: 1fr;
    }
}

/* Location Grid Styles for Security Pages */
.location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.location-item {
    background: #f8f9fa;
    border-radius: 5px;
    padding: 20px;
}

.location-item h4 {
    color: #073269;
    margin: 0 0 10px;
}

.location-item ul {
    margin: 0;
    padding-left: 20px;
}

/* Computer Maintenance Specific Styles */
.maintenance-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.stat-item {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 200px; /* Esnek genişlik */
    min-width: 150px;
    max-width: 250px;
}

.stat-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.stat-number {
    font-size: 28px;
    font-weight: bold;
    color: #073269;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.feature-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.feature-item h4 {
    color: #073269;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
}

.feature-item ul {
    margin: 0;
    padding-left: 20px;
}

.feature-item li {
    margin-bottom: 8px;
}

/* Step Box */
.step-box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 30px 0;
}

.step-item {
    flex: 1;
    min-width: 250px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    position: relative;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease;
}

.step-item:hover {
    transform: translateY(-3px);
}

.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #073269;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.step-item h4 {
    margin: 10px 0 15px;
    color: #073269;
    font-size: 18px;
    font-weight: 600;
}

.step-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline-item {
    padding: 25px;
    border-left: 3px solid #073269;
    margin-left: 25px;
    position: relative;
    background: #f8f9fa;
    border-radius: 0 10px 10px 0;
    margin-bottom: 20px;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #073269;
    box-shadow: 0 0 0 4px white;
}

.timeline-item h4 {
    margin: 0 0 10px;
    color: #073269;
    font-size: 18px;
    font-weight: 600;
}

.timeline-item p {
    margin: 0;
    color: #666;
}

/* Code Box */
.code-box {
    background: #1e1e1e;
    color: #d4d4d4;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: auto;
    position: relative;
}

.code-box:before {
    content: 'Code';
    position: absolute;
