/*Sidebar*/
.icon-card-section .info-card {
    display: grid;
    justify-content: left;
    align-items: end;
}

.about-pg-sec {
    background: url(../images/project-img/page-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-sidebar_list li {
    margin-bottom: 6px;
}

.about-sidebar_list li a {
    color: #000;
    font-size: 15px;
}

.about-sidebar_list li a:hover {
    color: rgb(19 101 178);
}

.about-sidebar_list li:before {
    font-size: 15px;
    color: rgb(19 101 178);
}
/* onload modal */
.language-box {
  background: #eaf3fb;
  border-radius: 16px;
}

.modal-content {
  border-radius: 20px;
}
#onLoadModal .lang-btn-group a{
    background: #4CB848;
    color: #fff
}
#onLoadModal .language-box p {
    font-size: 22px;
    margin-bottom: 0px;
    color: #001B84;
    font-weight: 700;
}


/*Topbar*/

section.topbar {
    /* background: linear-gradient(139deg, rgba(12, 105, 183, 1) 35%, #50b847 100% 100%); */
    padding: 8px 10px;
    /* background: #1068b1; */
    background: linear-gradient(40deg, #2fbf4a 0%, #2fbf4a 30%, transparent 30%),
        linear-gradient(40deg, transparent 30%, #0b3c88 30%, #0b3c88 100%)
}

.topbar-left {
    display: flex;
    gap: 18px;
}

.topbar-left a {
    color: #fff;
    font-family: "Outfit", serif;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.topbar-left a i {
    font-size: 14px;
    margin-right: 6px;
    /* color: #f3d178; */
    color: #fff;
}

ul.social-link li {
    display: inline-block;
}

ul.social-link a {
    color: #f4f4ff;
    font-size: 14px;
}

.topbar-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 18px;
}

.topbar-right ul.social-link li a:not(first-child) {
    margin-left: 16px;
}

.lang-select {
    position: relative;
    line-height: 26px;
}

.lang-select:after {
    content: "\f078";
    font-family: fontAwesome;
    color: #aff0a9;
    font-size: 13px;
    position: absolute;
    right: 5px;
}

select#language {
    background: transparent;
    color: #fff;
    appearance: none;
    padding: 0 24px 0 5px;
    position: relative;
    z-index: 1;
    font-family: "Outfit", serif;
    font-weight: 300;
    letter-spacing: -0.2px;
}

select#language option {
    color: #000;
}

.font_size {
    display: flex;
    gap: 3px;
    position: relative;
}

.font_size a {
    /* background: #fff; */
    width: 26px;
    height: 26px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-family: "Outfit", serif;
    border-radius: 3px;
}

.font_size:after {
    content: "";
    color: #fff;
    position: absolute;
    right: -11px;
    top: 50%;
    border-right: solid 2px #fff;
    height: 100%;
    transform: translateY(-50%);
}

a.dark-mode {
    background: #000;
    color: #fff;
    margin-left: 8px;
}

a.light-mode {
    background: #e8e8fd;
}

/* .lang-select:before {
    content: "";
    color: #fff;
    position: absolute;
    right: -11px;
    top: 50%;
    border-right: solid 2px #fff;
    height: 100%;
    transform: translateY(-50%);
} */

/*Header*/

.header-style-two {
    min-height: unset;
    /* position: sticky; */
    top: 0;
}

/* .main-header.fixed-header .header-lower {
    position: relative;
} */

.logo img {
    width: 246px;
}

.logo-rt img {
    width: 130px;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
    /* opacity: 1; */
    /* color: rgb(19 101 178); */
}

/*Mega Menu*/

.mega-menu {
    /* background: linear-gradient(90deg, rgba(12, 105, 183, 1) 0%, rgba(80, 184, 71, 1) 100%); */
    /* border-radius: 0 0 20px 20px; */
    background: url("../css/images/fig-img/m-menu-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 272px;
}

.custiom-mega-menu-design ul li {
    background-color: rgba(202, 208, 202, 0.16);
    margin-bottom: 10px;
    /* padding: 7px 7px 7px 25px !important; */
    border-radius: 13px;
    position: relative;
    color: rgba(29, 29, 33, 1);
}

.custiom-mega-menu-design ul li a {
    color: rgba(29, 29, 33, 1) !important;
    padding: 7px 7px 7px 25px !important; 
}

.custiom-mega-menu-design ul li:hover {
    background-color: rgba(76, 184, 72, 0.32);
}

.custiom-mega-menu-design ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    background: url(../css/images/fig-img/arr.png);
    width: 38px;
    height: 43px;
    top: 6px;
    background-repeat: no-repeat;
}

.main-menu .navigation>li .mega-menu-bar h6 {
    text-transform: capitalize;
    color: rgb(255 255 255);
    font-weight: 500;
    font-size: 21px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: capitalize;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    color: rgb(182 255 173);
}


/*Banner*/

.banner-slide {
    padding: 0;
}

.swiper-slide {
    height: calc(100vh - 325px);
    /* height: calc(100vh / 1 - 225px); */

}

.swiper-slide .slider-two_image-layer {
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    object-fit: contain;

}

.slider-two_image-layer:before {
    /* background: linear-gradient(137deg, rgb(12 105 183 / 23%) 0%, rgb(80 184 71 / 26%) 100%); */
    /* opacity: 1; */
}

/*Loan & Scheme*/

.services-two {
    padding: 80px 0px 60px;
}

.sec-title_title {
    font-family: "Outfit", serif;
    color: #0f66b3;
    padding: 0;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

.sec-title_title:before {
    display: none;
}

h2.sec-title_heading {
    font-family: "Outfit", serif;
    font-weight: 700;
    color: #0f1122;
    font-size: 39px;
    text-transform: uppercase;
    margin: 0;
    line-height: 43px;
}

.service-block_two-title a {
    font-family: "Outfit", serif;
    font-weight: 500;
    color: #0f1122;
    font-size: 24px;
}

.service-block_two-content {
    position: relative;
    padding: 8px 9px 0;
}

.service-block_two-overlay:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to top, rgb(17 99 167 / 80%) 0%, rgb(76 184 66 / 66%) 100%);
}

.service-block_two-icon_two {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 80px;
    height: 80px;
    font-size: 48px;
    line-height: 90px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    background-color: rgb(255 255 255);
    justify-content: center;
    align-items: center;
}

.service-block_two-icon_two img {
    width: 54px;
}



/*About OGB*/

.highlight-memb {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 0;
    border: solid 4px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-memb img {
    object-fit: cover;
    height: 90px;
    object-position: center;
    width: 90px;
    border-radius: 100%;
}

.memb-box-wrapper h4 {
    font-family: "Outfit", serif;
    font-weight: 600;
    color: #0f1122;
    font-size: 23px;
    text-transform: capitalize;
    margin: 10px 0 8px;
    line-height: 28px;
    letter-spacing: -0.3px;
}

.memb-box-wrapper h4 span {
    display: block;
    color: #1168b3;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 500;
}


.memb-box-wrapper {
    padding: 20px 16px 20px;
    border-bottom: 6px solid #51b947;
}

.memb-box-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.welcome-block_one {
    position: relative;
    margin-bottom: 16px;
}

.welcome-block_one-inner:hover h4,
.welcome-block_one-inner:hover p {
    color: #fff;
}




.memb-box-wrapper:hover h4 span{
    color: #fff;
}


/*Tender*/

section {
    padding: 80px 0;
}

.tender-sec {
    padding: 70px 0;
    background: linear-gradient(0deg, rgb(250 250 250) 0%, rgb(80 184 71 / 0%) 100%);
    overflow: hidden;
}

section.tender-sec .container-fluid {
    padding: 0;
}

.row.tender-row {
    padding: 0;
    height: 100%;
}

.announcements-wrapp {
    background: #edf2ec;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    background: linear-gradient(to top, rgb(17 99 167 / 98%) 0%, rgb(76 184 66 / 84%) 100%);
}

.announcements-wrapp button {
    text-align: left;
    font-family: "Outfit", serif;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-size: 17px !important;
    text-transform: capitalize;
    margin: 4px 0 4px;
    line-height: 10px;
    letter-spacing: -0.3px;
    padding: 18px 15px !important;
}

.tender-bg {
    max-height: 430px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.tab-content .sec-title {
    margin-bottom: 20px;
}

.tab-content .sec-title_heading {
    font-size: 26px;
    border-bottom: dashed 1px hsl(208.3deg 46.09% 54.9% / 54%);
    padding-bottom: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #1167b3 !important;
    background-color: #ffffff;
}

.anouncements-content h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #1268ad;
}

.anouncements-content a {
    text-decoration: underline;
}

.anouncements-content ul li a {
    position: relative;
    color: #666666;
    font-size: 16px;
    text-decoration: none !important;
    margin: 0 0 14px;
    line-height: 23px;
    display: inline-block;
}

.anouncements-content ul li a:hover {
    color: #51b746;
}

.tab-content,
.tab-pane {
    height: 100%;
    position: relative;
}

.anouncements-content ul li a span {
    font-size: 14px;
    display: inline-block;
    margin: 2px 0 5px;
    color: #0f1122;
}

.anouncements-content ul li a span b {
    color: #1166b1;
}


/*Count*/

.counter-one .counter-one-header {
    text-align: center;
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
    margin-bottom: 30px;


}

.counter-one .counter-one-header .big-letter {
    color: rgba(0, 51, 117, 1);
    font-size: 41px;
    font-weight: 700;
    font-family: "Public Sans";
    line-height: 50px;
}

.counter-one {
    position: relative;
    padding: 29px 0px 31px;
    background: rgba(248, 249, 249, 1);




}

.counter-one .atm-locator {
    background: #fff;
    margin: 0 auto;
    width: 1000px;
    padding: 11px 0;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    bottom: -31px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0px 24px 83px 0px rgba(0, 0, 0, 0.1);


}

.counter-one .atm-locator .locator-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 750px;
    margin: 0 auto;



}

.counter-one .atm-locator .locator-section .locator-name {
    color: rgba(0, 27, 132, 1);
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    cursor: pointer;
}

.counter-one .atm-locator .locator-section img {
    width: 40px;
    height: 40px;
    padding: 3px;
    background: rgba(90, 157, 244, 0.2);
    border-radius: 8px;
    cursor: pointer;
}

.counter-row {
    /* background: #fbfbff; */
    padding: 2rem 0;
    /* border: solid 1px #0d417017; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.counter-block_one-count .odometer::after {
    content: "+";
    font-weight: 700;
    position: absolute;
    top: 3px;
    right: -30px;
}

.carousel-sec {
    background: linear-gradient(to top, rgb(226 244 225) 0%, rgb(213 231 255) 100%);
}

.counter-block_one {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.counter-block_one-count {
    font-family: "Outfit", serif;
    font-weight: 600;
    color: #131628;
    font-size: 32px;
    letter-spacing: 2px;
}

.counter-block_one-text p {
    font-family: "Outfit", serif;
    color: #0f66b3;
    padding: 0;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.separator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    width: 40px;
}

.counter-img {
    margin: 0 auto 0.2rem;
}

.counter-img img {
    width: 48px;
}

/*Footer*/

.main-footer .widgets-section {
    padding: 80px 0px 55px;
}

.main-footer:before {
    display: none;
}

.main-footer {
    position: relative;
    /* background-color: rgb(4 34 58); */
    background: rgba(0, 27, 132, 1);
}

.footer-bottom:before {
    background-color: #1069b0;
}

.footer-mid-column .footer-widget {
    width: calc(100% / 3 - 5px);
    display: inline-block;
    vertical-align: top;
    /* border-right: solid 1px rgb(255 255 255 / 20%); */
    height: 100%;
    padding: 0 15px;
}
.footer-mid-column .footer-widget:not(:last-child) {
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.footer-text {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.footer-logo img {
    width: 235px;
}

.footer-logo {
    position: relative;
    margin-bottom: 22px;
}

.footer-widget ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 7px;
}

.footer-widget ul li a:hover {
    color: #58b846;
}

.footer-contact_list li {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: rgb(255 255 255);
    padding-left: 30px;
    margin-bottom: 15px;
}

.footer-contact_list li .icon {
    color: rgb(83 182 69);
}




/*Inner Banner*/

section.inner-banner-sec {
    position: relative;
    max-height: 254px;
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

section.inner-banner-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #121d3bad;
    position: absolute;
    top: 0;
    left: 0;
}

section.inner-banner-sec {
    position: relative;
    max-height: 254px;
    height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

section.inner-banner-sec h1 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    font-family: "Outfit", serif;
    font-weight: 600;
}

/*About Page*/

.abt-rt-col {
    display: flex;
    align-items: center;
}

section.about-pg-sec img {
    border-radius: 14px;
}

/* .abt-pg-content {
    padding-left: 2rem;
} */

/*Board Members Page*/

.team-mr {
    margin: 0.8rem 0;
}

.team-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 0.8rem 0.8rem;
    border: solid 1px rgb(13 105 191 / 41%);
    border-radius: 12px;
    height: 100%;
}

.member-img {
    width: 140px;
    height: 140px;
    background: #e9e9ee;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.member-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.pg-team-title {
    flex: 1;
}

.pg-team-title h4 {
    font-weight: 600;
    letter-spacing: -0.1px;
    font-size: 20px;
    color: #292c3d;
    margin-bottom: 8px;
    line-height: 21px;
}

.pg-team-title h4 span {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
    display: block;
    color: #1166b9;
    line-height: 18px;
    margin-top: 7px;

}

.pg-team-title p {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    letter-spacing: -0.2px;
    color: #505050;
    font-family: "Inter", sans-serif;
}

/*------------------------------------- css rajesh -----------------------------------------------*/
.upcoming-news .news-container {
    display: flex;
    width: 100%;
    height: 54px;
}


.upcoming-news .news-title {
    background-color: rgba(0, 101, 179, 1);
    /* blue */
    color: #ffffff;
    padding: 27px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    min-width: 150px;
    justify-content: center;
}

.upcoming-news .news-content {
    background-color: rgba(76, 184, 72, 1);
    color: #ffffff;
    padding: 27px 12px;
    display: flex;
    align-items: center;
    font-size: 15px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;


}

.upcoming-news {
    padding: 0;

}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-left 60s linear infinite;
}

.important-news {
    background: rgba(255, 255, 255, 0.38);
    padding: 10px;
    border-radius: 12px;

}

.important-news .important-news-header {
    background: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    font-weight: 700;
}

.important-news-sec {
    /* background-color: rgba(255, 255, 255, 0.38); */
    color: rgba(96, 96, 96, 1);
    /* padding: 10px 12px; */
    display: flex;
    align-items: center;
    font-size: 13px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;

}

.important-news-sec .marquee {
    color: red;
    font-weight: 700;
    letter-spacing: 1px;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.banking-solution .banking-solution-header {
    text-align: center;
    width: 100%;
    max-width: 673px;
    margin: 0 auto;


}

.banking-solution .banking-solution-header .small-letter {
    color: rgba(8, 78, 178, 1);
    font-size: 26px;
    font-weight: 400;
    font-family: "Public Sans";
    margin-bottom: 0;
}

.banking-solution .banking-solution-header .big-letter {
    color: rgba(0, 51, 117, 1);
    font-size: 41px;
    font-weight: 700;
    font-family: "Public Sans";
    line-height: 50px;
}

.banking-solution .card-section .all-cards .card {

    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Public Sans', sans-serif;
}

.banking-solution .card-section .all-cards .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.banking-solution .card-section .all-cards .card-image {
    height: 160px;
    overflow: hidden;
}

.banking-solution .card-section .all-cards .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.banking-solution .card-section .all-cards .card:hover .card-image img {
    transform: scale(1.1);
}

.banking-solution .card-section .all-cards .card-body h3 {
    margin: 0 0 0px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(29, 29, 33, 1);
}

.banking-solution .card-section .all-cards .card-body p {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
}

.banking-solution .card-section .all-cards .card-body .btn {
    width: 100%;
    align-items: center;
    gap: 6px;
    background-color: rgba(76, 184, 72, 1);
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.banking-solution .card-section .all-cards .card-body img {
    width: 24px;
    height: 24px;
}

.banking-solution .card-section .all-cards .card-body {
    padding: 16px;
}

.banking-solution .card-section .all-cards .btn:hover {
    background-color: #27ae60;
}

.banking-solution .card-section .all-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 54px;
}

.banking-solution {
    background: rgba(239, 241, 242, 1);
    position: relative;
    padding-bottom: 115px;
    margin-bottom: 80px;
    padding-top: 30px;
}

.icon-card-section .info-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    background: rgba(204, 217, 233, 1);
    padding: 20px;
    border-radius: 20px;
    justify-content: space-between;
}

.icon-card-section .info-card {
    background: #ffffff;
    border-radius: 14px 40px;
    padding: 16px;
    /* width: 180px; */
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-card-section .info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.icon-card-section .info-card h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 101, 179, 1);
    line-height: 1.4;
    text-align: left;
}

.icon-card-section .info-card .icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(76, 184, 72, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 10px;
}

.icon-card-section .info-card a {
    display: inline-block;
    margin-top: 22px;
    font-size: 12px;
    color: rgba(241, 0, 0, 1);
    text-decoration: none;
    font-weight: 500;
}

.icon-card-section .info-card a:hover {
    text-decoration: underline;
}

.icon-card-section {
    width: 100%;
    position: absolute;
    bottom: -88px;
    /* background: rgba(239, 241, 242, 1); */
}
.welcome-one_bg-layer, .recent-update, .icon-card-section, .counter-one{
     background: rgba(239, 241, 242, 1) !important;
}

.recent-update .recent-update-header .small-letter {
    color: rgba(8, 78, 178, 1);
    font-size: 26px;
    font-weight: 400;
    font-family: "Public Sans";
    margin-bottom: 0;
}

.recent-update .recent-update-header .big-letter {
    color: rgba(0, 51, 117, 1);
    font-size: 41px;
    font-weight: 700;
    font-family: "Public Sans";
    line-height: 50px;
}

.recent-update .recent-update-header {
    text-align: center;
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.recent-update .events-section {
    display: grid;
    gap: 20px;
    padding: 20px;
    grid-template-columns: 1fr 1fr;
}

.recent-update .events-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 20px;
    position: relative;
}

.recent-update .events-card h3 {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 74, 170, 1);
    position: relative;
}

.recent-update .events-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 300px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 74, 170, 1) #f1f1f1;
}

.recent-update .events-list::-webkit-scrollbar {
    width: 6px;
}

.recent-update .events-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.recent-update .events-list::-webkit-scrollbar-thumb {
    background: rgba(0, 74, 170, 1);
    border-radius: 10px;
}

.recent-update .events-list::-webkit-scrollbar-thumb:hover {
    background: #084298;
}

.recent-update .events-list li {
    border-bottom: 1px dashed rgba(29, 29, 27, 1);
    margin-bottom: 5px;
    padding-left: 14px;
    position: relative;
}

.recent-update .events-list li::before {
    content: '•';
    position: absolute;
    left: -6px;
    top: -2px;
    color: rgba(0, 27, 132, 1);
    font-size: 30px;
}

.recent-update .events-list .time {
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 27, 132, 1);
    display: block;
    margin-bottom: 4px;
}

.recent-update .events-list p {
    font-size: 13px;
    color: rgba(29, 29, 27, 1);
    margin: 0;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Right Image */
.recent-update .events-image {
    border-radius: 25px;
    overflow: hidden;
}

.recent-update .events-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Initial state */
.events-card,
.events-image {
    /* opacity: 0; */
    /*transform: translateX(-80px);*/
    transition: all 0.8s ease;
}

/* Right image comes from right */
.recent-update .events-image {
    /*transform: translateX(80px);*/
}

/* When visible */
.recent-update .events-section.show .events-card,
.recent-update .events-section.show .events-image {
    opacity: 1;
    transform: translateX(0);
}

.recent-update {
    background: rgba(243, 240, 238, 1);
    padding-top: 40px;
}

.main-footer .footer-header .small-text {
    color: #ffffff94;
    font-size: 25px;
}

.main-footer .footer-header .big-text {
    color: #ffffff94;
    font-size: 52px;
    margin-top: 20px;
}

.main-footer .footer-header {
    margin: 0 auto;
    padding-top: 80px;
    width: 700px;
    text-align: center;
}

/*------------------------------------------- vehicle loan -------------------------------------*/
.loan-layout {
    display: flex;
    gap: 20px;
}

.loan-content {
    flex: 3;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 15px;
}

.loan-menu {
    /* flex: 1; */
}

.loan-menu ul {
    list-style: none;
    padding: 0;
}

.loan-menu li {
    background: #1c4a87;
    color: #fff;
    /* padding: 14px; */
    margin-bottom: 5px;
    cursor: pointer;
    /* text-align: center; */
    width: 270px;
    position: relative;
    border-radius: 15px;
}
.loan-menu li a{
    padding: 14px;
    display: inline-block;
    width: 100%;
}
.loan-menu li.active {
    background: #4bb747;
    color: #fff;
}

.loan-section {
    display: none;
}

.loan-section.active {
    display: block;
}

/* .loan-section h3{
    text-align: center;
    color: #001b84;
} */
.loan-menu li:after {
    content: ">";
    position: absolute;
    right: 0;
    margin-right: 15px;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.loan-section .content-sec h4 {
    color: #001b84;
    font-size: 16px;
    margin: 10px 0px 5px;
}

.section-title {
    position: relative;
    display: inline-block;
    padding: 6px 12px 6px 28px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.single-section-title {
    position: relative;
    display: inline-block;
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #4bb747;
    transform: translateY(-50%) rotate(45deg);
}

.loan-banner {
    position: relative;
    margin-bottom: 20px;
}

.loan-banner img {
    border-radius: 10px !important;
}

.loan-banner h3 {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    color: #fff;
}

/*-------------------------------------- ifsc & micr --------------------------------------*/

.ifsc-body .notice-wrapper {
    display: flex;
    gap: 20px;
    /* border: 1px solid #ddd; */
    padding: 20px;
    background: #fff;
}

.ifsc-body .notice-text {
    flex: 3;
}

.ifsc-body .notice-title {
    color: #033677;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 15px;
}

.ifsc-body .notice-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ifsc-body .notice-link {
    color: #033677;
    font-weight: bold;
    text-decoration: none;
    animation: blinkText 1.2s infinite;
    cursor: pointer;
}

@keyframes blinkText {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ifsc-body .notice-link:hover {
    text-decoration: underline;
}

/* RIGHT PROFILE */
.ifsc-body .notice-profile {
    flex: 1;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
}

.ifsc-body .notice-profile img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.ifsc-body .profile-text {
    margin-top: 10px;
}

.ifsc-body .profile-text h4 {
    font-size: 14px;
    margin: 5px 0;
}

.ifsc-body .profile-text span {
    font-size: 12px;
    color: #0077cc;
    font-weight: bold;
}

.ifsc-body .modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.ifsc-body .modal-box {
    background: #fff;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.ifsc-body .modal-title {
    text-align: center;
    font-size: 16px;
    color: #0077cc;
    margin-bottom: 15px;
}

.ifsc-body .modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}

.ifsc-body .table-wrapper {
    max-height: 400px;
    overflow: auto;
}

.custom-table {
    width: 100%;
    background: #fff;
    border-radius: 15px;
}

.custom-table tbody tr td {
    text-align: center;
    padding: 10px 0;
}

.custom-table .sub-header th {
    background: #dfe7f5;
    color: rgba(0, 27, 132, 1);
    font-size: 12px;
    font-weight: 500;
    padding: 12px;
    border-right: 1px solid #9aa7c236;
    text-align: center;
    text-transform: uppercase;
}

/*-------------------------------------- bank news ----------------------------*/

.news-scroll {
    height: 300px;
    /* visible area */
    overflow: hidden;
    position: relative;
}

.news-card .news-content {
    display: flex;
    flex-direction: column;
    animation: scrollNews 20s linear infinite;
}

/* Pause animation on hover */
.news-scroll:hover .news-content {
    animation-play-state: paused;
}

/* Smooth infinite scroll */
@keyframes scrollNews {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Optional polish */
.news-scroll .news-item {
    padding: 8px 0;
}

.new {
    /* background: #198754;
    color: #fff; */
    font-size: 12px;
    border-radius: 3px;

}

.new img {
    width: 72px;
}

.date {
    font-size: 12px;
    color: #555;
}

.news-card .card-header {
    background: rgba(0, 27, 132, 1);
    border-radius: 15px 15px 0px 0px;
}

.news-card {
    border-radius: 15px;
}

.news-card .card-header span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.new-badge {
    background: #198754;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}

/*---------------------------------------- current tenders ----------------------------------*/
.current-tenders .news-item {
    padding: 20px;
    border-bottom: 1px dashed #dcd9d9;
}

.current-tenders .news-item .subject .title {
    color: #0065b3;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}

.current-tenders .news-item .subject .value {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}


.tender-tabs .tender-item {
    background: #fff;
    margin-bottom: 4px;
    padding: 15px;
    padding-top: 0px;
    border-bottom: 1px dashed #ddd;
}

.tender-tabs .tender-no {
    background: #005b9a;
    color: #fff;
    padding: 8px 12px;
    /* border-radius: 6px 6px 6px 6px; */
    font-weight: bold;
    margin-bottom: 12px;
}
/* .news-wrapper:first-child .tender-no{
    border-radius: 0px 6px 6px 6px;
} */

.tender-tabs .tender-no .title {
    margin-right: 5px;
}

.tender-tabs .tender-body {
    display: flex;
    gap: 20px;
}

.tender-tabs .date-sec {
    min-width: 180px;
    background: #4cb848;
    padding: 10px;
    border-radius: 6px;
}

.tender-tabs .opening-date-sec:first-child {
    border-bottom: 1px solid #fff;
}

.tender-tabs .opening-date-sec div:first-child {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.tender-tabs .opening-date-sec div:last-child {
    font-weight: 600;
    color: #100d0d;
    font-size: 16px;
    text-align: center;
}

.tender-tabs .subject {
    flex: 1;
}

.tender-tabs .subject .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.tender-tabs .document-sec {
    min-width: 150px;
}

.tender-tabs .document-sec a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 10px;
    justify-content: end;
    margin-right: 20px;
}

.pagination button {
    padding: 0px 12px;
    margin: 0 1px;
    border: none;
    background: #005b9a;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.pagination button.active {
    background: #d64b3c;
}

.pagination button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.filter-bar {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    padding: 10px 0px 0px 10px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-group label {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.filter-group input {
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 200px;
}

.date-range {
    display: flex;
    gap: 10px;
}

.apply-btn button {
    background: #005b9a;
    color: #fff;
    border: none;
    padding: 4px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.apply-btn button:hover {
    background: #004070;
}

.tender-doc {
    color: #004070;
    border-bottom: 1px solid #000;
}

.tender-no .new-img img {
    width: 86px;
}

/*--------------------------------------- emi calculator --------------------------*/
.emi-calculator-section {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

.emi-calculator-section .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    /* justify-content: center; */
}

.emi-calculator-section .tabs button {
    padding: 4px 18px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
}

.emi-calculator-section .tabs button.active {
    background: transparent;
    color: #004070;
    border-color: transparent;
}

/* Left panel */
.emi-calculator-section .left {
    flex: 1;
}

.emi-calculator-section .block {
    margin-bottom: 10px;
}

.emi-calculator-section .label-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.emi-calculator-section .label-row span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.emi-calculator-section .value-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px 8px;
    min-width: 130px;
    text-align: right;
    background: #fff;
    color: #000;
}

.emi-calculator-section input[type="range"] {
    width: 100%;
}

.emi-calculator-section .range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

/* EMI box */
.emi-calculator-section .emi-box {
    background: #fff;
    border-radius: 12px;
    padding: 4px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.emi-calculator-section .emi-box strong {
    font-size: 28px;
    color: #004070;
}

.emi-calculator-section .emi-box button {
    background: #004070;
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 8px;
    cursor: pointer;
}

/* Right panel */
.emi-calculator-section .right {
    width: 550px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

/* Donut chart */
.emi-calculator-section .donut {
    width: 268px;
    height: 268px;
    border-radius: 50%;
    margin: auto;
    background: conic-gradient(#144583 0deg,
            #144583 300deg,
            #4cb848 300deg,
            #4cb848 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.emi-calculator-section .donut-inner {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.emi-calculator-section .legend {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 14px;
}

.emi-calculator-section .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    position: relative;
}

.emi-calculator-section .value-box input {
    width: 130px;
    border: none;
    outline: none;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 10px;
}

.emi-calculator-section .value-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.emi-calculator-section .value-box .icon {
    background: #001b84;
    color: #fff;
    padding: 3px 16px;
    border-radius: 10px 0px 0px 10px;

}

/* award section */
.award-card {
    width: 300px;
    text-align: center;
}

.award-image {
    border: 2px solid #f4b400;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.award-title {
    margin-top: 10px;
    background-color: #f4b400;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 8px;
}

/* pmjdy */
.pmjdy {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 15px;
}

/* apy */
.content-sec-button-div a {
    background: #789ac6;
    color: #fff;
    padding: 3px 5px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}

.innerpage-table .table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.innerpage-table .custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.innerpage-table .custom-table thead th {
    background-color: #0094d9;
    color: #fff;
    padding: 12px 10px;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #ffffff40;
}

.innerpage-table .custom-table tbody td {
    background-color: #e9ecef;
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.innerpage-table .custom-table tbody tr:hover td {
    background-color: #dce3e8;
}


/*------------------------------------------ head office ----------------------------------*/
/* .left-panel {
  width: 35%;
  font-size: 14px;
} */
.head-office-sec {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.left-panel .section-title {
    color: #f4b400;
    border-bottom: 2px solid #f4b400;
    display: block;
    padding-bottom: 4px;
}

.left-panel .highlight {
    background: #007bff;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
}

.left-panel p {
    margin-bottom: 10px;
}

.left-panel .blue {
    color: #007bff;
    font-weight: bold;
}

.left-panel .mt-20 {
    margin-top: 20px;
}

.left-panel .mt-30 {
    margin-top: 30px;
}

/* RIGHT PANEL */
/* .right-panel {
  width: 65%;
} */

.right-panel h2 {
    color: #007bff;
    margin-bottom: 0px;
    font-size: 21px;
}

.right-panel .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.custom-form-input{
    margin-bottom: 10px;
}
.abf-textarea{
    height: 100%;
}
#form_contact_form .head-office-form:last-child{
    display: block;
}
#form_grievance_form .head-office-form:last-child{
    display: inline-block;
}
 #form_contact_form_comment, #form_grievance_form_grievance_details {
    height: 150px;
 }
.head-office-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
#form_contact_form_sub, #form_grievance_form_comp_type{
    height: 45px;
}

.right-panel .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.right-panel label {
    margin-bottom: 6px;
    font-weight: bold;
}

.right-panel input,
select,
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.right-panel textarea {
    resize: vertical;
}

.right-panel .btn-submit {
    margin-top: 15px;
    background: #f4b400;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
}

/*------------------------------------- regional office ------------------------------*/
.card-wrapper {
    position: relative;
    flex: 0 0 24%;
    width: 25%;
    min-width: 270px;
    margin-bottom: 20px;
    padding-right: 10px;
}

/* blue shadow layer */
.card-wrapper::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 1px;
    width: 96%;
    height: 100%;
    background: #0b6fa4;
    border-radius: 6px;
    z-index: 0;
}

/* main card */
.info-card {
    position: relative;
    background: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    z-index: 1;
    height: 100%;
}

.info-card p {
    font-size: 12px;
}

.info-card .title {
    color: #f4b400;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.info-card .address {
    color: #007bff;
    margin-bottom: 12px;
}

.info-card .info {
    color: #007bff;
    margin: 6px 0;
}

/* ----------------------------------------rti ------------------------------------*/

.rti-section {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.rti-section .main-title {
    color: #007bff;
    font-size: 22px;
    margin-bottom: 30px;
}

.rti-section .sub-title {
    color: #007bff;
    font-size: 18px;
    margin-bottom: 15px;
}

/* TABLE */
.rti-section .rti-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.rti-section .rti-table th,
.rti-section .rti-table td {
    border: 2px solid #000;
    padding: 12px;
    font-size: 14px;
}

.rti-section .rti-table th {
    text-align: center;
    font-weight: bold;
}

.rti-section .rti-table td {
    vertical-align: middle;
}

/* INFO SECTIONS */
.rti-section .info-title {
    color: #007bff;
    font-size: 18px;
    margin: 30px 0 10px;
}

.rti-section .info-block p {
    margin: 4px 0;
    font-size: 14px;
}


/*------------------------------------------ career page ---------------------------*/
.career-page-sec .blink {
    animation: blinker 0.8s linear infinite;
    color: red;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.career-page-sec .career a {
    color: #000;
    margin-right: 15px;
    font-size: 12px;
}

.career-page-sec .career a:hover {
    color: #f4b400;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-header .total-main-header {
    /* background: rgba(213, 231, 255, 1); */
    /* background: linear-gradient(135deg, #0b3c88, #2fbf4a); */
    background: linear-gradient(90deg, #CCE2FF 11.41%, #2DB84D 107.06%);
    position: relative;
    min-height: 85px;
}
.total-main-header .nav-section{
    position: relative;
    bottom: -47px;
}
.main-header .header-lower{
    position: absolute;
    width: 100%;
}

div#galleryCarousel {
    height: 400px;
}
#galleryCarousel .carousel-item{
    height: 400px;
}
#main-content {
  scroll-margin-top: 145px;
}

/*---------------------- tab design --------------------------*/
.tender-tabs .tabs {
  display: flex;
  gap: 1px;
  /* margin-bottom: 15px; */
  margin-left: 15px;
}
.tender-tabs .tabs .tab-btn:first-child{
    border-radius: 6px 0px 0px 0px;
}
.tender-tabs .tabs .tab-btn:last-child{
    border-radius: 0px 6px 0px 0px;
}

.tender-tabs .tab-btn {
  padding: 8px 16px;
  border: none;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: 600;
}

.tender-tabs .tab-btn.active {
  background: #0056b3; 
  color: #fff;
}

.tender-tabs .tab-content {
  display: none;
}

.tender-tabs .tab-content.active {
  display: block;
}
.tender-btn{
    background-color: #E2FC63;
    border-radius: 31px;
    padding: 2px 8px;
}
.tender-btn a{
    color: #000
}

.topbar .font_size.dropdown {
  position: relative;
  display: inline-block;
}

.topbar .dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px;
  color: #fff;
}

.topbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 0px 8px 23px 10px;
  margin: 5px 0 0;
  display: none;
  z-index: 10002;
}

.topbar .dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  width: max-content;
  color: #333;
}

/* Show dropdown */
.topbar .dropdown.open .dropdown-menu {
  display: block;
}



.gallery-container {
  max-width: 1100px;
  margin: 0px auto;
  padding: 10px;
}
 
.gallery-container .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
 
.gallery-container .card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}
 
.gallery-container .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
 
.gallery-container .card:hover img {
  transform: scale(1.1);
}
 
.gallery-container .card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  margin-bottom: 0px;
}
 
/* ===== Lightbox ===== */
 
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}
 
.lightbox.active {
  display: flex;
}
 
.lightbox-content {
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  animation: zoomIn 0.3s ease;
}
 .lightbox .lightbox-image{
    width: 100%;
    /* max-height: 500px; */
    object-fit: cover;
    padding: 20px;
 }
.lightbox img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}
 
.lightbox-details {
  padding: 15px;
  color: #fff;
}
 
.lightbox-details h3 {
  margin: 0 0 10px;
}
 
.lightbox-details p {
  margin: 0;
  font-size: 14px;
  color: #423434;
}
 
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
 
@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.counter-block_one:last-child .odometer-inside{
    margin-right: 20px;
}
.counter-row .counter-block_one:nth-child(-n+3) 
.counter-block_one-count .odometer::after {
    content: none !important;
}
.counter-block_one span.belion {
    position: absolute;
    right: 89px;
    top: 6px;
}
.belion.k{
    right: 97px;
}
.k-count::after{
    right: -50px !important;
}



.carousel-modal.gallery-carousal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.gallery-carousal .carousel-content {
  width: 90%;
  max-width: 700px;
  display: flex;
  align-items: center;
  position: relative;

}
.gallery-carousal .carousel-body {
  /* display: flex; */
  /* gap: 30px; */
  /* align-items: center; */
  color: #fff;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.gallery-carousal .carousel-body img {
  max-height: 80vh;
  /* max-width: 60%; */
  object-fit: contain;
}
/* 
.gallery-carousal .carousel-details {
  max-width: 40%;
} */

.gallery-carousal .carousel-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.gallery-carousal .carousel-btn {
  background: none;
  border: none;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
 
.gallery-carousal .carousel-btn:hover {
  opacity: 0.7;
}
.gallery-carousal h3{
    font-size: 20px;
}

.icon-card-section .info-card h4 {
    max-width: 140px;
}
.icon-card-section .info-card{
    text-align: left;
}

/*------------------------------------ home page loan -------------------------------------------- */

/* -------- TABS -------- */
.home-page-loan .loan-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:25px;
  margin-bottom:20px;
  border-bottom:1px solid #ddd;
}

.home-page-loan .loan-tabs button{
  background:none;
  border:none;
  font-size:16px;
  padding:10px 0;
  cursor:pointer;
  color:#555;
  position:relative;
}

.home-page-loan .loan-tabs button.active{
  color:#0f4c81;
  font-weight:600;
}

.home-page-loan .loan-tabs button.active::after{
  content:"";
  position:absolute;
  bottom:-1px;
  left:0;
  width:100%;
  height:3px;
  background:#0f4c81;
}

/* -------- MAIN WRAPPER -------- */
.home-page-loan .emi-wrapper{
  display:flex;
  gap:25px;
  flex-wrap:wrap;
}

/* LEFT PANEL */
.home-page-loan .emi-left{
  flex:1;
  min-width:300px;
  background:#dfe7ef;
  padding:25px;
  border-radius:20px;
}

.home-page-loan .field{
  margin-bottom:15px;
}

.home-page-loan .field label{
  font-weight:600;
  display:flex;
  justify-content:space-between;
  margin-bottom:0px;
}

.home-page-loan .field input[type="number"]{
  width:120px;
  padding:5px;
  border-radius:5px;
  border:1px solid #ccc;
}

.home-page-loan .field input[type="range"]{
  width:100%;
}

.home-page-loan .range-label{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  margin-top: -6px;
  color:#333;
}

/* RIGHT PANEL */
.home-page-loan .emi-right{
  flex:1;
  min-width:300px;
  background:#dfe7ef;
  padding:25px;
  border-radius:20px;
}

.home-page-loan .emi-result{
  background:#a9c0d8;
  padding:25px;
  border-radius:15px;
  text-align:center;
  margin-bottom:20px;
}

.home-page-loan .emi-result h2{
  font-size:36px;
  color:#0f4c81;
  margin-top:10px;
}

.home-page-loan .result-row{
  display:flex;
  justify-content:space-between;
  margin:15px 0;
  font-size:16px;
}

/* Buttons */
.home-page-loan .btn-group{
  display:flex;
  gap:15px;
  margin-top:25px;
  flex-wrap:wrap;
}

.home-page-loan .btn{
  flex:1;
  padding:12px;
  border-radius:10px;
  border:none;
  cursor:pointer;
  font-size:16px;
}

.home-page-loan .apply-btn{
  background:#0f4c81;
  color:#fff;
}

.home-page-loan .know-btn{
  background:transparent;
  border:1px solid #0f4c81;
  color:#0f4c81;
}


/*------------------------------------ login for website -----------------------------------*/

.login-wrapper {
    position: fixed;
    display: inline-block;
    z-index: 11;
    right: 0;
    top: 204px;
}

.login-btn {
  background: linear-gradient(135deg, #0b3c88, #2fbf4a);
  color: #fff;
  padding: 4px 22px;
    border: none;
  border-radius: 8px 0 0 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    width: 127px;
}

.login-btn:hover {
  opacity: 0.9;
}

.login-popup {
  position: absolute;
  top: 55px;
  right: 0;
  width: 320px;
  background: linear-gradient(135deg, #0b3c88, #2fbf4a);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 15px 0;
  display: none;
  animation: fadeIn 0.3s ease;
  z-index: 999;
}

.login-popup.active {
  display: block;
}

.login-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.login-popup li a{
    color: #fff;
    
}
.login-popup li {
 padding: 8px 10px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.login-popup li:hover a{
     color: #fff;
}
.login-popup li:hover {
  background: #95b3d9;
   color: #fff;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* .grievance-link ul li a {
    display: block;
    text-decoration: underline;
    color: #000;
}

.grievance-link ul li a:hover {
    color: #04a823;
} */
.complain-list li a{
    color: #fff;
}
.mobile-menu .menu-backdrop{
    display: none;
}
/* 
.main-header .main-menu .navigation > li > a::after {
    content: "";
    display: inline-block;
    margin-left: 1px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    vertical-align: middle;
} */


.sslider-one_pagination-new {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: block !important;
}

.slider-one_pagination-new .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.slider-one_pagination-new .swiper-pagination-bullet-active {
    background: #ff6600;
    opacity: 1;
} 




/*------------------------------------------ dark theme --------------------------------------*/

.dark-mode .total-main-header {
    background: #000;
}

.dark-mode .carousel-sec , 
.dark-mode .banking-solution,
.dark-mode .icon-card-section,
.dark-mode .welcome-one_bg-layer,
.dark-mode .recent-update,
.dark-mode .counter-one,
.dark-mode .about-pg-sec,
.dark-mode .board-members-sec{
    background: #000;
}
.dark-mode .main-footer{
    background: #1e1d1d;
}
.dark-mode .footer-bottom{
    background: #2b2a2a;
}
.dark-mode .banking-solution .banking-solution-header .big-letter, 
.dark-mode .banking-solution .banking-solution-header .small-letter,
.dark-mode  h2.sec-title_heading,
.dark-mode .recent-update .recent-update-header .small-letter,
.dark-mode .recent-update .recent-update-header .big-letter,
.dark-mode .counter-one .counter-one-header .big-letter,
.dark-mode .counter-block_one-count,
.dark-mode .career-page-sec .career a,
.dark-mode .main-header .header-lower .outer-box .mobile-nav-toggler{
    color: #fff;
}