.elementor-1437 .elementor-element.elementor-element-a48475c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1437 .elementor-element.elementor-element-3b08146{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:left;}.elementor-1437 .elementor-element.elementor-element-3b08146 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;text-transform:capitalize;line-height:1em;color:#000000;}.elementor-1437 .elementor-element.elementor-element-4cb6596{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1437 .elementor-element.elementor-element-3b08146{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-1437 .elementor-element.elementor-element-3b08146 .elementor-heading-title{font-size:46px;letter-spacing:0px;}}@media(max-width:767px){.elementor-1437 .elementor-element.elementor-element-3b08146{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 0px;text-align:left;}.elementor-1437 .elementor-element.elementor-element-3b08146 .elementor-heading-title{font-size:35px;line-height:1.2em;}}/* Start custom CSS for shortcode, class: .elementor-element-158309b *//* Rank Math Breadcrumb Konteyner Düzenlemesi */
.rank-math-breadcrumb {
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 16px; /* Mobilde biraz daha küçük font daha iyi durur */
    color: #9a9ae5;
    padding: 15px 10px;
    overflow-x: auto; /* Mobilde taşma olursa kaydırma çubuğu sağlar */
    white-space: nowrap; /* Kelimelerin alt satıra geçmesini engeller */
    -webkit-overflow-scrolling: touch; /* iOS'ta akıcı kaydırma */
}

/* Scroll barı gizlemek isterseniz (isteğe bağlı) */
.rank-math-breadcrumb::-webkit-scrollbar {
    display: none;
}

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

/* Link ve Ayraç Ayarları */
.rank-math-breadcrumb a, 
.rank-math-breadcrumb .separator {
    color: #9a9ae5;
    text-decoration: none;
    flex-shrink: 0; /* Elemanların daralmasını engeller */
}

/* Aktif Sayfa (Ödeme/Payment) */
.rank-math-breadcrumb .last {
    color: #7b7bd3;
    font-weight: 700;
    flex-shrink: 0;
}

/* Küçük ekranlar için ekstra ince ayar */
@media (max-width: 480px) {
    .rank-math-breadcrumb {
        font-size: 14px; /* Çok küçük ekranlarda fontu biraz daha küçültüyoruz */
        justify-content: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-630aa89 *//* Web sitesi için modern ve temiz stil dosyası */
    .service-content {
        
       
        color: #333;
        
        margin: 0 auto;
    }
    .service-content h1 {
        color: #2c3e50;
        border-bottom: 2px solid #3498db;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .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;
    }
    /* Vurgu Kutusu - Mavi (Bilgilendirme) */
    .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ı (Uyarı/Dikkat) */
    .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ı (Tehlike/Yasak) */
    .danger-box {
        background-color: #fef2f2;
        border: 1px solid #fadbd8;
        border-left: 5px solid #e74c3c;
        padding: 20px;
        margin: 25px 0;
        border-radius: 4px;
        color: #922b21;
    }
    /* Marka ismini vurgulamak için */
    .brand-name {
        font-weight: 700;
        color: #2c3e50;
    }
    .check-list ul {
        list-style-type: none;
        padding: 0;
    }
    .check-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .check-list li::before {
        content: '✔';
        position: absolute;
        left: 0;
        color: #27ae60;
        font-weight: bold;
    }/* End custom CSS */