.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;
    }
}


.visa-content .ebmgs-heading-underline {
    font-size: 28px;
}


.visa-content .solid-heading {
    font-size: 28px;
}
.visa-content h4.solid-heading {
    font-size: 24px;
}