:root {
    --primary-color: #841f41;
    --primary-light: #a32a52;
    --secondary-color: #0d1b2a;
    --primary-gradient: linear-gradient(135deg, #841f41 0%, #a22b51 100%);
    --primary-soft: rgba(132, 31, 65, 0.05);
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --white: #ffffff;
    --transition-smooth: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-standard: all 0.3s ease;
    --border-radius: 10px;
    --soft-bg: #fdf2f5;
    --accent-color: #e2b04c;
    --frost: #ffffffe6;
    --accent-glow: rgba(134, 31, 65, 0.15);
}
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
}
.pd-0 {
    padding: 0px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-15 {
    padding: 15px !important;
}
.pd-20 {
    padding: 20px !important;
}
.pd-25 {
    padding: 25px !important;
}
.pd-30 {
    padding: 30px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
section {
    padding: 60px 0;
    position: relative;
}
.btn-primary-custom {
    background: var(--primary-gradient);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: var(--transition-smooth);
    display: inline-block;
    text-decoration: none;
}
.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(132, 31, 65, 0.2);
    color: white;
}
.section-title {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

/*****Top Bar*****/
.top-bar {
    background: linear-gradient(90deg, #861f41 0%, #a22b51 100%) !important;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.top-bar a {
    color: var(--text-light);
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.3s;
}
.top-bar a:hover {
    color: var(--primary-color);
}
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: var(--transition-smooth);
    padding: 0px 0;
}
.navbar.scrolled {
    padding: 0px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.nav-link {
    font-weight: 600;
    color: var(--text-dark) !important;
    padding: 10px 15px !important;
    position: relative;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition-smooth);
}
.nav-link:hover::after {
    width: calc(100% - 30px);
}
.navbar-toggler span {
    color: var(--primary-color);
}
.dropdown-menu {
    border: none;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-radius: var(--border-radius);
    padding: 1rem;
}
.top-bar a {
    color: rgba(255,255,255,0.9) !important;
}
.top-bar a:hover {
    color: white !important;
}
.header-logo {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-right: 10px;
}
.logo-bank-name-wrap {
    line-height: 1;
}
.logo-bank-name {
    font-weight: 800;
    font-size: 19px;
    display: block;
    color: var(--primary-color);
}
.logo-bank-name-sub {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-light);
}
/*****Top Bar*****/


/*============================================= Index Page CSS Start =============================================*/

/*****Hero Section*****/
.hero-section {
    height: 100vh;
    min-height: 700px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(132, 31, 65, 0.85), rgba(132, 31, 65, 0.6)), url('https://images.unsplash.com/photo-1628527302078-3a4fd9f23918?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
    z-index: -1;
}
.home-slider-image-1 {
    background-image: url('../images/banner-6.jpg');
}
.home-slider-image-2 {
    background-image: url('../images/banner-5.jpg');
}
.home-slider-image-3 {
    background-image: url('../images/banner-7.jpg');
}
.hero-content {
    color: white;
    max-width: 800px;
}
.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
}
.floating-shapes div {
    position: absolute;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    pointer-events: none;
    animation: float 20s infinite linear;
}
.hero-slide {
    height: 70vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}
.hero-slide::before {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: linear-gradient(to right, rgba(134, 31, 65, 0.9), transparent);
}
.banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
.banner-sub-desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 48px;
}
@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(100px, 100px) rotate(360deg);
    }
}
.typewriter {
    font-size: 1.5rem;
    border-right: 3px solid white;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing 3.5s steps(40, end) forwards, blink .75s step-end infinite;
}
@keyframes typing {
    from { width: 0 } to { width: 100% }
}
@keyframes blink {
    from, to { border-color: transparent } 50% { border-color: white }
}
/*****Hero Section*****/

/*****News Marquee*****/
.news-marquee {
    background: #f8f1f3;
    padding: 12px 0;
    border-bottom: 2px solid #861f41;
    overflow: hidden;
    white-space: nowrap;
}
.marquee-content {
    display: inline-block;
    animation: marquee 15s linear infinite;
    color: #861f41;
    font-weight: 600;
}
@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
/*****News Marquee*****/

/*****Services*****/
.organic-service-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.service-blob {
    width: 280px;
    height: 280px;
    background: white;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: var(--transition-smooth);
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(132,31,65,0.05);
}
.service-blob:hover {
    border-radius: 40% 60% 70% 30% / 30% 70% 40% 60%;
    background: var(--primary-color);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    color: white;
    transform: scale(1.05);
}
.service-blob:nth-child(even) {
    margin-top: 40px;
}
.service-blob i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.service-blob:hover i {
    color: white;
}
.service-blob-link {
    text-decoration: none;
}
.service-blob-title {
    color: #000;
}
.service-blob:hover .service-blob-title {
    color: #fff;
}
/*****Services*****/

/*****About Us*****/
.about-img-wrapper {
    position: relative;
}
.about-img-main {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    box-shadow: 30px 30px 0 var(--primary-soft);
}
.legacy-sub-title {
    font-size: 15px;
    color: #212529bf;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: block;
}
.counter-box {
    background: white;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
}
.counter-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
}
/*****About Us*****/

/*****Loan Section*****/
.loan-card {
    border: none;
    background: transparent;
    /*padding: 20px;*/
    transition: var(--transition-smooth);
}
.loan-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
    transition: var(--transition-smooth);
}
.loan-card:hover img {
    transform: scale(0.95) rotate(-2deg);
    border-radius: 80px;
}
.rate-badge {
    background: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 10px;
}
.btn-view-all-loan {
    background: var(--primary-gradient);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: var(--transition-smooth);
    display: inline-block;
    text-decoration: none;
}
.loan-btn-link {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}
/*****Loan Section*****/

/*****Deposit Section*****/
.deposit-section-rate {
    color: #861f41;
    font-weight: 700;
}
.deposit-blob {
    background: white;
    padding: 40px;
    border-radius: 100px 30px 100px 30px;
    border-left: 5px solid #861f41;
    transition: var(--transition-smooth);
}
.deposit-blob h5 {
    color: #861f41;
}
.btn-deposit-blob {
    border: 1px solid #861f41;
    border-radius: 800px;
    padding-left: 24px;
    padding-right: 24px;
}
.btn-deposit-blob:hover {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41;
}
/*****Deposit Section*****/

/*****Digital Banking Section*****/
.digital-banking-bg {
    background: var(--primary-gradient);
    border-radius: 50px;
    padding: 40px 40px;
    color: #fff;
    overflow: hidden;
}
.digital-lead {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.3;
    opacity: 0.75;
    font-weight: 300;
}
.phone-mockup {
    width: 300px;
    transform: rotate(0deg);
    box-shadow: -20px 20px 50px rgba(0,0,0,0.3);
    border-radius: 40px;
}
.digital-banking-li {
    margin-bottom: 10px;
}
.digital-banking-li:last-child {
    margin-bottom: 0px;
}
.app-btn {
    height: 50px;
}
/*****Digital Banking Section*****/

/*****Why Us Section*****/
.why-us-feature-card {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 25px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.why-us-feature-card i {
    color: var(--primary-color) !important;
}
/*****Why Us Section*****/

/*****Fun Fact Section*****/
.fun-fact-grid {
    background: #861f41;
    color: white;
    padding: 60px;
    border-radius: 50% 50% 0 0 / 20% 20% 0 0;
}
/*****Fun Fact Section*****/

/*****Faqs Section*****/
.faq-accordion-button {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
/*****Faqs Section*****/

/*****Latest News Section*****/
.dynamic-news-item {
    position: relative;
    margin-bottom: 10px;
}
.news-img-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}
.latest-news-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-content-overlay {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 80%;
    margin-top: -60px;
    margin-left: auto;
    z-index: 2;
    position: relative;
    border-left: 5px solid #861f41;
}
.news-content-overlay {
    margin-top: -40px !important;
    width: 90% !important;
    transition: all 0.3s ease;
}
.news-content-date {
    font-size: 14px;
    font-weight: 400;
    color: #212529bf;
}
.news-content-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}
.news-content-desc {
    font-size: 14px;
    font-weight: 400;
    color: #212529bf;
    margin-bottom: 10px;
}
.news-content-link {
    font-size: 14px;
    font-weight: 700;
    color: #861f41;
    text-decoration: none;
}
.dynamic-news-item:hover .news-content-overlay {
    box-shadow: 0 15px 40px rgba(134, 31, 65, 0.15) !important;
    border-left-width: 10px;
}
.news-nav {
    width: 45px;
    height: 45px;
    border-color: #861f41;
    color: #861f41;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-nav:hover {
    background-color: #861f41;
    color: #fff;
}
/*****Latest News Section*****/

/*****Gallery Section*****/
.glimpses-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
}
.custom-nav {
    position: static !important;
    width: 45px;
    height: 45px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
}
.swiper-button-next, .swiper-button-prev {
    margin-top: 0px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}
/*****Gallery Section*****/

/*****CTA Section*****/
.home-cta-wrapper {
    background: var(--primary-gradient);
    border-radius: 32px;
    color: #fff;
    position: relative;
    z-index: 5;
    margin-bottom: -100px;
    padding: 50px;
}
.home-cta-section-title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
}
.home-cta-lead {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 45px;
    opacity: .75;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}
.btn-home-cta {
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    padding: 16px 48px;
    color: #f8f9fa;
    border: 1px solid #f8f9fa;
}
.btn-home-cta:hover {
    background: #fff;
    color: #000;
}
/*****CTA Section*****/

/*****footer*****/
footer {
    background: #1a1a1a;
    color: #999;
    padding-top: 80px;
}
.footer-logo {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}
.footer-widget-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-widget-link {
    color: #999;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
}
.footer-widget-link:hover {
    color: var(--white);
}
.footer-contact-link a {
    color: #999;
    text-decoration: none;
}
.footer-important-link {
    color: #999;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
}
.footer-important-link:hover {
    color: var(--white);
}
.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: white;
}
.bottom-bar {
    border-top: 1px solid #333;
    padding: 25px 0;
    margin-top: 30px;
    font-size: 14px;
}
.bottom-bar > p > a {
    color: #999;
    text-decoration: none;
}
/*****footer*****/

/*============================================== Index Page CSS End ==============================================*/

/*============================================ About Us Page CSS Start ===========================================*/
.hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/about_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(132, 31, 65, 0.9) 0%, rgba(162, 43, 81, 0.7) 100%);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}
.breadcrumb-desc {
    font-size: 18px;
    margin-bottom: 15px;
}
.about-image {
    width: 100%;
    height: 450px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175)!important;
    border-radius: 6px;
}
.about-trust-card {
    display: block;
    max-width: 250px;
    border-radius: 6px;
    background-color: #fff;
    padding: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .075)!important;
}
.about-trust-card h5 {
    font-size: 20px;
    margin-bottom: 4px;
}
.about-trust-card p {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.about-trust-card small {
    font-size: 14px;
    color: #212529bf;
}
.about-sub-title {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}
.about-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
.about-description {
    font-size: 16px;
    margin-bottom: 20px;
}
.about-feature-card i {
    font-size: 30px;
    color: var(--primary-color);
    margin-right: 15px;
}
.vis-mis-feature-card {
    border: none;
    border-radius: var(--border-radius);
    padding: 40px;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition-smooth);
    height: 100%;
    text-align: center;
}
.vis-mis-feature-card i {
    font-size: 40px;
    color: var(--primary-color);
}
.vis-mis-feature-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}
.vis-mis-feature-card p {
    margin-bottom: 0px;
}
.about-stat-card {
    padding: 24px;
    border-radius: var(--border-radius);
    border: 1px solid #6c757d;
}
.about-stat-card h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.2;
}
.about-stat-card p {
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 8px;
    font-size: 14px;
}
.about-why-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.about-why-sub-title {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.about-why-us-feature-card {
    border: none;
    border-radius: var(--border-radius);
    padding: 40px;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition-smooth);
    height: 100%;
    text-align: center;
}
.about-why-us-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(132, 31, 65, 0.1);
}
.about-why-us-feature-card i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.about-why-us-feature-card h6 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.2;
}
.about-why-us-feature-card p {
    font-size: 16px;
    color: #212529bf;
    margin-bottom: 0px;
}
.about-community-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--primary-color);
}
.about-community-desc {
    font-size: 16px;
    color: #212529bf;
    margin-bottom: 15px;
}
.about-community-ul {
    padding-left: 0;
    list-style: none;
}
.about-community-ul li {
    margin-bottom: 15px;
}
.about-community-ul li:last-child {
    margin-bottom: 0px;
}
.about-community-ul li i {
    color: var(--primary-color);
    margin-right: 8px;
}
.about-cta-section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-cta-section p {
    font-size: 20px;
    font-weight: 300;
    opacity: .75;
    margin-bottom: 30px;
}
.cta-card {
    background: var(--primary-gradient);
    padding: 50px;
    border-radius: 15px;
}
.cta-btn {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}
/*============================================= About Us Page CSS End ============================================*/

/*======================================== Management Team Page CSS Start =======================================*/
.management-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/management_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
}
.management-hero-banner h1 span {
    color: var(--accent-color);
}
.chairman-degi, .vice-chairman-degi {
    background: rgba(134, 31, 65, 0.1);
    color: var(--primary-color);
    border-radius: 4px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-bottom: 1rem !important;
}
.chairman-name, .vice-chairman-name {
    font-size: 40px;
    margin-bottom: .5rem;
}
.leader-image-wrapper {
    position: relative;
    padding: 20px;
}
.chairman-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 40px;
}
.vice-chairman-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 40px;
}
.bod-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}
.bod-title-divider {
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}
.bod-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 15px;
}
.bod-member-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.bod-member-degi {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0px;
}
/*========================================= Management Team Page CSS End ========================================*/

/*======================================== Chairman Desk Page CSS Start =======================================*/
.chairman-desk-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/chairman_desk_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
}
.chairman-desk-hero-banner h1 span {
    color: var(--accent-color);
}
.chairman-msg-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0 0 200px 200px;
}
.chairman-desk-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.chairman-msg-wrapper {
    font-size: 18px;
    margin: 0 auto;
    text-align: justify;
}
.chairman-msg {
    margin-bottom: 15px;
}
.signature-path {
    font-style: italic;
    border-top: 1px solid var(--primary-color);
    display: inline-block;
    padding-top: 10px;
    margin-top: 15px;
}
.signature-name {
    font-size: 24px;
    margin-bottom: 0px;
}
.signature-degi {
    font-size: 16px;
    color: #212529bf;
    margin-bottom: 0px;
}
/*========================================= Chairman Desk Page CSS End ========================================*/

/*=========================================== Saving A/C Page CSS Start ==========================================*/
.saving-ac-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/saving_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(132, 31, 65, 0.9) 0%, rgba(162, 43, 81, 0.7) 100%);
}
.saving-ac-intro-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175)!important;
}
.saving-ac-sub-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.saving-ac-title {
    font-size: 29px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    margin-top: 10px;
}
.saving-ac-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.saving-ac-intro-ul {
    padding-left: 0;
    list-style: none;
}
.saving-ac-intro-li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.saving-ac-intro-li:last-child {
    margin-bottom: 0px;
}
.saving-ac-intro-li i {
    color: var(--primary-color);
    margin-right: 15px;
}
.saving-ac-feature-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.saving-ac-feature-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.saving-feature-card {
    border: none;
    border-radius: 12px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition-standard);
    height: 100%;
}
.saving-feature-card:hover {
    transform: translatey(-10px);
    box-shadow: 0 12px 30px rgba(132, 31, 65, 0.15);
}
.saving-icon-box {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}
.saving-feature-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.saving-feature-desc {
    font-size: 16px;
    color: #212529bf;
    margin-bottom: 0px;
}
.saving-ac-types-section-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.saving-ac-type-card {
    height: 100%;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: var(--border-radius);
    transition: var(--transition-standard);
}
.saving-ac-type-card:hover {
    transform: translatey(-10px);
}
.saving-ac-type-card-body {
    padding: 25px;
    text-align: center;
}
.saving-ac-type-card-body i {
    font-size: 48px;
    color: var(--primary-color);
}
.saving-ac-type-card-body h4 {
    font-size: 24px;
}
.saving-ac-type-card-body p {
    margin-bottom: 0px;
    color: #212529bf;
}
.interest-rates-section-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.rates-table-container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}
.tbl-saving-interest-rates {
    border-radius: 16px;
}
.tbl-saving-interest-rates th {
    padding: 15px;
    background: #F0F8FF;
    font-weight: 700;
    color: #333;
    border: none;
    font-size: 16px;
}
.tbl-saving-interest-rates td {
    padding: 15px;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    transition: all 0.2s ease;
}
.tbl-saving-interest-rates tr:hover td {
    background-color: rgba(0, 185, 242, 0.05);
    transform: translateY(-1px);
}
.docs-required-section-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}
.docs-required-section-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.docs-required-card {
    background: var(--white);
    padding: 25px;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition-standard);
}
.docs-required-card:hover {
    transform: translateY(-5px);
}
.docs-required-card i {
    font-size: 30px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.docs-required-card h6 {
    font-size: 16px;
}
.saving-ac-tc {
    background: var(--white);
    border-radius: 16px;
    padding: 48px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.saving-ac-tc-li {
    display: flex;
    gap: 15px;
    padding: 15px;
}
.saving-ac-tc-li i {
    color: var(--primary-color);
    margin-top: 4px;
}
.saving-ac-benefit-section-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.saving-ac-benefit-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.saving-ac-benefit-card {
    height: 100%;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: var(--border-radius);
    transition: var(--transition-standard);
}
.saving-ac-benefit-card-body {
    padding: 25px;
    text-align: center;
}
.saving-ac-benefit-card-body i {
    font-size: 48px;
    color: var(--primary-color);
}
.saving-ac-benefit-card-body h4 {
    font-size: 24px;
}
.saving-ac-benefit-card-body p {
    margin-bottom: 0px;
    color: #212529bf;
}
/*============================================ Saving A/C Page CSS End ===========================================*/

/*========================================== Current A/C Page CSS Start =========================================*/
.current-ac-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(132, 31, 65, 0.9) 0%, rgba(162, 43, 81, 0.7) 100%);
}
.current-ac-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175)!important;
}
.current-ac-sub-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.current-ac-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    margin-top: 10px;
}
.current-ac-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.current-ac-intro-ul {
    padding-left: 0;
    list-style: none;
}
.current-ac-intro-li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.current-ac-intro-li:last-child {
    margin-bottom: 0px;
}
.current-ac-intro-li i {
    color: var(--primary-color);
    margin-right: 15px;
}
.current-ac-feature-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.current-ac-feature-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.current-feature-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: #fff;
    padding: 32px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.current-feature-card:hover {
    transform: translatey(-10px);
    box-shadow: 0 12px 30px rgba(132, 31, 65, 0.15);
}
.current-icon-box {
    width: 60px;
    height: 60px;
    background: var(--soft-bg);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 24px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.current-feature-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.current-feature-desc {
    font-size: 16px;
    color: #212529bf;
    margin-bottom: 0px;
}
.current-acc-benefit-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}
.current-benefit-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #6c757d;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175)!important;
}
.current-acc-benefit-section {
    background: var(--primary-gradient);
}
/*=========================================== Current A/C Page CSS End ==========================================*/

/*=============================================== FD Page CSS Start ==============================================*/
.fd-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/fd_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position-y: 80%;
    color: var(--white);
}
.fd-hero-banner h1 span {
    color: var(--accent-color);
}
.fd-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.fd-big-icon {
    font-size: 200px;
    color: var(--primary-color);
    opacity: .5;
}
.fd-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.fd-intro-div {
    margin-bottom: 10px;
}
.fd-intro-div i {
    color: var(--primary-color);
    font-size: 24px;
    margin-right: 15px;
}
.fd-features-sub-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
}
.fd-features-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.fd-features-title-bg-brand {
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    margin-top: 16px !important;
}
.fd-staggered-grid {
    display: flex;
    flex-wrap: wrap;
}
.fd-staggered-item {
    padding: 15px;
    flex: 0 0 33.333%;
}
.fd-elegant-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(134, 31, 65, 0.05);
    height: 100%;
}
.fd-elegant-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(134, 31, 65, 0.08);
    border-color: var(--primary-color);
}
.fd-icon-wrapper-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #861f41 0%, #631630 100%);
    color: white;
    font-size: 28px;
}
.fd-elegant-card h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.2;
}
.fd-elegant-card p {
    color: #212529bf;
    margin-bottom: 0px;
}
.fd-calculator-section {
    background: var(--primary-gradient);
}
.calculator-card {
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 48px;
}
.form-range::-webkit-slider-runnable-track {
    background-color: #dee4ec;
    border-radius: 1rem;
    height: 0.5rem;
}
.form-range::-moz-range-track {
    background-color: #dee4ec;
    border-radius: 1rem;
    height: 0.5rem;
}
/*================================================ FD Page CSS End ===============================================*/

/*=============================================== RD Page CSS Start ==============================================*/
.rd-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/rd_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
}
.rd-hero-banner h1 span {
    color: var(--accent-color);
}
.rd-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.rd-title span {
    color: var(--primary-color);
}
.rd-intro-info-icon {
    font-size: 2rem !important;
    color: var(--primary-color);
}
.rd-intro-info-desc h5 {
    font-size: 19px;
    margin-bottom: 0px;
}
.rd-intro-info-desc small {
    font-size: 14px;
    color: #212529bf;
}
.rd-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175)!important;
}
.rd-senior-rate-card {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: 120px;
    margin-bottom: -30px;
    display: block;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175)!important;
    transform: translateX(-50%)!important;
}
.gradient-text {
    background: linear-gradient(135deg, #e74f4f 0%, #ff6b6b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rd-work-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.rd-work-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
    max-width: 600px;
}
.rd-timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.rd-timeline-line {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
    z-index: 1;
}
.rd-timeline-step {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 20%;
}
.rd-step-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(132, 31, 65, 0.4);
}
.rd-step-icon i {
    color: var(--white);
}
.rd-step-icon-last {
    background: #ff6b6b;
}
.rd-features-sub-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
}
.rd-features-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.rd-features-title-bg-brand {
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    margin-top: 16px !important;
}
.rd-elegant-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(134, 31, 65, 0.05);
    height: 100%;
}
.rd-elegant-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(134, 31, 65, 0.08);
    border-color: var(--primary-color);
}
.rd-icon-wrapper-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #861f41 0%, #631630 100%);
    color: #fff;
    font-size: 25px;
}
.rd-elegant-card h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
}
.rd-elegant-card p {
    color: #212529bf;
    margin-bottom: 0px;
}
.rd-calculator-section {
    background: var(--primary-gradient);
}
.rd-calculator-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--white);
}
.rd-calculator-desc {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 20px;
    opacity: 0.75;
}
.rd-calc-input-group {
    margin-bottom: 20px;
}
.rd-calc-input-group:last-child {
    margin-bottom: 0px;
}
.calc-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--white);
}
.rd-calc-input-group span {
    color: var(--white);
}
.rd-calc-input-group input[type=range] {
    width: 100%;
}
.rd-calculator-output {
    background: radial-gradient(circle, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 0%) 70%);
    border: 1px solid #ffffff80;
    border-radius: 50%;
    padding: 100px 48px;
    display: inline-block;
}
.rd-maturity-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--white);
    opacity: 0.75;
}
.rd-maturity-amount {
    font-size: 56px;
    font-weight: 800;
    color: #ff6b6b;
    text-shadow: 0 0 30px rgba(255, 107, 107, 0.2);
}
.rd-invest-info {
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--white);
}
.rd-eligibility-title, .rd-doc-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    padding-left: 24px;
    margin-bottom: 30px;
    border-left: 4px solid #0d6efd;
}
.rd-eligibility-card {
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.rd-eligibility-card i {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.rd-doc-ul li {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    gap: 24px;
    padding: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
/*================================================ RD Page CSS End ===============================================*/

/*============================================== Home Loan CSS Start =============================================*/
.hl-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/home_loan_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    background-position-y: 65%;
    clip-path: ellipse(150% 100% at 50% 0%);
}
.hl-hero-banner h1 span {
    color: var(--accent-color);
}
.hl-sub-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.hl-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.hl-intro-ul {
    padding-left: 0;
    list-style: none;
}
.hl-intro-ul li {
    gap: 8px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.hl-intro-ul li i {
    color: var(--primary-color);
}
.hl-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.hl-floating-card {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: -20px;
    right: 0;
    border-left: 5px solid var(--primary-color);
}
.hl-floating-card h4 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 4px;
}
.hl-floating-card p {
    color: #212529bf;
    font-size: 14px;
    margin-bottom: 0px;
}
.hl-benefits-section {
    background-color: var(--soft-bg);
    border-radius: 100px 100px 0 0;
}
.hl-benefit-item {
    text-align: center;
    padding: 30px;
    transition: transform 0.3s;
}
.hl-benefit-item:hover {
    transform: translatey(-10px);
}
.hl-icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(134, 31, 65, 0.1);
}
.hl-icon-circle i {
    font-size: 36px;
}
.hl-benefit-item h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}
.hl-benefit-item p {
    font-size: 15px;
    color: #212529bf !important;
    margin-bottom: 0px;
}
.hl-eligibility-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.hl-eligibility-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
    max-width: 600px;
}
.hl-eligibility-card {
    border-left: 2px solid #eee;
    padding: 32px;
    position: relative;
}
.hl-eligibility-card::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 40px;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
}
.hl-eligibility-card h5 {
    font-size: 20px;
    font-weight: 700;
}
.hl-eligibility-card p {
    font-size: 16px;
    color: #212529bf;
    margin-bottom: 0px;
}
.hl-doc-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.hl-journey-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hl-journey-line::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(to right, var(--primary-color) 0, var(--primary-color) 10px, transparent 10px, transparent 20px);
    z-index: 1;
}
.hl-step-node {
    position: relative;
    z-index: 2;
    width: 120px;
    text-align: center;
}
.hl-doc-icon-circle {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(134, 31, 65, 0.1);
}
.hl-icon-circle i, .hl-doc-icon-circle i {
    font-size: 36px;
}
.hl-step-node h6 {
    font-size: 16px;
    font-weight: 700;
}
.hl-step-node p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
/*=============================================== Home Loan CSS End ==============================================*/

/*============================================ Personal Loan CSS Start ===========================================*/
.pl-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/personal_loan_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.pl-hero-banner h1 span {
    color: var(--accent-color);
}
.pl-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.pl-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.pl-intro-ul {
    padding-left: 0;
    list-style: none;
}
.pl-intro-ul li {
    gap: 8px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.pl-intro-ul li i {
    color: var(--primary-color);
}
.pl-benefit-sub-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}
.pl-benefit-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.pl-benefit-divider {
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin-top: 16px;
}
.pl-benefit-card {
    padding: 24px;
}
.pl-benefit-card i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 24px;
    display: block;
}
.pl-benefit-card h4 {
    font-size: 24px;
    font-weight: 700;
}
.pl-benefit-card p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.pl-eligibility-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}
.pl-eligibility-title span {
    color: var(--primary-color);
}
.pl-eligibility-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.pl-doc-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.pl-journey-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pl-journey-line::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(to right, var(--primary-color) 0, var(--primary-color) 10px, transparent 10px, transparent 20px);
    z-index: 1;
}
.pl-step-node {
    position: relative;
    z-index: 2;
    width: 120px;
    text-align: center;
}
.pl-icon-circle {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(134, 31, 65, 0.1);
}
.pl-icon-circle i {
    font-size: 36px;
}
.pl-step-node h6 {
    font-size: 16px;
    font-weight: 700;
}
.pl-step-node p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
/*============================================= Personal Loan CSS End ============================================*/

/*============================================ Vehicle Loan CSS Start ===========================================*/
.vl-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/vehicle_loan_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.vl-hero-banner h1 span {
    color: var(--accent-color);
}
.vl-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.vl-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.vl-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.vl-intro-ul {
    padding-left: 0;
    list-style: none;
}
.vl-intro-ul li {
    gap: 8px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.vl-intro-ul li i {
    color: var(--primary-color);
}
.vl-benefit-sub-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.vl-benefit-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.vl-benefit-divider {
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin-top: 16px;
}
.vl-benefit-card {
    padding: 24px;
}
.vl-benefit-card i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 24px;
    display: block;
}
.vl-benefit-card h4 {
    font-size: 24px;
    font-weight: 700;
}
.vl-benefit-card p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.vl-eligibility-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.vl-eligibility-desc {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.vl-eligibility-row {
    border-left: 2px solid #eee;
    padding-left: 32px;
    position: relative;
    margin-bottom: 32px;
}
.vl-eligibility-row::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    border-radius: 50%;
}
.vl-eligibility-row h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.vl-eligibility-row p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 10px;
}
.vl-doc-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
.vl-journey-line {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.vl-journey-line::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 15%;
    right: 15%;
    height: 2px;
    background: repeating-linear-gradient(to right, var(--primary-color) 0, var(--primary-color) 10px, transparent 10px, transparent 20px);
    z-index: 1;
}
.vl-step-node {
    position: relative;
    z-index: 2;
    width: 120px;
    text-align: center;
}
.vl-icon-circle {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(134, 31, 65, 0.1);
}
.vl-icon-circle i {
    font-size: 36px;
}
.vl-step-node h6 {
    font-size: 16px;
    font-weight: 700;
}
.vl-step-node p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
/*============================================= Vehicle Loan CSS End ============================================*/

/*============================================ Gold Loan CSS Start ===========================================*/
.gl-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/gold_loan_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.gl-hero-banner h1 span {
    color: var(--accent-color);
}
.gl-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.gl-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.gl-title span {
    color: var(--accent-color);
}
.gl-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.gl-intro-div {
    display: flex;
    gap: 16px;
    margin-bottom: 5px;
}
.gl-intro-div:last-child {
    margin-bottom: 0px;
}
.gl-intro-icon i {
    color: var(--primary-color);
    font-size: 24px;
}
.gl-intro-desc h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.gl-intro-desc p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.gl-benefits-section {
    background: var(--primary-gradient);
}
.gl-benefit-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    text-align: center;
}
.gl-benefit-divider {
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    margin-top: 16px;
}
.gl-benefit-card {
    padding: 40px 24px;
    text-align: center;
    background: var(--frost);
    border-radius: 16px;
    transition: var(--transition-standard);
    height: 100%;
}
.gl-benefit-card:hover {
    background: var(--frost);
    transform: translateY(-5px);
}
.gl-benefit-icon {
    width: 60px;
    height: 60px;
    background: #9b284d94;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--white);
}
.gl-benefit-icon i {
    font-size: 34px;
}
.gl-benefit-card h4 {
    font-size: 20px;
    font-weight: 600;
}
.gl-benefit-card p {
    margin-bottom: 0px;
}
.gl-eligibility-row {
    display: flex;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid #f0f0f0;
}
.gl-eligibility-num {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-dark);
    opacity: 0.15;
    min-width: 40px;
}
.gl-eligibility-row:hover .gl-eligibility-num {
    color: var(--accent-color);
    opacity: 1;
}
.gl-eligibility-content h4 {
    font-weight: 700;
    margin-bottom: 8px;
}
.gl-eligibility-content p {
    color: #4a5568;
    font-size: 15px;
}
.gl-doc-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    margin-bottom: 10px;
}
/*============================================= Gold Loan CSS End ============================================*/

/*=========================================== Mobile Banking CSS Start ==========================================*/
.mb-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/mobile_banking_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.mb-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.mb-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.mb-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.mb-soft-gradient-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(134, 31, 65, 0.05) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.app-cta-section {
    background: var(--primary-gradient);
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.glowing-orb-top {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgb(132 31 65);
    filter: blur(80px);
    border-radius: 50%;
    z-index: 0;
    top: -100px;
    left: -100px;
}
.glowing-orb-bottom {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgb(13 27 42);
    filter: blur(80px);
    border-radius: 50%;
    z-index: 0;
    bottom: -100px;
    right: -100px;
}
.mobile-banking-feature-section {
    padding: 60px 0;
}
.mb-feature-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.mb-feature-divider {
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    margin-top: 16px;
}
.mb-feature-box {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.mb-feature-box .icon{
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
}
.mb-feature-box h5{
    font-size: 18px;
    font-weight: 600;
}
.mb-feature-box p{
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}
.app-cta-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
}
.app-cta-desc {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--white);
}
.app-download-btn {
    display: inline-flex;
    align-items: center;
    background: white;
    color: var(--secondary-color);
    padding: 12px 30px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}
.app-download-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.05);
    color: var(--primary-color);
}
.mobile-app-cta {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 16px;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
}
/*============================================ Mobile Banking CSS End ===========================================*/

/*=========================================== IMPS CSS Start ==========================================*/
.imps-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.imps-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.imps-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.imps-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.imps-feature-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    text-align: center;
}
.imps-feature-divider {
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    margin-top: 16px;
}
.imps-benefit-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.imps-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.imps-benefit-card .icon {
    width: 65px;
    height: 65px;
    margin: auto;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 15px;
}
.imps-benefit-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.imps-benefit-card p {
    font-size: 14px;
    color: #6c757d;
}
/*============================================ IMPS CSS End ===========================================*/

/*=========================================== UPI CSS Start ==========================================*/
.upi-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.upi-hero-banner h1 span {
    color: var(--accent-color);
}
.upi-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.upi-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.upi-sub-title {
    background-color: var(--accent-glow);
    color: var(--primary-color);
    padding: 8px 16px;
    margin-bottom: 10px;
}
.upi-desc {
    font-size: 16px;
    margin-bottom: 0px;
    color: #212529bf;
}
.upi-benefit-card {
    padding: 48px;
    border-radius: 16px;
    text-align: center;
    background: #fdf8f9;
    transition: transform 0.3s ease;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.upi-benefit-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(134, 31, 65, 0.1);
}
.upi-benefit-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.upi-benefit-card p {
    font-size: 15px;
    color: #212529bf;
    margin-bottom: 0px;
}
.upi-benefits-section {
    padding: 60px 0px;
}
.upi-benefit-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.upi-benefit-desc {
    font-size: 16px;
    margin-bottom: 0px;
    color: #212529bf;
}
.upi-feature-box {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}
.upi-feature-box i {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
}
.upi-feature-box h6 {
    margin: 0;
    font-weight: 600;
}
.upi-feature-box p {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}
.upi-playstore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}
.upi-playstore-btn:hover {
    background: #333;
    color: #fff;
}
.upi-mobile-app-cta {
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 16px;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
}
/*============================================ UPI CSS End ===========================================*/

/*=========================================== RTGS-NEFT CSS Start ==========================================*/
.rt-ne-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.rt-ne-hero-banner h1 span {
    color: var(--accent-color);
}
.rt-ne-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.rtgs-neft-objectives {
    padding: 60px 0;
}
.rt-ne-benefit-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.rt-ne-benefit-desc {
    font-size: 16px;
    margin-bottom: 0px;
    color: #212529bf;
}
.rt-ne-objective-list {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.rt-ne-objective-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}
.rt-ne-objective-item:last-child {
    margin-bottom:0;
}
.rt-ne-objective-item .icon {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    flex-shrink: 0;
}
.rt-ne-objective-item p {
    margin:0;
    font-size:15px;
    color:#444;
}
/*============================================ RTGS-NEFT CSS End ===========================================*/

/*=========================================== Demand Draft CSS Start ==========================================*/
.dd-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.dd-cta-section {
    background: var(--primary-gradient);
}
.dd-cta-glass-card {
    background: #ffffff26;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.dd-intro-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.dd-intro-divider {
    margin-top: 15px;
    width: 80px;
    height: 4px;
    background: var(--primary-color);
}
.dd-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.dd-desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.dd-benefit-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.dd-benefit-desc {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.dd-security-content-card {
    background: var(--frost);
    border: 1px solid rgba(134, 31, 65, 0.1);
    border-radius: 30px;
    padding: 3rem;
    transition: all 0.4s ease;
}
.dd-benefit-ul {
    list-style: none;
    padding-left: 0;
}
.dd-benefit-li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}
.dd-benefit-li:last-child {
    margin-bottom: 0px;
}
/*============================================ Demand Draft CSS End ===========================================*/

/*========================================== Rupay Debit Card CSS Start =========================================*/
.rupay-dc-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.rupay-sub-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}
.rupay-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.rupay-desc {
    font-size: 16px;
    margin-bottom: 10px;
}
.rupay-dc-intro-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.rupay-card-feature h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.rupay-feature-list {
    list-style: none;
    padding-left: 0;
}
.rupay-feature-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 20px;
}
.rupay-feature-list li:last-child {
    border-bottom: 0px;
}
.rupay-feature-list li i {
    color: var(--primary-color);
}
.rupay-usage-card h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.rupay-usage-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}
.rupay-usage-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 20px;
}
.rupay-usage-list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.rupay-usage-list li i {
    color: var(--primary-color);
}
.rupay-dc-cta-container {
    background: linear-gradient(135deg, #861f41 0%, #4a0d22 100%);
    border-radius: 40px;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.rupay-dc-cta-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 24px;
}
.rupay-dc-cta-desc {
    font-size: 18px;
    opacity: .75;
    margin-bottom: 40px;
}
.rupay-dc-cta-btn {
    padding: 18px 45px;
    font-size: 19px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s;
}
.rupay-dc-cta-btn:hover {
    background: var(--primary-gradient);
    color: #fff;
    box-shadow: 0 15px 30px rgba(134, 31, 65, 0.6);
}
.rupay-dc-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
}
/*=========================================== Rupay Debit Card CSS End ==========================================*/

/*========================================= Any Branch Banking CSS Start ========================================*/
.any-branch-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.abb-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.abb-subtitle {
    font-size: 16px;
    margin-bottom: 0px;
    color: #212529bf;
}
.abb-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}
.abb-card:hover {
    transform: translateY(-6px);
}
.abb-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.abb-card h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.abb-card p {
    margin-bottom: 0px;
}
/*========================================== Any Branch Banking CSS End =========================================*/

/*========================================= Lockers CSS Start ========================================*/
.lockers-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.lockers-hero-banner h1 span {
    color: var(--accent-color);
}
.locker-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.locker-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: .3s;
    height: 100%;
}
.locker-card:hover {
    transform: translateY(-5px);
}
.locker-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.locker-card h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.locker-card p {
    margin-bottom: 0px;
}
/*========================================== Lockers CSS End =========================================*/

/*========================================= Branches CSS Start ========================================*/
.branches-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/branch_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    background-position-y: 65%;
    clip-path: ellipse(150% 100% at 50% 0%);
}
.branch-entry {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.branch-info {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
}
.ifsc-badge {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(133, 30, 64, 0.2);
    color: #ff4d8d;
    border: 1px solid rgba(133, 30, 64, 0.3);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.branch-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--primary-color);
}
.branch-details {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.detail-item {
    display: flex;
    align-items: flex-start;
}
.detail-icon {
    margin-right: 15px;
    color: var(--primary-color);
    font-size: 1.1rem;
    padding-top: 4px;
}
.detail-label {
    font-size: 0.75rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.detail-value {
    font-weight: 500;
    color: #000;
}
.branch-map-container {
    flex: 0 0 450px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.map-placeholder {
    width: 100%;
    height: 100%;
    background: #25252b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-soft);
}
/*========================================== Branches CSS End =========================================*/

/*========================================= Financial Position CSS Start ========================================*/
.finan-posi-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    clip-path: ellipse(150% 100% at 50% 0%);
}
.financial-position-card {
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .1);
    border-radius: 10px;
    border: 0;
    background-color: #fff;
}
.financial-position-card-header {
    padding: 15px 20px !important;
    background: var(--primary-gradient);
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.tblFinancialPosition th:first-child {
    border-top-left-radius: 6px;
}
.tblFinancialPosition th:last-child {
    border-top-right-radius: 6px;
}
.tblFinancialPosition th {
    padding: 15px;
    background: #F0F8FF;
    font-weight: 700;
    color: #333;
    border: none;
    font-size: 16px;
}
.tblFinancialPosition td {
    padding: 15px;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    transition: all 0.2s ease;
}
.tblFinancialPosition tr:hover td {
    background-color: rgba(0, 185, 242, 0.05);
    transform: translateY(-1px);
}
.financial-position-th, .financial-position-td {
    text-align: right;
}
/*========================================== Financial Position CSS End =========================================*/

/*========================================= Contact CSS Start ========================================*/
.contact-hero-banner {
    height: 70vh;
    min-height: 400px;
    position: relative;
    background: url('../images/current_ac_breadcrumb.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    color: var(--white);
    /*clip-path: ellipse(150% 100% at 50% 0%);*/
}
.curve-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.curve-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
    }
.curve-bottom .shape-fill {
    fill: #fff;
}
.contact-form-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 30px;
}
.form-control-minimal {
    border: none;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    padding: 1.2rem 0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: transparent;
}
.form-control-minimal:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    background: transparent;
}
.btn-premium {
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
.btn-premium:hover {
    background-color: var(--primary-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(134, 31, 65, 0.2);
    color: white;
}
.contact-info-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 30px;
}
.contact-info-item {
    padding: 2rem 0;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}
.contact-info-item:hover {
    transform: translateX(10px);
}
.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    background: #fdf2f5;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 1.5rem;
    margin-right: 20px;
}
.contact-bank-hours {
    padding: 24px;
    margin-top: 40px;
    background: #fafafa;
    border-radius: 30px;
}
.map-wrapper {
    /*height: 500px;*/
    width: 100%;
    filter: grayscale(100%) invert(92%) contrast(83%);
    transition: filter 0.5s ease;
}
.map-wrapper:hover {
    filter: grayscale(0%) invert(0%) contrast(100%);
}
/*========================================== Contact CSS End =========================================*/


@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav .more-dropdown-menu {
        right: 0;
    }
}

@media (max-width: 768px) {
    .md-mb-15 {
        margin-bottom: 15px;
    }
    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-pl-5 {
        padding-left: 5px;
    }
    .md-pr-5 {
        padding-right: 5px;
    }
    .md-navbar-nav {
        margin-bottom: 15px;
    }
    .header-logo {
        height: 70px !important;
    }
    .hero-slide {
        height: 250px !important;
        min-height: 0 !important;
    }
    .banner-title {
        font-size: 24px !important;
    }
    .banner-sub-desc {
        font-size: 15px !important;
        max-width: 250px;
        margin-bottom: 30px !important;
    }
    .btn-primary-custom {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }
    .section-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .service-blob:nth-child(even) {
        margin-top: 0px !important;
    }
    .lead {
        font-size: 15px;
    }
    .legacy-sub-title {
        font-size: 14px !important;
    }
    .counter-box {
        padding: 25px !important;
    }
    .counter-number {
        font-size: 30px !important;
    }
    .counter-box p {
        font-size: 14px;
    }
    .about-img-main {
        height: auto !important;
    }
    .btn-view-all-loan {
        display: none;
    }
    .loan-card {
        padding: 20px;
    }
    .deposit-blob {
        padding: 30px;
        border-radius: 80px 30px 80px 30px;
        gap: 10px;
    }
    .deposit-blob h5 {
        font-size: 16px;
    }
    .deposit-blob p {
        font-size: 14px;
    }
    .btn-deposit-blob {
        border: 1px solid #861f41;
        border-radius: 10px;
        padding: 10px;
        font-size: 14px;
        white-space: nowrap;
        line-height: 1;
    }
    .digital-section {
        padding: 0 10px;
    }
    .digital-banking-bg {
        padding: 30px 30px;
    }
    .digital-section-title {
        text-align: center;
    }
    .digital-lead {
        font-size: 14px;
        text-align: center;
    }
    .digital-banking-ul {
        margin-bottom: 30px !important;
    }
    .digital-banking-li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .digital-banking-li:last-child {
        margin-bottom: 0px;
    }
    .phone-mockup {
        width: 100%;
        height: auto;
        object-fit: cover;
        transform: rotate(0deg);
    }
    .home-cta-section-title {
        font-size: 26px;
    }
    .home-cta-lead {
        font-size: 14px;
    }
    .home-cta-wrapper {
        padding: 40px 30px;
    }
    .footer-logo {
        width: 130px;
        height: 130px;
    }
    .footer-widget-link:last-child {
        margin-bottom: 0px;
    }
    .footer-contact-link:last-child {
        margin-bottom: 0px;
    }
    .bottom-bar {
        margin-top: 20px;
        padding: 20px 0;
    }
    /***************About Page***************/
    .breadcrumb-item {
        font-size: 14px;
    }
    .breadcrumb-title {
        font-size: 28px;
    }
    .breadcrumb-desc {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .about-image {
        height: auto;
    }
    .about-sub-title {
        font-size: 13px;
        font-weight: 500;
    }
    .about-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about-description {
        font-size: 15px;
    }
    .about-why-title {
        font-size: 26px;
    }
    .about-stat-card {
        padding: 15px;
    }
    .about-stat-card h2 {
        font-size: 40px;
        font-weight: 500;
    }
    .about-community-title {
        font-size: 26px;
    }
    .about-community-desc {
        font-size: 14px;
    }
    .about-community-ul li {
        font-size: 14px;
    }
    .cta-card {
        padding: 30px;
    }
    .about-cta-section h2 {
        font-size: 26px;
    }
    .about-cta-section p {
        font-size: 14px;
    }
    /***************Management Team Page***************/
    .management-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .chairman-name, .vice-chairman-name {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .leader-image-wrapper {
        padding: 0px;
    }
    .chairman-image, .vice-chairman-image {
        height: auto;
    }
    .bod-image {
        height: auto;
    }
    /***************Chairman Desk Page***************/
    .chairman-desk-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .chairman-msg-image {
        height: auto;
        border-radius: 20px;
    }
    .chairman-desk-title {
        font-size: 26px;
    }
    .chairman-msg-wrapper {
        font-size: 16px;
    }
    /***************Saving Account Page***************/
    .saving-ac-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .saving-ac-intro-image {
        height: auto;
    }
    .saving-ac-title, .saving-ac-types-section-title, .saving-ac-benefit-section-title {
        font-size: 26px;
    }
    .saving-ac-sub-title {
        font-size: 13px;
    }
    .saving-ac-intro-ul {
        margin-bottom: 0px;
    }
    .saving-ac-feature-title {
        font-size: 30px;
    }
    .interest-rates-section-title, .docs-required-section-title {
        font-size: 30px;
    }
    .saving-ac-tc {
        padding: 25px;
    }
    .saving-ac-benefit-card-body i {
        font-size: 40px;
    }
    .saving-ac-benefit-card-body h4 {
        font-size: 20px;
    }
    /***************Current Account Page***************/
    .current-ac-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .current-ac-intro-image {
        height: auto;
    }
    .current-ac-title, .current-ac-feature-title, .current-acc-benefit-title {
        font-size: 26px;
    }
    .current-ac-desc {
        font-size: 15px;
    }
    .docs-required-card {
        padding: 20px;
    }
    /***************Fixed Deposit Page***************/
    .fd-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .fd-title, .fd-features-title {
        font-size: 26px;
    }
    .fd-big-icon {
        display: none;
    }
    .fd-staggered-item {
        flex: 0 0 100%;
    }
    .fd-calculator-section h2 {
        font-size: 26px;
    }
    .calculator-card {
        padding: 25px;
    }
    .docs-required-card h6 {
        font-size: 14px;
    }
    /***************Recurring Deposit Page***************/
    .rd-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .rd-senior-rate-card {
        display: none;
    }
    .rd-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .rd-desc {
        font-size: 15px;
    }
    .rd-intro-image {
        height: auto;
    }
    .rd-work-title, .rd-features-title, .rd-calculator-title {
        font-size: 26px;
    }
    .rd-calculator-desc {
        font-size: 14px;
    }
    .rd-calculator-output {
        padding: 80px 50px;
    }
    .rd-maturity-title {
        font-size: 14px;
    }
    .rd-maturity-amount {
        font-size: 40px;
    }
    .rd-eligibility-title, .rd-doc-title {
        font-size: 26px;
    }
    /***************Home Loan Page***************/
    .hl-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .hl-intro-image {
        height: auto;
    }
    .hl-title, .hl-eligibility-title, .hl-doc-title {
        font-size: 26px;
    }
    .hl-journey-line {
        flex-direction: column;
        gap: 3rem;
    }
    .hl-step-node {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .hl-journey-line::after {
        display: none;
    }
    .hl-doc-icon-circle {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    /***************Personal Loan Page***************/
    .pl-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .pl-title, .pl-benefit-title, .pl-eligibility-title, .pl-doc-title {
        font-size: 26px;
    }
    .pl-intro-image {
        height: auto;
    }
    .pl-journey-line {
        flex-direction: column;
        gap: 3rem;
    }
    .pl-benefit-card {
        padding: 0;
    }
    .pl-step-node {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .pl-journey-line::after {
        display: none;
    }
    .pl-doc-icon-circle {
        margin-right: 0px;
        margin-left: 0px;
    }
    .pl-icon-circle {
        height: 50px;
    }
    .pl-icon-circle i {
        font-size: 25px;
    }
    .pl-benefit-card h4 {
        font-size: 20px;
    }
    /***************Vehicle Loan Page***************/
    .vl-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .vl-intro-image {
        height: auto;
    }
    .vl-title, .vl-benefit-title, .vl-eligibility-title, .vl-doc-title {
        font-size: 26px;
    }
    .vl-benefit-card {
        padding: 0px;
    }
    .vl-journey-line {
        flex-direction: column;
        gap: 3rem;
    }
    .vl-step-node {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .vl-journey-line::after {
        display: none;
    }
    .vl-icon-circle {
        margin: 0;
    }
    .vl-icon-circle i {
        font-size: 25px;
    }
    /***************Gold Loan Page***************/
    .gl-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .gl-intro-image {
        height: auto;
    }
    .gl-title, .gl-benefit-title {
        font-size: 26px;
    }
    .gl-desc {
        font-size: 15px;
    }
    .gl-intro-icon i {
        font-size: 20px;
    }
    .gl-intro-desc h5 {
        font-size: 18px;
    }
    .gl-intro-desc p {
        font-size: 14px;
    }
    .gl-eligibility-row {
        padding: 20px 0;
        gap: 20px;
    }
    .gl-eligibility-content p {
        margin-bottom: 0px;
    }
    /***************Mobile Banking Page***************/
    .mb-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .mb-intro-image {
        height: auto;
    }
    .mb-title, .app-cta-title, .mb-feature-title {
        font-size: 26px;
    }
    .app-cta-desc {
        font-size: 15px;
    }
    .glowing-orb-top {
        background: rgb(132 31 65 / 40%);
    }
    .glowing-orb-bottom {
        background: rgb(13 27 42 / 40%);
    }
    .mobile-app-cta {
        height: auto;
    }
    /***************IMPS Page***************/
    .imps-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .imps-intro-image {
        height: auto;
    }
    .imps-title, .imps-feature-title {
        font-size: 26px;
    }
    /***************UPI Page***************/
    .upi-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .upi-intro-image {
        height: auto;
    }
    .upi-title, .upi-benefit-title {
        font-size: 26px;
    }
    .upi-mobile-app-cta {
        height: auto;
    }
    .upi-app-download {
        padding: 25px;
    }
    .upi-app-title {
        font-size: 30px;
    }
    .upi-playstore-btn {
        margin-bottom: 30px;
    }
    /***************RTGS-NEFT Page***************/
    .rt-ne-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .rt-ne-benefit-title {
        font-size: 26px;
    }
    .rt-ne-objective-list {
        padding: 20px;
    }
    .rt-ne-objective-item {
        gap: 15px;
    }
    .rt-ne-objective-item p {
        font-size: 14px;
    }
    .rt-ne-intro-image {
        height: auto;
    }
    .rt-ne-cta-glass-card {
        padding: 25px 25px;
    }
    .rt-ne-cta-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .rt-ne-cta-desc {
        padding: 0px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .rt-ne-cta-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
    /***************Demand Draft Page***************/
    .dd-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .dd-intro-title, .dd-benefit-title {
        font-size: 26px;
    }
    .dd-security-content-card {
        padding: 25px;
    }
    .dd-benefit-li {
        padding-left: 0px;
        margin-bottom: 15px;
    }
    .dd-cta-glass-card {
        padding: 25px 25px;
    }
    .dd-cta-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .dd-cta-desc {
        padding: 0px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .dd-cta-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
    /***************Rupay Debit Card Page***************/
    .rupay-dc-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .rupay-title, .rupay-card-feature h3, .rupay-usage-card h3 {
        font-size: 26px;
    }
    .rupay-dc-cta-container {
        padding: 25px 25px;
    }
    .rupay-dc-cta-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .rupay-dc-cta-desc {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .rupay-dc-image {
        height: auto;
    }
    .rupay-dc-cta-btn {
        padding: 10px 30px;
        font-size: 15px;
    }
    /***************Any Branch Banking Page***************/
    .any-branch-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .abb-title {
        font-size: 26px;
    }
    .any-branch-cta-container {
        padding: 25px 25px;
    }
    .any-branch-cta-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .any-branch-cta-desc {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .any-branch-cta-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
    /***************Lockers Page***************/
    .lockers-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .locker-title {
        font-size: 26px;
    }
    .locker-cta-container {
        padding: 25px 25px;
    }
    .locker-cta-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .locker-cta-desc {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .locker-cta-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
    /***************Branches Page***************/
    .branches-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .branch-entry {
        padding: 20px 20px;
    }
    .branch-details {
        display: block;
    }
    .branch-info {
        padding-right: 0px;
    }
    .branch-title {
        font-size: 25px;
    }
    .detail-item {
        margin-bottom: 20px;
    }
    .branch-map-container {
        flex: 1 0 100%;
    }
    /***************Branches Page***************/
    .finan-posi-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .financial-position-card-header {
        font-size: 16px;
    }
    /***************Contact Page***************/
    .contact-hero-banner {
        height: 40vh;
        min-height: 250px;
    }
    .curve-bottom svg {
        height: 35px;
    }
    .btn-premium {
        padding: 10px 20px;
        font-size: 14px;
    }
    .contact-info-title {
        margin-bottom: 0px;
    }
    .contact-info-desc .h5 {
        font-size: 15px;
    }
}