@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-family: "Open Sans", sans-serif;
}



.top-bar {
    background-color: #0b4f9a;
    color: #fff;
    font-size: 15px;

}


.main-header {
    background: linear-gradient(90deg, #ffffff 0%, #e8f4fc 100%);
    /* border-bottom: 4px solid #c1a954; */
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.bank-logo {
    width: 14%;
}

.bank-title-marathi {
    /*font-size: 32px;*/
      font-size: 31px;
    font-weight: 700;
    color: #c1a954;
    color:#035094;
    line-height: 1.2;

}

.bank-title-english {
    font-size: 18px;
    font-weight: 500;
    color: #0b4f9a;

}

.bank-details {
    font-size: 13px;
    color: #444;
}

.language-switch select {
    border: 2px solid #c1a954;
    color: #333;
}

@media (max-width: 768px) {
    .bank-title-marathi {
        font-size: 22px;
    }

    .bank-title-english {
        font-size: 14px;
    }

    .bank-details {
        font-size: 11px;
    }
}


.navbar {
    background-color: #0b4f9a;
}

.navbar-expand-lg {
    padding: 0px !important;

}

.nav-link {
    color: #fff !important;
    /*font-weight: 500;*/
    font-size: 13px;
}

.nav-link.active {
    color: #ffc800 !important;
}

.dropdown-menu {
    background-color: #0b4f9a;
    color: #fff;
}

.dropdown-item {
    background-color: transparent !important;
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #ffc800 !important;
}

/* Handle submenu display */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu.show>.dropdown-menu {
    display: block;
}

/* Mobile override: make submenu vertical */
@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu {
        position: static;
        margin-left: 1rem;
    }
}

/* Remove white background on hover for sub-submenu items */
.dropdown-submenu .dropdown-menu .dropdown-item:hover,
.dropdown-submenu .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
    color: inherit;
}

/* Keep submenu parent highlighted when submenu is open */
.dropdown-submenu.show>.dropdown-toggle {
    color: #0d6efd;
    /* Bootstrap primary link color */
    background-color: transparent;
    /* or any background you want */
    text-decoration: none;
}

/* about section */

.home-about-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.home-about-section h2 {
    color: #002F5F;
    font-weight: 700;
    margin-bottom: 25px;
}

.home-about-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.home-about-section .read-more-btn {
    margin-top: 20px;
    background-color: #C5A05A;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
      text-decoration:none !important;
}

.home-about-section .read-more-btn:hover {
    background-color: #b48947;
    text-decoration:none !important;
}

a{
    text-decoration:none !important;
}

/*--------------------------------
         DICGC section   start
 --------------------------------*/


.dicgc-section {
    background-color: #ffffff;
    color: #002f5f;
    padding: 50px 20px;
    /* border-top: 4px solid #c1a954;
      border-bottom: 4px solid #c1a954; */
}

.dicgc-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #002f5f;
}

.dicgc-img {
    max-width: 150px;
    height: auto;
    margin: 10px auto;
    border: 2px solid #c1a954;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
}

.dicgc-text {
    font-size: 1.1rem;
    color: #333;
}

.dicgc-section {
    /*background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)), url(../banner/di-bg2.jpg);*/
    background-size: cover;
    background-position: center;

}

/* all a tag text underline removed*/
a:hover {
    text-decoration: none !important;
}

/*--------------------------------
         DICGC section  End
 --------------------------------*/


/*--------------------------------
        update-section start 
 --------------------------------*/


.update-section {

    padding: 30px 20px;
    /* background: url(../banner/imp-sec.jpeg); */
    /* background-size: cover;
      background-position: center; */
}

.update-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    height: 250px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #002f5f;
    /*border-bottom: 2px solid #c1a954;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.latest-marquee {
    flex: 1;
    overflow: hidden;
}

.latest-marquee marquee p {
    white-space: normal;
    word-wrap: break-word;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333;
}

.important-links {
    flex: 1;
    overflow-y: auto;
}

.important-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.important-links li {
    margin-bottom: 10px;
}

.important-links a {
    text-decoration: none;
    color: #002f5f;
    display: block;
    word-wrap: break-word;
    white-space: normal;
}

.important-links a:hover {
    color: #c1a954;
    text-decoration: underline;
}

/* Custom scrollbar */
.important-links::-webkit-scrollbar {
    width: 6px;
}

.important-links::-webkit-scrollbar-thumb {
    background-color: #c1a954;
    border-radius: 5px;
}

/*--------------------------------
        update-section End 
 --------------------------------*/




/*--------------------------------
       Types of Loans start
 --------------------------------*/

.marquee-section {
    padding: 40px 20px 20px;
    background-color: #fff;
    /* border-top: 4px solid #c1a954; */
}

.marquee-section .marquee-title {
    text-align: center;
    /* font-size: 1.75rem; */
    font-weight: bold;
    color: #002f5f;
    margin-bottom: 20px;
}

.marquee-section .marquee-box {
    background-color: #fefefe;
    border: 2px solid #c1a954;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.marquee-section .marquee-text {
    display: inline-block;
    white-space: nowrap;
    color: #002f5f;
    font-weight: 600;
    font-size: 1rem;
}

.marquee-section .marquee-text span {
    margin-right: 50px;
}

.loan-grid {
    padding: 30px 20px;
    background: #fff;
}

.loan-grid .loan-item {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 5px 0;
    background: #f8f9fc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.loan-grid .loan-icon {
    font-size: 1.5rem;
    color: #002f5f;
    margin-right: 10px;
}

.loan-grid .loan-name {
    font-size: 0.95rem;
    color: #002f5f;
    font-weight: 500;
    margin: 0;
}


/*--------------------------------
       Types of Loans End
 --------------------------------*/

/*--------------------------------
      new-services start
 --------------------------------*/

.new-services {
    /* background: linear-gradient(135deg, #002F5F, #004080); */
    background-color: #3B536F;
    padding: 60px 0;
    color: #fff;
}

.left-side-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
}

.new-services .read-more-btn {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    /* font-weight: bold; */
}

.new-services .read-more-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    /* font-weight: bold; */
}

.service-description {
    color: #eee;
    font-size: 16px;
}

.services-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.circle {
    width: 120px;
    height: 120px;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s ease;
}

.circle:hover {
    background-color: #fff;
    color: #002F5F;
    transform: translateY(-5px);
}

.circle i {
    font-size: 28px;
    margin-bottom: 8px;
}

.circle h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .services-name {
        justify-content: center;
    }

    .circle {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
}


/* account css */
.account-home {
    padding: 60px 0;
    background: #f8f9fa;
}

.account-card {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.account-card:hover {
    transform: translateY(-5px);
}

.account-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.account-card .card-body {
    padding: 25px;
}

.account-card h5 {
    color: #002F5F;
    font-weight: 600;
}

.account-card p {
    color: #555;
}

.account-card .btn {
    background-color: #C5A05A;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
}

.account-card .btn:hover {
    background-color: #002F5F;
}


.main-head {
    font-weight: bold;
    margin-bottom: 20px;
    color: #002f5f;
}




















/* --- Services Section --- */
.services-section {
    background: linear-gradient(135deg, #004e90, #c1a954);
    color: white;
    padding: 80px 0;
}

.services-section h2 {
    font-size: 36px;
    font-weight: 700;
}

.services-section .subtitle {
    font-size: 18px;
    opacity: 0.9;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    color: #004e90;
    height: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 45px;
    color: #c1a954;
    margin-bottom: 20px;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-desc {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.read-more-btn {
    background-color: #004e90;
    color: #fff;
    border: 2px solid #004e90;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.read-more-btn:hover {
    background-color: transparent;
    color: #004e90;
    border-color: #004e90;
}

/* calculator section */

.section-wrapper {
    padding: 60px 0;
    background-color: #f4f6f9;
}

/* .notice-board,
.emi-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.notice-board h4,
.emi-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #002F5F;
} */

.notice-item {
    border-left: 4px solid #C5A05A;
    padding-left: 15px;
    margin-bottom: 15px;
}

.notice-item p {
    margin: 0;
    color: #333;
}

.form-label {
    font-weight: 500;
}

.btn-emi {
    background-color: #002F5F;
    color: #fff;
    border-radius: 30px;
}

.btn-emi:hover {
    background-color: #C5A05A;
}

/* #emi-result {
    font-weight: bold;
    color: #C5A05A;
    margin-top: 15px;
} */


/* new Ccalcy */


.emi-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #002F5F;
}

.emi-box h4 {
    font-weight: 700;
    color: #002F5F;
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    color: #333;
}

.form-range {
    accent-color: #C5A05A;
}

.range-track {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-top: -8px;
}

#emi-details {
    margin-top: 30px;
    background: #fdfdfd;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #C5A05A;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.03);
}

#emi-details h5 {
    font-weight: 600;
    color: #002F5F;
    margin-bottom: 15px;
}

#emi-details p {
    margin: 6px 0;
    font-size: 15px;
    color: #444;
}

.value-label {
    font-weight: bold;
    color: #C5A05A;
    margin-left: 8px;
}















/* --- Why Choose Section --- */
.why-choose-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #004e90;
}

.why-choose-section p.subtitle {
    color: #555;
}

.why-card {
    padding: 30px 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    transition: transform 0.3s;
}

.why-card:hover {
    transform: translateY(-6px);
}

.why-icon {
    font-size: 48px;
    color: #c1a954;
    margin-bottom: 15px;
}

.why-title {
    font-size: 20px;
    font-weight: 600;
    color: #004e90;
}

.why-text {
    color: #666;
    font-size: 15px;
}

/* home contact section */
.contact-section {
    padding: 60px 0;
    background: #f4f6f9;
}

.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); */
}

.contact-box h4 {
    color: #002F5F;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 8px;
}

.btn-submit {
    background-color: #C5A05A;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
}

.btn-submit:hover {
    background-color: #002F5F;
}

.info-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); */
    height: 100%;
}

.info-box h5 {
    color: #002F5F;
    margin-bottom: 20px;
}

.info-item {
    margin-bottom: 15px;
}

.info-item i {
    color: #C5A05A;
    margin-right: 10px;
}

.map-placeholder {
    background: #eee;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border-radius: 10px;
    color: #999;
    font-style: italic;
}


.why-choose-section {
    background: url(../banner/why-banner.jpeg);
    /* background-position: center;
    background-size: cover; */
    background-attachment: fixed;
}

.why-choose-section h2 {
    color: #fff !important;
}

.why-choose-section .subtitle {
    color: #fff !important;
}





/* footer  */

footer {
    background-color: #002f5f;
    color: #f8f9fa;
}

footer h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #c5a05a;
}

footer a {
    color: #f8f9fa;
    text-decoration: none;
}

footer a:hover {
    color: #c5a05a;
}

.footer-icons a {
    font-size: 1.5rem;
    margin-right: 15px;
    transition: 0.3s;
    color: #f8f9fa;
}

.footer-icons a:hover {
    color: #c5a05a;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background-color: #001e3f;
    color: #e0e0e0;
}

.footer-bottom span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #c5a05a;
}


@media(max-width:768px) {
    .language-switch {
        text-align: right;
    }

    .new-services .read-more-btn {
        margin-bottom: 30px;
    }

    footer {
        text-align: center !important;
    }
}

/*Borad of director css*/

   .board-of {
            padding: 60px 0;
            /* background: linear-gradient(135deg, #0B4F99 0%, #C1A954 100%); */
            background-color: #ebe9e3;
            color: white;
            text-align: center;
        }

        .board-of h2 {
            font-weight: bold;
            margin-bottom: 40px;
        }

        .member-wrap {
            background-color: white;
            color: #0B4F99;
            padding: 25px 15px;
            /*border: 3px solid #C1A954;*/
            border-radius: 15px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .member-wrap:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }
        
        /*photo size fitting*/

        .member-wrap img {
            width: 100%;
             /*height: 270px; */
                height: 300px; 
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 15px;
            border: 2px solid #0B4F99;
        }

        .member-wrap h3 {
            font-size: 20px;
            font-weight: bold;
        }

        .member-wrap h4 {
            font-size: 16px;
            color: #C1A954;
            margin-top: 5px;
        }


.main-head{
    color: #002F5F;
    font-weight: 700;
}
/*branch css*/




        .branches-section {
            background-color: #f8f9fa;
            padding: 60px 0;
            padding-top:0px;
        }

        .branch-card {
            background-color: #ffffff;
            border-left: 5px solid #C1A954;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }

        .branch-card:hover {
            transform: translateY(-5px);
        }

        .branch-title {
            color: #002F5F;
            font-weight: bold;
        }

        .branch-info {
            color: #333;
        }

        .section-title {
            text-align: center;
            color: #002F5F;
            font-weight: bold;
            margin-bottom: 50px;
        }

       
        .contact-detail strong {
            color: #002F5F;
        }




.main-head{
        color: #0B4F99 !important;
    font-weight: 700 !important;
    font-size:32px !important;
}


/*about table css*/
 .branch-table .table thead {
            background-color: #C1A954 !important;
            color: #fff;
        }

        .branch-table .table th {
            background-color: #C1A954 !important;
            color: #fff;
        }

        .branch-table .table-bordered th,
        .branch-table .table-bordered td {
            vertical-align: middle;
        }

        .branch-table .title {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 24px;
            font-weight: bold;
            color: #0B4F9A;
        }

        .branch-table .subtitle {
            text-align: center;
            font-size: 16px;
            margin-bottom: 20px;
            color: #0B4F9A;
        }

/*trust section css*/
 .trust-section {
            background-color: #fff;
            color: #0B4F9A;
            padding: 60px 20px;
            padding-top:0px;
            border-radius: 15px;
            /*border: 2px solid #C1A954;*/
        }

        .trust-section h2 {
            font-weight: bold;
            font-size: 25px;
            margin-bottom: 30px;
            color: #C1A954;
            text-align: center;
        }

        .trust-section p {
            font-size: 1.1rem;
            line-height: 1.9;
            margin-bottom: 1rem;
            text-align: justify;
        }

        @media (max-width: 768px) {
            .trust-section h2 {
                font-size: 2rem;
            }

            .trust-section p {
                font-size: 1rem;
            }
        }

/*----------------------------------------*/

 .d-section{
            background-color: #fff;
            color: #0B4F9A;
        }

        .section-title3 {
            /*background-color: #C1A954;*/
            color: #0B4F99;
            /*padding: 10px;*/
            border-radius: 5px;
        }

        .plan-box {
            /* border: 2px solid #C1A954; */
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            background-color: #fdfdf5;
        }

        .highlight {
            color: #C1A954;
            font-weight: bold;
        }


/* invest page*/

.inv-page {
            background-color: #f8f9fa;
            padding: 30px;
            padding-top:0px;
            color: #0B4F9A;
        }

        .table-container {
            max-width: 600px;
            margin: auto;
            background-color: #fff;
            padding: 20px;
            padding-top:0px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .inv-page h2 {
            text-align: center;
            background-color: #C1A954;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .inv-page table {
            width: 100%;
            border-collapse: collapse;
            font-size: 16px;
        }

        .inv-page th,
        td {
            padding: 10px 12px;
            border: 1px solid #ccc;
            text-align: center;
        }

        .inv-page th {
            background-color: #0B4F9A;
            color: #fff;
        }

        .inv-page tr:nth-child(even) {
            background-color: #f1f1f1;
        }

        .inv-page tr:hover {
            background-color: #e0f0ff;
        }



 
.subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: #0B4F9A;
    
    
}
.services-section .subtitle {
    color:#fff !important;
}
    
    
    /*-------------------
      about city page 
    --------------------*/
    
      .malegaon-section {
            /*padding: 50px 15px;*/
            /*background: linear-gradient(135deg, #e0f7fa, #f0f4c3);*/
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            max-width: 1140px;
            margin: auto;
            color: #2c3e50;
        }

        .malegaon-section p {
            line-height: 1.9;
            font-size: 1.1rem;
            text-align: justify;
        }

        .malegaon-section img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        }

        @media (max-width: 767px) {
            .malegaon-section {
                padding: 30px 10px;
            }

            .malegaon-section p {
                font-size: 1rem;
            }
        }
    
    /*about last section css*/
    
     .features-section {
            /* background: linear-gradient(135deg, #ffffff, #f9f9f9); */
            padding: 60px 15px;
            padding-top: 0px;
            color: #0B4F9A;
            /* border-top: 6px solid #C1A954; */
        }

        .features-section h2 {
                text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0B4F9A;
    margin-bottom:20px;
        }

        .feature-card {
            background-color: #ffffff;
            border-left: 5px solid #C1A954;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            border-radius: 10px;
            padding: 15px 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
            transition: transform 0.2s ease;
        }

        .feature-card:hover {
            transform: translateY(-4px);
        }

        .feature-icon {
            color: #C1A954;
            font-size: 1.4rem;
            flex-shrink: 0;
            margin-top: 3px;
        }

        .feature-text {
            font-size: 1.05rem;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .feature-text {
                font-size: 1rem;
            }
        }
         .title {
            text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0B4F9A;
        }
        
        
        @media(max-width:700px){
             .new-services .test {
            margin-bottom:30px !important;
        }
        }
       
        .high{
            color:#035094 !important;
        }
        
        .navbar-toggler {
            background-color:#FFF;
            margin:4px;
        }
        
        
        
        /*new table*/
        
         .bank-table {
            max-width: 750px;
            margin: auto;
            border-collapse: collapse;
            width: 100%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .bank-table th,
        .bank-table td {
            border: 1px solid #dee2e6;
            padding: 12px;
            text-align: left;
            font-size: 16px;
        }

        .bank-table th {
            background-color: #0B4F9A;
            color: white;
        }

        .bank-table tr:nth-child(even) {
            background-color: #f4f6f9;
        }

        .bank-table tr:hover {
            background-color: #e9eff5;
        }

        .bank-table tr:last-child {
            background-color: #C5A05A;
            font-weight: bold;
            color: #000;
        }

        .table-title {
            text-align: center;
            font-size: 24px;
            color: #0B4F9A;
            margin-bottom: 20px;
            font-weight: bold;
        }
        
        
        /*navbar css*/
        @media(min-width:991px){
            .nav-ad{
                padding:0px  !important;
                /*border:1px solid red;*/
            }
        }
        
        
        .up-sec{
             /*background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),*/
             /*   url('https://xposure.in/Malegaonbank/public/web/assets/banner/why-banner.jpeg') ;*/
                background-attachment:fixed;
                    background: url(https://xposure.in/Malegaonbank/public/web/assets/banner/why-banner.jpeg);
        }
        
        /*flip BG img*/
        .why-choose-section {
    background: url(../banner/up-banner2.jpeg);
    
     background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url('https://xposure.in/Malegaonbank/public/web/assets/banner/up-banner2.jpeg') ;
    /* background-position: center;
    background-size: cover; */
    background-attachment: fixed;
}
        
        
        
        
        
        
        
        .blur {
            backdrop-filter: blur(3px);
        }
        
        .important-links a {
            color:#fff;
        }
        
        
        @media(max-width:720px){
            .update-section .update-box {
                margin-bottom:20px;
            }
        }
        
        
        
        
        
        
        /*Digital Banking sub links css only - in bottom side */
        
        /*rtgs-neft*/
        .rtgs-neft-info .card:hover {
            transform: translateY(-5px);
            transition: 0.3s;
        }

        .rtgs-neft-info .btn-warning {
            background-color: #c1a954;
            color: #0B4F9A;
            border: none;
        }

        .rtgs-neft-info .btn-warning:hover {
            background-color: #b19030;
            color: white;
        }
        /*imps*/
         .imps-facility {
            background: linear-gradient(rgba(13, 27, 42, 0.9), rgba(13, 27, 42, 0.95)),
                url("https://img.freepik.com/free-vector/abstract-digital-banking-background_23-2149161601.jpg-") center/cover no-repeat;
            color: #fff;
            padding: 60px 20px;
            border-radius: 16px;
        }

        .imps-facility h2 {
            color: #F4A300;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .imps-facility p strong {
            color: #F4A300;
        }

        .imps-facility a {
            color: #F4A300;
            font-weight: 600;
            text-decoration: none;
        }

        .imps-facility a:hover {
            text-decoration: underline;
        }

       .imps-facility .imps-icon {
            font-size: 60px;
            color: #F4A300;
            margin-bottom: 15px;
        }

        .imps-facility .imps-box {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: 0.3s;
        }

        .imps-facility .imps-box:hover {
            transform: translateY(-5px);
            background: rgba(244, 163, 0, 0.1);
        }
        
        /*rupay */
         .rupay-section {
      background: linear-gradient(rgba(13, 27, 42, 0.95), rgba(13, 27, 42, 0.95)),
                  url("https://img.freepik.com/free-vector/digital-finance-background_23-2149161484.jpg-") center/cover no-repeat;
      color: #fff;
      padding: 60px 20px;
    }
    .rupay-card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 30px;
      margin-bottom: 25px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.4);
      transition: 0.3s;
    }
    .rupay-card:hover {
      transform: translateY(-5px);
      background: rgba(193,169,84,0.12);
    }
    .rupay-section h2, .rupay-section h3 {
      color: #C1A954;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .rupay-section ul li {
      margin-bottom: 8px;
    }
   .rupay-section .rupay-icon {
      font-size: 60px;
      color: #C1A954;
      margin-bottom: 15px;
    }
   .rupay-section .highlight {
      color: #C1A954;
      font-weight: 600;
    }
        
        /*ATM SECTION */
        
  .atm-section {
      /*padding: 50px 20px;*/
    }
    .atm-section h2 {
      color: #0B4F99;
      font-weight: bold;
      margin-bottom: 25px;
    }
    .atm-section ul {
      list-style: none;
      padding: 0;
    }
    .atm-section ul li {
      font-size: 1.1rem;
      margin-bottom: 15px;
      padding: 12px 15px;
      border-left: 5px solid #C1A954;
      border-radius: 10px;
      background: #f8f9fa; /* light grey card effect */
      transition: all 0.3s ease;
    }
    .atm-section ul li:hover {
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transform: translateX(5px);
    }
    .atm-section ul li i {
      color: #C1A954;
      margin-right: 10px;
    }        
    /*pos*/
    /*      .pos-ecom {*/
    /*  padding: 60px 20px;*/
    /*}*/
    .pos-ecom h2 {
      color: #0B4F99;
      font-weight: bold;
      margin-bottom: 25px;
    }
    .pos-ecom p {
      font-size: 1.1rem;
      margin-bottom: 15px;
      line-height: 1.7;
    }
    .pos-ecom .info-box {
      background: #f8f9fa;
      padding: 20px;
      border-left: 5px solid #C1A954;
      border-radius: 12px;
      margin-bottom: 15px;
      transition: all 0.3s ease;
    }
    .pos-ecom .info-box:hover {
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.12);
      transform: translateX(5px);
    }
    .pos-ecom .info-box i {
      color: #C1A954;
      margin-right: 8px;
    }
    .pos-ecom a {
      color: #0B4F99;
      font-weight: bold;
      text-decoration: none;
    }
    .pos-ecom a:hover {
      color: #C1A954;
    }
    
    /*mobile banking */
       /*.mobipro {*/
       /*     padding: 60px 20px;*/
       /* }*/

        .mobipro h2 {
            color: #0B4F99;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .mobipro p {
            font-size: 1.1rem;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        .mobipro .service-card {
            background: #f8f9fa;
            border-radius: 14px;
            padding: 25px 20px;
            transition: all 0.3s ease;
            border: 1px solid #eee;
            height: 100%;
        }

        .mobipro .service-card:hover {
            background: #fff;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-5px);
        }

        .mobipro .service-icon {
            font-size: 1.8rem;
            color: #C1A954;
            margin-bottom: 15px;
        }

        .mobipro .service-title {
            font-weight: bold;
            color: #0B4F99;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .mobipro .service-desc {
            font-size: 0.95rem;
            color: #333;
        }
        /*Missed Call Service*/
         .missed-call-card {
            background: #fff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
        }

        .missed-call-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .missed-call-card h2 {
            color: #0B4F99;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .phone-number {
            display: inline-block;
            font-weight: bold;
            font-size: 1.5em;
            color: #C1A954;
            margin: 15px 0;
        }

        .missed-call-card h3 {
            color: #0B4F99;
            font-size: 1.3em;
            margin-top: 30px;
            margin-bottom: 15px;
        }

        .missed-call-card ul {
            list-style: none;
            padding: 0;
        }

        .missed-call-card ul li {
            font-size: 1rem;
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }

        .missed-call-card ul li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: #C1A954;
        }

        .important-notes {
            background: #f1f5f9;
            padding: 20px;
            border-left: 5px solid #0B4F99;
            border-radius: 10px;
            margin-top: 25px;
        }
        /*estatement-section*/
          .estatement-section {
            /* padding: 60px 20px; */
            background: #f9fafc;
        }

      .estatement-section   .estatement-card {
            background: #fff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
        }

       .estatement-section .estatement-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
        }

       .estatement-section .estatement-card h2 {
            color: #0B4F99;
            font-weight: bold;
            margin-bottom: 20px;
        }

       .estatement-section .estatement-card p {
            margin-bottom: 15px;
            font-size: 1.05rem;
        }

       .estatement-section .estatement-card h3 {
            color: #0B4F99;
            font-size: 1.3em;
            margin-top: 25px;
            margin-bottom: 15px;
        }

       .estatement-section .estatement-card ul {
            list-style: none;
            padding: 0;
        }

       .estatement-section  .estatement-card ul li {
            font-size: 1rem;
            margin-bottom: 12px;
            padding-left: 32px;
            position: relative;
        }

       .estatement-section .estatement-card ul li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: #C1A954;
        }

       .estatement-section .email-list ol {
            padding-left: 20px;
        }

       .estatement-section  .email-list a {
            color: #0B4F99;
            font-weight: bold;
            text-decoration: none;
        }

       .estatement-section  .email-list a:hover {
            color: #C1A954;
        }

        .estatement-section .icon-header {
            font-size: 2.2rem;
            color: #C1A954;
            margin-bottom: 10px;
        }
        /*cts section*/
          .cts-section h2, .cts-section h3 {
      color: #0B4F99;
    }
    .cts-section .card {
      transition: all 0.3s ease-in-out;
    }
    .cts-section .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }
    .cts-section ul li {
      margin-bottom: 10px;
      font-size: 1rem;
    }
    .cts-section ul li i {
      margin-right: 6px;
    }
    
    
    /*estock-statement*/
    
    .estock-statement{
        border-radius:10px;
    }
          .Account {
            padding: 50px 0;
        }

        .Account h2 {
            font-size: 1.8rem;
            font-weight: bold;
            color: #0B4F9A;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .Account p {
            font-size: 1rem;
            color: #333;
            line-height: 1.6;
        }

        .Account img {
            max-width: 100%;
            border-radius: 12px;
        }



/* bank feuture section added 26 aug 2025*/
      :root {
            --mbank-gold: #C1A954;
            --mbank-blue: #0B4F9A;
        }

        body {
            background: #f7f9fc;
        }

        .mbank-section {
            position: relative;
            background: linear-gradient(135deg, rgba(11, 80, 154, 0.568) 0%, rgba(11, 79, 154, 0.88) 100%);
            color: #fff;
            overflow: hidden;
        }

        .mbank-accent-ring {
            position: absolute;
            inset: -60% -30% auto auto;
            width: 1200px;
            height: 1200px;
            border: 2px solid rgba(193, 169, 84, 0.25);
            border-radius: 50%;
            filter: blur(0.5px);
        }

        .mbank-accent-ring-2 {
            position: absolute;
            inset: auto auto -70% -30%;
            width: 1200px;
            height: 1200px;
            border: 2px solid rgba(193, 169, 84, 0.2);
            border-radius: 50%;
            filter: blur(0.5px);
        }

        .mbank-badge {
            background-color: var(--mbank-gold);
            color: #102a43;
            font-weight: 600;
            letter-spacing: .02em;
        }

        .mbank-title {
            color: #fff;
            font-weight: 800;
            letter-spacing: .3px;
        }

        .mbank-subtitle {
            color: rgba(255, 255, 255, .9);
        }

        .mbank-card {
            height: 100%;
            background: #ffffff;
            border: none;
            border-radius: 1rem;
            box-shadow: 0 10px 30px rgba(11, 79, 154, .15);
            transition: transform .2s ease, box-shadow .2s ease;
        }

        .mbank-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 40px rgba(11, 79, 154, .22);
        }

        .mbank-icon {
            width: 3rem;
            height: 3rem;
            display: grid;
            place-items: center;
            border-radius: .75rem;
            background: rgba(11, 79, 154, .08);
            color: var(--mbank-blue);
            font-size: 1.4rem;
        }

        .mbank-branch-pill {
            border: 1px solid rgba(193, 169, 84, .55);
            color: #2b2b2b;
        }

        .mbank-gold-rule {
            height: 4px;
            width: 90px;
            background: var(--mbank-gold);
            border-radius: 999px;
        }

        .mbank-cta-card {
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(193, 169, 84, .25);
        }

        a.mbank-link {
            color: var(--mbank-gold);
            text-decoration: none;
            font-weight: 600;
        }

        a.mbank-link:hover {
            text-decoration: underline;
        }

        .star-text::after {
            content: "*";
            vertical-align: super;
            margin-right: 4px;
        }
        
        .mbank-card p{
            font-size:15px !important;
            text-align:center ;
        }