/* Banking Website Style Overrides - Blue Theme #00356c */

/* Global Font Family */
* {
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

body {
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Ensure all headings use Lexend */
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.banking-hero-title,
.banking-label,
.boxcar-title h2,
.counter-title {
    font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Header Styling */
.boxcar-header.banking-header {
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(0, 53, 108, 0.99);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.boxcar-header.banking-header .header-inner {
    background: transparent !important;
}

/* Fix navbar vertical alignment */
.boxcar-header.banking-header .inner-container {
    display: flex;
    align-items: center;
}

.boxcar-header.banking-header .c-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.boxcar-header.banking-header .nav-out-bar {
    display: flex;
    align-items: center;
}

.boxcar-header.banking-header .right-box {
    display: flex;
    align-items: center;
}

.boxcar-header.banking-header .navigation li a {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.boxcar-header.banking-header .navigation li a:hover {
    color: #60a5fa !important;
}

.boxcar-header.banking-header .header-btn-get-started {
    background: #52b44b;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 6px 26px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 11px;
    margin: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.boxcar-header.banking-header .header-btn-get-started:hover {
    border-color: #ffffff;
    border-width: 1px;
    color: #ffffff;
    background: #69be66;
}

/* Hero/Banner Section */
.banking-hero-section {
    background: linear-gradient(135deg, rgba(0, 53, 108, 0.4) 0%, rgba(0, 77, 140, 0.4) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
}


/* Full-width background video */
.banking-hero-video {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: cover;
    object-position: top right;
    z-index: 0;
}



.banking-hero-content {
    position: relative;
    z-index: 2;
    background: rgba(0, 53, 108, 0.85);
    padding: 42px 56px;
    right: 0p;
    border-radius: 26px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.01);
}

.banking-label {
    color: #6bc462;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.banking-label-title {
    color: #60a5fa;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 12px;
}

.banking-label-subtitle {
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 16px;
}

.banking-hero-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 600px;
}

.banking-hero-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 500px;
}

.banking-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-get-started {
    background: #52b44b;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-get-started:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: #69be66;
}

.btn-how-it-works {
    background: transparent;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-how-it-works:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}



/* Logo Styling */
.banking-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banking-logo img {
    height: 30px;
    width: auto;
}

.banking-logo-text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .banking-hero-title {
        font-size: 42px;
    }

    .banking-hero-section {
        padding: 80px 0 60px;
    }


    .banking-hero-section::after {
        width: 100%;
        background: linear-gradient(to top,
                rgba(0, 53, 108, 0.85) 0%,
                rgba(0, 53, 108, 0.95) 50%,
                rgba(0, 53, 108, 1) 100%);
    }
}

@media (max-width: 767px) {
    .banking-hero-title {
        font-size: 32px;
    }

    .banking-hero-text {
        font-size: 15px;
    }

    .banking-hero-buttons {
        flex-direction: column;
    }

    .btn-get-started,
    .btn-how-it-works {
        width: 100%;
        text-align: center;
    }

    .banking-hero-section::after {
        background: rgba(0, 53, 108, 0.92);
    }
}

/* Hide original search and other elements */
.banking-header .search-btn,
.banking-header .layout-search {
    display: none !important;
}