.elementor-494816 .elementor-element.elementor-element-a73a91a .elementor-widget-container{transition:all 400ms;}/* Start custom CSS for html, class: .elementor-element-a73a91a */.bank-page {
    direction: rtl;
    color: #222;
    line-height: 1.8;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.bank-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px 0;
    border: 1px solid #e2e8f0;
    flex-wrap: wrap;
}
.bank-header img.bank-logo {
    width: 120px;
    height: auto;
    flex-shrink: 0;
}
.header-info h1 {
    font-size: 28px;
    margin: 0 0 10px;
    color: #004d99;
}
.subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.info-table td {
    padding: 8px 0;
    font-size: 15px;
}
.info-table td:first-child {
    font-weight: bold;
    color: #333;
    width: 140px;
}
.info-table td:last-child {
    color: #1a1a1a;
}
.info-table a {
    color: #0056b3;
    text-decoration: none;
}
.cta-button {
    display: inline-block;
    background: #004d99;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    margin-top: 15px;
}
.cta-button:hover {
    background: #003366;
}
.bank-section {
    margin-bottom: 40px;
}
.bank-section h2 {
    font-size: 22px;
    color: #004d99;
    border-bottom: 2px solid #f0c040;
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.history-text {
    font-size: 16px;
    color: #333;
    text-align: justify;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 20px;
}
.service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: box-shadow 0.2s;
}
.service-card i {
    font-size: 14px;
    color: #004d99;
    width: 30px;
    text-align: center;
}
.service-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.simple-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.simple-list li {
    padding: 10px 15px;
    background: #f4f7fc;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.stats-table, .financial-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}
.stats-table td, .financial-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
}
.stats-table td:first-child, .financial-table td:first-child {
    font-size: 12px;
    font-weight: bold;
    width: 40%;
    color: #333;
}
.stats-table tr:last-child td, .financial-table tr:last-child td {
    border-bottom: none;
}
.financial-table {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.financial-table td:last-child {
    direction: ltr;
    text-align: right;
}
.financial-note {
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}
.faq-item {
    margin-bottom: 12px;
    background: #f1f5f9;
    border-radius: 8px;
    padding: 12px 18px;
}
.faq-item .question {
    font-weight: bold;
    color: #004d99;
    margin-bottom: 5px;
    font-size: 15px;
}
.faq-item .answer {
    font-size: 14px;
    color: #444;
}

@media (max-width: 768px) {
    .bank-header {
        flex-direction: column;
        text-align: center;
    }
    .bank-header img.bank-logo {
        margin: 0 auto;
    }
    .info-table td:first-child {
        width: 110px;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */