.elementor-1929 .elementor-element.elementor-element-fc54807{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5c8f09 *//* Monavet Web Sitesi İçin Modern ve Dikkat Çekici Stil Dosyası */
    .service-content {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.7;
        color: #333;
      
        margin: 0 auto;
    }
    .service-content h1 {
        color: #2c3e50;
        border-bottom: 2px solid #3498db;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .service-content .subtitle {
        font-size: 1.2em;
        color: #7f8c8d;
        margin-bottom: 30px;
        font-weight: 300;
    }
    .service-content h2 {
        color: #2c3e50;
        border-left: 5px solid #3498db;
        padding-left: 15px;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .service-content h3 {
        color: #2980b9;
        margin-top: 25px;
        font-weight: 600;
    }
    .service-content p {
        margin-bottom: 15px;
    }
    /* Marka ismini vurgulamak için */
    .brand-name {
        font-weight: 700;
        color: #2c3e50;
    }
    
    /* Vurgu Kutusu - Mavi (Donanım Bilgisi) */
    .info-box {
        background-color: #f0f8ff;
        border: 1px solid #d6e9f8;
        border-left: 5px solid #3498db;
        padding: 20px;
        margin: 25px 0;
        border-radius: 4px;
    }

    /* Vurgu Kutusu - Sarı (Aksiyon/Yapılması Gerekenler) */
    .alert-box {
        background-color: #fff8e1;
        border: 1px solid #ffeee8;
        border-left: 5px solid #ffc107;
        padding: 20px;
        margin: 25px 0;
        border-radius: 4px;
        color: #5d4037;
    }

    /* Vurgu Kutusu - Kırmızı (Hayati Belirtiler) */
    .danger-box {
        background-color: #fef2f2;
        border: 1px solid #fadbd8;
        border-left: 5px solid #e74c3c;
        padding: 20px;
        margin: 25px 0;
        border-radius: 4px;
        color: #922b21;
    }

    /* Tik İşaretli Liste Tasarımı */
    .check-list ul {
        list-style-type: none;
        padding: 0;
    }
    .check-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 8px;
    }
    .check-list li::before {
        content: '✔';
        position: absolute;
        left: 0;
        color: #27ae60;
        font-weight: bold;
    }
    
    /* Telefon Numarası Vurgusu */
    .phone-cta {
        font-size: 1.2em;
        font-weight: bold;
        color: #c0392b;
        text-align: center;
        padding: 15px;
        border: 2px dashed #c0392b;
        margin: 30px 0;
        border-radius: 8px;
    }/* End custom CSS */