/* ============= CSS VARIABLES ============= */
:root {
  --primary-green: #2b8c3f;
  --main-green: #d3f8ff;
  --main-gray: #c0bab6;
  --primary-cyan: #56d0e7;
  --light-green: #cde8cf;
  --dark-blue: #2e3f59;
  --dark-black: #030809;
  --white: #ffffff;
  --light-cyan: #d3f8ff;
  --light-grey: #f5f5f5;
  --medium-grey: #e0e0e0;
  --text-grey: #666666;
  --text-dark: #333333;
  --brand-blue: #0c6ec3;
  --brand-emerald: #02b290;
  --brand-navy: #0a2f4c;
  --frost: rgba(255, 255, 255, 0.9);
  --frost-border: rgba(255, 255, 255, 0.55);
  --brand-gold: #efa731;
  --brand-sky: #4ea2dd;
  --brand-brown: #816656;
  --brand-olive: #93ad2a;

  /* Gradient Colors */

  --gradient-start: var(--primary-green);
  --gradient-end: var(--light-green);
  --main-gradient: linear-gradient(
    270deg,
    var(--brand-olive),
    var(--light-green)
  );
  --new-combine: linear-gradient(270deg, var(--medium-grey), var(--frost));
  --sky-white-color: linear-gradient(270deg, var(--white), var(--brand-sky));
}

/* =============== Navbar Section CSS Start ==================== */

.bank-name-header {
  font-size: 25px;
  color: var(--dark-blue);
  font-weight: 600;
  text-shadow: 0px 0px 2px gray;
}

.bank-name-header-marathi {
  font-size: 20px;
  color: var(--dark-blue);
  font-weight: 600;
  text-shadow: 0px 0px 2px gray;
}

.mega-topbar {
  background: #fff;
}
.topbar-wrapper {
  padding: 0;
  background: var(--new-combine);
}
.top-row {
  margin: 0;
}
.logo-column {
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 90px;
  z-index: 0;
  position: relative;
}
/* .logo-column::before {
  content: "";
  background: url(./images/sangli-manu-curved.png) no-repeat right #bcd7a0;
  position: absolute;
  top: 0px;
  left: 0;
  width: 350px; 
  height: 82px;
  z-index: 0;
} */

.right-content-column {
  padding: 0 !important;
}
.marquee-row {
  background-color: var(--light-green);
  padding: 0 12px 0 20px;
  border-radius: 0 60px 0 60px;
  min-height: 46px;
  align-items: center;
  display: flex;
}
.topbar-marquee {
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  margin: 0;
}

.main-top-links-news {
  height: 95px;
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-blue));
  border-radius: 0 0 0 100px;
  /* margin-bottom: 7px; */
  /* padding-right: 10px; */
  /* margin-right: 7px; */
}

.info-nav-row {
  /*padding: 15px 15px;*/
}
.topbar-nav-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: space-around;
  width: 100%;
  padding-left: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}
.topbar-nav-li {
  height: 90px;
  align-items: center;
  display: flex;
}
.topbar-nav-li a {
  /* background: var(--primary-purple); */
  text-decoration: none;
  border-radius: 7px;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  padding: 10px 10px;
  transition: all 0.3s ease-in-out;
}
.topbar-nav-li a:hover {
  background: #ffffff82;
  border-radius: 5px;
  color: #000;
}
.topbar-area {
  background: linear-gradient(310deg, #0a4a59 0%, #1896ff 50%, #2fffff 100%);
}
.topbar-contact-ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.topbar-contact-li {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  margin-right: 17px;
  padding-right: 20px;
  color: #ffffff;
  border-right: 1px solid #f0f0f0;
}
.topbar-contact-li i {
  margin-right: 2px;
}
.topbar-contact-li i:before {
  font-size: 14px;
  color: #000;
}
.topbar-contact-li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.topbar-contact-li a:hover {
  color: #000;
  text-decoration: none;
}
.topbar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.topbar a {
  text-decoration: none;
  font-weight: 500;
}
.second-logo-div {
  /*padding: 12px 0;*/
}
.cat-btn-header-ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 135px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: right;
}
.cat-btn-header-li {
  flex: 1 1 calc(50% - 10px);
}
.topbar .btn {
  font-size: 14px;
  padding: 10px 10px;
  width: 100%;
  margin-left: 0 !important;
}

.main-navbar.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.main-navbar {
  /* background: var(--primary-cyan); */
  background: var(--brand-gold);
  padding: 0 !important;
  /* position: sticky;
  top: 0;
  z-index: 9999; */
  transition: top 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.main-navbar .nav-link {
  font-size: 16px;
  color: var(--dark-blue);
  /* color: var(--light-grey); */
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 21px 15px !important;
  cursor: pointer;
}
.navbar-toggler {
  border: none;
  outline: none;
}
.navbar-toggler-icon {
  width: 24px;
  height: 3px;
  background: #000;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.navbar-toggler-icon:nth-child(1),
.navbar-toggler-icon:nth-child(2) {
  margin-bottom: 5px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.main-navbar .nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.main-navbar .nav-link .arrow-down {
  transition: transform 1s ease;
}
.main-navbar .nav-link:hover .arrow-down {
  rotate: 180deg;
}
.main-navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  font-weight: bold;
  color: #004080 !important;
}
.dropdown-item {
  color: #1261ac;
}
.dropdown-item:hover {
  background: #1261ac;
  color: #fff;
}
.logo-sec {
  margin-left: 0px;
}
.site-logo {
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.logo-info {
  position: relative;
  float: right;
  margin-right: auto;
  margin-left: 260px;
}
.site-banner-logo {
  max-height: 110px;
  width: auto;
}
.logo-title-div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar-bank-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--white);
}
.header-cta-btn {
  background-image: linear-gradient(
    to right,
    #25aae1,
    #40e495,
    #30dd8a,
    #2bb673
  );
  background-size: 300% 100%;
  border: 0;
  color: #fff;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-cta-btn:hover {
  border: 0;
  color: #000;
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-quick-link-div {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 12px;
}
.navbar-nav {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav-item {
  height: 65px;
  display: flex;
  align-items: center;
}
.has-mega-menu {
  position: static;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  /* background: var(--gradient-end); */
  background: var(--frost);
  border-bottom: 3px solid var(--dark-blue);
  border-radius: 0 0 6px 6px;
  padding: 20px 40px;
  display: none;
  transition: all 0.7s ease-in-out;
  z-index: 1000;
  overflow: hidden;
}
.mega-menu .container {
  max-width: 100%;
  margin: 0 auto;
}
.mega-menu-links {
  /* display: flex; */
  /* flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
  /* gap: 10px 40px; */
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}
.mega-menu-links li {
  flex: 0 0 22%;
  width: 100%;
  border: none;
}
.mega-menu-links li a {
  display: block;
  padding: 15px 15px;
  color: var(--dark-blue);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.mega-menu-links li a:hover {
  color: var(--brand-blue);
  border-left: 3px solid var(--dark-blue);
  background: #fff;
  border-radius: 6px 0 0 6px;
}
.mega-menu-links i {
  margin-right: 10px;
  color: var(--primary-purple);
  min-width: 18px;
  text-align: center;
}
.has-mega-menu:hover .mega-menu {
  display: block;
}

@media (min-width: 1200px) {
  .mobile-offcanvas {
    display: none !important;
  }
  .main-navbar {
    display: block !important;
  }
  .cat-btn-header-ul {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 1199px) {
  .main-navbar {
    display: none !important;
  }
  .md-toggle-bg {
    display: block !important;
    margin-right: 10px;
  }
  .topbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-toggler {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
    border: 1px solid;
    border-radius: 5px;
    background: var(--gray);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .mobile-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
  }
  .mobile-offcanvas.show {
    right: 0;
  }
  .btn-close {
    filter: invert(1);
  }
  .mobile-offcanvas .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .mobile-offcanvas .nav-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: 60px;
  }
  .mobile-offcanvas .nav-item.open {
    max-height: 600px;
  }
  .mobile-offcanvas .nav-item.open > .dropdown-menu {
    opacity: 1;
    max-height: 500px;
    padding: 10px 0;
    position: static !important;
    transform: none !important;
  }
  .mobile-offcanvas .dropdown-menu {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    margin: 0;
    padding: 0;
  }
  .mobile-offcanvas .dropdown-menu.show {
    display: block;
    animation: dropdownSlide 0.3s ease forwards;
  }
  @keyframes dropdownSlide {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .mobile-offcanvas .dropdown-menu .dropdown-item {
    color: #000;
    padding: 10px 20px;
    display: block;
  }
  .mobile-offcanvas .nav-link {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 16px;
  }
  .mobile-offcanvas .nav-item.open > .nav-link {
    background: rgba(255, 255, 255, 0.1);
  }
  .second-logo-div {
    display: none;
  }
  .topbar {
    display: flex;
    align-items: center;
  }
  .custWidth {
    width: 100%;
  }
  .logo-sec {
    margin-left: 0;
  }
  .right-content-column {
    display: none;
  }
}

@media (max-width: 767px) {
  .for-stick-parent {
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .second-logo-div {
    display: none;
  }
  .right-content-column {
    display: none;
  }
  .mega-topbar {
    background: var(--new-combine);
    position: relative;
    overflow: hidden;
    padding: 6px 10px;
  }
  .logo-column {
    display: block;
    min-height: 0;
    width: 100%;
    padding-left: 0px !important;
    position: relative;
    z-index: 1;
  }
  .logo-column::before {
    background: url(../newimages/logo-ppb-bg-2-1.png) no-repeat right;
    content: "";
    position: absolute;
    top: -19px;
    right: -10px;
    width: 1000px;
    height: 105px;
    z-index: 0;
  }
  .topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: none;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-pl-pr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .mobile-top-nav {
    padding: 10px 5px;
    background: #62109f40;
  }
  .mobile-top-nav .topbar-nav-ul {
    /*display: flex;
        justify-content: flex-start;
        gap: 5px;*/
    display: none;
  }
  /*.mobile-top-nav .topbar-nav-ul::-webkit-scrollbar {
        display: none;
    }*/
  .topbar-nav-li {
    display: inline-block;
    height: auto;
    background: #11224e;
    padding: 5px 3px;
    border-radius: 5px;
  }
  .topbar-nav-ul a {
    font-size: 12px;
    color: #fff;
  }
  .topbar-contact-li {
    margin-right: 5px;
    padding-right: 5px;
  }
  .topbar-contact-li:last-child {
    border-right: none;
  }
  .topbar-bank-title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
  }
  .logo-sec {
    margin-left: 0;
  }
  .logo-title-div {
    position: relative;
    z-index: 2;
    gap: 5px;
  }
  .topbar {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: column;
    padding: 15px 0 !important;
  }
  .logo-div {
    width: 80%;
    background: #fff;
  }
  .site-logo {
    width: 70px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  }
  .bank-name-header {
    font-size: 15px;
  }

  .bank-name-header-marathi {
    font-size: 11px;
  }
  .navbar-toggler {
    /*display: flex !important;
        flex-direction: column;
        padding: 10px;
        background: transparent;
        border: 1px solid;
        border-radius: 5px;*/
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
    border: 1px solid;
    border-radius: 5px;
    background: var(--gray);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }
  .navbar-toggler-icon {
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .mobile-hotline-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #007bff, #0056d6);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
    text-decoration: none;
    animation: glowPulse 2s infinite;
  }

  @keyframes glowPulse {
    0% {
      box-shadow: 0 0 0 rgba(0, 123, 255, 0.2);
    }
    50% {
      box-shadow: 0 0 12px rgba(0, 123, 255, 0.45);
    }
    100% {
      box-shadow: 0 0 0 rgba(0, 123, 255, 0.2);
    }
  }
  .mobile-cat-btn {
    padding: 10px 15px;
    width: 100%;
    margin-left: 0 !important;
    background-image: linear-gradient(
      to right,
      #25aae1,
      #40e495,
      #30dd8a,
      #2bb673
    );
    background-size: 300% 100%;
    border: 0;
    color: #fff;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mobile-cat-btn:hover {
    border: 0;
    color: #000;
    background-position: 100% 0;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .mobile-offcanvas::-webkit-scrollbar {
    width: 5px;
  }
  .mobile-offcanvas::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  .mobile-offcanvas::-webkit-scrollbar-thumb {
    background: #53629e;
    border-radius: 10px;
  }
  .mobile-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #f0fff0;
    color: #fff;
    z-index: 9999999;
    transform: translateY(-100%);
    transition: transform 0.9s ease-in-out;
    overflow-y: scroll;
  }
  .mobile-offcanvas.show {
    right: 0;
    transform: translateY(0);
  }
  .mobileMenuLogo {
    background: var(--primary-gradient);
    padding: 12px 16px;
  }
  .mobileMenuClose {
    width: 40px;
    height: 40px;
    background: var(--brand-blue);
    border: none;
    border-radius: 9999px;
  }
  .mobile-offcanvas .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: var(--gray);
  }
  .mobile-offcanvas .nav-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-height: none;
  }
  .mobile-offcanvas .nav-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .mobile-offcanvas .nav-item.open {
    max-height: 600px;
    padding: 0 10px 10px 10px;
  }
  .mobile-offcanvas .nav-item.open > .dropdown-menu {
    opacity: 1;
    max-height: 500px;
    padding: 10px 0;
    position: static !important;
    transform: none !important;
    border-radius: 0 0 10px 10px !important;
    overflow-y: visible;
  }
  .mobile-offcanvas .nav-item.dropdown {
    position: relative;
  }
  .mobile-offcanvas .dropdown-menu {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    margin: 0;
    padding: 0;
  }
  .mobile-offcanvas .dropdown-menu .dropdown-item {
    color: #000;
    padding: 15px 30px;
    display: block;
    white-space: normal;
  }
  .mobile-offcanvas .nav-link {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px;
  }
  .mobile-offcanvas .nav-item.open > .nav-link {
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 10px;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    background: #fff;
  }
  .mobile-offcanvas:hover .dropdown-menu {
    border: none;
    margin-left: 0px;
    display: none;
  }
  .mobile-offcanvas .dropdown-menu.show {
    display: block;
    animation: dropdownSlide 0.3s ease forwards;
  }
  @keyframes dropdownSlide {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000 !important;
  }
  .custom-toggle::after {
    display: none;
  }
  .custom-caret {
    margin-left: auto;
    transition: transform 0.5s ease; /* Add animation for rotation */
  }
  .nav-item.open .custom-caret {
    transform: rotate(180deg);
  }
  .hero-slide {
    height: 200px;
  }
  .hero-content {
    max-width: 330px;
  }
  .hero-content h1 {
    font-size: 25px;
  }
  .hero-content p {
    font-size: 15px;
  }
  .footer-widget {
    padding: 50px 0px 50px 0px;
  }
  .link-widget {
    margin: 0px 0px 30px 0px !important;
  }
  .footer-widget-title {
    margin-bottom: 10px;
  }
  .mobile-offcanvas .nav-item.open.nav-item.dropdown:hover .dropdown-menu {
    padding: 0;
    border-radius: 0 0 10px 10px;
    position: static !important;
  }
  .md-menu-span {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .nav-item.dropdown:hover .dropdown-menu li {
    padding: 12px 32px;
  }
  .nav-item.dropdown:hover .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc !important;
  }
  .navbar-nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .nav-item {
    padding: 0px 0;
    height: auto;
    display: block;
  }
  .dropdown-item {
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
  .dropdown-item:hover {
    border-radius: 6px;
    background: #fff;
    color: #000;
  }
  .home-abt-image {
    height: auto;
  }
  .sec-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .deposit-tabs {
    display: none;
  }
  .deposit-slider {
    overflow: hidden;
    padding-left: 0;
  }
  .deposit-cards-wrapper {
    transform: translateX(0) !important;
  }
  .deposit-card {
    flex: 0 0 92%;
    margin-right: 3%;
    transform: scale(1) !important;
  }
  .deposit-card img {
    height: auto;
  }
  .deposit-section {
    clip-path: none;
  }
  .loan-mega-card {
    display: none;
  }
  .loan-tab-list {
    border-right: none;
    padding-right: 0;
  }
  .loan-tab-content {
    padding-left: 0;
    margin-top: 25px;
  }
  .loan-tab-item.active {
    padding: 10px 10px;
  }
  .loan-tab-item {
    padding: 10px 10px;
  }
  .loan-tab-badge {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .loan-tab-item.active .loan-tabs-title {
    font-size: 17px;
  }
  .loan-tabs-title {
    font-size: 17px;
  }
  .homeLoanSecImage {
    height: auto;
  }
  .homeLoanTitle {
    font-size: 21px;
  }
  .homeLoanTxt {
    font-size: 14px;
    line-height: 20px;
  }
  .total-text {
    font-size: 15px;
    line-height: 20px;
  }
  .emiResult {
    font-size: 20px !important;
  }
  .rateInputCol {
    padding: 30px 30px 0px 30px !important;
  }
  .rateOutputCol {
    padding: 0px 30px 30px 30px !important;
  }
  .btn-get-fund {
    font-size: 13px;
    padding: 8px 10px;
  }
  .mobile-app-title {
    font-size: 28px;
  }
  .app-image {
    height: auto;
  }
  .loan-tab-list,
  .loan-tab-content {
    display: none !important;
  }
  .ceo-strip {
    padding: 15px;
  }
  .ceo-photo img {
    width: 120px;
    height: 120px;
  }
  .ceo-name {
    font-size: 20px;
  }
  .about-hero,
  .chairman-hero,
  .bod-hero,
  .bom-hero,
  .sgm-hero,
  .fd-hero,
  .sd-hero,
  .cd-hero,
  .pd-hero,
  .jd-hero,
  .jdsc-hero {
    padding: 60px 0;
  }
  .about-hero .title,
  .chairman-hero .title,
  .bod-hero .title,
  .bom-hero .title,
  .sgm-hero .title,
  .fd-hero .title,
  .sd-hero .title,
  .cd-hero .title,
  .pd-hero .title,
  .jd-hero .title,
  .jdsc-hero .title {
    font-size: 24px;
  }
  .fd-subtag {
    padding: 6px 10px;
    font-size: 14px;
  }
  .lead {
    font-size: 13px;
    margin-bottom: 0;
  }
  .about-image {
    height: 230px;
  }
  .chairman-image {
    height: 380px;
  }
  .deposit-main-card {
    padding: 25px 25px;
  }
  .fd-highlights .section-title {
    font-size: 20px;
  }
  .fd-rate-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .fd-rate-card {
    padding: 15px;
    border: 1px solid var(--accent);
  }
  .fd-tenure {
    font-size: 15px;
  }
  .fd-percentage {
    font-size: 26px;
  }
  .fdTable thead th,
  .fdTable td {
    white-space: nowrap;
  }
  .md-why-fd,
  .md-sd-benefit {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .benefit-box,
  .sd-benefit-box {
    padding: 15px;
    height: 110px;
  }
  .benefit-box i,
  .sd-benefit-box i {
    font-size: 25px;
  }
  .benefit-box h4,
  .sd-benefit-box h4 {
    font-size: 16px;
  }
  .jd-rate {
    font-size: 39px;
  }
  .jdsc-rate {
    font-size: 25px;
  }
}

/* =========== Navbar Section CSS Ends ======================== */

/* ========= Hero Image Section CSS Start =============== */

.bank-home-slider {
  position: relative;
}

/* Slider Images */
.bank-home-slider .carousel-item img {
  height: 75vh;
  object-fit: cover;
}

/* Gradient overlay (bank look) */
.bank-home-slider .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* Indicators */
.bank-home-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--brand-gold);
}

/* Controls */
.bank-home-slider .carousel-control-prev-icon,
.bank-home-slider .carousel-control-next-icon {
  filter: invert(1);
}

/* Responsive */
@media (max-width: 768px) {
  .bank-home-slider .carousel-item img {
    height: 45vh;
  }
}

@media (max-width: 576px) {
  .bank-home-slider .carousel-item img {
    /* height: 35vh; */
    height: 21vh;
  }
}

/* ========== Hero Image Section CSS Ends =================== */

.main-bg-images-set-two-combine {
  background-image: url("../images/home-page-bg.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .main-bg-images-set-two-combine {
    background: none;
  }
}

/* ========== Deposit Section Hone Start hear ============== */

/* ================= HOME DEPOSIT SECTION ================= */

.home-deposit-section {
  padding: 50px 0;
}

.home-deposit-title {
  color: var(--brand-olive);
  font-weight: 700;
  font-family: sans-serif;
}

.home-deposit-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--dark-blue);
  margin: 10px auto 0;
  border-radius: 4px;
}
/* ---------- LEFT SIDE ---------- */

.home-deposit-left-box {
  height: 100%;
  border-radius: 20px;
  padding: 40px;
  background:
    linear-gradient(rgba(46, 63, 89, 0.35), rgba(46, 63, 89, 0.35)),
    url("../images/deposit-bg-home.jpg");
  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Top line */
.home-deposit-intro {
  margin-bottom: 20px;
}

.home-deposit-intro h6 {
  color: var(--white);
  font-weight: 500;
  opacity: 0.85;
  letter-spacing: 0.5px;
}

/* Grid */
.home-deposit-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 650px;
}

/* Cards */
.home-deposit-feature-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;

  cursor: pointer;
  transition: all 0.35s ease;
}

.home-deposit-feature-card i {
  font-size: 26px;
  color: #4b5563;
  background: #eef2f7;
  padding: 14px;
  border-radius: 50%;
  transition: all 0.35s ease;
}

.home-deposit-feature-card span {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.home-deposit-feature-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-gold);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.home-deposit-feature-card:hover i {
  background: #e5e7eb;
  color: #6b7280;
}

/* ---------- RIGHT SIDE ---------- */

.home-deposit-rbi-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 10px;
}

.home-deposit-right-slider {
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.home-deposit-right-slider .carousel,
.home-deposit-right-slider .carousel-inner,
.home-deposit-right-slider .carousel-item {
  height: 100%;
}

.home-deposit-right-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Indicators */
.home-deposit-right-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--brand-sky);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 991px) {
  .home-deposit-right-slider {
    height: 320px;
  }

  .home-deposit-left-box {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .home-deposit-feature-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    width: auto;
  }

  .home-deposit-right-slider {
    height: 260px;
  }
  .home-deposit-section {
    padding: 30px 0px;
  }
}

/* ================= SECTION ================= */

.custome-dp-slider-hm-section {
  background: var(--light-grey);
  overflow: hidden;
}

.custome-dp-slider-hm-title {
  font-weight: 700;
  color: var(--brand-navy);
}

/* ================= TABS ================= */

.custome-dp-slider-hm-tabs {
  list-style: none;
  padding: 0;
  gap: 40px;
}

.custome-dp-slider-hm-tabs li {
  cursor: pointer;
  font-weight: 600;
  color: var(--text-grey);
  position: relative;
}

.custome-dp-slider-hm-tabs li.active {
  color: var(--brand-blue);
}

.custome-dp-slider-hm-tabs li.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--brand-blue);
  position: absolute;
  bottom: -10px;
  left: 0;
}

/* ================= SLIDER ================= */

.custome-dp-slider-hm-wrapper {
  position: relative;
  width: 100%;
}

.custome-dp-slider-hm-track {
  display: flex;
  transition: transform 0.6s ease;
  padding: 40px 0;
}

/* ================= CARDS ================= */

.custome-dp-slider-hm-card {
  min-width: 33.333%;
  position: relative;
  opacity: 0.35;
  transform: translateY(14px) scale(0.82);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

.custome-dp-slider-hm-card.active {
  opacity: 1;
  transform: translateY(-10px) scale(1);
  z-index: 5;
}

.custome-dp-slider-hm-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

/* ================= CONTENT ================= */

.custome-dp-slider-hm-content {
  position: absolute;
  left: 40px;
  bottom: 60px;
  background: var(--frost);
  padding: 25px;
  border-radius: 14px;
  max-width: 320px;
}

.custome-dp-slider-hm-content h3 {
  color: var(--brand-navy);
  font-weight: 700;
}

.custome-dp-slider-hm-content p {
  color: var(--text-grey);
  font-size: 14px;
}

.custome-dp-slider-hm-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  background: var(--brand-blue);
  color: var(--white);
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.custome-dp-slider-hm-btn:hover {
  background: var(--brand-emerald);
}

/* ================= CONTROLS ================= */

.custome-dp-slider-hm-controls {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 10px 0 30px;
}

.custome-dp-slider-hm-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--primary-cyan);
  background: var(--white);
  color: var(--dark-blue);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custome-dp-slider-hm-arrow:hover {
  background: var(--primary-cyan);
  color: var(--white);
  transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .custome-dp-slider-hm-card {
    min-width: 100%;
  }

  .custome-dp-slider-hm-content {
    left: 20px;
    right: 20px;
    max-width: unset;
  }
}

/* for mobile================== */

/* ================= MOBILE CARD SLIDER ================= */

.dp-mobile-slider-section {
  padding: 40px 0;
  background: var(--light-grey);
}

.dp-mobile-slider {
  position: relative;
  overflow: hidden;
}

.dp-mobile-track {
  display: flex;
  transition: transform 0.45s ease-in-out;
}

.dp-mobile-card {
  min-width: 100%;
  background: var(--white);
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  opacity: 0;
  transform: scale(0.92);
  transition: all 0.4s ease;
}

.dp-mobile-card.active {
  opacity: 1;
  transform: scale(1);
}

.dp-mobile-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 15px;
}

.dp-mobile-card h3 {
  font-weight: 700;
  color: var(--brand-navy);
}

.dp-mobile-card p {
  font-size: 14px;
  color: var(--text-grey);
  margin-bottom: 12px;
}

.dp-mobile-card a {
  display: inline-block;
  padding: 8px 20px;
  background: var(--brand-blue);
  color: var(--white);
  border-radius: 6px;
  text-decoration: none;
}

/* CONTROLS */
.dp-mobile-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.dp-mobile-controls button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--primary-cyan);
  background: var(--white);
  font-size: 20px;
}

/* ===== SHOW ONLY ON MOBILE & TABLET ===== */
@media (max-width: 991px) {
  .dp-mobile-slider-section {
    display: block !important;
  }
}

/* =========== Deposit Section Home Ends hear ============== */

/* =========== Loan Schemes Section Start Hear ================ */
.home-loan-scheme-main-section {
  padding: 50px 0;
}

.home-loan-scheme-main-title {
  font-weight: 700;
  color: var(--brand-navy);
}

.home-loan-scheme-main-slider {
  overflow: hidden;
}

.home-loan-scheme-main-track {
  display: flex;
  gap: 30px;
  transition: transform 0.8s linear;
}

/* CARD BASE */
.home-loan-scheme-main-card {
  min-width: 32%;
  background: var(--white);
  padding: 45px 30px;
  border-radius: 18px;
  position: relative;
  transform: scale(0.9);
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* HIDE IMAGE BY DEFAULT */
.home-loan-scheme-main-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-radius: 18px;
  opacity: 0;
  transition: 0.4s;
}

/* ACTIVE CENTER CARD */
.home-loan-scheme-main-card.active {
  transform: scale(1.06);
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.home-loan-scheme-main-card.active::before {
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.home-loan-scheme-main-card * {
  position: relative;
}

.home-loan-scheme-main-card.active * {
  color: var(--white);
}

/* TEXT */
.home-loan-scheme-main-step {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-olive);
}

.home-loan-scheme-main-card h4 {
  margin-top: 20px;
  font-weight: 700;
}

.home-loan-scheme-main-card p {
  font-size: 15px;
  line-height: 1.7;
}

/* ===== PREMIUM KNOW MORE BUTTON ===== */
.home-loan-scheme-main-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  color: var(--brand-navy);
  background: transparent;
  border: 1.5px solid var(--brand-navy);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Arrow icon using CSS */
.home-loan-scheme-main-btn::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.35s ease;
}

/* Hover Effect */
.home-loan-scheme-main-btn:hover {
  background: var(--main-gradient);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Arrow move on hover */
.home-loan-scheme-main-btn:hover::after {
  transform: translateX(6px);
}

/* ===== ACTIVE CARD BUTTON (Better Contrast) ===== */
.home-loan-scheme-main-card.active .home-loan-scheme-main-btn {
  color: var(--white);
  border-color: var(--white);
}

.home-loan-scheme-main-card.active .home-loan-scheme-main-btn:hover {
  background: var(--brand-olive);
  border-color: transparent;
}

/* MOBILE */
@media (max-width: 991px) {
  .home-loan-scheme-main-card {
    min-width: 80%;
  }
}

/* ========= Home Schemes Section ends Hear ================ */

/* ========== Banking Services section home css start hear ============ */
.banking-services-home-section {
  background: var(--light-grey);
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

/* ================= HERO IMAGE ================= */
.banking-services-home-hero {
  position: relative;
  min-height: 400px;
  background: url("../images/banking-services-bg-home.jpg") center / cover
    no-repeat;
}

.banking-services-home-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 9, 0.55);
}

.banking-services-home-hero-content {
  position: relative;
  padding: 90px 0 160px;
  color: var(--white);
}

.banking-services-home-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.banking-services-home-subtitle {
  max-width: 720px;
  margin: 15px auto 0;
  font-size: 15px;
  color: var(--light-cyan);
}

/* ================= STRIP WRAPPER ================= */
.banking-services-home-cards-wrapper {
  margin-top: -180px;
  position: relative;
  z-index: 5;
}

/* ================= GLASS STRIP ================= */
.banking-services-home-strip {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border-radius: 22px;
  padding: 20px 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* ================= STRIP ITEMS ================= */
.banking-services-home-item {
  padding: 28px 18px;
  transition: all 0.35s ease;
  position: relative;
  perspective: 800px;
}

.banking-services-home-item i {
  font-size: 30px;
  color: var(--brand-olive);
  margin-bottom: 12px;
  transition:
    transform 0.7s ease,
    color 0.3s ease;
}

.banking-services-home-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 6px;
}

.banking-services-home-item p {
  font-size: 13px;
  color: var(--text-grey);
  margin: 0;
}

/* ================= DIVIDERS ================= */
.banking-services-home-item {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.banking-services-home-item:nth-child(1),
.banking-services-home-item:nth-child(2),
.banking-services-home-item:nth-child(3),
.banking-services-home-item:nth-child(4) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.banking-services-home-item:nth-child(4),
.banking-services-home-item:nth-child(8) {
  border-right: none;
}

/* ================= HOVER EFFECT ================= */
.banking-services-home-item:hover {
  transform: translateY(-2px);
}

.banking-services-home-item:hover i {
  color: var(--brand-emerald);
  transform: rotateY(360deg);
}

/* ===== KNOW MORE LINK ===== */
.banking-services-home-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-navy);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

/* CENTER LINE */
.banking-services-home-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-olive), var(--brand-emerald));
  transform: translateX(-50%);
  transition: width 0.35s ease;
}

/* HOVER EFFECT */
.banking-services-home-link:hover {
  color: var(--brand-emerald);
}

.banking-services-home-link:hover::before {
  width: 100%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .banking-services-home-cards-wrapper {
    margin-top: -210px;
  }

  .banking-services-home-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .banking-services-home-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .banking-services-home-hero-content {
    padding: 20px 0px;
  }

  .banking-services-home-title {
    font-size: 28px;
  }

  .banking-services-home-strip {
    padding: 0px 15px;
  }
}

/* ======== Banking Services section home css ends hear ================ */

/* ============= new counter section css start ================== */

.bank-stats-section {
  position: relative;
  padding: 160px 0;
  background: url("../images/new-counter-section-bg.jpg") center / cover
    no-repeat;
  overflow: hidden;
}

/* DARK BUT IMAGE VISIBLE */
.bank-stats-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 30, 52, 0.85),
    rgba(8, 30, 52, 0.55)
  );
}

/* LEFT TEXT */
.bank-stats-content h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
}

.bank-stats-content p {
  font-size: 18px;
  color: #d4e1ec;
  max-width: 480px;
  margin-top: 14px;
}

/* GRID EXACT LIKE IMAGE */
.bank-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* CARD */
.bank-stat-card {
  background: #e6f2fb;
  border-radius: 18px;
  padding: 36px 26px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease;
}

.bank-stat-card:hover {
  transform: translateY(-6px);
}

.bank-stat-card h3 {
  font-size: 44px;
  font-weight: 800;
  color: var(--brand-blue);
  margin-bottom: 6px;
}

.bank-stat-card span {
  font-size: 15px;
  color: #4b4b4b;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .bank-stats-section {
    padding: 50px 0;
    text-align: center;
  }

  .bank-stats-content p {
    margin: 0 auto 40px;
  }
}

@media (max-width: 575px) {
  .bank-stats-grid {
    grid-template-columns: 1fr;
  }

  .bank-stat-card h3 {
    font-size: 36px;
  }
  .bank-stats-content h2 {
    font-size: 32px;
    text-align: start;
  }
  .bank-stats-content p {
    font-size: 15px;
    text-align: start;
  }
}

/* =========== new counter section css ends =================== */

/* ============== Vypari utkarsh yojana section start ================== */

.vypari-utkarsh-yojana-hm-main {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: url("../images/vypari-utkarsh-yojana-hm-bg-demo.png") center /
    cover no-repeat;
  overflow: hidden;
  background-position-y: 10%;
}

/* CONTENT */
.vypari-utkarsh-yojana-hm-content {
  color: var(--white);
}

.vypari-utkarsh-yojana-hm-content h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.2;
}

.vypari-utkarsh-yojana-hm-content p {
  font-size: 17px;
  max-width: 520px;
  color: #f1f6fb;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .vypari-utkarsh-yojana-hm-main {
    min-height: 60vh;
  }

  .vypari-utkarsh-yojana-hm-content h2 {
    font-size: 36px;
  }

  .vypari-utkarsh-yojana-hm-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .vypari-utkarsh-yojana-hm-main {
    text-align: center;
  }

  .vypari-utkarsh-yojana-hm-content p {
    margin: 0 auto;
  }
}

/* ============= Vypari utkarsh yojana section ends ================= */

/* ============== Sukanya Samrudhhi thev section start ================ */

.sukanya-sam-main-hm {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: url("../images/sukanya-samrudhhi-hm-bg-demo.png") center / cover
    no-repeat;
  overflow: hidden;
  background-position-y: 10%;
}

/* CONTENT */
.sukanya-sam-main-hm-content {
  color: var(--white);
}

.sukanya-sam-main-hm-content h2 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.2;
}

.sukanya-sam-main-hm-content p {
  font-size: 17px;
  max-width: 520px;
  color: #f1f6fb;
  line-height: 1.6;
  margin-left: auto;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .sukanya-sam-main-hm {
    min-height: 60vh;
  }

  .sukanya-sam-main-hm-content {
    text-align: center;
  }

  .sukanya-sam-main-hm-content h2 {
    font-size: 36px;
  }

  .sukanya-sam-main-hm-content p {
    font-size: 16px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .sukanya-sam-main-hm {
    padding: 60px 0;
  }
}

/* ============== Sukanya Samrudhi thev section ends =================== */

/* ========= EMI Calc Section CSS Start ================= */

.emi-calc-section-home-main {
  padding: 50px 0;
  background: #f5f5f5;
}

/* LEFT BOX */
.emi-calc-box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 45px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

.emi-title {
  font-weight: 700;
  color: #0a2f4c;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}

.emi-title i {
  color: #93ad2a;
}

.emi-field {
  margin-bottom: 30px;
}

.emi-field label {
  font-weight: 600;
  color: #333;
}

/* RANGE BASE */
.emi-field input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  appearance: none;
  outline: none;
  background: linear-gradient(to right, #93ad2a 0%, #ddd 0%);
  transition: background 0.2s ease;
}

/* TRACK */
.emi-field input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
}
.emi-field input[type="range"]::-moz-range-track {
  height: 6px;
}

/* THUMB WITH PNG */
.emi-field input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 36px;
  height: 36px;
  background: url("../images/new-logo-sb-removebg.png") center / contain
    no-repeat;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -15px;
}
.emi-field input[type="range"]::-moz-range-thumb {
  width: 36px;
  height: 36px;
  background: url("../images/new-logo-sb-removebg.png") center / contain
    no-repeat;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.emi-field span {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: #0a2f4c;
}

/* RIGHT BOX */
.emi-result-box {
  height: 100%;
  background: linear-gradient(160deg, #0a2f4c, #2e3f59);
  border-radius: 24px;
  padding: 45px;
  color: #fff;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
}

.emi-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.emi-values strong {
  font-size: 22px;
  color: #93ad2a;
}

.emi-chart {
  max-width: 260px;
  margin: 20px auto 0;
  background: #fff;
  padding: 14px;
  border-radius: 16px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .emi-values {
    grid-template-columns: 1fr;
  }
}

/* ========== EMI Calc Section CSS Ends ================= */

/* ============== Kyc banner section start ================ */

.kyc-main-hm {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  background: url("../images/kyc-banner-hm.png") center / cover no-repeat;
  overflow: hidden;
  background-position-y: 10%;
}

/* CONTENT */
.kyc-main-hm-content {
  color: var(--brand-navy);
}

.kyc-main-hm-content h2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.25;
  color: var(--brand-navy);
}

.kyc-main-hm-content p {
  font-size: 16.5px;
  line-height: 1.65;
  color: #2e3f59;
  max-width: 520px;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .kyc-main-hm {
    min-height: 60vh;
  }

  .kyc-main-hm-content {
    text-align: center;
  }

  .kyc-main-hm-content h2 {
    font-size: 32px;
    color: var(--white);
  }

  .kyc-main-hm-content p {
    font-size: 15.5px;
    margin: 0 auto 10px;
    color: var(--dark-black);
  }
}

@media (max-width: 575px) {
  .kyc-main-hm {
    padding: 60px 0;
  }
}

/* ============ Kyc banner section ends =================== */

/* RBI KEHTA HE IMAGE SLIDER */
.rbi-kehta-he-slider-section {
  overflow: hidden;
}

.rbi-kehta-he-carousel-item {
  transition:
    transform 1s ease-in-out,
    opacity 1s ease-in-out;
}

.rbi-kehta-he-slider-img {
  height: 550px;
  object-fit: cover;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .rbi-kehta-he-slider-img {
    height: 250px;
  }
}

/* ============== CKYC Section css start ================= */

/* ================= CKYC SECTION ================= */

/* ================= CKYC SECTION ================= */

.coscholastics-dance-grid {
  position: relative;
  height: 420px;
}

/* Common image styling */
.dance-img {
  position: absolute;
  width: 55%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.4s ease,
    z-index 0.3s ease;
}

/* Image Positions */
.dance-img.img-1 {
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotate(-2deg);
}

.dance-img.img-2 {
  top: 70px;
  left: 35%;
  z-index: 2;
  transform: rotate(2deg);
}

.dance-img.img-3 {
  top: 160px;
  left: 15%;
  z-index: 1;
  transform: rotate(-1deg);
}

/* Hover Effect */
.dance-img:hover {
  transform: scale(1.05);
  z-index: 5;
}
@media (max-width: 767px) {
  .coscholastics-dance-grid {
    position: static;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .dance-img {
    position: static;
    width: 100%;
    height: 200px;
    transform: none;
  }
}

.ckyc-home-section {
  background: var(--medium-grey);
  padding: 60px 0;
}

/* TITLE */
.ckyc-section-title h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0b1f3a;
}

.ckyc-section-title p {
  max-width: 600px;
  margin: 10px auto 40px;
  color: #6b7280;
}

/* IMAGE */
.ckyc-image-card {
  background: #fff;
  padding: 20px;
  border-radius: 22px;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.ckyc-image-card img {
  width: 100%;
  border-radius: 18px;
}

/* VIDEO CARD */
.ckyc-video-glass {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.2);
}

.ckyc-video-glass video {
  width: 100%;
}

/* PLAY BUTTON */
.video-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  transition: 0.3s;
}

.video-play-btn:hover {
  transform: scale(1.1);
}

/* INLINE CONTROLS */
.video-controls {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: 0.3s;
}

.ckyc-video-glass:hover .video-controls {
  opacity: 1;
}

.left-controls,
.right-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-controls button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

input[type="range"] {
  cursor: pointer;
}

/* POPUP */
.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-popup {
  position: relative;
  width: 90%;
  max-width: 960px;
}

.video-popup video {
  width: 100%;
  border-radius: 18px;
}

/* CLOSE */
.video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
}

/* POPUP CONTROLS */
.popup-controls {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: 0.3s;
}

.video-popup:hover .popup-controls {
  opacity: 1;
}

.popup-controls button {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.video-popup {
  position: relative;
  pointer-events: auto;
}

.video-popup video {
  pointer-events: auto;
}

.video-close {
  z-index: 99999;
  pointer-events: auto;
}

/* ============= CKYC Section css ends ===================== */

/* ============================== About Us Section CSS Start ======================== */

/* =========== About Bank CSS Section start ========== */

.about-bank-banner {
  position: relative;
  background: url("../images/about-bank-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.about-bank-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
}

/* Glass-like Breadcrumb */
.custom-breadcrumb {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent for glass effect */
  backdrop-filter: blur(10px); /* Frosted glass blur */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: 1px solid var(--white);
  border-radius: 25px;
  padding: 15px 30px;
  margin-bottom: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.breadcrumb-item a {
  color: var(--medium-grey);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.breadcrumb-item a:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.breadcrumb-item::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: var(--primary-cyan);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.breadcrumb-item.active::before {
  background: var(--brand-gold);
  animation: pulse 2s infinite;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105"; /* Font Awesome arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  width: auto;
  height: auto;
  margin: 0 15px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-bank-banner {
    min-height: 300px;
  }
  .custom-breadcrumb {
    padding: 10px 20px;
  }
  .breadcrumb-item {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .about-bank-banner {
    min-height: 250px;
  }
  .custom-breadcrumb {
    padding: 8px 15px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 10px;
  }
}

/* ========= banner ends =========== */

.bank-about-section {
  background: linear-gradient(180deg, var(--light-grey), var(--white));
  overflow: hidden;
}

/* Founder */
.founder-img-box {
  background: var(--frost);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.founder-img {
  border-radius: 12px;
  max-height: 380px;
  object-fit: cover;
}

.founder-caption {
  font-weight: 600;
  color: var(--dark-blue);
}

/* Content */

.bank-title {
  color: var(--brand-olive);
  font-weight: 700;
}

.bank-content-box p {
  color: var(--text-grey);
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

/* Content Box */
.bank-content-box {
  position: relative;
  z-index: 1;
  background: var(--frost);
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Watermark Logo INSIDE content only */
.bank-content-logo {
  position: absolute;
  right: 5%;
  top: 25%;
  transform: translateY(-50%);
  max-width: 360px;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

/* Text above watermark */
.bank-content-box h2,
.bank-content-box p {
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .bank-bg-logo {
    max-width: 280px;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .bank-content-box {
    padding: 25px;
  }

  .bank-title {
    text-align: center;
  }
  .bank-content-logo {
    max-width: 220px;
    right: 50%;
    top: 60%;
    transform: translate(50%, -50%);
  }
}

/* =========== About Bank CSS section ends ============= */

/* ========== Chairman Section css start ============= */

.chairman-banner {
  position: relative;
  background: url("../images/chairman-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.chairman-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

@media (max-width: 768px) {
  .chairman-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .chairman-banner {
    min-height: 250px;
  }
}

/* =========== banner ends =========== */

.chairman-section {
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Chairman Card */
.chairman-card {
  background: var(--frost);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.chairman-img {
  border-radius: 14px;
  max-height: 360px;
  object-fit: cover;
}

.chairman-name {
  font-weight: 700;
  color: var(--dark-blue);
}

.chairman-designation {
  color: var(--brand-olive);
  font-weight: 600;
}

/* Message Box */
.chairman-message-box {
  background: var(--frost);
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.section-title {
  color: var(--brand-olive);
  font-weight: 700;
}

.chairman-message-box p {
  color: var(--text-grey);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 15px;
}

/* Signature */
.message-sign {
  margin-top: 25px;
  color: var(--text-dark);
}

/* Responsive */
@media (max-width: 768px) {
  .chairman-message-box {
    padding: 25px;
  }

  .section-title {
    text-align: center;
  }
}

/* ========== Chairman section css ends ============== */

/* ========== BOD Section css sstart ============= */

.bod-banner {
  position: relative;
  background: url("../images/bod-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.bod-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

@media (max-width: 768px) {
  .bod-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .bod-banner {
    min-height: 250px;
  }
}

/* ======== banner ends =========== */

.board-section {
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

.section-title {
  font-weight: 700;
  color: var(--brand-olive);
}

/* Card */
.board-card {
  background: var(--frost);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.board-card:hover {
  transform: translateY(-5px);
}

.board-img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.board-card h6 {
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 4px;
}

.board-card p {
  color: var(--brand-olive);
  font-weight: 600;
  margin-bottom: 0;
}

/* =========== BOD section css ends ============== */

/* ========== BOM Section css start =============== */

.bom-banner {
  position: relative;
  background: url("../images/bom-banner-sangli.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.bom-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

@media (max-width: 768px) {
  .bom-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .bom-banner {
    min-height: 250px;
  }
}

/* ======== banner ends =========== */

/* =========== BOM Section CSS ends ============== */

/* ============= BH Section css start ================ */

.bh-banner {
  position: relative;
  background: url("../images/bh-banner.jpg") bottom/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.bh-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

@media (max-width: 768px) {
  .bh-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .bh-banner {
    min-height: 250px;
  }
}
/* ======== banner ends =========== */

.bank-holiday-section {
  background: var(--light-grey);
}

.holiday-header h2 {
  color: var(--dark-blue);
  font-weight: 700;
}

.holiday-header p {
  color: var(--text-grey);
}

.holiday-card {
  background: var(--white);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.section-title {
  color: var(--primary-green);
  margin-bottom: 20px;
  font-weight: 600;
}

.holiday-table thead {
  background: var(--main-gradient);
  color: var(--white);
}

.holiday-table th,
.holiday-table td {
  padding: 14px;
  vertical-align: middle;
}

.holiday-table tbody tr:hover {
  background: var(--light-green);
}

.holiday-mobile-card {
  background: var(--light-cyan);
  padding: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--dark-blue);
}

.holiday-mobile-card span {
  display: block;
  color: var(--text-grey);
  font-size: 14px;
}

.holiday-list {
  padding-left: 20px;
  color: var(--text-dark);
}

.holiday-list li {
  margin-bottom: 10px;
}

.year-end {
  background: var(--brand-olive);
  color: var(--white);
}

/* =============== BH section css ends =============== */

/* =============================== About Us Section CSS Ends ======================= */

/* ============================= Deposit section css start ====================== */

/* ========== Saving account css start =========== */

.saving-banner {
  position: relative;
  background: url("../images/saving-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.saving-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}
@media (max-width: 768px) {
  .saving-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .saving-banner {
    min-height: 250px;
  }
}
/* banner ends  */

/* ---------------- HERO ANIMATION ---------------- */
.saving-hero {
  background: linear-gradient(135deg, var(--brand-navy), var(--primary-green));
  color: var(--white);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.hero-icon {
  font-size: 100px;
  opacity: 0.25;
  animation: floatIcon 6s ease-in-out infinite;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ---------------- SECTION HEAD ---------------- */
.section-head h2 {
  position: relative;
  display: inline-block;
}

.section-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--primary-green);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ---------------- INFO CARDS ---------------- */
.info-card {
  background: var(--white);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 1px solid transparent;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-green);
}

.info-card i {
  font-size: 38px;
  color: var(--primary-green);
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.info-card:hover i {
  transform: scale(1.15);
}

/* ---------------- FEATURES ---------------- */
.features-section {
  background: var(--light-grey);
}

.feature-item {
  background: var(--white);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transition: all 0.35s ease;
  cursor: default;
}

.features-section .row {
  --bs-gutter-x: 1.8rem;
}

.feature-item {
  width: 100%;
}

.feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.feature-item i {
  font-size: 22px;
  color: var(--brand-emerald);
  transition: transform 0.4s ease;
}

.feature-item:hover i {
  transform: rotate(10deg) scale(1.15);
}

.feature-item span {
  font-weight: 500;
  color: var(--text-dark);
}

/* ---------------- CTA SECTION ---------------- */
.saving-cta {
  background: linear-gradient(135deg, var(--brand-navy), var(--dark-blue));
  color: var(--white);
  padding: 65px 0;
}

.saving-cta h3 {
  font-weight: 600;
}

.saving-cta .btn {
  margin-top: 15px;
  padding: 12px 28px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.35s ease;
}

.saving-cta .btn:hover {
  background: var(--brand-gold);
  color: var(--dark-black);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* ---------------- RESPONSIVE TWEAK ---------------- */
@media (max-width: 768px) {
  .hero-icon {
    font-size: 70px;
  }
}

/* =========== Saving account css ends ============== */

/* =========== Current account css start ============== */

.current-banner {
  position: relative;
  background: url("../images/current-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.current-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}
@media (max-width: 768px) {
  .current-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .current-banner {
    min-height: 250px;
  }
}
/* banner ends  */

/* HERO */
.current-hero {
  background: linear-gradient(135deg, var(--brand-navy), var(--primary-green));
  color: var(--white);
  padding: 45px 0;
  overflow: hidden;
}

.current-hero h1 {
  font-weight: 700;
}

.hero-icon {
  font-size: 95px;
  opacity: 0.25;
  animation: floatIcon 6s ease-in-out infinite;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* SECTION HEAD */
.section-head h2 {
  color: var(--dark-blue);
  font-weight: 600;
}

.section-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--primary-green);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* INFO CARDS */
.info-card {
  background: var(--white);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}

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

.info-card i {
  font-size: 38px;
  color: var(--brand-emerald);
  margin-bottom: 15px;
}

/* FEATURES */
.features-section {
  background: var(--light-grey);
}

.features-section .row {
  --bs-gutter-x: 1.8rem; /* 👈 SIDE GAP FIX */
}

.feature-item {
  background: var(--white);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 72px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

.feature-item i {
  font-size: 22px;
  color: var(--primary-green);
  transition: transform 0.35s ease;
}

.feature-item:hover i {
  transform: scale(1.2);
}

.feature-item span {
  font-weight: 500;
  color: var(--text-dark);
}

.feature-item.highlight {
  border: 2px solid var(--brand-gold);
}

/* CTA */
.current-cta {
  background: linear-gradient(135deg, var(--brand-olive), var(--light-green));
  padding: 65px 0;
  color: var(--dark-blue);
}

.current-cta .btn {
  margin-top: 15px;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.current-cta .btn:hover {
  background: var(--brand-navy);
  color: var(--white);
  transform: translateY(-3px);
}

/* ============ Current account css ends ============= */

/* ============ FD css start ============= */

.fd-banner {
  position: relative;
  background: url("../images/fd-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.fd-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.breadcrumb > li:nth-child(3) {
  color: var(--medium-grey);
}

@media (max-width: 768px) {
  .fd-banner {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .fd-banner {
    min-height: 250px;
  }
}

/* banner ends  */

/* HERO */
.fd-hero {
  background: var(--main-gradient);
  color: var(--dark-blue);
}

.fd-hero h1 {
  font-weight: 700;
}

/* INTRO */
.fd-intro h2 {
  color: var(--dark-blue);
  margin-bottom: 15px;
}

.fd-points {
  list-style: none;
  padding: 0;
}

.fd-points li {
  margin-bottom: 10px;
  color: var(--text-dark);
}

.fd-points i {
  color: var(--primary-green);
  margin-right: 8px;
}

.fd-big-icon {
  font-size: 180px;
  color: var(--primary-green);
  opacity: 0.15;
}

/* FEATURES */
.fd-features {
  background: var(--light-grey);
}

.fd-card {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.fd-card i {
  font-size: 36px;
  color: var(--primary-green);
  margin-bottom: 15px;
}

.fd-card h5 {
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.fd-card p {
  color: var(--text-grey);
  font-size: 14px;
}

.fd-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* TENURE */
.tenure-box {
  background: var(--white);
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.tenure-box h4 {
  color: var(--primary-green);
}

/* CTA */
.fd-cta {
  background: var(--dark-blue);
  color: var(--white);
}

.btn-fd {
  background: var(--primary-green);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
}

.btn-fd:hover {
  background: var(--brand-olive);
  color: var(--white);
}

/* =========== FD css ends ================== */

/* ======== UFD Css start =============== */
.ufd-banner {
  position: relative;
  background: url("../images/ufd-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.ufd-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}
@media (max-width: 768px) {
  .ufd-banner {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .ufd-banner {
    min-height: 250px;
  }
}

/* banner ends  */

.fd-rate-section {
  background: var(--light-grey);
}

/* Heading */
.fd-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.fd-heading p {
  color: var(--text-grey);
  max-width: 900px;
  margin: auto;
}

/* Table Card */
.fd-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.fd-rate-table {
  margin: 0;
}

/* Header */
.fd-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--primary-cyan));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.fd-rate-table tbody td {
  text-align: center;
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column */
.fd-rate-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
}

/* Hover */
.fd-rate-table tbody tr:hover {
  background: var(--light-green);
}

/* Note */
.fd-note {
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-blue));
  color: var(--white);
  padding: 18px;
  border-radius: 10px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .fd-rate-table thead {
    display: none;
  }

  .fd-rate-table tr {
    display: block;
    margin-bottom: 15px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .fd-rate-table td {
    display: flex;
    justify-content: space-between;
    padding: 12px;
  }

  .fd-rate-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--text-grey);
  }
}

/* ============ UFD css ends =============== */

/* ========== Recurring Thev css start ========= */

.recurring-banner {
  position: relative;
  background: url("../images/recurring-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.recurring-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}
@media (max-width: 768px) {
  .recurring-banner {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .recurring-banner {
    min-height: 250px;
  }
}

/* banner ends  */

.recurring-thev-section {
  background: var(--light-grey);
}

/* Heading */
.recurring-thev-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.recurring-thev-heading p {
  color: var(--text-grey);
  max-width: 900px;
  margin: auto;
}

/* Table Card */
.recurring-thev-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.recurring-thev-table {
  margin: 0;
}

/* Header */
.recurring-thev-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--primary-cyan));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.recurring-thev-table tbody td {
  text-align: center;
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column */
.recurring-thev-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
}

/* Hover */
.recurring-thev-table tbody tr:hover {
  background: var(--light-green);
}

/* Note */
.recurring-thev-note {
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-blue));
  color: var(--white);
  padding: 18px;
  border-radius: 10px;
  font-size: 14px;
}

/* Responsive – Keep Table Layout */
@media (max-width: 768px) {
  .recurring-thev-table-card {
    overflow-x: auto;
  }

  .recurring-thev-table {
    min-width: 700px;
  }

  .recurring-thev-table thead th,
  .recurring-thev-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ========== Recurring Thev css ends ============== */

/* ======== Monthly INT deposit css start ========= */

.mid-banner {
  position: relative;
  background: url("../images/mid-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.mid-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.mid-rate-section {
  background: var(--light-grey);
}

/* Heading */
.mid-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.mid-heading p {
  color: var(--text-grey);
}

/* Table Card */
.mid-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.mid-rate-table {
  margin: 0;
  min-width: 700px;
}

/* Header */
.mid-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--primary-cyan));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.mid-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column bold */
.mid-rate-table tbody td:first-child {
  font-weight: 600;
  width: 45%;
}

/* Hover effect */
.mid-rate-table tbody tr:hover {
  background: var(--light-green);
}

/* Mobile & Tablet – Keep Table */
@media (max-width: 768px) {
  .mid-rate-table thead th,
  .mid-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ======= Monthly int deposit css ends ========== */

/* ========= Amrut damduppat css start ========== */

.amd-banner {
  position: relative;
  background: url("../images/amd-banner.jpg") bottom/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.amd-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.amrut-mahotsav-thev-rate-section {
  background: var(--light-grey);
}

/* Heading */
.amrut-mahotsav-thev-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.amrut-mahotsav-thev-heading p {
  color: var(--text-grey);
}

/* Table Card */
.amrut-mahotsav-thev-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.amrut-mahotsav-thev-rate-table {
  margin: 0;
  min-width: 700px;
}

/* Header */
.amrut-mahotsav-thev-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--primary-cyan));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.amrut-mahotsav-thev-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column */
.amrut-mahotsav-thev-rate-table tbody td:first-child {
  font-weight: 600;
  width: 45%;
}

/* Hover */
.amrut-mahotsav-thev-rate-table tbody tr:hover {
  background: var(--light-green);
}

/* Mobile & Tablet – keep table */
@media (max-width: 768px) {
  .amrut-mahotsav-thev-rate-table thead th,
  .amrut-mahotsav-thev-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ========= Amrut damduppat css ends ========== */

/* ========= Amrut lakshadhish css start ========== */

.aml-banner {
  position: relative;
  background: url("../images/aml-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.aml-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.AML-rate-section {
  background: var(--light-grey);
}

/* Heading */
.AML-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.AML-heading p {
  color: var(--text-grey);
}

/* Table Card */
.AML-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.AML-rate-table {
  margin: 0;
  min-width: 700px;
}

/* Header */
.AML-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--primary-cyan));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.AML-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column */
.AML-rate-table tbody td:first-child {
  font-weight: 600;
  width: 45%;
}

/* Hover */
.AML-rate-table tbody tr:hover {
  background: var(--light-green);
}

/* Mobile & Tablet – keep table */
@media (max-width: 768px) {
  .AML-rate-table thead th,
  .AML-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ========= Amrut lakshadhish css ends ========== */

/* ====== Samruddhi thev css start =========== */

.St-banner {
  position: relative;
  background: url("../images/St-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.St-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.ST-rate-section {
  background: var(--light-grey);
}

/* Heading */
.ST-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.ST-heading p {
  color: var(--text-grey);
}

/* Table Card */
.ST-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.ST-rate-table {
  margin: 0;
  min-width: 700px;
}

/* Header */
.ST-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-sky));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.ST-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column */
.ST-rate-table tbody td:first-child {
  font-weight: 600;
  width: 45%;
}

/* Hover Effect */
.ST-rate-table tbody tr:hover {
  background: var(--light-green);
  transition: 0.3s ease;
}

/* Mobile / Tablet – table hi rahe */
@media (max-width: 768px) {
  .ST-rate-table thead th,
  .ST-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ====== Samruddhi thev css ends =========== */

/* ======= Bachat nidhi css start ========== */

.bachat-banner {
  position: relative;
  background: url("../images/bachat-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.bachat-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.pigmy-rate-section {
  background: var(--light-grey);
}

/* Heading */
.pigmy-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.pigmy-heading p {
  color: var(--text-grey);
}

/* Table Card */
.pigmy-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.pigmy-rate-table {
  margin: 0;
  min-width: 650px;
}

/* Header */
.pigmy-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-sky));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.pigmy-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First column */
.pigmy-rate-table tbody td:first-child {
  font-weight: 600;
  width: 45%;
}

/* Hover */
.pigmy-rate-table tbody tr:hover {
  background: var(--light-green);
}

/* Mobile & Tablet – table hi rahe */
@media (max-width: 768px) {
  .pigmy-rate-table thead th,
  .pigmy-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ======= Bachat nidhi css ends ============= */

/* ======== Sukanya samrddhi thev css start ========= */

.sukanya-banner {
  position: relative;
  background: url("../images/sukanya-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.sukanya-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.sukanya-rate-section {
  background: var(--light-grey);
}

/* Heading */
.sukanya-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.sukanya-heading p {
  color: var(--text-grey);
}

/* Table Card */
.sukanya-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.sukanya-rate-table {
  margin: 0;
  min-width: 700px;
}

/* Header */
.sukanya-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-sky));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.sukanya-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
}

/* First Column */
.sukanya-rate-table tbody td:first-child {
  font-weight: 600;
  width: 45%;
}

/* Hover Effect */
.sukanya-rate-table tbody tr:hover {
  background: var(--light-green);
  transition: 0.3s ease;
}

/* Mobile & Tablet – table hi rahe */
@media (max-width: 768px) {
  .sukanya-rate-table thead th,
  .sukanya-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ========= Sukanya samruddhu thev css ends ============ */

/* ============== 80 c css start ==========*/

.taxt-c-banner {
  position: relative;
  background: url("../images/text-c-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.taxt-c-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.text-c-rate-section {
  background: var(--light-grey);
}

/* Heading */
.text-c-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.text-c-heading p {
  color: var(--text-grey);
}

/* Table Card */
.text-c-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.text-c-rate-table {
  margin: 0;
  min-width: 750px;
}

/* Header */
.text-c-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-navy));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.text-c-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
  vertical-align: top;
}

/* First Column */
.text-c-rate-table tbody td:first-child {
  font-weight: 600;
  width: 40%;
}

/* Hover Effect */
.text-c-rate-table tbody tr:hover {
  background: var(--light-green);
  transition: 0.3s ease;
}

/* Mobile & Tablet – table hi rahe */
@media (max-width: 768px) {
  .text-c-rate-table thead th,
  .text-c-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ========== 80 c css ends ============== */

/* ================= Common Deposit Section CSS Start ================= */

.deposit-bottom-content-section {
  background: var(--light-grey);
  padding: 45px 0;
}

.deposit-bottom-content-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.deposit-bottom-content-header i {
  color: var(--brand-blue);
  font-size: 22px;
}

.deposit-bottom-content-header h4 {
  margin: 0;
  font-weight: 600;
  color: var(--brand-navy);
}

/* List container */
.deposit-bottom-content-list {
  background: var(--white);
  border-left: 5px solid var(--brand-olive);
  padding: 22px 26px;
}

/* List */
.deposit-bottom-content-list ul {
  margin: 0;
  padding-left: 20px;
}

.deposit-bottom-content-list li {
  color: var(--text-dark);
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.deposit-bottom-content-list li:last-child {
  margin-bottom: 0;
}

.deposit-bottom-content-list span {
  color: var(--text-grey);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
  .deposit-bottom-content-list {
    padding: 18px;
  }

  .deposit-bottom-content-header h4 {
    font-size: 18px;
  }
}

/* ================== Common Deposit Section CSS Ends ================= */

/* =============== financial section css start */

.financial-banner {
  position: relative;
  background: url("../images/financial-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.financial-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

/* ens */

/* =============== Branch Locator section css start ========= */

.branch-banner {
  position: relative;
  background: url("../images/branch-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 65%;
}

/* Overlay between Image and Breadcrumb */
.branch-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.branch-wrapper {
  height: 78vh;
  background: var(--frost);
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.left-filter {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
  border-right: 2px solid var(--light-cyan);
}

.right-content {
  height: 100%;
  overflow-y: auto;
  padding: 25px;
  background: #f8fafc;
}

.filter-title {
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 600;
  color: var(--dark-blue);
}

.filter-item input {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid var(--brand-blue);
  position: relative;
}

.filter-item input:checked {
  background: var(--primary-cyan);
  border-color: var(--primary-cyan);
}

.filter-item input:checked::after {
  content: "✓";
  position: absolute;
  top: -3px;
  left: 3px;
  font-size: 14px;
}

.location-section {
  margin-bottom: 30px;
}

.location-header {
  background: var(--brand-blue);
  color: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}

.branch-card {
  background: #fff;
  border-left: 5px solid var(--primary-cyan);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.branch-card h6 {
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 6px;
}

.branch-card p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .branch-wrapper {
    height: auto;
  }
  .left-filter,
  .right-content {
    height: auto;
  }
}

/* ends */

/* ============================= Deposit Section css ends ======================== */

/* ================== Loans Sectionn css start =================== */

/* ============= ROI Section start ======== */

.roi-banner {
  position: relative;
  background: url("../images/roi-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-position-y: 50%; */
}

/* Overlay between Image and Breadcrumb */
.roi-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.roi-main-rate-section {
  background: var(--light-grey);
  padding: 50px 0;
}

/* Heading */
.roi-main-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 25px;
}

/* Table Card */
.roi-main-table-card {
  background: var(--white);
  border-radius: 14px;
  overflow-x: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 20px;
}

/* Table */
.roi-main-rate-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

/* Header */
.roi-main-rate-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-navy));
  color: var(--white);
  text-align: center;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Body */
.roi-main-rate-table tbody td {
  padding: 14px;
  border-bottom: 1px solid var(--medium-grey);
  font-weight: 500;
  color: var(--text-dark);
  vertical-align: top;
}

/* First Column wider */
.roi-main-rate-table tbody td:first-child {
  font-weight: 600;
  width: 35%;
}

/* Hover */
.roi-main-rate-table tbody tr {
  transition: background 0.3s ease;
}

.roi-main-rate-table tbody tr:hover {
  background: var(--light-green);
}

/* Responsive */
@media (max-width: 768px) {
  .roi-main-rate-table thead th,
  .roi-main-rate-table tbody td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ============= ROI Section ends ======== */

/* ========= personal loan section start ======== */

.personal-loan-banner {
  position: relative;
  background: url("../images/personal-loan-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 33%;
}

/* Overlay between Image and Breadcrumb */
.personal-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.per-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* ---------- Title ---------- */
.per-loan-title {
  max-width: 700px;
  margin: 0 auto 32px;
}

.per-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.per-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Main Content Box ---------- */
.per-loan-main {
  margin-bottom: 40px;
  padding: 28px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(46, 63, 89, 0.08);
}

/* ---------- Points ---------- */
.per-loan-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
  color: #444;
}

.per-loan-points div {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.per-loan-points i {
  color: var(--brand-emerald);
  margin-right: 8px;
  margin-top: 3px;
  font-size: 14px;
}

/* ---------- Image ---------- */
.per-loan-image {
  max-width: 100%;
  border-radius: 18px;
  background: var(--white);
  padding: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* ---------- Bottom Info Box ---------- */
.per-loan-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 30px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(46, 63, 89, 0.06);
}

.per-loan-bottom-item {
  text-align: center;
}

.per-loan-bottom-item i {
  font-size: 26px;
  color: var(--brand-blue);
  margin-bottom: 10px;
}

.per-loan-bottom-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 6px;
}

.per-loan-bottom-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .per-loan-main {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .per-loan-section {
    padding: 40px 0;
  }

  .per-loan-title h2 {
    font-size: 28px;
  }

  .per-loan-main,
  .per-loan-bottom {
    padding: 22px;
  }

  .per-loan-bottom {
    grid-template-columns: 1fr;
  }

  .per-loan-main {
    text-align: center;
  }

  .per-loan-points {
    align-items: center;
  }

  .per-loan-points div {
    justify-content: center;
  }
}

/* ========== Personal loan section ends ========== */

/* ============= Housing loan section start ======== */

.housing-loan-banner {
  position: relative;
  background: url("../images/housing-laon-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 65%;
}

/* Overlay between Image and Breadcrumb */
.housing-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.house-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.house-loan-title {
  max-width: 720px;
  margin: 0 auto 34px;
}

.house-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.house-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Details Wrapper */
.house-loan-details {
  background: var(--white);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(46, 63, 89, 0.08);
}

/* Each Row */
.house-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.house-loan-row:last-child {
  border-bottom: none;
}

.house-loan-row span {
  color: var(--dark-blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.house-loan-row span i {
  color: var(--brand-blue);
  font-size: 15px;
}

.house-loan-row strong {
  color: #444;
  font-weight: 500;
}

.house-loan-row a {
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 600;
}

.house-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .house-loan-title h2 {
    font-size: 28px;
  }

  .house-loan-details {
    padding: 22px;
  }

  .house-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ======== Housing loan section ends ============== */

/* =========== vehicle loan section start ========== */

.vehicle-loan-banner {
  position: relative;
  background: url("../images/vehicle-loan-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 70%;
}

/* Overlay between Image and Breadcrumb */
.vehicle-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.vehicle-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.vehicle-loan-title {
  max-width: 720px;
  margin: 0 auto 34px;
}

.vehicle-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.vehicle-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Details Box */
.vehicle-loan-details {
  background: var(--white);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(46, 63, 89, 0.08);
}

/* Row */
.vehicle-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.vehicle-loan-row:last-child {
  border-bottom: none;
}

.vehicle-loan-row span {
  color: var(--dark-blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vehicle-loan-row span i {
  color: var(--brand-blue);
  font-size: 15px;
}

.vehicle-loan-row strong {
  color: #444;
  font-weight: 500;
}

.vehicle-loan-row a {
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 600;
}

.vehicle-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .vehicle-loan-title h2 {
    font-size: 28px;
  }

  .vehicle-loan-details {
    padding: 22px;
  }

  .vehicle-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ============= vehicle loan section ends ============= */

/* =========== gold loan section start============== */

.gold-loan-banner {
  position: relative;
  background: url("../images/gold-loan-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 70%;
}

/* Overlay between Image and Breadcrumb */
.gold-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.gold-loan-section {
  padding: 60px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.gold-loan-title {
  max-width: 760px;
  margin: 0 auto 36px;
}

.gold-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.gold-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.gold-loan-card {
  background: var(--white);
  border-radius: 22px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 12px 32px rgba(46, 63, 89, 0.08);
}

/* Card Header */
.gold-loan-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.gold-loan-card-header i {
  font-size: 24px;
  color: var(--brand-blue);
}

.gold-loan-card-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 0;
}

/* Row */
.gold-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.gold-loan-row:last-child {
  border-bottom: none;
}

.gold-loan-row span {
  font-weight: 600;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  gap: 8px;
}

.gold-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.gold-loan-row strong {
  font-weight: 500;
  color: #444;
}

.gold-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.gold-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .gold-loan-title h2 {
    font-size: 28px;
  }

  .gold-loan-card {
    padding: 22px;
  }

  .gold-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* =========== gold loan section ends ========== */

/* ========== pledge loan section start ========== */

.pledge-loan-banner {
  position: relative;
  background: url("../images/pledge-loan-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-position-y: 70%; */
}

/* Overlay between Image and Breadcrumb */
.pledge-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.pledge-loan-section {
  padding: 60px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.pledge-loan-title {
  max-width: 760px;
  margin: 0 auto 38px;
}

.pledge-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.pledge-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.pledge-loan-card {
  background: var(--white);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.pledge-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.pledge-loan-row:last-child {
  border-bottom: none;
}

.pledge-loan-row span {
  font-weight: 600;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pledge-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.pledge-loan-row strong {
  font-weight: 500;
  color: #444;
}

.pledge-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.pledge-loan-row a:hover {
  text-decoration: underline;
}

/* Image */
.pledge-loan-image {
  max-width: 100%;
  border-radius: 20px;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.12));
}

/* Responsive */
@media (max-width: 768px) {
  .pledge-loan-title h2 {
    font-size: 28px;
  }

  .pledge-loan-card {
    padding: 22px;
  }

  .pledge-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pledge-loan-image {
    margin-top: 10px;
  }
}

/* ============ pledge loan section ends ========= */

/* ======= vypari utkarsh yojan section css start =========== */

.vyapari-utkarsh-loan-banner {
  position: relative;
  background: url("../images/vyapari-utkarsh-loan.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-position-y: 70%; */
}

/* Overlay between Image and Breadcrumb */
.vyapari-utkarsh-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.vyapari-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.vyapari-loan-title {
  max-width: 760px;
  margin: 0 auto 32px;
}

.vyapari-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.vyapari-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.vyapari-loan-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 22px;
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.vyapari-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.vyapari-loan-row:last-child {
  border-bottom: none;
}

.vyapari-loan-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.vyapari-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.vyapari-loan-row strong {
  font-weight: 500;
  color: #444;
}

.vyapari-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.vyapari-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .vyapari-loan-title h2 {
    font-size: 28px;
  }

  .vyapari-loan-card {
    padding: 22px;
  }

  .vyapari-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ======== vypari utkarsh yojana section css ends ========== */

/* ======== sikshan sanvardhini loan section start ========= */

.shikshan-loan-banner {
  position: relative;
  background: url("../images/education-loan-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Overlay between Image and Breadcrumb */
.shikshan-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.shikshan-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.shikshan-loan-title {
  max-width: 780px;
  margin: 0 auto 32px;
}

.shikshan-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.shikshan-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.shikshan-loan-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 22px;
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.shikshan-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.shikshan-loan-row:last-child {
  border-bottom: none;
}

.shikshan-loan-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.shikshan-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.shikshan-loan-row strong {
  font-weight: 500;
  color: #444;
}

.shikshan-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.shikshan-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .shikshan-loan-title h2 {
    font-size: 28px;
  }

  .shikshan-loan-card {
    padding: 22px;
  }

  .shikshan-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ==== sikshna sanvardhini loan section ends ========= */

/* ======== Project Loan section css start ========== */

.project-loan-banner {
  position: relative;
  background: url("../images/project-loan-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Overlay between Image and Breadcrumb */
.project-loan-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.project-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.project-loan-title {
  max-width: 780px;
  margin: 0 auto 32px;
}

.project-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.project-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.project-loan-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 22px;
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.project-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.project-loan-row:last-child {
  border-bottom: none;
}

.project-loan-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.project-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.project-loan-row strong {
  font-weight: 500;
  color: #444;
}

.project-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.project-loan-row a:hover {
  text-decoration: underline;
}

.project-loan-row small {
  font-size: 12px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .project-loan-title h2 {
    font-size: 28px;
  }

  .project-loan-card {
    padding: 22px;
  }

  .project-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ========= Project loan section css ends ======= */

/* ========= loan against nsc kvp.. section start =========== */

.ncs-lic-banner {
  position: relative;
  background: url("../images/loan-against-ncs-banner.jpg") center/cover
    no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Overlay between Image and Breadcrumb */
.ncs-lic-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.securities-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.securities-loan-title {
  max-width: 780px;
  margin: 0 auto 32px;
}

.securities-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.securities-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.securities-loan-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 22px;
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.securities-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.securities-loan-row:last-child {
  border-bottom: none;
}

.securities-loan-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.securities-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.securities-loan-row strong {
  font-weight: 500;
  color: #444;
  line-height: 1.6;
}

.securities-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.securities-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .securities-loan-title h2 {
    font-size: 28px;
  }

  .securities-loan-card {
    padding: 22px;
  }

  .securities-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ======= loan against nsc kvp.. section ends ============ */

/* ========= loan against fd section start ========== */

.loan-against-fd-banner {
  position: relative;
  background: url("../images/loan-aginst-fd-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Overlay between Image and Breadcrumb */
.loan-against-fd-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.loan-against-fd-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.loan-against-fd-title {
  max-width: 780px;
  margin: 0 auto 32px;
}

.loan-against-fd-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.loan-against-fd-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.loan-against-fd-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 22px;
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.loan-against-fd-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.loan-against-fd-row:last-child {
  border-bottom: none;
}

.loan-against-fd-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.loan-against-fd-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.loan-against-fd-row strong {
  font-weight: 500;
  color: #444;
  line-height: 1.6;
}

.loan-against-fd-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.loan-against-fd-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .loan-against-fd-title h2 {
    font-size: 28px;
  }

  .loan-against-fd-card {
    padding: 22px;
  }

  .loan-against-fd-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ========= loan against fd section ends ========== */

/* ====== cash credit loan section start ========== */

.cash-credit-banner {
  position: relative;
  background: url("../images/cash-credit-loan-banner.jpg") center/cover
    no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.cash-credit-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.cash-credit-loan-section {
  padding: 55px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Title */
.cash-credit-loan-title {
  max-width: 780px;
  margin: 0 auto 32px;
}

.cash-credit-loan-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.cash-credit-loan-title p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Card */
.cash-credit-loan-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 22px;
  padding: 30px 32px;
  box-shadow: 0 14px 36px rgba(46, 63, 89, 0.08);
}

/* Rows */
.cash-credit-loan-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 14px;
}

.cash-credit-loan-row:last-child {
  border-bottom: none;
}

.cash-credit-loan-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--dark-blue);
}

.cash-credit-loan-row span i {
  color: var(--brand-blue);
  font-size: 14px;
}

.cash-credit-loan-row strong {
  font-weight: 500;
  color: #444;
  line-height: 1.6;
}

.cash-credit-loan-row a {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.cash-credit-loan-row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .cash-credit-loan-title h2 {
    font-size: 28px;
  }

  .cash-credit-loan-card {
    padding: 22px;
  }

  .cash-credit-loan-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ====== cash credit loan section ends =========== */

/* common conditon for loans start */

/* Conditions Box */
.condition-common-loans-box {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-navy));
  border-radius: 14px;
  padding: 20px 26px;
  margin-top: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* List */
.condition-common-loans-list {
  margin: 0;
  padding-left: 20px;
  color: var(--white);
}

/* List Items */
.condition-common-loans-list li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
}

.condition-common-loans-list li:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .condition-common-loans-box {
    padding: 18px 20px;
  }

  .condition-common-loans-list li {
    font-size: 14px;
  }
}

/* common condition for loans ends  */

/* ================== Loans Section css ends =================*/

/* ============ Services Section css start =============== */

/* ==== rtgs neft section start======== */

.rtgs-banner {
  position: relative;
  background: url("../images/rtgs-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.rtgs-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.rtgs-neft-section {
  background: var(--light-grey);
}

.rtgs-neft-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
}

.rtgs-neft-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 35px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
}

.rtgs-neft-card p {
  color: var(--text-grey);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.rtgs-neft-subtitle {
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 12px;
}

.rtgs-neft-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.rtgs-neft-list li {
  font-size: 15px;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.6;
}

.rtgs-neft-ifsc {
  margin-top: 25px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-navy));
  color: var(--white);
  padding: 18px 22px;
  border-radius: 12px;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .rtgs-neft-card {
    padding: 22px 20px;
  }

  .rtgs-neft-card p,
  .rtgs-neft-list li,
  .rtgs-neft-ifsc {
    font-size: 14px;
  }
}

/* ========== rtgs neft section ends ======= */

/* ======== Locker section start ========== */

.locker-banner {
  position: relative;
  background: url("../images/locker-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.locker-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.locker-facility-section {
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

/* Heading */
.locker-facility-heading {
  max-width: 820px;
  margin: 0 auto;
}

.locker-facility-heading h2 {
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 10px;
}

.locker-facility-heading p {
  color: var(--text-grey);
  font-size: 15px;
  line-height: 1.7;
}

/* Card */
.locker-facility-card {
  max-width: 900px;
  background: var(--white);
  border-radius: 18px;
  padding: 34px 38px;
  box-shadow: 0 18px 45px rgba(3, 8, 9, 0.12);
  border: 1px solid var(--medium-grey);
}

/* Subtitle */
.locker-facility-subtitle {
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 18px;
}

/* Feature List */
.locker-facility-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.locker-facility-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--text-dark);
  line-height: 1.6;
}

.locker-facility-list li::before {
  content: "\f023";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primary-green);
  font-size: 16px;
}

/* Icons */
.locker-facility-heading i,
.locker-facility-subtitle i {
  color: var(--primary-green);
}

/* Responsive */
@media (max-width: 768px) {
  .locker-facility-card {
    padding: 24px 22px;
  }

  .locker-facility-heading p,
  .locker-facility-list li {
    font-size: 14px;
  }
}

/* ======= Locker section ends ============== */

/* ======= 24x7 banking css start ======= */

.two-four-banking-banner {
  position: relative;
  background: url("../images/locker-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.two-four-banking-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.banking-24x7-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f9ff, #eef3ff);
  font-family: "Poppins", sans-serif;
}

.banking-header {
  text-align: center;
  margin-bottom: 50px;
}

.banking-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b2c55;
}

.banking-header p {
  color: #555;
  font-size: 16px;
}

/* Services Grid */
.banking-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card i {
  font-size: 36px;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* WhatsApp Card */
.whatsapp-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.whatsapp-info-card h3 {
  color: #0b2c55;
  font-weight: 600;
  margin-bottom: 20px;
}

.marathi-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.banking-feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 25px 0;
}

.banking-feature-list li {
  background: #f1f6ff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
}

/* CTA */
.whatsapp-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(18, 140, 126, 0.4);
}

.whatsapp-btn i {
  margin-right: 8px;
}

/* QR Section */
.qr-section {
  text-align: center;
  margin-top: 60px;
}

.qr-box {
  width: 160px;
  height: 160px;
  background: #e9eefc;
  border-radius: 14px;
  margin: 15px auto;
}

.qr-link {
  color: #0d6efd;
  text-decoration: underline;
  font-weight: 500;
}

/* ======== 24x7 banking css ends =========== */

/* ======= atm services section start ======== */

.atm-banner {
  position: relative;
  background: url("../images/atm-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.atm-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.atm-services-clean {
  padding: 90px 0;
  background: var(--light-grey);
}

/* Header */
.atm-header-clean {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.atm-icon-clean {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-blue), var(--primary-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.atm-icon-clean i {
  color: var(--white);
  font-size: 28px;
}

.atm-header-clean h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 10px;
}

.atm-header-clean p {
  font-size: 16px;
  color: var(--text-grey);
}

/* Grid */
.atm-grid-clean {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

/* Card */
.atm-card-clean {
  background: var(--white);
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.35s ease;
}

.atm-card-clean::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--brand-blue), var(--primary-cyan));
  border-radius: 0 0 18px 18px;
}

.atm-card-clean:hover {
  transform: translateY(-10px);
}

.atm-card-clean h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 14px;
}

.atm-card-clean p {
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.6;
}

.atm-card-clean i {
  color: var(--brand-blue);
  margin-right: 8px;
}

/* ======= atm services section ends */

/* ========= pan card services section start ============== */

.pan-card-banner {
  position: relative;
  background: url("../images/atm-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.pan-card-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.pan-service-section {
  background: var(--light-grey);
  padding: 60px 0;
}

/* Header */
.pan-service-header h2 {
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 10px;
}

.pan-service-header p {
  color: var(--text-grey);
  max-width: 720px;
  margin: 0 auto;
}

.pan-service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-sky));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 15px;
}

/* Cards */
.pan-service-card {
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.pan-service-card h4 {
  color: var(--brand-navy);
  font-weight: 600;
  margin-bottom: 15px;
}

.pan-service-card h4 i {
  color: var(--brand-blue);
  margin-right: 8px;
}

.pan-service-card p {
  color: var(--text-dark);
  line-height: 1.7;
}

/* List */
.pan-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pan-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--text-dark);
  font-weight: 500;
}

.pan-service-list i {
  color: var(--brand-emerald);
  margin-top: 3px;
}

/* Bottom Note */
.pan-service-note {
  background: var(--frost);
  border: 1px solid var(--frost-border);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--text-dark);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.pan-service-note i {
  color: var(--brand-gold);
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .pan-service-card {
    padding: 22px;
  }
}

/* =========== pan card ends ================== */

/* ========= sub chat banking start ============ */

.sub-banner {
  position: relative;
  background: url("../images/sub-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-position-y: 50%; */
}

/* Overlay between Image and Breadcrumb */
.sub-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.subchat-banking-section {
  padding: 70px 0;
  background: var(--light-grey);
  font-family: "Poppins", sans-serif;
}

.subchat-card {
  background: var(--white);
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 30px 70px rgba(10, 47, 76, 0.12);
  border: 1px solid var(--medium-grey);
}

.subchat-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 25px;
  position: relative;
}

.subchat-header h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--brand-gold);
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}

.subchat-content p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-grey);
}

.subchat-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  gap: 30px;
}

.qr-box {
  background: var(--light-grey);
  padding: 20px;
  border-radius: 16px;
  border: 1px dashed var(--primary-cyan);
}

.qr-box img {
  width: 140px;
  height: auto;
}

.subchat-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--brand-blue), var(--primary-cyan));
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(12, 110, 195, 0.25);
}

.subchat-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(12, 110, 195, 0.35);
}

.subchat-note {
  margin-top: 28px;
  font-size: 14px;
  color: var(--dark-blue);
  opacity: 0.85;
}

/* ========= sub chat banking css ends =============== */

/* =========== apbs section start ============ */

.apbs-banner {
  position: relative;
  background: url("../images/apbs-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.apbs-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.apbs-section {
  padding: 70px 0;
  background: var(--light-grey);
  font-family: "Poppins", sans-serif;
}

.apbs-card {
  background: var(--white);
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(10, 47, 76, 0.12);
  border: 1px solid var(--medium-grey);
}

.apbs-header h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 30px;
  position: relative;
}

.apbs-header h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--brand-gold);
  display: block;
  margin-top: 12px;
  border-radius: 2px;
}

.apbs-content p {
  font-size: 16px;
  color: var(--text-grey);
  line-height: 1.9;
}

.apbs-benefits,
.apbs-steps {
  margin-top: 35px;
}

.apbs-benefits h4,
.apbs-steps h4 {
  font-size: 20px;
  color: var(--dark-blue);
  margin-bottom: 15px;
}

.apbs-benefits ul,
.apbs-steps ul {
  padding-left: 20px;
}

.apbs-benefits ul li,
.apbs-steps ul li {
  font-size: 15px;
  color: var(--text-grey);
  margin-bottom: 10px;
  line-height: 1.7;
}

.step-box {
  background: var(--light-grey);
  border-left: 5px solid var(--brand-blue);
  padding: 20px 25px;
  border-radius: 14px;
  margin-top: 25px;
}

.step-box h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 10px;
}

.step-box p {
  font-size: 15px;
  color: var(--text-grey);
  line-height: 1.7;
}

/* =========== apbs section ends ============== */

/* ========= executor and trustee section start ========== */

.executer-banner {
  position: relative;
  background: url("../images/exe-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 10%;
}

/* Overlay between Image and Breadcrumb */
.executer-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.executor-section {
  padding: 70px 0;
  background: linear-gradient(135deg, var(--light-grey), var(--light-cyan));
  font-family: "Poppins", sans-serif;
}

.executor-card {
  background: var(--white);
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 28px 65px rgba(10, 47, 76, 0.12);
  border: 1px solid var(--medium-grey);
}

.executor-header h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 30px;
  position: relative;
}

.executor-header h2::after {
  content: "";
  width: 85px;
  height: 4px;
  background: var(--brand-gold);
  display: block;
  margin-top: 12px;
  border-radius: 2px;
}

.executor-content p {
  font-size: 16px;
  color: var(--text-grey);
  line-height: 1.9;
}

.executor-services {
  margin: 25px 0 35px;
  padding-left: 22px;
}

.executor-services li {
  font-size: 15px;
  color: var(--text-grey);
  margin-bottom: 10px;
  line-height: 1.8;
}

.executor-info {
  background: var(--light-grey);
  border-left: 5px solid var(--brand-blue);
  padding: 22px 25px;
  border-radius: 14px;
  margin-top: 25px;
}

.executor-info h4 {
  font-size: 18px;
  color: var(--dark-blue);
  margin-bottom: 10px;
}

.executor-info p {
  font-size: 15px;
  color: var(--text-grey);
  line-height: 1.8;
}

.executor-why {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--brand-navy), var(--dark-blue));
  padding: 30px;
  border-radius: 18px;
}

.executor-why h4 {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 15px;
}

.executor-why ul {
  padding-left: 20px;
}

.executor-why ul li {
  font-size: 15px;
  color: var(--light-cyan);
  margin-bottom: 10px;
  line-height: 1.7;
}

/* ======= executor and trustee section ends ============ */

/* ======== abb section css start =============== */

.abb-banner {
  position: relative;
  background: url("../images/abb-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 10%;
}

/* Overlay between Image and Breadcrumb */
.abb-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.any-branch-section {
  padding: 70px 0;
  background: var(--light-grey);
  font-family: "Poppins", sans-serif;
}

.any-branch-card {
  background: var(--white);
  border-radius: 22px;
  padding: 45px;
  box-shadow: 0 30px 70px rgba(10, 47, 76, 0.12);
  border: 1px solid var(--medium-grey);
  position: relative;
  overflow: hidden;
}

.any-branch-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: var(--primary-cyan);
  opacity: 0.15;
  border-radius: 50%;
}

.any-branch-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}

.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-navy));
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 24px;
  color: var(--white);
}

.any-branch-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--brand-navy);
  margin: 0;
}

.any-branch-content p {
  font-size: 16px;
  color: var(--text-grey);
  line-height: 1.9;
  margin: 0;
}

/* ======= abb section css ends ============= */

/* ============ ifsc section start =========== */

.ifsc-banner {
  position: relative;
  background: url("../images/ifsc-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.ifsc-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.ifsc-section {
  padding: 70px 0;
  background: var(--light-grey);
  font-family: "Poppins", sans-serif;
}

.ifsc-card {
  background: var(--white);
  border-radius: 22px;
  padding: 45px;
  box-shadow: 0 28px 65px rgba(10, 47, 76, 0.12);
  border: 1px solid var(--medium-grey);
  position: relative;
}

.ifsc-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.ifsc-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-navy));
  display: flex;
  align-items: center;
  justify-content: center;
}

.ifsc-icon i {
  color: var(--white);
  font-size: 24px;
}

.ifsc-header h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--brand-navy);
  margin: 0;
}

.ifsc-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ifsc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
}

.ifsc-row .label {
  font-weight: 500;
  color: var(--dark-blue);
  min-width: 110px;
}

.ifsc-row .value {
  color: var(--text-grey);
}

.ifsc-row.highlight {
  background: var(--light-grey);
  padding: 14px 18px;
  border-radius: 14px;
  align-items: center;
}

.ifsc-row .code {
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--brand-blue);
}

.ifsc-note {
  margin-top: 10px;
  font-size: 15px;
  color: var(--text-grey);
  line-height: 1.7;
}

/* ============ ifsc section ends =============== */

/* =========== kyc norms section start ========== */

.kycNorms-banner {
  position: relative;
  background: url("../images/kyc-norms-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Overlay between Image and Breadcrumb */
.kycNorms-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.kyc-norms-section {
  padding: 70px 0;
  background: var(--light-grey);
}

.kyc-norms-card {
  background: var(--white);
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 30px 70px rgba(10, 47, 76, 0.12);
}

.kyc-norms-title {
  font-size: 30px;
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.kyc-norms-title i {
  color: var(--brand-blue);
}

.kyc-norms-table {
  margin-bottom: 35px;
  border-radius: 14px;
  overflow: hidden;
}

.kyc-norms-table thead th {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-navy));
  color: var(--white);
  font-weight: 500;
  padding: 14px;
}

.kyc-norms-table tbody td {
  padding: 16px;
  font-size: 15px;
  color: var(--text-grey);
  line-height: 1.7;
  border: 1px solid var(--medium-grey);
}

.kyc-norms-head {
  width: 35%;
  font-weight: 500;
  color: var(--dark-blue);
  background: var(--light-grey);
}

/* =========== kyc norms section ends =========== */

/* ================ Dwd section css start ================= */

.dwd-banner {
  position: relative;
  background: url("../images/dwd-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Overlay between Image and Breadcrumb */
.dwd-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.dwd-pdf-sec-wrapper {
  background: var(--light-grey);
  padding: 70px 20px;
}

.dwd-pdf-sec-container {
  max-width: 1100px;
  margin: auto;
}

.dwd-pdf-sec-title {
  text-align: center;
  font-size: 34px;
  color: var(--brand-navy);
  margin-bottom: 50px;
}

.dwd-pdf-sec-card {
  background: var(--white);
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dwd-pdf-sec-card-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--brand-blue);
}

.dwd-pdf-sec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--medium-grey);
  font-size: 15px;
  color: var(--text-dark);
}

.dwd-pdf-sec-item:last-child {
  border-bottom: none;
}

.dwd-pdf-sec-actions a {
  margin-left: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  background: var(--brand-sky);
  color: var(--white);
  transition: 0.3s;
}

.dwd-pdf-sec-actions a:last-child {
  background: var(--dark-blue);
}

.dwd-pdf-sec-actions a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .dwd-pdf-sec-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* =============== DWD Section css ends ================= */

/* ============ Services Section css ends =============== */

/* ========== Contact section css start ================= */

/* ========== grievance section start ========== */

.grievance-banner {
  position: relative;
  background: url("../images/customer-grievance-banner.jpg") center/cover
    no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-position-y: 30%; */
}

/* Overlay between Image and Breadcrumb */
.grievance-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

/* ========== grievance sction ends ================ */

/* ========== Complaint section start =============== */

.complaint-banner {
  position: relative;
  background: url("../images/complaint-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background-position-y: 30%; */
}

/* Overlay between Image and Breadcrumb */
.complaint-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

/* =========== Complaint section ends ================= */

/* ========== Contact section css ends ================= */

/* ================ Footer Internal page section start ============ */

/* ========= career page start ========== */

.career-banner {
  position: relative;
  background: url("../images/career-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Overlay between Image and Breadcrumb */
.career-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.career-wrapper {
  background: var(--light-grey);
  padding: 70px 20px;
}

.career-container {
  max-width: 1100px;
  margin: auto;
}

.career-title {
  text-align: center;
  font-size: 34px;
  color: var(--brand-navy);
  margin-bottom: 50px;
}

.career-table-wrap {
  background: var(--white);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
}

.career-table {
  width: 100%;
  border-collapse: collapse;
}

.career-table thead {
  background: var(--brand-navy);
}

.career-table th {
  color: var(--white);
  padding: 16px;
  text-align: left;
  font-size: 15px;
}

.career-table td {
  padding: 16px;
  border-bottom: 1px solid var(--medium-grey);
  color: var(--text-dark);
  font-size: 15px;
}

.career-table tr:last-child td {
  border-bottom: none;
}

.career-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  color: var(--white);
  transition: 0.3s;
  white-space: nowrap;
}

.career-view {
  background: var(--brand-sky);
}

.career-apply {
  background: var(--brand-blue);
}

.career-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.career-multi-btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  .career-table th,
  .career-table td {
    font-size: 14px;
  }
}

/* ========== career page ends ============= */

/* =========== Disclaimer page start ============= */

.disclaimer-banner {
  position: relative;
  background: url("../images/dislaimer-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 32%;
}

/* Overlay between Image and Breadcrumb */
.disclaimer-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.bank-disclaimer-section {
  background: var(--light-grey);
}

.bank-disclaimer-card {
  background: var(--white);
  padding: 45px 50px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(10, 47, 76, 0.12);
}

.bank-disclaimer-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 25px;
  position: relative;
}

.bank-disclaimer-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--brand-blue);
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.bank-disclaimer-content p {
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-dark);
  margin-bottom: 18px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .bank-disclaimer-card {
    padding: 30px 22px;
  }

  .bank-disclaimer-title {
    font-size: 28px;
  }

  .bank-disclaimer-content p {
    font-size: 14.5px;
  }
}

/* ======== Disclaimer page ends ================= */

/* ======= pp page start ========== */

.pp-banner {
  position: relative;
  background: url("../images/pp-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 35%;
}

/* Overlay between Image and Breadcrumb */
.pp-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.pp-bank-privacy-page {
  background-color: #f5f7fa;
}

.pp-bank-privacy-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pp-bank-privacy-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b2c4d;
}

.pp-bank-privacy-subtitle {
  font-weight: 700;
  margin-top: 30px;
  color: #0b2c4d;
}

.pp-bank-privacy-content h6 {
  font-weight: 600;
  margin-top: 20px;
  color: #123a63;
}

.pp-bank-privacy-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
}

@media (max-width: 768px) {
  .pp-bank-privacy-card {
    padding: 25px;
  }

  .pp-bank-privacy-title {
    font-size: 26px;
  }
}

/* ========= pp page ends ============ */

/* =========== FAQ section start ============ */

.faq-banner {
  position: relative;
  background: url("../images/faq-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.faq-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.FAQ-sec-main {
  background: var(--light-grey);
}

.FAQ-sec-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--brand-navy);
}

.FAQ-sec-header p {
  color: var(--text-grey);
}

/* Tabs */
.FAQ-sec-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.FAQ-sec-tab {
  padding: 10px 18px;
  background: #fff;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  color: var(--brand-navy);
  border: 1px solid var(--medium-grey);
  transition: all 0.3s ease;
  font-size: 14px;
}

.FAQ-sec-tab:hover {
  background: var(--brand-sky);
  color: #fff;
}

.FAQ-sec-tab.active {
  background: var(--brand-blue);
  color: #fff;
  border-color: var(--brand-blue);
}

/* Content */
.FAQ-sec-content-wrapper {
  margin-top: 30px;
}

.FAQ-sec-content {
  display: none;
  animation: FAQfade 0.35s ease;
}

.FAQ-sec-content.active {
  display: block;
}

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

/* QA BLOCK */
.FAQ-sec-qa {
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.FAQ-sec-qa h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 8px;
}

.FAQ-sec-qa p {
  font-size: 15px;
  color: var(--text-dark);
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .FAQ-sec-tab {
    font-size: 13px;
    padding: 8px 14px;
  }

  .FAQ-sec-header h2 {
    font-size: 26px;
  }
}

/* ========= FAQ section ends ================ */

/* ============ sitemap section start =========== */

.sitemap-banner {
  position: relative;
  background: url("../images/sitemap-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.sitemap-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.sitemap-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--light-grey), var(--white));
}

.sitemap-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 55px;
  color: var(--brand-navy);
  position: relative;
}

.sitemap-heading::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 12px auto 0;
  background: var(--main-gradient);
  border-radius: 10px;
}

/* ==============================
   SITEMAP CARD
================================ */

.sitemap-box {
  background: var(--white);
  border-radius: 18px;
  padding: 30px 28px 28px 34px;
  position: relative;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 1px solid var(--medium-grey);
}

/* LEFT ACCENT BAR */
.sitemap-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: calc(100% - 28px);
  background: var(--main-gradient);
  border-radius: 12px;
}

/* HOVER EFFECT */
.sitemap-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  border-color: var(--brand-emerald);
}

/* ==============================
   CARD TITLE
================================ */

.sitemap-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  gap: 10px;
}

.sitemap-box-title::before {
  content: "▣";
  color: var(--brand-emerald);
  font-size: 14px;
}

/* ==============================
   LINKS LIST
================================ */

.sitemap-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sitemap-links li {
  margin-bottom: 11px;
}

.sitemap-links a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-grey);
  position: relative;
  padding-left: 22px;
  transition: all 0.3s ease;
}

/* BULLET ICON */
.sitemap-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: var(--brand-blue);
  transition: all 0.3s ease;
}

/* HOVER LINK */
.sitemap-links a:hover {
  color: var(--brand-blue);
  padding-left: 30px;
}

.sitemap-links a:hover::before {
  color: var(--brand-gold);
}

/* ==============================
   RESPONSIVE TWEAKS
================================ */

@media (max-width: 767px) {
  .sitemap-heading {
    font-size: 30px;
  }

  .sitemap-box {
    padding: 26px 22px 24px 28px;
  }

  .sitemap-box-title {
    font-size: 18px;
  }

  .sitemap-links a {
    font-size: 14px;
  }
}
/* ============= sitemap section ends ============= */

/* ============ Notices Section Start =============== */
.notices-banner {
  position: relative;
  background: url("../images/notices-banner.jpg") center/cover no-repeat; /* Replace with your image path */
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay between Image and Breadcrumb */
.notices-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 51, 102, 0.7),
    rgba(51, 102, 153, 0.55)
  );
  z-index: 1;
}

.notices-wrapper {
  padding: 60px 20px;
  background: var(--light-grey);
}

.notices-container {
  max-width: 1200px;
  margin: auto;
}

.notices-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
  color: var(--brand-navy);
}

.notices-card {
  background: var(--white);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.notices-card-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--brand-blue);
  border-bottom: 2px solid var(--medium-grey);
  padding-bottom: 8px;
}

.notices-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--medium-grey);
  flex-wrap: wrap;
}

.notices-item span {
  color: var(--text-dark);
  font-size: 15px;
}

.notices-actions a {
  text-decoration: none;
  margin-left: 10px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--white);
  background: var(--brand-sky);
  transition: 0.3s;
}

.notices-actions a:hover {
  background: var(--brand-navy);
}


/* ============ Notices Section Ends =================== */

/* ============== Footer Internal page section ends ================ */

@media (max-width: 768px) {
  .mid-banner,
  .amd-banner,
  .aml-banner,
  .St-banner,
  .bachat-banner,
  .sukanya-banner,
  .taxt-c-banner,
  .financial-banner,
  .branch-banner,
  .roi-banner,
  .personal-loan-banner,
  .housing-loan-banner,
  .vehicle-loan-banner,
  .gold-loan-banner,
  .pledge-loan-banner,
  .vyapari-utkarsh-loan-banner,
  .shikshan-loan-banner,
  .project-loan-banner,
  .ncs-lic-banner,
  .loan-against-fd-banner,
  .cash-credit-banner,
  .rtgs-banner,
  .locker-banner,
  .two-four-banking-banner,
  .atm-banner,
  .pan-card-banner,
  .sub-banner,
  .apbs-banner,
  .executer-banner,
  .abb-banner,
  .ifsc-banner,
  .kycNorms-banner,
  .dwd-banner,
  .grievance-banner,
  .career-banner,
  .disclaimer-banner,
  .pp-banner,
  .faq-banner,
  .sitemap-banner,
  .complaint-banner,
  .notices-banner {
    min-height: 300px;
  }
  .custome-dp-slider-hm-btn {
    padding: 5px 9px;
  }
}
@media (max-width: 576px) {
  .mid-banner,
  .amd-banner,
  .aml-banner,
  .St-banner,
  .bachat-banner,
  .sukanya-banner,
  .taxt-c-banner,
  .financial-banner,
  .branch-banner,
  .roi-banner,
  .personal-loan-banner,
  .housing-loan-banner,
  .vehicle-loan-banner,
  .gold-loan-banner,
  .pledge-loan-banner,
  .vyapari-utkarsh-loan-banner,
  .shikshan-loan-banner,
  .project-loan-banner,
  .ncs-lic-banner,
  .loan-against-fd-banner,
  .cash-credit-banner,
  .rtgs-banner,
  .locker-banner,
  .two-four-banking-banner,
  .atm-banner,
  .pan-card-banner,
  .sub-banner,
  .apbs-banner,
  .executer-banner,
  .abb-banner,
  .ifsc-banner,
  .kycNorms-banner,
  .dwd-banner,
  .grievance-banner,
  .career-banner,
  .disclaimer-banner,
  .pp-banner,
  .faq-banner,
  .sitemap-banner,
  .complaint-banner,
  .notices-banner {
    min-height: 250px;
  }
}

/* ============== Footer Section css start ============== */

.footer-section-main {
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-blue));
  padding: 60px 0 20px;
  color: var(--white);
}

/* TITLES */
.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--white);
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* CONTACT */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact i {
  color: var(--white);
  margin-top: 4px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-left: 16px;
  transition: 0.3s ease;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--white);
  transition: transform 0.3s ease;
}

.footer-links a:hover {
  color: var(--main-gray);
}

.footer-links a:hover::before {
  transform: translateX(4px);
}

/* IMAGES */
.footer-images {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-images img {
  max-width: 120px;
  background: var(--white);
  padding: 8px;
  border-radius: 10px;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  margin: 0;
  color: var(--white);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-images {
    justify-content: flex-start;
  }

  .footer-bottom p {
    font-size: 12px;
    display: block;
  }
}

/* ================ Footer section css ends ================ */

.vypar-content-small {
  background-color: #e7a64d;
  padding: 15px;
}

.vypar-content-small h2 {
  font-size: 25px;
  color: var(--white);
}

.vypar-content-small p {
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  margin: 0;
}

/* ======== sukanya sam mobile =========  */

.sukanya-sam-content-small {
  background-color: #60ad9d;
  padding: 15px;
}

.sukanya-sam-content-small h2 {
  font-size: 25px;
  color: var(--white);
}

.sukanya-sam-content-small p {
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  margin: 0;
}

/* =========== kyc main mobile ========= */

.kyc-main-content-small {
  background-color: #d9dee4;
  padding: 15px;
}

.kyc-main-content-small h2 {
  font-size: 25px;
  color: #555;
}

.kyc-main-content-small p {
  font-size: 14px;
  line-height: 20px;
  color: #555;
  margin: 0;
}

/* =========== Scroll to top section start ================ */

/* ==============================
   SCROLL TO TOP
================================ */

.scrolling-top-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: var(--main-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.9);
  transition: all 0.45s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}

/* SHOW ON SCROLL */
.scrolling-top-wrapper.scrolling-top-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* ICON */
.scrolling-top-icon {
  font-size: 22px;
  font-weight: 700;
  color: var(--brand-navy);
  transition: all 0.35s ease;
}

/* HOVER EFFECT */
.scrolling-top-wrapper:hover {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-emerald));
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.scrolling-top-wrapper:hover .scrolling-top-icon {
  color: var(--white);
  transform: translateY(-3px);
}

/* ACTIVE CLICK FEEL */
.scrolling-top-wrapper:active {
  transform: scale(0.95);
}

/* ==============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 576px) {
  .scrolling-top-wrapper {
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 20px;
  }

  .scrolling-top-icon {
    font-size: 20px;
  }
}

/* ============= Scroll to top section ends =============== */
