/* /assets/css/anasayfa-2025.css */

@media screen and (min-width: 990px) {
    .nodesktop {
        clear: both;
        float: right;
        margin: 1px auto;
        width: 22%;
        height: auto;
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .offcanvas-mobile{
        display: none!important;
    }
}

/* Slider Navigation Buttons */
.slider-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-dot.active {
    background-color: #fff;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-arrow i {
    color: white;
    font-size: 20px;
}


/* E-Devlet Bölümü - Tamamen Bağımsız Stiller */
.edevlet-custom-section {
    background-color: #eff4f9;
    padding: 48px 0;
    margin: 0;
    width: 100%;
}

.edevlet-custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.edevlet-custom-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}

.edevlet-custom-image-col {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}

.edevlet-custom-image {
    max-width: 80%;
    height: auto;
}

.edevlet-custom-content-col {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
}

.edevlet-custom-title {
    font-family: inherit;

    font-size: 30px !important;
    color: #000000 !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    background: transparent !important;
    text-transform: none !important;
}

.edevlet-custom-description {
    font-family: inherit;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #585858 !important;
    text-align: center !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
    margin: 0 auto 24px auto !important;
    padding: 0 !important;
    background: transparent !important;
    text-transform: none !important;
}

.edevlet-custom-button-wrapper {
    text-align: center !important;
}

.edevlet-custom-button {
    display: inline-block !important;
    font-weight: 500 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 22px !important;
    transition: all 0.15s ease-in-out !important;
    background-color: #0060aa !important;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.edevlet-custom-button:hover {
    background-color: #e0a800 !important;
    color: #212529 !important;
    text-decoration: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .edevlet-custom-image-col {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 24px;
    }
    
    .edevlet-custom-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    
    .edevlet-custom-description {
        max-width: 100% !important;
    }
}

/* ============================================
   CUSTOM FAST INTERNET SECTION - Benzersiz Stiller
   Bu stiller sadece #custom-fast-internet-section içinde çalışır
   ============================================ */

/* Ana container - diğer stillerden izole */
#custom-fast-internet-section {
    width: 100%;
    max-width: 100%;
    clear: both;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Tüm alt elementlerde box-sizing sabitle */
#custom-fast-internet-section *,
#custom-fast-internet-section *::before,
#custom-fast-internet-section *::after {
    box-sizing: border-box;
}

/* İç wrapper */
#custom-fast-internet-section .custom-internet-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* Divider wrapper */
#custom-fast-internet-section .custom-divider-wrapper {
    width: 100%;
    clear: both;
    display: block;
}

#custom-fast-internet-section .custom-divider-inner {
    width: 100%;
}

#custom-fast-internet-section hr.custom-no-line {
    display: block;
    border: none;
    background: none;
    height: 0;
    clear: both;
    margin: 0;
    padding: 0;
}

/* İki kolonlu düzen - Flexbox tabanlı */
#custom-fast-internet-section .custom-two-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* Sol kolon - 40% genişlik */
#custom-fast-internet-section .custom-left-column {
    width: 40%;
    padding: 0 15px;
    flex: 0 0 40%;
}

#custom-fast-internet-section .custom-left-column-inner {
    padding: 40px 1% 0 0;
    height: 100%;
}

/* Sağ kolon - 60% genişlik */
#custom-fast-internet-section .custom-right-column {
    width: 60%;
    padding: 0 15px;
    flex: 0 0 60%;
}

#custom-fast-internet-section .custom-right-column-inner {
    width: 100%;
    height: 100%;
}

/* Metin stilleri */
#custom-fast-internet-section .custom-text-content {
    width: 100%;
}

#custom-fast-internet-section h2.custom-main-title {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
    color: #1c1c1c;
    font-family: inherit;
}

#custom-fast-internet-section p.custom-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding: 0;
    color: #6b6b6b;
    font-family: inherit;
}

/* Liste elemanları - ikonlu */
#custom-fast-internet-section p.custom-list-item {
    background: url('/assets/media/banner/home_internet_pic5.png') no-repeat left 1px;
    padding-left: 40px;
    font-weight: 400;
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #1c1c1c;
    min-height: 30px;
    background-size: 24px 24px;
}

/* Görsel stilleri */
#custom-fast-internet-section .custom-image-frame {
    text-align: center;
    width: 100%;
    display: block;
}

#custom-fast-internet-section .custom-image-wrapper {
    display: inline-block;
    max-width: 100%;
}

#custom-fast-internet-section img.custom-responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
    border: none;
}

/* ========== MOBİL (TABLET & TELEFON) DUYARLI TASARIM ========== */
@media screen and (max-width: 959px) {
    #custom-fast-internet-section .custom-left-column,
    #custom-fast-internet-section .custom-right-column {
        width: 100%;
        flex: 0 0 100%;
    }
    
    #custom-fast-internet-section .custom-left-column-inner {
        padding: 20px 0 0 0;
    }
    
    #custom-fast-internet-section .custom-right-column {
        margin-top: 30px;
    }
    
    #custom-fast-internet-section h2.custom-main-title {
        font-size: 36px;
    }
}

/* ========== KÜÇÜK TELEFONLAR ========== */
@media screen and (max-width: 480px) {
    #custom-fast-internet-section h2.custom-main-title {
        font-size: 28px;
    }
    
    #custom-fast-internet-section .custom-left-column-inner {
        padding: 10px 0 0 0;
    }
    
    #custom-fast-internet-section p.custom-list-item {
        font-size: 14px;
        background-size: 20px 20px;
        padding-left: 32px;
    }
}

/* Print stilleri - isteğe bağlı */
@media print {
    #custom-fast-internet-section {
        page-break-inside: avoid;
    }
}