/*===========================
    BANKING ELITE ABOUT
===========================*/

.banking-elite-about-title .banking-elite-welcome {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f14836;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
    .banking-elite-about-title .banking-elite-welcome {
        font-size: 16px;
    }
}

.banking-elite-about-title .banking-elite-title {
    padding-top: 10px;
    font-weight: 400;
    font-size: 32px;
}

@media (max-width: 767px) {
    .banking-elite-about-title .banking-elite-title {
        font-size: 24px;
    }
}

.banking-elite-about-title .banking-elite-title span {
    font-weight: 700;
}

/*=== COUNTERS ===*/
.banking-elite-single-counter .banking-elite-counter-shape {
    width: 55px;
}

.banking-elite-single-counter .banking-elite-counter-shape .shape-1,
.banking-elite-single-counter .banking-elite-counter-shape .shape-2 {
    width: 14px;
    height: 70px;
    position: relative;
    transform: rotate(25deg);
    left: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banking-elite-single-counter .banking-elite-counter-shape .shape-1,
    .banking-elite-single-counter .banking-elite-counter-shape .shape-2 {
        width: 10px;
    }
}

.banking-elite-single-counter .banking-elite-counter-shape .shape-1::before,
.banking-elite-single-counter .banking-elite-counter-shape .shape-1::after,
.banking-elite-single-counter .banking-elite-counter-shape .shape-2::before,
.banking-elite-single-counter .banking-elite-counter-shape .shape-2::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -1px;
    right: -1px;
    border-top: 12px solid #fff;
    border-left: 16px solid transparent;
}

.banking-elite-single-counter .banking-elite-counter-shape .shape-1::after,
.banking-elite-single-counter .banking-elite-counter-shape .shape-2::after {
    border-top: 0;
    border-bottom: 6px solid #fff;
    top: auto;
    bottom: -1px;
}

.banking-elite-single-counter .banking-elite-counter-shape .shape-1 {
    opacity: 0.5;
    left: 15px;
    bottom: 1px;
}

.banking-elite-single-counter .banking-elite-counter-content {
    padding-left: 10px;
}

.banking-elite-single-counter .banking-elite-counter-content .banking-elite-counter-count {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #222;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banking-elite-single-counter .banking-elite-counter-content .banking-elite-counter-count {
        font-size: 32px;
    }
}

.banking-elite-single-counter .banking-elite-counter-content .text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

/*=== COUNTER COLORS ===*/
.banking-elite-counter-color-1 .banking-elite-counter-shape .shape-1,
.banking-elite-counter-color-1 .banking-elite-counter-shape .shape-2 {
    background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%);
}

.banking-elite-counter-color-2 .banking-elite-counter-shape .shape-1,
.banking-elite-counter-color-2 .banking-elite-counter-shape .shape-2 {
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%);
}

.banking-elite-counter-color-3 .banking-elite-counter-shape .shape-1,
.banking-elite-counter-color-3 .banking-elite-counter-shape .shape-2 {
    background: linear-gradient(to right, #f14836 0%, #ff9387 100%);
}

/*===========================
   BANKING ELITE ACCOUNT SECTION
===========================*/

.banking-elite-account-section {
    position: relative;
    background: #f9fbff;
    overflow: hidden;
}

.banking-elite-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(28, 190, 153, 0.05) 0%, rgba(62, 44, 234, 0.05) 100%);
    z-index: 0;
}

.banking-elite-account-section .container {
    position: relative;
    z-index: 2;
}

/* Heading Styles */
.banking-elite-subtitle {
    color: #1cbe99;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.banking-elite-title {
    font-size: 32px;
    font-weight: 600;
    color: #0a2540;
}

.banking-elite-title span {
    color: #3e2cea;
    font-weight: 700;
}

.banking-elite-description {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    max-width: 720px;
}

/* Card Boxes */
.banking-elite-account-card,
.banking-elite-requirements-box {
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.banking-elite-account-card:hover,
.banking-elite-requirements-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(28, 190, 153, 0.15);
}

/* Titles */
.banking-elite-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 15px;
    position: relative;
}

.banking-elite-card-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 45px;
    height: 3px;
    background: linear-gradient(to right, #1cbe99, #3e2cea);
    border-radius: 50px;
}

/* Lists */
.banking-elite-list {
    list-style: none;
    padding-left: 0;
}

.banking-elite-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.banking-elite-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #1cbe99;
    font-weight: 700;
}

/* Notes */
.banking-elite-note {
    font-size: 16px;
    color: #444;
    font-style: italic;
    border-left: 4px solid #3e2cea;
    padding-left: 10px;
}

/* Responsive */
@media (max-width: 991px) {

    .banking-elite-account-card,
    .banking-elite-requirements-box {
        margin-bottom: 30px;
    }

    .banking-elite-title {
        font-size: 28px;
    }

    .banking-elite-description {
        font-size: 16px;
    }
}

/* =========================
     ELITE BANKING SECTION
=========================== */
.elite-banking-section {
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.elite-banking-bg {
    background: url('../img/banking-bg.jpg') center/cover no-repeat;
    opacity: 0.07;
    position: absolute;
    inset: 0;
}

.elite-banking-title {
    font-size: 2.5rem;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}

.elite-banking-subtitle {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.banking-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.banking-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.banking-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 20px;
}

.banking-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.banking-card p {
    color: #666;
    font-size: 15px;
}

.elite-banking-btn {
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 50px;
    background: #007bff;
    color: #fff;
    transition: all 0.3s ease;
}

.elite-banking-btn:hover {
    background: #0056d2;
}

.banking-banner-section {
    position: relative;
    height: 55vh;
    background: linear-gradient(135deg, #001f3f, #003b70, #005fa3);
    color: #fff;
    overflow: hidden;
}

#bankingCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banking-banner-content {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.banking-banner-title {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.banking-banner-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
}

.breadcrumb {
    font-size: 0.95rem;
}

.breadcrumb a {
    color: #ffe17a;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #fff;
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .banking-banner-section {
        height: 50vh;
    }

    .banking-banner-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .banking-banner-section {
        height: 45vh;
    }

    .banking-banner-title {
        font-size: 1.6rem;
    }

    .banking-banner-subtitle {
        font-size: 0.9rem;
    }
}