/* Kurumsal Sıkça Sorulan Sorular Tasarımı */
.faq-section-new {
    background-color: #ffffff;
    position: relative;
}

.faq-introduction {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
    z-index: 5;
}

.faq-intro-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 5px 10px rgba(37, 99, 235, 0.2);
}

.faq-intro-title {
    color: #1e293b;
    font-weight: 600;
}

.faq-intro-text {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.faq-tabs-container {
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
}

.faq-tabs {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.faq-tabs .nav-link {
    color: #64748b;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.faq-tabs .nav-link:hover {
    background-color: #f1f5f9;
    color: #334155;
}

.faq-tabs .nav-link.active {
    background: #2563eb;
    color: white;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.2);
}

/* Kurumsal Akordeon stilleri */
.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background-color: white;
    position: relative;
}

.faq-accordion .accordion-button {
    padding: 18px 22px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1e293b;
    background-color: #f9fafb;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e5e7eb;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #f0f9ff;
    color: #0369a1;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: #e5e7eb;
}

.faq-accordion .accordion-body {
    padding: 22px;
    color: #334155;
    font-size: 1rem;
    line-height: 1.7;
}

.faq-accordion .accordion-button::after {
    background-size: 1.2rem;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-button .fa-circle {
    font-size: 0.5rem;
    margin-right: 12px;
    opacity: 0.7;
    color: #0369a1;
}

/* Alt kısımdaki iletişim kartı */
.faq-contact-card {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
    position: relative;
    z-index: 5;
}

.faq-contact-card-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-contact-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-contact-card p {
    opacity: 0.9;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.faq-contact-card .btn {
    background-color: white;
    color: #2563eb;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.faq-contact-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}/* Arama Sonuçları */
.faq-no-results {
    background-color: #fff8f6;
    border: 1px solid #fed7d7;
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    color: #e53e3e;
}

.faq-no-results p {
    margin-bottom: 0;
    font-weight: 500;
}
/* Sıkça Sorulan Sorular - Modern Kurumsal Tasarım */
.faq-section {
    position: relative;
    background-color: #ffffff;
    padding: 70px 0;
    border-radius: 0;
    overflow: hidden;
}

/* Alt yazı */
.faq-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Kategori Kısmı */
.faq-categories {
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}

.faq-category-title {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.faq-category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-category-item {
    display: flex;
    align-items: center;
    color: #64748b;
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.faq-category-item i {
    margin-right: 12px;
    font-size: 0.95rem;
    width: 20px;
    text-align: center;
}

.faq-category-item:hover {
    background-color: #f1f5f9;
    color: #2563eb;
}

.faq-category-item.active {
    background-color: #2563eb;
    color: white;
}

/* Yardım Kartı */
.faq-help-card {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.faq-help-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

.faq-help-card h5 {
    margin-bottom: 10px;
    font-weight: 600;
}

.faq-help-card p {
    margin-bottom: 20px;
    opacity: 0.9;
    font-size: 0.95rem;
}

.faq-help-card .btn {
    border-radius: 30px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
}

.faq-help-card .btn:hover {
    background-color: white;
    color: #2563eb;
}

/* FAQ İçeriği */
.faq-content {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 5px;
}

/* Accordion */
.custom-accordion {
    box-shadow: none;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 1;
    background: white;
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
    background-color: transparent;
    margin-bottom: 0;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion .accordion-button {
    font-weight: 600;
    padding: 1.5rem;
    color: #1e293b;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 1.05rem;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #2563eb;
    background-color: rgba(37, 99, 235, 0.05);
}

.custom-accordion .accordion-button:hover {
    color: #2563eb;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(37, 99, 235, 0.1);
}

.custom-accordion .accordion-button::after {
    background-size: 1.25rem;
    transition: all 0.3s ease;
    color: #2563eb;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    color: #2563eb;
    transform: rotate(-180deg);
}

.custom-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem;
    color: #4b5563;
    line-height: 1.7;
    font-size: 1rem;
}

.custom-accordion .accordion-body p {
    margin-bottom: 1rem;
}

.custom-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.custom-accordion .accordion-body ul,
.custom-accordion .accordion-body ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.custom-accordion .accordion-body li {
    margin-bottom: 0.5rem;
}

/* Tablo Stili */
.faq-table-responsive {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e2e8f0;
}

.faq-table th,
.faq-table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #e2e8f0;
}

.faq-table th {
    background-color: #f1f5f9;
    color: #334155;
    font-weight: 600;
}

.faq-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.faq-table tr:hover {
    background-color: #f1f5f9;
}

/* Karşılaştırma */
.faq-comparison {
    display: flex;
    gap: 20px;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.faq-comparison-item {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-comparison-item.premium {
    background-color: #eff6ff;
    border-top: 4px solid #2563eb;
}

.faq-comparison-item.standard {
    background-color: #f8fafc;
    border-top: 4px solid #64748b;
}

.faq-comparison-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
}

.faq-comparison-header i {
    width: 40px;
    height: 40px;
    background-color: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #2563eb;
    font-size: 1.2rem;
}

.faq-comparison-item.standard .faq-comparison-header i {
    background-color: rgba(100, 116, 139, 0.1);
    color: #64748b;
}

.faq-comparison-header h5 {
    margin: 0;
    font-weight: 600;
    color: #1e293b;
}

.faq-comparison-item ul {
    padding-left: 5px;
    list-style: none;
    margin-bottom: 0;
}

.faq-comparison-item li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.faq-comparison-item li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #2563eb;
}

.faq-comparison-item.standard li:before {
    color: #64748b;
}

/* Öğe Kartları */
.faq-excluded-services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 15px;
    margin: 1.5rem 0;
}

.faq-excluded-item {
    display: flex;
    align-items: flex-start;
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #cbd5e1;
}

.faq-excluded-item i {
    font-size: 1.5rem;
    color: #64748b;
    margin-right: 15px;
    margin-top: 3px;
}

.faq-excluded-item h6 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #334155;
}

.faq-excluded-item p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
}

/* Senaryolar */
.faq-scenarios {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin: 1.5rem 0;
}

.faq-scenario {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.faq-scenario:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.faq-scenario-icon {
    width: 50px;
    height: 50px;
    background-color: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #2563eb;
    font-size: 1.2rem;
}

.faq-scenario h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
}

.faq-scenario p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* Not Kutuları */
.faq-note {
    display: flex;
    align-items: flex-start;
    background-color: #eff6ff;
    padding: 15px;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.faq-note i {
    font-size: 1.2rem;
    color: #2563eb;
    margin-right: 15px;
    margin-top: 3px;
}

.faq-note p {
    margin-bottom: 0;
    color: #1e293b;
}

/* İpucu Kutuları */
.faq-tip {
    display: flex;
    background-color: #ecfdf5;
    border-radius: 8px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.faq-tip-icon {
    background-color: #059669;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.faq-tip-content {
    padding: 15px;
    flex: 1;
}

.faq-tip-content h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #065f46;
}

.faq-tip-content p {
    margin-bottom: 10px;
    color: #065f46;
}

.faq-tip-content p:last-child {
    margin-bottom: 0;
}

.faq-tip-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.faq-tip-content li {
    margin-bottom: 8px;
    color: #059669;
}

/* Uyarı Kutuları */
.faq-warning {
    display: flex;
    align-items: flex-start;
    background-color: #fff7ed;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #ea580c;
}

.faq-warning i {
    font-size: 1.2rem;
    color: #ea580c;
    margin-right: 15px;
    margin-top: 3px;
}

.faq-warning p {
    margin-bottom: 0;
    color: #9a3412;
}

/* Adım Kutuları */
.faq-steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 1.5rem 0;
}

.faq-step {
    display: flex;
    align-items: flex-start;
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #2563eb;
}

.faq-step-number {
    width: 28px;
    height: 28px;
    background-color: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
}

.faq-step-content {
    flex: 1;
}

.faq-step-content h6 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #1e293b;
}

.faq-step-content p {
    margin-bottom: 0;
    color: #64748b;
}

/* Kart */
.faq-card {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    margin: 1.5rem 0;
    border-top: 3px solid #2563eb;
}

/* Satın Alma Adımları */
.faq-purchase-steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 1.5rem 0;
}

.faq-purchase-step {
    display: flex;
    background-color: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.faq-purchase-step:hover {
    background-color: #eff6ff;
    transform: translateX(5px);
}

.faq-purchase-icon {
    width: 50px;
    height: 50px;
    background-color: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #2563eb;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.faq-purchase-step h6 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #1e293b;
}

.faq-purchase-step p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 0.95rem;
}

/* Ödeme Yöntemleri */
.faq-payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin: 1.5rem 0;
}

.faq-payment-method {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.faq-payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background-color: #eff6ff;
}

.faq-payment-method i {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 15px;
}

.faq-payment-method h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e293b;
}

.faq-payment-method p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #64748b;
}

/* Yenileme Seçenekleri */
.faq-renewal-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 1.5rem 0;
}

.faq-renewal-option {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e2e8f0;
}

.faq-renewal-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.faq-renewal-header i {
    width: 35px;
    height: 35px;
    background-color: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #2563eb;
    font-size: 1rem;
}

.faq-renewal-header h6 {
    margin: 0;
    font-weight: 600;
    color: #1e293b;
}

.faq-renewal-option p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Arama Kutusu */
.faq-search-container {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.faq-search-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto 15px;
}

.faq-search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.faq-search-box input {
    padding-left: 45px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.faq-search-box input:focus {
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
}

.faq-search-help {
    color: #64748b;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.faq-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.faq-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.faq-link i {
    font-size: 0.8rem;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.faq-link:hover i {
    transform: translateX(3px);
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
    .faq-categories {
        position: static;
        margin-bottom: 30px;
    }
    
    .faq-category-list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .faq-category-item {
        flex: 1 1 auto;
    }
    
    .faq-comparison-item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
    
    .faq-excluded-services,
    .faq-scenarios,
    .faq-payment-methods,
    .faq-renewal-options {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-subtitle {
        font-size: 1rem;
    }
    
    .custom-accordion .accordion-button {
        padding: 1.25rem;
        font-size: 1rem;
    }
    
    .custom-accordion .accordion-body {
        padding: 0 1.25rem 1.25rem;
        font-size: 0.95rem;
    }
    
    .faq-excluded-services,
    .faq-scenarios,
    .faq-payment-methods,
    .faq-renewal-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .faq-category-list {
        flex-direction: column;
    }
    
    .faq-step {
        flex-direction: column;
    }
    
    .faq-step-number {
        margin-bottom: 10px;
    }
    
    .faq-purchase-step {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .faq-purchase-icon {
        margin-bottom: 10px;
    }
}
