/*your custom css goes here*/

/* Performance Optimization - Inline CSS moved here */
.modal-close-btn {
    background: #ededf2;
    width: calc(2rem + 2px);
    height: calc(2rem + 2px);
}

.modal-close-btn span {
    margin-left: 2px;
}

.popup-video-full {
    width: 100%;
    height: 100%;
}

/* Modern Taksit Tablosu Stilleri */
.installment-tables-container {
    margin-top: 20px;
}

.installment-table-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.installment-table-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.installment-table-header {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.bank-logo-large {
    font-size: 24px;
    margin-right: 10px;
}

.bank-name {
    font-weight: 600;
    font-size: 16px;
}

.installment-table-body {
    padding: 0;
}

.installment-table-body .table {
    margin-bottom: 0;
}

.installment-table-body .table thead th {
    background: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
    font-size: 13px;
    color: #495057;
    padding: 12px 8px;
}

.installment-table-body .table tbody td {
    padding: 10px 8px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.installment-table-body .table tbody tr:last-child td {
    border-bottom: none;
}

.installment-monthly {
    font-weight: 600;
    color: #28a745;
}

.installment-total {
    font-weight: 500;
    color: #495057;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .installment-table-card {
        margin-bottom: 20px;
    }
    
    .installment-table-header {
        padding: 12px 15px;
    }
    
    .bank-logo-large {
        font-size: 20px;
    }
    
    .bank-name {
        font-size: 14px;
    }
    
    .installment-table-body .table thead th,
    .installment-table-body .table tbody td {
        padding: 8px 4px;
        font-size: 12px;
    }
}

/* Hover Efektleri */
.installment-table-card[data-bank="World"]:hover {
    border-left-color: #1e3a8a;
}

.installment-table-card[data-bank="Kuveyt"]:hover {
    border-left-color: #059669;
}

.installment-table-card[data-bank="Maximum"]:hover {
    border-left-color: #7c3aed;
}

.installment-table-card[data-bank="Axess"]:hover {
    border-left-color: #dc2626;
}

.installment-table-card[data-bank="Bonus"]:hover {
    border-left-color: #ea580c;
}

.installment-table-card[data-bank="CardFinans"]:hover {
    border-left-color: #0891b2;
}

.installment-table-card[data-bank="Advantage"]:hover {
    border-left-color: #be185d;
}

.installment-table-card[data-bank="ZiraatBankasi"]:hover {
    border-left-color: #16a34a;
}

.installment-table-card[data-bank="Halk"]:hover {
    border-left-color: #ca8a04;
} 