* {
    box-sizing: border-box;
    }

    #google_translate_element {
    z-index: 9999;
    }

    .goog-te-gadget {
    font-family: Roboto, "Open Sans", sans-serif !important;
    text-transform: uppercase;
    }

    .goog-te-gadget-simple {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding: 3px !important;
    border-radius: 4px !important;
    font-size: 0.8rem !important;
    line-height: 2rem !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    margin-bottom: 4px;
    }

    .goog-te-menu2 {
    max-width: 100%;
    }

    .goog-te-menu-value {
    color: #fff !important;
    }
    .goog-te-menu-value:before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
    }

    .goog-te-menu-value span:nth-child(5) {
    display: none;
    }

    .goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: 'Material Icons';
    }
    .goog-te-menu-value span:nth-child(3):after {
    font-family: 'Material Icons';
    content: "\E5C5";
    font-size: 1.5rem;
    vertical-align: -6px;
    }

    .goog-te-gadget-icon {
    background-position: 0px 0px;
    height: 32px !important;
    width: 32px !important;
    margin-right: 8px !important;
    display: none;
    }

    .goog-te-banner-frame.skiptranslate {
    display: none !important;
    }

    body{
        top: 0px !important;
        max-width:100%;
        margin:0;
        padding:0;
        overflow-x:hidden;
    }

    /* Modern Banking Color Scheme */
    :root {
        --primary-color: #2E5BBA;      /* Modern Banking Blue */
        --secondary-color: #00D4AA;    /* Banking Green */
        --accent-color: #FF6B35;       /* Trust Orange */
        --success-color: #28A745;      /* Success Green */
        --warning-color: #FFC107;      /* Warning Yellow */
        --danger-color: #DC3545;       /* Danger Red */
        --light-color: #F8F9FA;        /* Light Gray */
        --dark-color: #343A40;         /* Dark Gray */
        --gradient-start: #2E5BBA;
        --gradient-middle: #00D4AA;
        --gradient-end: #FF6B35;
        --primary-color-rgb: 46, 91, 186;    /* RGB for #2E5BBA */
        --secondary-color-rgb: 0, 212, 170;  /* RGB for #00D4AA */
        --accent-color-rgb: 255, 107, 53;    /* RGB for #FF6B35 */
    }

    .modern-banking-hero {
        background: url("../img/slides/modern-banking-hero-1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .hero-equal-height {
        background: url("../../../../../img/slides/modern-banking-hero-1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .hero-section {
        background: url("../img/hero-bg5.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    /* Modern Banking Typography */
    body {
        font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
        font-weight: 400;
        line-height: 1.6;
    }

    .modern-banking-heading {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

    .lead {
        font-size: 1rem;
        font-weight: 300;
    }
    .btn-custom {
        color: #bdc3c7;
        font-size: 18px;
        border: 1px solid #bdc3c7;
    }
    .btn-custom:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    }
    #pricing-table {
    padding-top: 50px;
    }
    .pricing {
    margin: 0;
    padding: 0;
    font-family: 'Robot', sans-serif;
    }
    .pricing .pricing-table {
    padding-bottom: 30px;
    }
    .pricing .pricing-table .pricing-header {
    position: relative;
    background: #0e1746;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    }
    .pricing .pricing-table .pricing-header .pricing-title {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    }
    .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
    }
    .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #bdc3c7;
    }
    .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 16px;
    color: #bdc3c7;
    text-transform: uppercase;
    }
    .pricing .pricing-list {
    padding: 20px 0 40px 0;
    border: 1px solid #0e1746;
    }
    .pricing .pricing-list ul {
    padding: 0px;
    display: table;
    margin: 0px auto;
    }
    .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #EAECEB;
    color: #bdc3c7;
    font-size: 16px;
    line-height: 42px;
    }
    .pricing .pricing-list ul li:last-child {
    border: none;
    }
    .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #fff;
    }
    .pricing .pricing-list ul li span {
    color: #fff;
    font-weight: 700;
    }

    .cah2 {
        color: #8e54e9;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }
    .cah2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 4px;
        border-radius: 1px;
        background: #8e54e9;
        left: 0;
        right: 0;
        bottom: -20px;
    }
    .carousel_test {
        margin: 50px auto;
        padding: 0 10px;
    }
    .carousel_test .item {
        color: #ffffff;
        overflow: hidden;
        min-height: 120px;
        font-size: 13px;
    }
    .carousel_test .media img {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
    }
    .carousel_test .testimonial {
        padding: 0 10px 0 10px ;
        position: relative;
    }
    .carousel_test .overview b {
        text-transform: uppercase;
        color: #8e54e9;
    }

    @media screen and (max-width: 992px) {
    .me_table::-webkit-scrollbar {
    display: none !important;
    overflow-x: scroll;
    }

    .rem-home{
            padding: 9rem 0 5rem 0;
        } 
        
    @media screen and (max-width: 992px) {
        .rem-home{
            padding: 6rem 0 5rem 0;
        } 
    }

    /* Hide scrollbar for IE and Edge */
    .me-table {
    -ms-overflow-style: none !important;
    overflow-x: scroll;
    }
    }

    .me_icon {
        margin-top: 10px;
        color: #fff;
    }

    .token_rtinfo {
        color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        margin-top: -80px;
        padding: 40px 15px;
        background-color: rgba(255,255,255,0.10);
        box-shadow: none !important;
    }

    .token_rt_value {
        padding: 0 25px;
    }

    .me_big{
        font-size: 1rem !important;
        line-height: normal !important;
    }

    .tradingview-widget-copyright{
        display: none !important;
    }

    .badge {
        border-radius: 50px;
        padding: 0.2rem 1rem;
        color: #fff;
        text-align: center;
    }

    .pricing-rate sup {
    font-size: 24px;
    position: relative;
    left: -20px;
    top: -30px;
    }

    .pricing-rate span {
    font-size: 12px;
    color: #707070;
    text-transform: uppercase;
    right: -600px;
    }

    /* Modern Banking Components */
    .modern-banking-nav {
        background: rgba(var(--primary-color-rgb), 0.95) !important;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }

    .modern-banking-services {
        background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-middle) 50%, var(--gradient-end) 100%) !important;
        padding: 30px 0;
    }

    .modern-banking-card {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    /* Service cards specific styling */
    .modern-banking-services .modern-banking-card {
        background: rgba(255, 255, 255, 0.95);
        color: var(--dark-color);
    }

    .modern-banking-services .modern-banking-card h5 {
        color: var(--primary-color) !important;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .modern-banking-services .modern-banking-card p {
        color: var(--dark-color) !important;
        margin-bottom: 0;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .modern-banking-services .modern-banking-card .promo-block-icon {
        color: var(--secondary-color);
    }

        .modern-banking-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    /* Modern Banking Section Styling */
    .modern-banking-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

    .modern-banking-features {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    }

    .modern-banking-pricing {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

    /* Enhanced Button Styling */
    .btn-primary {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        border: none;
        border-radius: 25px;
        padding: 12px 30px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .btn-primary:hover {
        background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(46, 91, 186, 0.3);
    }

    /* Enhanced Badge Styling */
    .badge-success {
        background: linear-gradient(135deg, var(--success-color) 0%, var(--secondary-color) 100%);
        border-radius: 15px;
        padding: 5px 15px;
        font-weight: 500;
    }
    
    .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    text-align: center;
    }

    /* Modern Banking About Section */
    .modern-banking-about {
        background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--secondary-color-rgb), 0.05) 100%);
        position: relative;
        padding: 80px 0;
    }

    .modern-banking-about::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(var(--primary-color-rgb), 0.1), transparent);
    }

    .modern-banking-heading {
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .modern-banking-divider {
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        border-radius: 2px;
        margin-bottom: 1.5rem;
    }

    .modern-banking-text {
        color: var(--dark-color);
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }

    .modern-banking-features {
        margin-top: 2rem;
    }

    .feature-item {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0.75rem;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 8px;
        border-left: 3px solid var(--primary-color);
        transition: all 0.3s ease;
    }

    .feature-item:hover {
        transform: translateX(5px);
        box-shadow: 0 4px 15px rgba(var(--primary-color-rgb), 0.1);
    }

    .modern-banking-icon {
        color: var(--secondary-color);
        font-size: 1.2rem;
    }

    .modern-banking-image-card {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .modern-banking-image-card img {
        transition: transform 0.3s ease;
    }

    .modern-banking-image-card:hover img {
        transform: scale(1.05);
    }

    .image-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(var(--primary-color-rgb), 0.8));
        padding: 2rem 1.5rem 1.5rem;
        color: white;
    }

    /* Modern Banking Process Section */
    .modern-banking-process {
        background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.05) 0%, rgba(var(--accent-color-rgb), 0.05) 100%);
    }

    /* Override the default work process layout */
    .modern-banking-process .work-process-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        margin: 0;
        row-gap: 3rem;
    }

    .modern-banking-process .single-work-process {
        width: calc(25% - 1.5rem);
        margin: 0;
        text-align: center;
        padding: 2rem 1rem;
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
    }

    .modern-banking-process .single-work-process::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    }

    .modern-banking-process .single-work-process:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(var(--primary-color-rgb), 0.15);
    }

    .modern-banking-step {
        transition: all 0.3s ease;
        padding: 1rem;
    }

    .modern-banking-step:hover {
        transform: translateY(-5px);
    }

    .modern-banking-icon-bg {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        position: relative;
        border-radius: 50%;
        box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.3);
    }

    .modern-banking-step-bg {
        background: var(--accent-color) !important;
        position: absolute;
        top: -5px;
        right: -5px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        font-weight: bold;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .modern-banking-step-title {
        color: var(--primary-color);
        font-weight: 600;
        margin-bottom: 0.75rem;
        font-size: 1.1rem;
    }

    .modern-banking-step-text {
        color: var(--dark-color);
        line-height: 1.6;
        font-size: 0.9rem;
    }

    /* Responsive design for process steps */
    @media (max-width: 991px) {
        .modern-banking-process .single-work-process {
            width: calc(50% - 1rem);
            margin-bottom: 2rem;
        }
    }

    @media (max-width: 767px) {
        .modern-banking-process .single-work-process {
            width: 100%;
            margin-bottom: 2rem;
        }
        
        .modern-banking-process .work-process-wrap {
            gap: 1rem;
        }
    }

    /* Modern Banking Testimonials */
    .modern-banking-testimonials {
        background: linear-gradient(135deg, rgba(var(--accent-color-rgb), 0.05) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    }

    .modern-banking-testimonial-card {
        background: white;
        border-radius: 15px;
        transition: all 0.3s ease;
        border: 1px solid rgba(var(--primary-color-rgb), 0.1);
        position: relative;
        overflow: hidden;
    }

    .modern-banking-testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(var(--primary-color-rgb), 0.15);
    }

    .modern-banking-testimonial-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    }

    .testimonial-quote {
        margin-bottom: 1rem;
    }

    .modern-banking-quote-icon {
        color: var(--primary-color);
        font-size: 2rem;
        opacity: 0.3;
    }

    .modern-banking-testimonial-text {
        color: var(--dark-color);
        line-height: 1.7;
        font-style: italic;
        margin-bottom: 1rem;
    }

    .modern-banking-client-name {
        color: var(--primary-color);
        font-weight: 600;
    }

    .modern-banking-client-title {
        color: var(--secondary-color);
        font-weight: 500;
    }

    /* Modern Banking FAQ Section */
    .modern-banking-faq {
        background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--accent-color-rgb), 0.05) 100%);
    }

    .modern-banking-accordion {
        margin-bottom: 2rem;
    }

    .modern-banking-faq-card {
        border: none;
        border-radius: 12px;
        margin-bottom: 1rem;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .modern-banking-faq-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.15);
    }

    .modern-banking-faq-card .card-header {
        background: white;
        border: none;
        border-radius: 12px 12px 0 0;
        padding: 1.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }

    .modern-banking-faq-card .card-header:hover {
        background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--secondary-color-rgb), 0.05) 100%);
    }

    .modern-banking-faq-card .card-header[aria-expanded="true"] {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
        color: white;
    }

    .modern-banking-faq-card .card-header[aria-expanded="true"] .modern-banking-faq-question {
        color: white;
    }

    .modern-banking-faq-card .card-header[aria-expanded="true"] .modern-banking-faq-icon {
        color: white;
    }

    .modern-banking-faq-question {
        color: var(--primary-color);
        font-weight: 600;
        font-size: 1rem;
        margin: 0;
        transition: all 0.3s ease;
    }

    .modern-banking-faq-icon {
        color: var(--primary-color);
        font-size: 1.2rem;
        transition: all 0.3s ease;
    }

    .modern-banking-faq-answer {
        background: white;
        border-radius: 0 0 12px 12px;
        padding: 1.5rem;
        color: var(--dark-color);
        line-height: 1.7;
        font-size: 0.95rem;
    }

    .modern-banking-faq-answer p {
        margin-bottom: 0;
    }

    /* FAQ card animation */
    .modern-banking-faq-card .collapse {
        transition: all 0.3s ease;
    }

    .modern-banking-faq-card .collapse.show {
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Fix gradient overlay issue */
    .modern-banking-cta {
        position: relative;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
        padding: 80px 0;
    }

    .modern-banking-cta::before {
        display: none !important;
    }

    .modern-banking-cta::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    }

    /* Enhanced Plans Sections with Different Backgrounds */
    .dps-plans-section {
        background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.03) 0%, rgba(var(--secondary-color-rgb), 0.03) 100%);
        position: relative;
        padding: 80px 0;
    }

    .dps-plans-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(var(--primary-color-rgb), 0.2), transparent);
    }

    .dps-plans-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(var(--primary-color-rgb), 0.1), transparent);
    }

    .fdr-plans-section {
        background: linear-gradient(135deg, rgba(var(--accent-color-rgb), 0.03) 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
        position: relative;
        padding: 80px 0;
    }

    .fdr-plans-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.2), transparent);
    }

    .fdr-plans-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.1), transparent);
    }

    .modern-banking-plans {
        background: transparent;
    }

    .modern-banking-plan-card {
        background: #fff;
        border-radius: 20px;
        padding: 2.5rem;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
        border: 1px solid rgba(var(--primary-color-rgb), 0.08);
        position: relative;
        overflow: hidden;
    }

    .modern-banking-plan-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    }

    .dps-plan-card::before {
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    }

    .fdr-plan-card::before {
        background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
    }

    .modern-banking-plan-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(var(--primary-color-rgb), 0.15);
        border-color: rgba(var(--primary-color-rgb), 0.2);
    }

    .modern-banking-plan-header {
        text-align: center;
        margin-bottom: 2.5rem;
        position: relative;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
    }



    .modern-banking-plan-title {
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 0.75rem;
        font-size: 1.6rem;
    }

    .modern-banking-plan-subtitle {
        color: var(--dark-color);
        margin-bottom: 0;
        font-size: 0.95rem;
        opacity: 0.8;
        line-height: 1.6;
    }

    .modern-banking-plan-body {
        text-align: center;
    }

    .modern-banking-plan-feature {
        display: flex;
        align-items: center;
        margin-bottom: 1.2rem;
        padding: 1rem;
        background: rgba(var(--primary-color-rgb), 0.04);
        border-radius: 12px;
        transition: all 0.3s ease;
        border-left: 3px solid transparent;
    }

    .modern-banking-plan-feature:hover {
        background: rgba(var(--primary-color-rgb), 0.08);
        transform: translateX(8px);
        border-left-color: var(--primary-color);
    }

    .modern-banking-plan-feature-icon {
        color: var(--primary-color);
        margin-right: 1rem;
        font-size: 1.2rem;
        min-width: 20px;
    }

    .modern-banking-plan-feature-text {
        color: var(--dark-color);
        font-weight: 500;
        font-size: 0.95rem;
    }

    .modern-banking-plan-rate {
        margin-bottom: 2rem;
        text-align: center;
    }

    .rate-number {
        font-size: 3.5rem;
        font-weight: 800;
        color: var(--primary-color);
        display: block;
        line-height: 1;
        margin-bottom: 0.5rem;
    }

    .modern-banking-plan-rate small {
        font-size: 0.9rem;
        color: var(--dark-color);
        opacity: 0.7;
        display: block;
        font-weight: 500;
    }

    .modern-banking-plan-cta {
        margin-top: 2.5rem;
    }

    .modern-banking-plan-btn {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        color: white;
        padding: 1.2rem 2.5rem;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        transition: all 0.3s ease;
        border: none;
        box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.25);
        font-size: 1rem;
        letter-spacing: 0.5px;
    }

    .modern-banking-plan-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(var(--primary-color-rgb), 0.4);
        color: white;
        text-decoration: none;
        background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    }

    /* Scroll Animations */
    .animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease;
    }

    .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }

    /* Fade in up animation */
    [data-animation="fade-in-up"] {
        transform: translateY(50px);
    }

    /* Slide in from left */
    [data-animation="slide-in-left"] {
        transform: translateX(-100px);
        opacity: 0;
    }

    [data-animation="slide-in-left"].animated {
        transform: translateX(0);
        opacity: 1;
    }

    /* Slide in from right */
    [data-animation="slide-in-right"] {
        transform: translateX(100px);
        opacity: 0;
    }

    [data-animation="slide-in-right"].animated {
        transform: translateX(0);
        opacity: 1;
    }

    /* Slide in from bottom */
    [data-animation="slide-in-bottom"] {
        transform: translateY(100px);
        opacity: 0;
    }

    [data-animation="slide-in-bottom"].animated {
        transform: translateY(0);
        opacity: 1;
    }

    /* Scale in animation */
    [data-animation="scale-in"] {
        transform: scale(0.8);
        opacity: 0;
    }

    [data-animation="scale-in"].animated {
        transform: scale(1);
        opacity: 1;
    }

    /* Enhanced hover effects for better interactivity */
    .modern-banking-plan-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 25px 50px rgba(var(--primary-color-rgb), 0.15);
        border-color: rgba(var(--primary-color-rgb), 0.2);
    }

    .modern-banking-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(var(--primary-color-rgb), 0.2);
    }

    .feature-item:hover {
        transform: translateX(8px) scale(1.02);
        box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.15);
    }

    /* Smooth transitions for all interactive elements */
    .modern-banking-plan-card,
    .modern-banking-card,
    .feature-item,
    .modern-banking-plan-btn {
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Enhanced button hover effects */
    .modern-banking-plan-btn:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 15px 30px rgba(var(--primary-color-rgb), 0.4);
        color: white;
        text-decoration: none;
        background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    }

    /* Improved section spacing */
    .ptb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }



    /* ================================== *\
        Mediaqueries
    \* ================================== */
    @media (max-width: 667px) {
        /* #google_translate_element {
        }
        #google_translate_element goog-te-gadget {
        }
        #google_translate_element .skiptranslate {
        } */
        #google_translate_element .goog-te-gadget-simple {
            text-align: center;
        }
    }

    /* Custom Owl Carousel Dots */
    .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        gap: 12px;
    }

    .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(var(--primary-color-rgb), 0.3);
        border: 2px solid transparent;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .owl-dot::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background: var(--primary-color);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .owl-dot:hover {
        background: rgba(var(--primary-color-rgb), 0.5);
        transform: scale(1.2);
        box-shadow: 0 4px 12px rgba(var(--primary-color-rgb), 0.3);
    }

    .owl-dot.active {
        background: rgba(var(--primary-color-rgb), 0.1);
        border-color: var(--primary-color);
        transform: scale(1.1);
    }

    .owl-dot.active::before {
        transform: translate(-50%, -50%) scale(1);
    }

    /* Enhanced Social Icons */
    .social-list .list-inline-item a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

    .social-list .list-inline-item a:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-3px) scale(1.1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        color: white;
        text-decoration: none;
    }

    .social-list .list-inline-item a i {
        font-size: 16px;
        font-weight: 600;
    }

    /* Footer Gradient Enhancement */
    .footer-top.gradient-bg {
        position: relative;
        overflow: hidden;
    }

    .footer-top.gradient-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        opacity: 0.95;
        z-index: -1;
    }

    .footer-top.gradient-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
        z-index: -1;
    }

/* Modern Banking Dropdown Menu Styling */
.modern-banking-nav .dropdown-menu {
    background: var(--primary-color) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15) !important;
    padding: 8px 0 !important;
    margin-top: 0 !important; /* Remove gap between dropdown and nav */
    min-width: 200px !important;
    top: 100% !important; /* Position directly below the nav item */
}

.modern-banking-nav .dropdown-menu .dropdown-item {
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    background: transparent !important;
}

.modern-banking-nav .dropdown-menu .dropdown-item:hover,
.modern-banking-nav .dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    transform: translateX(5px) !important;
}

.modern-banking-nav .dropdown-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.2) !important;
    margin: 8px 0 !important;
}

.modern-banking-nav .dropdown-toggle::after {
    border-top-color: #ffffff !important;
    margin-left: 5px !important;
}

.modern-banking-nav .dropdown-toggle:hover::after {
    border-top-color: var(--accent-color) !important;
}

/* Ensure dropdown menu is visible on hover */
.modern-banking-nav .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Mobile dropdown styling */
@media (max-width: 991px) {
    .modern-banking-nav .dropdown-menu {
        background: var(--primary-color) !important;
        border: none !important;
        box-shadow: none !important;
        margin-top: 0 !important;
        position: static !important;
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .modern-banking-nav .dropdown-menu.show {
        display: block !important;
    }

    .modern-banking-nav .dropdown-menu .dropdown-item {
        color: #ffffff !important;
        padding: 12px 20px !important;
        background: transparent !important;
    }

    .modern-banking-nav .dropdown-menu .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
        transform: none !important;
    }

    .modern-banking-nav .dropdown-menu .dropdown-divider {
        border-color: rgba(255, 255, 255, 0.2) !important;
        margin: 8px 0 !important;
    }
}

    /* Why Us Section Styling */
    .why-us-section {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        position: relative;
    }

    .why-us-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f0f0f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        opacity: 0.3;
        z-index: 0;
    }

    .why-us-section .container {
        position: relative;
        z-index: 1;
    }

    .why-us-card {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        padding: 2.5rem 1.5rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        position: relative;
        overflow: hidden;
    }

    .why-us-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .why-us-card:hover::before {
        transform: scaleX(1);
    }

    .why-us-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .why-us-icon-wrapper {
        position: relative;
        display: inline-block;
    }

    .why-us-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .why-us-icon::before {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        border-radius: 50%;
        opacity: 0.3;
        z-index: -1;
        transition: all 0.3s ease;
    }

    .why-us-card:hover .why-us-icon {
        transform: scale(1.1);
    }

    .why-us-card:hover .why-us-icon::before {
        transform: scale(1.2);
        opacity: 0.5;
    }

    .why-us-icon i {
        font-size: 2.5rem;
        color: white !important;
        transition: all 0.3s ease;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 2;
        position: relative;
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* Ensure FontAwesome icons are properly displayed */
    .why-us-icon .fas,
    .why-us-icon .far,
    .why-us-icon .fab {
        color: white !important;
        font-size: 2.5rem !important;
    }

    .why-us-title {
        color: var(--primary-color);
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        transition: color 0.3s ease;
    }

    .why-us-description {
        color: #6c757d;
        line-height: 1.6;
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .why-us-features .badge {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        color: white;
        border-radius: 20px;
        padding: 0.5rem 1rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .why-us-features .badge:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .why-us-stats {
        background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--secondary-color-rgb), 0.1) 100%);
        border-radius: 15px;
        padding: 1rem;
    }

    .stat-number {
        font-size: 2rem;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1;
    }

    .stat-label {
        font-size: 0.8rem;
        color: #6c757d;
        font-weight: 500;
        margin-top: 0.25rem;
    }

    .why-us-highlight {
        background: linear-gradient(135deg, var(--success-color) 0%, var(--secondary-color) 100%);
        border-radius: 25px;
        padding: 0.75rem 1.5rem;
        display: inline-block;
    }

    .highlight-text {
        color: white;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .security-features .security-item,
    .innovation-features .innovation-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        color: #6c757d;
    }

    .security-features .security-item:last-child,
    .innovation-features .innovation-item:last-child {
        margin-bottom: 0;
    }

    .support-channels .badge {
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        color: white;
        border-radius: 20px;
        padding: 0.5rem 1rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .support-channels .badge:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .letter-spacing-2 {
        letter-spacing: 2px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .why-us-card {
            padding: 2rem 1rem;
        }
        
        .why-us-icon {
            width: 60px;
            height: 60px;
        }
        
        .why-us-icon i {
            font-size: 1.8rem;
            color: white !important;
        }
        
        .why-us-icon .fas,
        .why-us-icon .far,
        .why-us-icon .fab {
            font-size: 1.8rem !important;
            color: white !important;
        }
        
        .why-us-title {
            font-size: 1.25rem;
        }
        
        .stat-number {
            font-size: 1.5rem;
        }
    }

    /* Modern Testimonials Section Styling */
    .testimonials-section {
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        position: relative;
    }

    .testimonials-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f0f0f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        opacity: 0.3;
        z-index: 0;
    }

    .testimonials-section .container {
        position: relative;
        z-index: 1;
    }

    .testimonials-slider-wrapper {
        position: relative;
        padding: 0 60px;
    }

    .testimonial-card {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        padding: 2.5rem;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        position: relative;
        overflow: hidden;
        margin: 1rem;
    }

    .testimonial-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .testimonial-card:hover::before {
        transform: scaleX(1);
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    }

    .testimonial-content {
        position: relative;
        margin-bottom: 2rem;
    }

    .testimonial-quote-icon {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .testimonial-text {
        padding-left: 2rem;
        padding-top: 1rem;
    }

    .testimonial-text p {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #6c757d;
        font-style: italic;
        margin: 0;
    }

    .testimonial-rating {
        margin-top: 1.5rem;
        text-align: center;
    }

    .testimonial-rating i {
        font-size: 1.1rem;
        margin: 0 0.1rem;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .author-image {
        margin-right: 1rem;
    }

    .author-image img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border: 3px solid rgba(var(--primary-color-rgb), 0.2);
        transition: all 0.3s ease;
    }

    .testimonial-card:hover .author-image img {
        border-color: var(--primary-color);
        transform: scale(1.05);
    }

    .author-info {
        flex: 1;
    }

    .author-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-color);
        margin: 0 0 0.25rem 0;
    }

    .author-title {
        font-size: 0.9rem;
        color: #6c757d;
        margin: 0;
        font-weight: 500;
    }

    /* Testimonials Carousel Styling */
    .testimonials-carousel {
        position: relative;
    }

    .testimonials-carousel .owl-stage {
        padding: 1rem 0;
    }

    .testimonials-carousel .owl-item {
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .testimonials-carousel .owl-item.active {
        opacity: 1;
    }

    .testimonials-carousel .owl-item.active.center {
        transform: scale(1.05);
    }

    /* Custom Navigation */
    .testimonials-navigation {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        pointer-events: none;
        z-index: 10;
    }

    .testimonial-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        border: none;
        border-radius: 50%;
        color: white;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        pointer-events: all;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-nav-btn:hover {
        background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .testimonial-nav-btn:focus {
        outline: none;
    }

    .testimonial-prev {
        left: -25px;
    }

    .testimonial-next {
        right: -25px;
    }

    /* Owl Carousel Dots */
    .testimonials-carousel .owl-dots {
        margin-top: 2rem;
        text-align: center;
    }

    .testimonials-carousel .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: rgba(var(--primary-color-rgb), 0.3);
        border-radius: 50%;
        transition: all 0.3s ease;
        border: none;
    }

    .testimonials-carousel .owl-dot.active {
        background: var(--primary-color);
        transform: scale(1.2);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .testimonials-slider-wrapper {
            padding: 0 40px;
        }
        
        .testimonial-card {
            padding: 2rem 1.5rem;
            margin: 0.5rem;
        }
        
        .testimonial-text p {
            font-size: 1rem;
        }
        
        .testimonial-nav-btn {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }
        
        .testimonial-prev {
            left: -20px;
        }
        
        .testimonial-next {
            right: -20px;
        }
        
        .author-image img {
            width: 50px;
            height: 50px;
        }
    }