/* ========================================================
   Ergene SEO & Bolgesel Hizmet Alanlari Ozel Stilleri
   ======================================================== */

.ergene-service-areas-section {
    padding: 70px 0 60px;
    background: #f8f9fa;
    position: relative;
}

.ergene-service-areas-section .wpo-section-title {
    margin-bottom: 35px;
}

.ergene-service-areas-section .wpo-section-title span,
.ergene-faq-section .wpo-section-title span {
    color: #df7218;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 10px;
}

.ergene-intro-text {
    max-width: 880px;
    margin: 0 auto 35px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

/* Kategori Kartlari */
.ergene-group-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid #df7218;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ergene-group-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.ergene-group-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 14px;
}

.ergene-group-header .icon-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(223, 114, 24, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    color: #df7218;
    font-size: 20px;
    flex-shrink: 0;
}

.ergene-group-header h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    color: #232a34;
}

.ergene-area-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.ergene-area-list li {
    padding: 9px 0;
    border-bottom: 1px dashed #eef0f3;
    font-size: 13.5px;
    color: #444;
}

.ergene-area-list li:last-child {
    border-bottom: none;
}

.ergene-area-list li a.area-item-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    color: inherit;
    text-decoration: none;
    gap: 10px;
    transition: all 0.2s ease;
}

.ergene-area-list li a.area-item-link:hover .area-name {
    color: #df7218;
    transform: translateX(3px);
}

.ergene-area-list li a.area-item-link:hover .area-title-text {
    color: #df7218;
}

.ergene-area-list li a.area-item-link:hover .area-badge {
    background: #df7218;
    color: #ffffff;
}

.ergene-area-list li .area-name {
    font-weight: 600;
    color: #2b303a;
    display: flex;
    align-items: flex-start;
    flex: 1;
    font-size: 13.5px;
    line-height: 1.45;
    transition: transform 0.2s ease, color 0.2s ease;
}

.ergene-area-list li .area-name i {
    color: #df7218;
    margin-right: 8px;
    margin-top: 3px;
    font-size: 12px;
    flex-shrink: 0;
}

.ergene-area-list li .area-title-text {
    flex: 1;
}

.ergene-area-list li .area-badge {
    background: #eef2f6;
    color: #495057;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
}

.ergene-card-footer {
    margin-top: auto;
    padding-top: 15px;
}

.ergene-card-footer .area-btn {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background: #232a34;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    transition: background 0.3s;
}

.ergene-card-footer .area-btn:hover {
    background: #df7218;
    color: #fff;
}

/* Hizmet Etiketleri Bulutu */
.ergene-services-tags {
    margin-top: 40px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.ergene-services-tags h4 {
    font-size: 17px;
    font-weight: 700;
    color: #232a34;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.ergene-services-tags h4 i {
    color: #df7218;
    margin-right: 10px;
}

.ergene-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ergene-tag-item {
    display: inline-block;
    padding: 6px 14px;
    background: #f1f4f8;
    color: #333;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}

.ergene-tag-item:hover {
    background: #df7218;
    color: #fff;
    border-color: #df7218;
}

/* ========================================================
   Ergene Sik Sorulan Sorular (FAQ) Bolumu
   ======================================================== */
.ergene-faq-section {
    padding: 70px 0;
    background: #ffffff;
}

.ergene-accordion {
    max-width: 950px;
    margin: 0 auto;
}

.ergene-accordion .accordion-item {
    border: 1px solid #eef0f3;
    border-radius: 10px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.ergene-accordion .accordion-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    border-color: #df7218;
}

.ergene-accordion .accordion-button {
    font-size: 16.5px;
    font-weight: 700;
    color: #232a34;
    padding: 20px 25px;
    background: #fff;
    box-shadow: none;
}

.ergene-accordion .accordion-button:not(.collapsed) {
    color: #df7218;
    background: #fbfbfb;
    border-bottom: 1px solid #f0f0f0;
}

.ergene-accordion .accordion-body {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding: 22px 25px;
    background: #fff;
}

/* ========================================================
   Ergene CTA Bandi
   ======================================================== */
.ergene-cta-banner {
    background: linear-gradient(135deg, #1c2229 0%, #2f3844 100%);
    border-radius: 14px;
    padding: 40px 35px;
    margin-top: 40px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.ergene-cta-banner::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    background: rgba(223, 114, 24, 0.12);
    border-radius: 50%;
}

.ergene-cta-banner h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ergene-cta-banner p {
    color: #ced4da;
    font-size: 15.5px;
    margin-bottom: 0;
}

.ergene-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #df7218;
    color: #fff !important;
    padding: 13px 26px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(223, 114, 24, 0.35);
}

.ergene-cta-btn:hover {
    background: #c86311;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(223, 114, 24, 0.45);
}

.ergene-cta-btn i {
    margin-right: 10px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .ergene-group-card {
        margin-bottom: 25px;
    }
    .ergene-cta-banner {
        text-align: center;
        padding: 30px 20px;
    }
    .ergene-cta-banner .btn-wrap {
        margin-top: 20px;
    }
    .ergene-accordion .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
    }
}

/* ========================================================
   Hero Slider Siyah - Transparan Gradyen & Yazi Okunurlugu
   ======================================================== */
.wpo-hero-slider .gradient-overlay {
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.70) 35%, rgba(0, 0, 0, 0.25) 60%, transparent 88%) !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.70) 35%, rgba(0, 0, 0, 0.25) 60%, transparent 88%) !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
    opacity: 1 !important;
    pointer-events: none;
}

.wpo-hero-slider .slide-inner .slide-content {
    position: relative;
    z-index: 12;
}

.wpo-hero-slider .slide-title h2 {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.7) !important;
}

.wpo-hero-slider .wpo-hero-title-top span {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
}

.wpo-hero-slider .slide-text p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
}

/* ========================================================
   SEO Content Block (Okunabilir & Şık Makale / Sayfa Düzeni)
   ======================================================== */
.seo-content-block {
    background: #ffffff;
    color: #333d47;
    font-size: 16.5px;
    line-height: 1.85;
    padding: 38px 42px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    margin: 30px auto;
    max-width: 100%;
    border: 1px solid #edf0f3;
}

/* Header & H1 */
.seo-content-block header {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f2f5;
}

.seo-content-block header h1 {
    font-size: 30px;
    font-weight: 800;
    color: #1a222a;
    line-height: 1.35;
    margin-bottom: 20px;
    position: relative;
}

.seo-content-block header h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #df7218;
    border-radius: 2px;
    margin-top: 15px;
}

.seo-content-block .lead {
    font-size: 17px;
    line-height: 1.85;
    color: #4a5568;
    background: #fdfaf6;
    border-left: 4px solid #df7218;
    padding: 20px 24px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 0;
}

/* Sections & Headings */
.seo-content-block section {
    margin-bottom: 40px;
}

.seo-content-block h2 {
    font-size: 23px;
    font-weight: 700;
    color: #1e2630;
    margin-top: 35px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 16px;
}

.seo-content-block h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #df7218;
    border-radius: 2px;
}

.seo-content-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #232c37;
    margin-top: 26px;
    margin-bottom: 12px;
}

.seo-content-block p {
    margin-bottom: 18px;
    color: #444f5a;
    letter-spacing: 0.1px;
}

.seo-content-block strong {
    color: #1c242c;
    font-weight: 700;
}

/* Links */
.seo-content-block a {
    color: #df7218;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #df7218;
    transition: all 0.2s ease;
}

.seo-content-block a:hover {
    color: #b85404;
    border-bottom-style: solid;
}

/* Lists */
.seo-content-block ul,
.seo-content-block ol {
    margin: 20px 0 25px 0;
    padding: 0;
    list-style: none;
}

.seo-content-block ul li {
    position: relative;
    padding: 10px 15px 10px 32px;
    margin-bottom: 8px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #edf2f7;
    font-size: 15.5px;
    line-height: 1.7;
    color: #404b56;
    transition: transform 0.2s, background-color 0.2s;
}

.seo-content-block ul li:hover {
    background: #f3f6fa;
    transform: translateX(3px);
}

.seo-content-block ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 13px;
    color: #df7218;
    font-size: 14px;
}

/* Footer CTA Box */
.seo-content-block footer {
    background: linear-gradient(135deg, #1f2730 0%, #2f3844 100%);
    color: #ffffff;
    padding: 30px 32px;
    border-radius: 12px;
    margin-top: 45px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.seo-content-block footer::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 140px;
    height: 140px;
    background: rgba(223, 114, 24, 0.15);
    border-radius: 50%;
}

.seo-content-block footer h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
}

.seo-content-block footer p {
    color: #e2e8f0;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 0;
}

.seo-content-block footer a {
    color: #ffaa5b;
    border-bottom-color: #ffaa5b;
    font-weight: 700;
}

.seo-content-block footer a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

/* Responsive */
@media (max-width: 767px) {
    .seo-content-block {
        padding: 22px 18px;
        font-size: 15.5px;
    }
    .seo-content-block header h1 {
        font-size: 23px;
    }
    .seo-content-block h2 {
        font-size: 19px;
    }
    .seo-content-block h3 {
        font-size: 17px;
    }
    .seo-content-block .lead {
        font-size: 15.5px;
        padding: 16px;
    }
    .seo-content-block footer {
        padding: 22px 18px;
    }
}


