@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;
}
.row {
  margin-left: 0;
  margin-right: 0;
}

/*.top-bar {*/
/*    background-color: #0b4f9a;*/
/*    color: #fff;*/
/*    font-size: 15px;*/

/*}*/


    /*css added by pm start 22/01/2026*/
    .top-bar {
        background-color: #104383;
        background:#004C8F;
        color: #fff;
        font-size: 15px;
        font-size: 0.9375em;
        padding: 6px 10px;
    }
    
    .top-bar-inner {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    /* Marquee takes remaining space only */
    .top-bar marquee {
        flex: 1;
        white-space: nowrap;
    }
    
   



.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%;
    width:45%;
}

.bank-title-marathi {
    /*font-size: 32px;*/
      font-size: 31px;
      font-size: 1.9375em;
    font-weight: 700;
    color: #c1a954;
    color:#035094;
    line-height: 1.2;

}

.bank-title-english {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: 500;
    color: #0b4f9a;

}

.bank-details {
    font-size: 13px;
    font-size: 0.8125em;
    color: #444;
}

.language-switch select {
    border: 2px solid #F6821E;
    color: #333;
}

@media (max-width: 768px) {
    .bank-title-marathi {
        font-size: 22px;
        font-size: 1.375em;
    }

    .bank-title-english {
        font-size: 14px;
        font-size: 0.875em;
    }

    .bank-details {
        font-size: 11px;
        font-size: 0.6875em;
    }
}

.navbar-nav{
    width: 90%;
    display: flex;
    justify-content: space-around;
    
}

.navbar {
    background-color: #004C8F;
}

.navbar-expand-lg {
    padding: 0px !important;

}

.nav-link {
        padding-left: 3px !important;
    color: #fff !important;
    /*font-weight: 500;*/
    font-size: 13px;
    font-size: 0.8125em;
}

.nav-link.active {
    color: #ffc800 !important;
}

.dropdown-menu {
    background-color: #004C8F;
    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: #104383;  
    font-weight: 700;
    margin-bottom: 25px;
}

.home-about-section p {
    font-size: 17px;
    font-size: 1.0625em;
    line-height: 1.8;
    color: #333;
}

.home-about-section .read-more-btn {
    margin-top: 20px;
    background-color: #F6821E;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-size: 1em;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
      text-decoration:none !important;
}


 /* Button on right */
    .complaint-btn {
        color: #fff;
        background:#F6821E; 
        padding: 5px 12px !important;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 600;
        white-space: nowrap;
          font-size: 0.8125em;
    }
    
    .complaint-btn:hover {
        background: #FFF;
        color: #000!important;
    }
    /*css added by pm end 22/01/2026*/

@media(max-width:576px)
{
    .c-btn-wrap{
        padding-top:5px;
    }
}





.home-about-section .read-more-btn:hover {
    background-color: #004C8F;
    text-decoration:none !important;
    color:#FFF;
}

a{
    text-decoration:none !important;
}

/*--------------------------------
         DICGC section   start
 --------------------------------*/


.dicgc-section {
    background-color: #ffffff;
    color: #104383;
    padding: 50px 20px;
    /* border-top: 4px solid #c1a954;
      border-bottom: 4px solid #c1a954; */
}

.dicgc-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #104383;
}

.dicgc-img {
    max-width: 150px;
    height: auto;
    margin: 10px auto;
    border: 2px solid #F6821E;
    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: #104383;
    /*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: #104383;
    display: block;
    word-wrap: break-word;
    white-space: normal;
}

.important-links a:hover {
    color:#F6821E;
    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: #104383;
    /*color:#FFF;*/
    margin-bottom: 20px;
}

.marquee-section .marquee-box {
    background-color: #fefefe;
    border: 2px solid #F6821E;
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.marquee-section .marquee-text {
    display: inline-block;
    white-space: nowrap;
    color: #104383;
    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: #104383;
    margin-right: 10px;
}

.loan-grid .loan-name {
    font-size: 0.95rem;
    color: #104383;
    font-weight: 500;
    margin: 0;
}
/*new css*/


/*--------------------------------
       Types of Loans End
 --------------------------------*/

/*--------------------------------
      new-services start
 --------------------------------*/

.new-services {
    /* background: linear-gradient(135deg, #104383, #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: #104383;
    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: #104383;
    font-weight: 600;
}

.account-card p {
    color: #555;
}

.account-card .btn {
    background-color: #002244;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
}

.account-card .btn:hover {
    background-color: #104383;
}

/* new card css*/

/* account css updated */

.account-home {
    padding: 70px 0;
    background: linear-gradient(135deg,#f8f9fa,#eef2f7);
}

/* card */

.account-card {
    border: none;
    box-shadow: 0 10px 30px rgba(16,67,131,0.12);
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    background: #fff;
}

.account-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(168,8,67,0.20);
}

/* image */

.account-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

/* body */

.account-card .card-body {
    padding: 28px;
}

/* title */

.account-card h5 {
    color: #104383;
    font-weight: 700;
    margin-bottom: 10px;
}

/* text */

.account-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* button */

.account-card .btn {
    background: linear-gradient(135deg,#104383,#F6821E);
    background:#F6821E;
    color: #fff;
    border-radius: 40px;
    padding: 9px 24px;
    font-weight: 600;
    border: none;
    transition: all .3s ease;
}

.account-card .btn:hover {
    background:#0C3457;
    transform: translateY(-2px);
}
/*new card*/
.main-head {
    font-weight: bold;
    margin-bottom: 20px;
    color: #104383;
}




















/* --- 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-item {
    border-left: 4px solid #F6821E;
    padding-left: 15px;
    margin-bottom: 15px;
}

.notice-item p {
    margin: 0;
    color: #333;
}

.form-label {
    font-weight: 500;
}

/* Button */

.btn-emi {
    background: linear-gradient(135deg,#104383,#F6821E);
    color: #fff;
    border-radius: 30px;
    border: none;
}

.btn-emi:hover {
    background: linear-gradient(135deg,#0c3264,#7e0634);
    color: #fff;
}


/* EMI Calculator Box */

.emi-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-top: 5px solid #F6821E;
}

.emi-box h4 {
    font-weight: 700;
    color: #104383;
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    color: #333;
}

/* Range Slider */

.form-range {
    accent-color: #104383;
}

.range-track {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-top: -8px;
}

/* Result Section */

#emi-details {
    margin-top: 30px;
    background: #fdfdfd;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #F6821E;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.03);
}

#emi-details h5 {
    font-weight: 600;
    color: #104383;
    margin-bottom: 15px;
}

#emi-details p {
    margin: 6px 0;
    font-size: 15px;
    color: #444;
}

.value-label {
    font-weight: bold;
    color: #F6821E;
    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: #F6821E;
    margin-bottom: 15px;
}

.why-title {
    font-size: 20px;
    font-weight: 600;
    color: #F6821E;
}

.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: #104383;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 8px;
}

.btn-submit {
    background-color: #002244;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
}

.btn-submit:hover {
    background-color: #104383;
}

.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: #104383;
    margin-bottom: 20px;
}

.info-item {
    margin-bottom: 15px;
}

.info-item i {
    color: #002244;
    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: #104383;
    background: linear-gradient(135deg, #F6821E 0%, #7c0c3a 40%, #104383 100%);
     background: linear-gradient(135deg,#104383,#F6821E);
    color: #f8f9fa;
    background:#004C8F;
}

footer h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFF;
}

footer a {
    color: #f8f9fa;
    text-decoration: none;
     transition: all 0.3s ease;
}

footer a:hover {
  padding:0px 0px 0px 5px;
}

.footer-icons a {
    font-size: 1.5rem;
    margin-right: 15px;
    transition: 0.3s;
    color: #f8f9fa;
}

.footer-icons a:hover {
    color: #002244;
}

.footer-bottom {
    border-top:1px solid #FFF;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    background-color: #001e3f;
    background: linear-gradient(135deg, #F6821E 0%, #7c0c3a 40%, #104383 100%);
     background: linear-gradient(135deg,#104383,#F6821E);
    color: #e0e0e0;
    background:#F6821E;
}

.footer-bottom span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #FFF;
}


@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);
        }
        
        .director-post{
            color:#F6821E 
            1important;
        }
     
        
        /*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: #104383;
    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 #104383;
            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: #104383;
            font-weight: bold;
        }

        .branch-info {
            color: #333;
        }

        .section-title {
            text-align: center;
            color: #104383;
            font-weight: bold;
            margin-bottom: 50px;
        }

       
        .contact-detail strong {
            color: #104383;
        }




.main-head{
        color: #004C8F !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: #002244;
            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: linear-gradient(135deg, rgb(168, 8, 67), rgba(168, 8, 67, 0.226)), 
url("") center/cover no-repeat;

background: linear-gradient(135deg, rgba(0,0,0,0.75), rgba(0,0,0,0.35)), 
url("https://vishwas.bank.in/public/web/assets/banner/why-new-v.jpg") center/cover no-repeat;
        }
        
        /*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);
        }
        
       
    /*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;
        }



/*new section 2026*/


/* bank feature section modified */

:root {
    --vbank-blue: #104383;
    --vbank-maroon: #F6821E;
}

/* section background */

.mbank-section {
    position: relative;
    background: linear-gradient(135deg,
            rgba(16, 67, 131, 0.95) 0%,
            rgba(16, 67, 131, 0.85) 40%,
            rgba(246, 130, 30, 0.85) 100%);
            /*rgba(168, 8, 67, 0.85) 100%);*/
    color: #fff;
    overflow: hidden;
}

/* background accent rings */

.mbank-accent-ring {
    position: absolute;
    inset: -60% -30% auto auto;
    width: 1200px;
    height: 1200px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.mbank-accent-ring-2 {
    position: absolute;
    inset: auto auto -70% -30%;
    width: 1200px;
    height: 1200px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

/* badge */

.mbank-badge {
    background: var(--vbank-maroon);
    color: #fff;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 4px 10px;
    border-radius: 6px;
}

/* title */

.mbank-title {
    color: #fff;
    font-weight: 800;
    letter-spacing: .3px;
}

.mbank-subtitle {
    color: rgba(255, 255, 255, .9);
}

/* cards */

.mbank-card {
    height: 100%;
    background: #ffffff;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(16, 67, 131, .15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.mbank-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(168, 8, 67, .25);
}

/* icon */

.mbank-icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: .75rem;
    background: rgba(16, 67, 131, .08);
    color: var(--vbank-blue);
    font-size: 1.4rem;
}

/* branch pill */

.mbank-branch-pill {
    border: 1px solid rgba(168, 8, 67, .45);
    color: #2b2b2b;
}

/* underline rule */

.mbank-gold-rule {
    height: 4px;
    width: 90px;
    background: linear-gradient(90deg,#104383,#F6821E);
    border-radius: 999px;
}

/* CTA card */

.mbank-cta-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid #FFF;
}

/* links */

a.mbank-link {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

a.mbank-link:hover {
    color: var(--vbank-blue);
    text-decoration: underline;
}

/* star text */

.star-text::after {
    content: "*";
    vertical-align: super;
    margin-right: 4px;
}

/* card text */

.mbank-card p {
    font-size: 15px !important;
    text-align: center;
}



/*new*/

/* Loan Marquee Section */

.marquee-section{
    /*padding:70px 0;*/
    /*background: linear-gradient(135deg,#104383,#F6821E);*/
    text-align:center;
}

/* title */

.marquee-title{
    color:#fff;
    font-weight:800;
    font-size:34px;
    margin-bottom:30px;
}

/* marquee box */

.marquee-box{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
    overflow:hidden;
}

/* marquee text wrapper */

.marquee-text{
    display:inline-flex;
    gap:15px;
}

/* loan items */

.marquee-text span{
    background:linear-gradient(135deg,#104383,#F6821E);
    background:#F6821E;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
}
.marquee-section .marquee-title  {
    color:#FFF !importnt;
}


.dicgc-text{
    text-align:left;
}


 /* Breadcrumb Section */
        .breadcrumb-section{
            background: #f1f1f1;
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

        .breadcrumb-title{
            font-size: 18px;
            font-weight: 500;
            color: #333;
        }

        .breadcrumb{
            background: transparent;
            margin-bottom: 0;
        }

        .breadcrumb-item a{
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

        .breadcrumb-item a:hover{
            color: #000;
        }

        .breadcrumb-item.active{
            color: #000;
            font-size: 14px;
        }

        .breadcrumb-item + .breadcrumb-item::before{
            color: #999;
        }
        
        
        .why-choose-section{
            /*#242c49a3*/
            background:#0C3457;
        }
        
        
       .breadcrumb {
            align-items: baseline;
    display: flex;
        }
        
        
        
        @media(max-width:576px){
            .bank-logo {
                width:80%;
            }
        }
        
        /*-----------------------------------*/
        
          .kyc-view-btn {
    background-color: #004C8F;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.kyc-view-btn i {
    font-size: 14px;
}

.kyc-view-btn:hover {
    background-color: #003366;
    transform: translateY(-2px);
}
        