/* ===== Hizmet Sayfaları Tasarım İyileştirmeleri ===== */
/* Web-tasarım, Web-yazılım, E-ticaret vb. hizmet sayfaları için */

/* ===== MENU STİLLERİ İYİLEŞTİRMESİ ===== */
/* Superfish Menu İyileştirmeleri - Alt menü görünürlüğü */

.sf-menu ul {
    min-width: 240px !important;
    background-color: rgba(25, 25, 35, 0.98) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
    border-radius: 0 0 6px 6px !important;
    border-top: 2px solid #c69c6d !important;
}

.sf-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sf-menu ul li:last-child {
    border-bottom: none !important;
}

.sf-menu ul li a {
    padding: 14px 25px !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 14px !important;
    transition: all 0.25s ease !important;
    display: block;
    line-height: 1.4 !important;
}

.sf-menu ul li:hover a {
    background-color: rgba(198, 156, 109, 0.15) !important;
    color: #c69c6d !important;
    padding-left: 30px !important;
}

.sf-menu ul li:hover {
    background-color: transparent !important;
}

/* Alt menülerin (2. seviye) iyileştirilmesi */
.sf-menu ul ul {
    min-width: 220px !important;
    background-color: rgba(20, 20, 28, 0.98) !important;
}

.sf-menu ul ul li a {
    font-size: 13px !important;
    padding: 12px 20px !important;
    color: #ddd !important;
}

.sf-menu ul ul li:hover a {
    color: #c69c6d !important;
    padding-left: 25px !important;
    background-color: rgba(198, 156, 109, 0.1) !important;
}

/* Menu okları stillemesi */
.sf-arrows .sf-with-ul::after {
    color: #c69c6d !important;
}

.sf-arrows ul .sf-with-ul::after {
    color: #c69c6d !important;
}

/* ===== MOBİL MENU STİLİ İYİLEŞTİRMESİ ===== */
/* Mobile menü - nav_menu ve sub-menu */
#mobile-menu .nav_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile-menu .nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
}

#mobile-menu .nav_menu li:last-child {
    border-bottom: none;
}

#mobile-menu .nav_menu > li > a {
    display: block;
    padding: 14px 16px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

#mobile-menu .nav_menu > li > a:hover {
    background-color: rgba(198, 156, 109, 0.1);
    color: #c69c6d;
    padding-left: 20px;
}

#mobile-menu .nav_menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: rgba(198, 156, 109, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#mobile-menu .menu-item-has-children:hover .sub-menu {
    max-height: 500px;
}

#mobile-menu .nav_menu .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
}

#mobile-menu .nav_menu .sub-menu li:last-child {
    border-bottom: none;
}

#mobile-menu .nav_menu .sub-menu a {
    display: block;
    padding: 12px 16px 12px 32px;
    color: #555;
    font-weight: 500;
    text-transform: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

#mobile-menu .nav_menu .sub-menu a:hover {
    background-color: rgba(198, 156, 109, 0.15);
    color: #c69c6d;
    padding-left: 38px;
}

/* ===== GENEL CONTAINER OPTİMİZASYONU ===== */
/* Tüm .container'ların padding'ini genişliğe göre optimize et */
.page-hizmet .container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width: 1024px) {
    .page-hizmet .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 768px) {
    .page-hizmet .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 480px) {
    .page-hizmet .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Breadcrumb navegasyonu */
.page-hizmet .inner-page-breadcrumb {
    background: linear-gradient(135deg, #f8f9fc 0%, #eef1f8 100%);
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(198, 156, 109, 0.2);
}

.page-hizmet .inner-page-breadcrumb .container {
    max-width: 1400px;
}

.page-hizmet .inner-page-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.page-hizmet .inner-page-breadcrumb li {
    display: inline;
    padding: 0;
}

.page-hizmet .inner-page-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.page-hizmet .inner-page-breadcrumb a:hover {
    color: #c69c6d;
}

.page-hizmet .inner-page-breadcrumb li[aria-current="page"] {
    color: #c69c6d;
    font-weight: 600;
}

/* Hero section - başlık ve açıklama */
.page-hizmet .hizmet-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.page-hizmet .hizmet-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(198, 156, 109, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.page-hizmet .hizmet-hero .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.page-hizmet .hizmet-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.page-hizmet .hizmet-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.page-hizmet .hizmet-hero h1 span {
    color: #c69c6d;
    background: linear-gradient(135deg, #c69c6d, #e0c094);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-hizmet .hizmet-hero-sub {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

/* Intro section - paragraf */
.page-hizmet .hizmet-intro {
    background: #fff;
    padding: 3rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.page-hizmet .hizmet-intro .container {
    max-width: 100%;
    padding: 0 20px;
}

.page-hizmet .hizmet-intro-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.page-hizmet .hizmet-intro p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

/* Main content section */
.page-hizmet .hizmet-content {
    padding: 3.5rem 0;
    background: #fff;
}

.page-hizmet .hizmet-content .container {
    max-width: 100%;
    padding: 0 20px;
}

.page-hizmet .hizmet-content-inner {
    max-width: 1150px;
    margin: 0 auto;
}

.page-hizmet .hizmet-content h2 {
    font-size: 2rem;
    color: #1a1a2e;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    display: inline-block;
}

.page-hizmet .hizmet-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #c69c6d, #d4b896);
    border-radius: 2px;
}

.page-hizmet .hizmet-content h2:first-child {
    margin-top: 0;
}

.page-hizmet .hizmet-content h3 {
    font-size: 1.45rem;
    color: #1a1a2e;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.page-hizmet .hizmet-content h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #c69c6d, rgba(198, 156, 109, 0.3));
    border-radius: 2px;
}

.page-hizmet .hizmet-content h4 {
    font-size: 1.15rem;
    color: #1a1a2e;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.page-hizmet .hizmet-content p {
    font-size: 1rem;
    line-height: 1.85;
    color: #555;
    margin-bottom: 1.25rem;
    text-align: justify;
}

/* Features grid - 3 sütun */
.page-hizmet .hizmet-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.page-hizmet .hizmet-feature-item {
    background: linear-gradient(135deg, #f8f9fc 0%, #eef1f8 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #c69c6d;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-hizmet .hizmet-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(198, 156, 109, 0.15);
    background: linear-gradient(135deg, #f0f2f8 0%, #e8eff8 100%);
}

.page-hizmet .hizmet-feature-item h4 {
    color: #1a1a2e;
    margin-top: 0;
}

.page-hizmet .hizmet-feature-item p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0;
    text-align: left;
}

/* Highlight box - çalışma stratejisi */
.page-hizmet .hizmet-highlight {
    background: rgba(198, 156, 109, 0.1);
    border-left: 4px solid #c69c6d;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #444;
}

.page-hizmet .hizmet-highlight strong {
    color: #c69c6d;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
}

/* Liste stilleri */
.page-hizmet .hizmet-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.page-hizmet .hizmet-list li {
    padding: 0.7rem 0 0.7rem 1.8rem;
    position: relative;
    color: #555;
    line-height: 1.75;
    font-size: 0.98rem;
}

.page-hizmet .hizmet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #c69c6d, #d4b896);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(198, 156, 109, 0.3);
}

/* CTA buton */
.page-hizmet .hizmet-cta {
    margin-top: 2rem;
    text-align: center;
}

.page-hizmet .btn-hizmet {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: linear-gradient(135deg, #c69c6d 0%, #a67c4a 100%);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(198, 156, 109, 0.3);
    border: none;
    cursor: pointer;
}

.page-hizmet .btn-hizmet:hover {
    background: linear-gradient(135deg, #d4b896 0%, #b88a5a 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(198, 156, 109, 0.4);
    color: #fff;
}

.page-hizmet .btn-hizmet i {
    font-size: 1.2rem;
}

/* Responsive tasarım - Tablet */
@media (max-width: 768px) {
    .page-hizmet .hizmet-intro-inner {
        max-width: 100%;
    }

    .page-hizmet .hizmet-content-inner {
        max-width: 100%;
    }

    .page-hizmet .hizmet-hero h1 {
        font-size: 2.2rem;
    }

    .page-hizmet .hizmet-hero-sub {
        font-size: 1rem;
        max-width: 100%;
    }

    .page-hizmet .hizmet-content h2 {
        font-size: 1.65rem;
    }

    .page-hizmet .hizmet-content h3 {
        font-size: 1.25rem;
    }

    .page-hizmet .hizmet-content p {
        font-size: 0.95rem;
        text-align: left;
    }

    .page-hizmet .hizmet-intro p {
        font-size: 0.98rem;
        text-align: left;
    }

    .page-hizmet .hizmet-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .page-hizmet .inner-page-breadcrumb ol {
        flex-wrap: wrap;
    }
}

/* Responsive tasarım - Mobil */
@media (max-width: 480px) {
    .page-hizmet {
        padding: 0;
    }

    .page-hizmet .inner-page-breadcrumb {
        padding: 0.75rem 0;
    }

    .page-hizmet .inner-page-breadcrumb ol {
        font-size: 0.85rem;
    }

    .page-hizmet .hizmet-hero {
        padding: 2rem 0;
    }

    .page-hizmet .hizmet-hero h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .page-hizmet .hizmet-hero-sub {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .page-hizmet .hizmet-intro {
        padding: 1.5rem 0;
    }

    .page-hizmet .hizmet-content {
        padding: 1.5rem 0;
    }

    .page-hizmet .hizmet-content h2 {
        font-size: 1.4rem;
    }

    .page-hizmet .hizmet-content h3 {
        font-size: 1.1rem;
    }

    .page-hizmet .hizmet-feature-item {
        padding: 1.5rem;
    }

    .page-hizmet .hizmet-list li {
        font-size: 0.9rem;
        padding-left: 1.5rem;
    }

    .page-hizmet .btn-hizmet {
        padding: 10px 24px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
}

/* ===== Yeni hizmet sayfası bileşenleri ===== */
.page-hizmet .hizmet-hero-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c69c6d;
    background: rgba(198, 156, 109, 0.15);
    border: 1px solid rgba(198, 156, 109, 0.35);
}

.page-hizmet .hizmet-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: -2.5rem auto 0;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.page-hizmet .hizmet-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #c69c6d;
}

.page-hizmet .hizmet-stat-card strong {
    display: block;
    font-size: 1.75rem;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.page-hizmet .hizmet-stat-card span {
    font-size: 0.9rem;
    color: #666;
}

.page-hizmet .hizmet-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 2rem 0;
}

.page-hizmet .hizmet-step {
    background: #f8f9fc;
    border-radius: 10px;
    padding: 1.25rem;
    border: 1px solid #e8ecf4;
}

.page-hizmet .hizmet-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c69c6d, #a67c4a);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.page-hizmet .hizmet-step h4 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    color: #1a1a2e;
}

.page-hizmet .hizmet-step p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    line-height: 1.6;
}

.page-hizmet .hizmet-faq {
    margin: 2.5rem 0 1rem;
}

.page-hizmet .hizmet-faq-item {
    border: 1px solid #e8ecf4;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #fff;
}

.page-hizmet .hizmet-faq-item summary {
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 2.5rem;
}

.page-hizmet .hizmet-faq-item summary::-webkit-details-marker {
    display: none;
}

.page-hizmet .hizmet-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #c69c6d;
    font-size: 1.25rem;
    font-weight: 700;
}

.page-hizmet .hizmet-faq-item[open] summary::after {
    content: "−";
}

.page-hizmet .hizmet-faq-item p {
    padding: 0 1.25rem 1rem;
    margin: 0;
    text-align: left;
    font-size: 0.95rem;
}

.page-hizmet .hizmet-related {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.page-hizmet .hizmet-related a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: #f0f2f8;
    color: #444;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid #e0e4ee;
    transition: all 0.25s ease;
}

.page-hizmet .hizmet-related a:hover {
    background: #c69c6d;
    color: #fff;
    border-color: #c69c6d;
}

.page-hizmet .hizmet-cta-band {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 3rem 0;
    margin-top: 2rem;
}

.page-hizmet .hizmet-cta-band-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.page-hizmet .hizmet-cta-band h2 {
    color: #fff;
    font-size: 1.75rem;
    margin: 0 0 0.75rem;
}

.page-hizmet .hizmet-cta-band p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.5rem;
    text-align: center;
}

.page-hizmet .hizmet-feature-item h4 i {
    color: #c69c6d;
    margin-right: 0.5rem;
}

.page-hizmet .inner-page-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 0.5rem;
    color: #bbb;
}

@media (max-width: 992px) {
    .page-hizmet .hizmet-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-hizmet .hizmet-stats {
        grid-template-columns: 1fr;
        margin-top: -1.5rem;
    }

    .page-hizmet .hizmet-steps {
        grid-template-columns: 1fr;
    }
}
