.elementor-494564 .elementor-element.elementor-element-ec0fa92 .elementor-widget-container{transition:all 400ms;}@media(max-width:767px){.elementor-494564 .elementor-element.elementor-element-2843c92{margin-top:0px;margin-bottom:0px;}body.elementor-page-494564{margin:0px -8px 0px -8px;}}/* Start custom CSS for html, class: .elementor-element-ec0fa92 */.bank-melli-wrapper {
    --bmi-red-50:  #fff1f2;
    --bmi-red-100: #ffe4e6;
    --bmi-red-200: #fecdd3;
    --bmi-red-400: #fb7185;
    --bmi-red-500: #e11d3f;
    --bmi-red-600: #c4152f;
    --bmi-red-700: #9f0f25;
    --bmi-red-800: #7f0d1e;
    --bmi-red-900: #4c0a12;

    --bmi-primary:       #e11d3f;
    --bmi-primary-dark:  #c4152f;
    --bmi-primary-deep:  #7f0d1e;
    --bmi-primary-light: #fff1f2;
    --bmi-primary-mid:   #ffe4e6;
    --bmi-accent:        #ff6b35;
    --bmi-accent-2:      #f97316;
    --bmi-gold:          #f59e0b;

    --bmi-text-dark:  #0f0a0b;
    --bmi-text-body:  #2d1f22;
    --bmi-text-muted: #6b5057;
    --bmi-text-light: #9d7d84;

    --bmi-bg:        #ffffff;
    --bmi-bg-light:  #fff8f8;
    --bmi-bg-card:   #ffffff;
    --bmi-border:    #f0d5d9;
    --bmi-border-mid:#e8c0c8;

    --bmi-shadow-xs: 0 1px 4px rgba(225,29,63,0.06);
    --bmi-shadow-sm: 0 2px 8px rgba(225,29,63,0.08), 0 1px 3px rgba(0,0,0,0.04);
    --bmi-shadow:    0 4px 20px rgba(225,29,63,0.1),  0 2px 8px rgba(0,0,0,0.06);
    --bmi-shadow-md: 0 8px 32px rgba(225,29,63,0.14), 0 4px 16px rgba(0,0,0,0.08);
    --bmi-shadow-lg: 0 20px 60px rgba(225,29,63,0.18), 0 8px 30px rgba(0,0,0,0.1);

    --bmi-r-sm:   8px;
    --bmi-r:      14px;
    --bmi-r-lg:   22px;
    --bmi-r-xl:   32px;
    --bmi-r-full: 9999px;

    --bmi-ease: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--bmi-text-body);
    background: var(--bmi-bg);
    line-height: 1.75;
    direction: rtl;
    overflow-x: hidden;
    margin-top: 24px;
}

.bank-melli-wrapper *, 
.bank-melli-wrapper *::before, 
.bank-melli-wrapper *::after {
    box-sizing: border-box; margin: 0; padding: 0;
}
.bank-melli-wrapper a { color: inherit; text-decoration: none; }
.bank-melli-wrapper img { max-width: 100%; display: block; }
.header-info table td,
.header-info table th {
    border: none;
    background: transparent;
}
.bank-melli-wrapper .bank-header {
    position: relative;
    background: linear-gradient(140deg,
        #2a0309 0%, #5c0a18 25%, #9f0f25 55%, #e11d3f 80%, #ff5252 100%
    );
    padding: 40px clamp(16px, 5vw, 32px);
    border-radius: var(--bmi-r-xl);
    margin-bottom: 32px;
    color: #fff;
    overflow: hidden;
}

.bank-melli-wrapper .bank-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 50%, rgba(255,107,53,0.15) 0%, transparent 60%);
    pointer-events: none;
}

.bank-melli-wrapper .bank-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.bank-melli-wrapper .header-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.bank-melli-wrapper .bank-logo {
    width: clamp(90px, 20vw, 120px);
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    transition: transform var(--bmi-ease);
}

.bank-melli-wrapper .bank-logo:hover {
    transform: scale(1.04);
}

.bank-melli-wrapper .subtitle {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.95);
    padding: 6px 22px;
    border-radius: var(--bmi-r-full);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.bank-melli-wrapper .info-table {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(8px);
    border-radius: var(--bmi-r-lg);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    margin-top: 4px;
    color: #fff;
    background-color: rgba(255,255,255,0.06);
}
.bank-melli-wrapper .info-table,
.bank-melli-wrapper .info-table tr,
.bank-melli-wrapper .info-table td {
    box-shadow: none;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.bank-melli-wrapper .info-table tr {
    transition: background 0.2s ease;
    margin-top: 6px;
}

.bank-melli-wrapper .info-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.bank-melli-wrapper .info-table tr:hover {
    background: rgba(255,255,255,0.12);
}

.bank-melli-wrapper .info-table td {
    padding: 10px 18px;
    font-size: 0.9rem;
    text-align: right;
    white-space: nowrap;
}

.bank-melli-wrapper .info-table td:first-child {
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    min-width: 100px;
}

.bank-melli-wrapper .info-table td:last-child {
    font-weight: 700;
    color: #fff;
}

.bank-melli-wrapper .info-table a {
    color: #ffd6e0;
    font-weight: 700;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    transition: var(--bmi-ease);
}

.bank-melli-wrapper .info-table a:hover {
    color: white;
    border-bottom-color: white;
}

    .bank-melli-wrapper .info-table {
        display: block;
        background: none;
        backdrop-filter: none;
        border: none;
        border-radius: 0;
        width: 100%;
    }
    
    .bank-melli-wrapper .info-table tbody,
    .bank-melli-wrapper .info-table tr {
        display: block;
        width: 100%;
    }

    .bank-melli-wrapper .info-table tr {
        background: rgba(255,255,255,0.08);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: var(--bmi-r);
        margin-bottom: 8px;
        padding: 12px 14px;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    .bank-melli-wrapper .info-table td {
        display: block;
        width: auto;
        padding: 0;
        white-space: normal;
        font-size: 0.85rem;
        text-align: right;
    }

    .bank-melli-wrapper .info-table td:first-child {
        font-weight: 600;
        color: rgba(255,255,255,0.85);
        min-width: unset;
        order: 1;
    }

    .bank-melli-wrapper .info-table td:last-child {
        font-weight: 700;
        color: #fff;
        order: 2;
    }

    .bank-melli-wrapper .info-table td:first-child::after {
        content: " : ";
        color: rgba(255,255,255,0.6);
    }
    
.bank-melli-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bank-card {
    background: var(--bmi-bg-card);
    border: 1px solid var(--bmi-border);
    border-radius: var(--bmi-r-xl);
    padding: clamp(22px, 4vw, 34px) clamp(18px, 3vw, 28px);
    position: relative;
    transition: var(--bmi-ease);
    overflow: hidden;
}

.bank-card::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, transparent, var(--bmi-primary), var(--bmi-accent));
    transform: scaleX(0);
    transform-origin: right;
    transition: var(--bmi-ease);
    border-radius: 0 0 var(--bmi-r-sm) 0;
}

.bank-card:hover {
    border-color: var(--bmi-red-200);
    box-shadow: var(--bmi-shadow-lg);
    transform: translateY(-6px);
}

.bank-card:hover::after {
    transform: scaleX(1);
}

.bank-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(225,29,63,0.04), rgba(255,107,53,0.04));
    opacity: 0;
    transition: var(--bmi-ease);
    pointer-events: none;
}

.bank-card:hover::before {
    opacity: 1;
}

.bank-card h2 {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 800;
    color: var(--bmi-primary-deep);
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--bmi-red-100);
    padding-bottom: 12px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.bank-card h2 i {
    color: var(--bmi-primary);
    font-size: 1.2em;
    width: 30px;
    text-align: center;
}

.bank-card h3 {
    font-size: 0.98rem;
    color: var(--bmi-red-600);
    margin: 14px 0 8px;
    position: relative;
    z-index: 1;
}

.bank-card h4 {
    font-size: 0.92rem;
    color: var(--bmi-red-700);
    margin: 10px 0 4px;
    position: relative;
    z-index: 1;
}

.bank-card p,
.bank-card li {
    font-size: clamp(0.85rem, 2vw, 0.93rem);
    color: var(--bmi-text-body);
    line-height: 1.95;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.bank-card ul {
    padding-right: 20px;
    list-style: disc;
    position: relative;
    z-index: 1;
}

.bank-card .stats-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 6px;
    margin: 12px 0 20px;
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
}

.bank-card .stats-table td {
    padding: 10px 14px;
    background: var(--bmi-bg-light);
    border-radius: var(--bmi-r-sm);
    vertical-align: middle;
    transition: background var(--bmi-ease);
}

.bank-card .stats-table tr:hover td {
    background: var(--bmi-primary-light);
}

.bank-card .stats-table td:first-child {
    font-weight: 700;
    color: var(--bmi-red-800);
    min-width: 130px;
    border-left: 3px solid var(--bmi-primary);
    background: var(--bmi-primary-mid);
}

.bank-card .stats-table tr:hover td:first-child {
    background: var(--bmi-red-100);
}

.bank-card .stats-table td:last-child {
    color: var(--bmi-text-dark);
    font-weight: 500;
}

.bank-card details {
    margin-bottom: 12px;
    background: var(--bmi-bg-light);
    border-radius: var(--bmi-r);
    padding: 12px 16px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--bmi-border);
    transition: var(--bmi-ease);
}

.bank-card details:hover {
    border-color: var(--bmi-red-200);
}

.bank-card details summary {
    font-weight: 700;
    color: var(--bmi-red-600);
    cursor: pointer;
    list-style: none;
    outline: none;
}

.bank-card details summary::-webkit-details-marker {
    display: none;
}

.bank-card details .answer {
    margin-top: 8px;
    color: var(--bmi-text-body);
    font-size: 0.88rem;
    line-height: 1.8;
}

.digital-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.digital-item {
    background: var(--bmi-primary-light);
    border: 1px solid var(--bmi-red-200);
    border-radius: var(--bmi-r);
    padding: 12px 14px;
    font-size: 0.86rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--bmi-ease);
}

.digital-item:hover {
    background: #ffe8ef;
    border-color: var(--bmi-primary);
    transform: translateX(-4px);
    box-shadow: var(--bmi-shadow-sm);
}

.digital-item i {
    color: var(--bmi-primary);
    font-size: 1.1rem;
    width: 22px;
    text-align: center;
}

@media (max-width: 768px) {
    .bank-melli-sections {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bank-header {
        padding: clamp(30px, 6vw, 50px) 16px;
        border-radius: var(--bmi-r-lg);
        margin-bottom: 20px;
    }

    .header-container {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .info-table tr {
        flex: 1 1 calc(50% - 12px);
        min-width: 140px;
    }

    .bank-card {
        padding: 20px;
    }

    .digital-grid {
        grid-template-columns: 1fr;
    }

    .bank-card .stats-table td:first-child {
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .info-table tr {
        flex: 1 1 100%;
    }
}

/*.bank-header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50px; left: -50px;*/
/*    width: 220px; height: 220px;*/
/*    border-radius: 50%;*/
/*    background: rgba(255,255,255,0.04);*/
/*    border: 1px solid rgba(255,255,255,0.06);*/
/*    pointer-events: none;*/
/*}*/

/*.bank-header::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -70px; right: -40px;*/
/*    width: 180px; height: 180px;*/
/*    border-radius: 50%;*/
/*    background: rgba(255,82,82,0.08);*/
/*    pointer-events: none;*/
/*}*//* End custom CSS */
/* Start custom CSS */.web-app__menu {
    z-index: 99999;
}/* End custom CSS */