/* Page About Styles */
.page-header {
    background: #111827 !important;
    padding: 25px 0;
    margin: 0;
}

.page-header-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-header-container .container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0;
}

.page-title {
    font-size: 25px !important;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.breadcrumbs {
    margin-top: 10px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: #ffffff;
}

.breadcrumb-item span {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.page-content {
    padding: 60px 20px;
    background: #ffffff;
}

.page-content .container {
    max-width: 1450px;
    margin: 0 auto;
}

.about-content-wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 40px;
    align-items: start;
}

.about-sidebar {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    position: sticky;
    top: 100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    align-self: start;
}

.about-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 15px 0;
}

.about-sidebar-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 0 0 20px 0;
}

.about-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-sidebar-menu li {
    margin-bottom: 0;
}

.about-sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #374151;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 15px;
    border-bottom: 1px solid #f3f4f6;
}

.about-sidebar-menu li:last-child a {
    border-bottom: none;
}

.about-sidebar-menu li a:hover {
    color: var(--primary, #1abdb8);
}

.about-sidebar-menu li a.active {
    color: var(--primary, #1abdb8);
    font-weight: 600;
}

.about-sidebar-menu li a i {
    font-size: 18px;
    color: #9ca3af;
    flex-shrink: 0;
}

.about-sidebar-menu li a:hover i,
.about-sidebar-menu li a.active i {
    color: var(--primary, #1abdb8);
}

.about-main-content {
    background: #ffffff;
}

.about-main-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 20px 0;
}

.about-main-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 30px 0 15px 0;
}

.about-main-content h3:first-of-type {
    margin-top: 30px;
}

.about-main-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    margin: 20px 0 10px 0;
}

.about-main-content p {
    font-size: 14.8px;
    line-height: 1.8;
    color: #374151;
    margin: 0 0 20px 0;
}

.about-main-content p:last-child {
    margin-bottom: 0;
}

.about-main-content p a {
    color: var(--primary, #1abdb8);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.about-main-content p a:hover {
    color: #159a96;
    text-decoration: underline;
}

/* Hizmet sayfalarındaki liste stilleri - Gizlilik Politikası tasarımını kullan */
.about-main-content ul,
.about-main-content ol {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.about-main-content ul li,
.about-main-content ol li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s;
}

.about-main-content ul li:last-child,
.about-main-content ol li:last-child {
    border-bottom: none;
}

.about-main-content ul li:hover,
.about-main-content ol li:hover {
    padding-left: 5px;
}


.about-main-content ul li i,
.about-main-content ol li i {
    color: var(--primary, #1abdb8);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.about-main-content ul li span,
.about-main-content ol li span {
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

/* Eğer li içinde i yoksa, check-circle ikonu ekle */
.about-main-content ul li::before,
.about-main-content ol li::before {
    content: '\f26b'; /* Bootstrap Icons check-circle-fill */
    font-family: 'bootstrap-icons';
    color: var(--primary, #1abdb8);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    margin-right: 0;
    display: block;
}

/* Eğer li içinde i varsa, ::before'u gizle */
.about-main-content ul li:has(i)::before,
.about-main-content ol li:has(i)::before {
    display: none;
}

/* Standart tablo stilleri */
.about-main-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.about-main-content table thead {
    background: #f9fafb;
}

.about-main-content table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}

.about-main-content table td {
    padding: 12px 16px;
    font-size: 15px;
    color: #374151;
    border-bottom: 1px solid #f0f0f0;
}

.about-main-content table tbody tr:last-child td {
    border-bottom: none;
}

.about-main-content table tbody tr:hover {
    background: #f9fafb;
}

.about-main-content table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.about-main-content table tbody tr:nth-child(even):hover {
    background: #f3f4f6;
}

/* Hizmet sayfaları ve diğer sayfalar için genel yazı stilleri */
.about-main-content {
    font-size: 14.8px;
}

.about-main-content li,
.about-main-content span:not(.service-toc-title span),
.about-main-content div:not(.service-toc):not(.service-page-image-wrapper),
.about-main-content strong,
.about-main-content ul,
.about-main-content ol,
.about-main-content td,
.about-main-content th {
    font-size: 14.8px;
}

/* Hizmet sayfası görsel - container içinde kal */
.service-page-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.service-page-image {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

/* Mobilde görsel tam genişlik ve yazı alanı ile aynı genişlik */
@media (max-width: 768px) {
    .service-page-image-wrapper {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .service-page-image {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: cover;
    }
}

/* İçindekiler Tablosu */
.service-toc {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
    margin: 18px 0;
    border: 1px solid #e5e7eb;
    border-top: 3px solid var(--primary, #2771eb);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.service-toc-title {
    font-size: 15px !important;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.service-toc-title i {
    color: var(--primary, #2771eb);
}

.service-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: none;
    overflow: visible;
}

/* 5 başlıktan sonra scrollbox */
.service-toc-scrollable {
    max-height: calc(3 * 30px); /* 3 madde göster, sonra scroll (daha kompakt) */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
}

/* Scrollbar'ı gizle (tüm tarayıcılar için) */
.service-toc-scrollable::-webkit-scrollbar {
    width: 0;
    display: none;
}

.service-toc-scrollable {
    -ms-overflow-style: none; /* IE ve Edge */
    scrollbar-width: none; /* Firefox */
}

.service-toc-list li {
    margin-bottom: 2px;
}

.service-toc-list li:last-child {
    margin-bottom: 0;
}

.service-toc-list a {
    color: #374151;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 6px;
    border-radius: 6px;
    transition: all 0.2s;
    line-height: 1.2;
}

.service-toc-list a:hover {
    background: #e5e7eb;
    color: var(--primary, #1abdb8);
}

.service-toc-list a i {
    font-size: 10px;
    color: var(--primary, #2771eb);
    opacity: 0.95;
}

@media (max-width: 768px) {
    .service-toc {
        padding: 12px;
        margin: 16px 0;
    }
    
    .service-toc-title {
        font-size: 15px;
    }
    
    .service-toc-list a {
        font-size: 13px;
        padding: 2px 6px;
    }
}

/* Policy List Styles */
.policy-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

/* Hizmet sayfası harita alanı (inline style kaldırıldı) */
.service-map-wrapper {
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
}

.policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s;
}

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

.policy-list li:hover {
    padding-left: 5px;
}

.policy-list li i {
    color: var(--primary, #1abdb8);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.policy-list li span {
    color: #374151;
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .about-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-sidebar {
        position: static;
        order: 2;
    }
    
    .about-main-content {
        order: 1;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 25px;
    }
    
    .page-content {
        padding: 40px 20px;
    }
    
    .about-main-content p {
        font-size: 14.8px;
    }
    
    .about-main-content h2 {
        font-size: 22px;
    }
    
    .about-main-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 12px;
    }
    
    .policy-list li {
        padding: 10px 0;
    }
    
    .policy-list li i {
        font-size: 16px;
    }
    
    .policy-list li span {
        font-size: 15px;
    }
}

