:root {
  --primary-dark: #92804e;
  --primary-blue: #396e8f;
  --primary-purple: #873364;
  --white: #ffffff;
  --black: #000000;
  --cream: #f8d89f;
  --gray: #f0f0f0;
  --text-purple: #d53362;
  --primary-gradient: linear-gradient(
    90deg,
    var(--primary-blue),
    var(--primary-purple)
  );
  --soft-gradient: linear-gradient(90deg, var(--cream), var(--primary-dark));
  --bg-soft: linear-gradient(
    180deg,
    rgba(240, 240, 240, 0.9),
    rgba(232, 227, 235, 0.9)
  );
  --panel-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(135, 51, 100, 0.12);
  --shadow: 0 12px 40px rgba(17, 24, 39, 0.08);
}

/* body {
  background-image: url("./images/Mahaveer-logo-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
} */

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

.mega-topbar {
  background: #fff;
}
.topbar-wrapper {
  padding: 0;
  background: var(--primary-gradient);
}
.top-row {
  margin: 0;
}
.logo-column {
  padding: 0;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  /* min-height: 90px; */
  min-height: 115px;
}
.right-content-column {
  padding: 0 !important;
  margin-top: -12px;
}
.marquee-row {
  background-color: #fff;
  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 {
  background: var(--white);
  border-radius: 0px 60px 0px 60px;
  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: 10px;
  justify-content: space-around;
  width: 100%;
  padding-left: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}
.topbar-nav-li {
  height: 50px;
  align-items: center;
  display: flex;
}
.topbar-nav-li a {
  /* background: var(--primary-purple); */
  text-decoration: none;
  border-radius: 7px;
  color: var(--primary-purple);
  font-weight: 600;
  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(--white);
  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(--black);
  font-weight: 600;
  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 {
  height: 105px;
  width: 105px;
  margin-left: 30px;
  /* width: 100%; */
  /* height: 90px; */
  /* height: 100px; */
  border-radius: 52px;
  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-size: 25px !important;
  /* font-weight: 400; */
  font-weight: 500;
  letter-spacing: 2px;
  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(--gray);
  border-bottom: 3px solid var(--primary-purple);
  border-right: 3px solid var(--primary-purple);
  border-left: 3px solid var(--primary-purple);
  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;
  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(--primary-purple);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.mega-menu-links li a:hover {
  color: var(--primary-blue);
  border-left: 4px solid var(--primary-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) {
  .topbar-bank-title a {
    font-size: 20px !important;
    line-height: 0px;
    letter-spacing: 0px;
  }

  .for-stick-parent {
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .second-logo-div {
    display: none;
  }
  .right-content-column {
    display: none;
  }
  .mega-topbar {
    /* background: linear-gradient(
      90deg,
      rgba(202, 237, 247, 1) 30%,
      rgba(131, 196, 219, 1) 100%
    ); */
    background: var(--primary-gradient);
    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: 70px;
    border-radius: 50px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    margin-left: 0px !important;
  }
  .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(--primary-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 Section Image Slider Section Start ================== */

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

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

/* Extra Small Mobile */
@media (max-width: 480px) {
  .slider-img {
    height: 200px;
  }
}

/* ================ Hero Section Image Slider Section Ends =================== */

/* =============== Deposit Schemes Section CSS Start Hear ====================== */

/* ====== Section background (light gray → soft purple wash) ====== */
.home-deposit-wrap {
  background: linear-gradient(
    180deg,
    rgba(245, 245, 246, 1) 0%,
    rgba(244, 242, 247, 1) 45%,
    rgba(250, 244, 249, 1) 100%
  );
  padding-top: 60px;
  padding-bottom: 60px;
}

.ds-heading {
  color: var(--primary-blue);
}

/* Grid container */
.home-deposit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* balanced 50/50 */
  gap: 28px;
  align-items: center;
}

/* LEFT PANEL */
.home-deposit-left-card {
  background: var(--panel-bg);
  border-radius: 16px;
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

/* Tabs (link style) */
.home-deposit-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 6px;
}

/* Individual tab links — pill style, subtle */
.home-deposit-tab {
  display: inline-block;
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--primary-dark);
  border: 1px solid transparent;
  background: transparent;
  transition: all 250ms ease;
  box-shadow: none;
}

/* hover */
.home-deposit-tab:hover {
  color: var(--primary-purple);
  transform: translateY(-2px);
  border-color: rgba(135, 51, 100, 0.06);
  background: linear-gradient(
    90deg,
    rgba(151, 115, 80, 0.03),
    rgba(135, 51, 100, 0.02)
  );
}

/* active tab */
.home-deposit-tab.active {
  color: var(--white);
  background: linear-gradient(
    90deg,
    rgba(135, 51, 100, 1),
    rgba(57, 110, 143, 1)
  );
  box-shadow: 0 6px 22px rgba(135, 51, 100, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 10px;
}

/* content area (left) */
.home-deposit-content {
  margin-top: 6px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

/* content box */
.home-deposit-content-box {
  display: none;
  animation: fadeUp 360ms ease both;
}

.home-deposit-content-box.active {
  display: block;
}

/* Titles & desc */
.home-deposit-title {
  font-size: 1.55rem;
  margin: 6px 0 12px;
  color: var(--primary-blue);
  font-weight: 700;
}

.home-deposit-desc {
  color: rgba(0, 0, 0, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 100%;
}

/* Know More button (kept your class) */
.know-more-btn-home {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid var(--primary-purple);
  color: var(--primary-purple);
  font-weight: 700;
  text-decoration: none;
  transition: all 220ms ease;
  background: transparent;
  box-shadow: 0 6px 18px rgba(135, 51, 100, 0.05);
}

.know-more-btn-home:hover {
  transform: translateY(-3px);
  background: var(--primary-purple);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(135, 51, 100, 0.12);
}

/* RIGHT PANEL */
.home-deposit-image-card {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  border-radius: 16px;
  padding: 14px;
}

/* image style */
.home-deposit-img {
  width: 100%;
  max-width: 540px;
  min-height: 360px;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(35, 40, 50, 0.09);
  transition: transform 420ms ease, opacity 420ms ease;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* small screens - stack */
/* =======================
   MOBILE/TABLET SLIDER MODE
   ======================= */
@media (max-width: 991px) {
  .home-deposit-grid {
    display: block; /* stack */
  }

  /* hide desktop layout items */
  .home-deposit-left {
    display: none;
  }
  .home-deposit-right {
    display: none;
  }

  /* mobile slider wrapper */
  .deposit-mobile-slider {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .deposit-slide {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .deposit-slide-img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  }

  .deposit-slide-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 8px;
  }

  .deposit-slide-desc {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 18px;
    color: rgba(0, 0, 0, 0.78);
  }

  /* Know more button reuse */
  .deposit-slide .know-more-btn-home {
    margin-top: 10px;
  }

  /* slider scroll */
  .deposit-mobile-slider {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
  }

  .deposit-slide {
    min-width: 86%;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* helper: subtle focus */
.home-deposit-tab:focus {
  outline: 3px solid rgba(57, 110, 143, 0.12);
  outline-offset: 3px;
}

/* =============== Deposit Scheme Section CSS Ends Hear ======================== */

/* ============== Loan Scheme Section CSS Start Hear ===================== */

.loan-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

/* Image wrapper */
.loan-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

/* Default B/W image */
.loan-img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: 0.45s ease;
  height: 300px;
  object-fit: cover;
}

/* Hover = Color */
.loan-card:hover .loan-img {
  filter: grayscale(0);
  transform: scale(1.05);
}

/* Title on image */
.loan-title {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  z-index: 3;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  transition: 0.35s ease;
}

/* Hide title on hover */
.loan-card:hover .loan-title {
  opacity: 0;
  transform: translateX(-50%) translateY(14px);
}

/* Button default hidden */
.loan-btn {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 26px;
  border-radius: 10px;

  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);

  color: var(--primary-purple);
  font-weight: 700;
  text-decoration: none;

  backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.45s ease;
}

/* Hover = slide up + visible */
.loan-card:hover .loan-btn {
  bottom: 25px;
  opacity: 1;
  border-color: var(--primary-purple);
}

/* Bottom text */
.loan-text {
  padding: 15px 15px 20px;
  text-align: center;
  color: #444;
  font-size: 15px;
}

.loan-title-home {
  color: var(--primary-blue);
}

/* ------------------------------
   🔥 RESPONSIVE FIXES
------------------------------*/

/* Tablet View */
@media (max-width: 992px) {
  .loan-img {
    height: 240px;
    object-fit: cover;
  }

  .loan-title {
    font-size: 20px;
    bottom: 18px;
  }

  .loan-btn {
    padding: 8px 22px;
    font-size: 14px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .loan-img {
    height: auto; /* RESPONSIVE */
    max-height: 220px; /* Avoid big images */
    object-fit: cover;
  }

  .loan-title {
    font-size: 18px;
    bottom: 14px;
  }

  .loan-btn {
    bottom: -55px;
    padding: 7px 20px;
    font-size: 13px;
  }

  .loan-card:hover .loan-btn {
    bottom: 18px;
  }

  .loan-text {
    font-size: 14px;
    padding: 12px 10px 16px;
  }
}

/* ============== Loan Scheme Section CSS Ends Hear ===================== */

/* ============== Informarion Counter Section CSS Start Hear ================= */

/* Banner */
.info-banner {
  position: relative;
  padding: 120px 0 120px;
  background-image: url("../images/info-counter-banner-hm.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.info-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 20, 36, 0.45),
    rgba(135, 51, 100, 0.45)
  );
  z-index: 1;
}

.info-banner-inner {
  position: relative;
  z-index: 2;
}

/* Counter Wrapper — BANNER KE UPAR CENTER ME FIX */
.counter-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -120px; /* PERFECT OVERLAP */
  position: relative;
  z-index: 5;
}

/* Counter Card */
.counters-card {
  width: 90%;
  max-width: 1200px;
  background: var(--panel-bg);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
}

/* Counter Items */
.counter-item {
  padding: 20px 10px;
}

.counter-icon {
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.counter-number {
  font-size: 40px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 6px;
}

.counter-label {
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

/* Mobile & Tablet */
@media (max-width: 991px) {
  .info-banner {
    height: 400px;
    padding: 60px 0;
  }

  .counter-wrapper {
    margin-top: -100px;
  }

  .counters-card {
    width: 92%;
    padding: 25px;
  }

  .counter-number {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .info-banner {
    height: 380px;
    width: 100%;
  }

  .counter-wrapper {
    margin-top: -90px;
  }

  .counters-card {
    width: 92%;
    padding: 18px;
    border-radius: 16px;
  }

  .counter-number {
    font-size: 28px;
  }
}

/* ============== Information Counter Section CSS Ends Hear =================== */

/* ============== EMI Calculator Section CSS Start Hear ===================== */

.emi-section {
  padding: 60px 0;
}

.emi-panel {
  background: var(--panel-bg);
  backdrop-filter: blur(6px);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.emi-heading {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-label {
  font-weight: 600;
  color: var(--primary-purple);
}

.form-control,
.form-select {
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid var(--primary-purple);
}

.btn-theme {
  background: var(--primary-gradient);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 50px;
  border: none;
  width: 100%;
  font-weight: 600;
}

.result-box {
  background: var(--white);
  border-radius: 18px;
  padding: 25px;
  margin-top: 25px;
  box-shadow: var(--shadow);
  text-align: center;
}

.result-box h4 {
  color: var(--primary-purple);
  margin-bottom: 10px;
  font-weight: 700;
}

.chart-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* ============ EMI Calculator Section CSS Ends Hear ======================== */

/* ============= Image Gallery Section CSS Start Hear ====================== */
.image-gallery-section-home {
  background: var(--gray);
}

/* Title */
.gallery-title {
  font-weight: 600;
  color: var(--primary-blue);
}

/* Custom Slider */
.gallery-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 18px;
  animation: scrollSlider 20s linear infinite;
}

.slide-img {
  width: 350px;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: var(--shadow);
  border: 3px solid var(--white);
}

.slide-img:hover {
  transform: scale(1.05);
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* View More Button */
.view-more-btn {
  background: var(--primary-gradient);
  color: var(--white) !important;
  font-weight: 700;
  padding: 10px 26px;
  border-radius: 30px;
  transition: 0.3s;
}

.view-more-btn:hover {
  background: var(--soft-gradient);
  color: var(--white);
}

/* Popup Modal Design */
.image-modal-content {
  background: var(--white);
  position: relative;
  padding: 15px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--black);
  color: var(--white);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}

.close-btn:hover {
  background: var(--primary-purple);
}

/* Responsive */
@media (max-width: 767px) {
  .slide-img {
    width: 220px;
    height: 150px;
  }
}

/* ============= Image Gallery Section CSS Ends Hear ===================== */

/* ======== BOD and info section css start hear ============== */

.chairman-and-bank-info-home {
  position: relative;
}

.info-title-hm-bod {
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 25px;
}

.chairman-img-box img {
  border-radius: 14px;
  box-shadow: var(--shadow);
}

/* RIGHT BOX */
.info-right-box {
  position: relative;
  background: var(--panel-bg);
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* LOGO WATERMARK */
.bank-logo-mark {
  position: absolute;
  right: 50px;
  top: 50px;
  opacity: 0.12;
  z-index: 0;
}

.bank-logo-mark img {
  width: 220px;
}

/* Text Styling */
.info-pretitle {
  color: var(--cream);
  font-weight: 600;
  margin-bottom: 6px;
}

.info-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 12px;
}

.info-text {
  font-size: 16px;
  color: #444;
  position: relative;
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .bank-logo-mark img {
    width: 160px;
  }
  .info-title {
    font-size: 26px;
  }
  .info-right-box {
    padding: 28px 22px;
  }
}

@media (max-width: 575px) {
  .bank-logo-mark {
    right: -10px;
    top: 10px;
  }
  .bank-logo-mark img {
    width: 120px;
  }
  .info-title {
    font-size: 22px;
  }
}

/* ========== BOD and info section css ends hear ============== */

/* ============= FAQ Section CSS Start HEar ====================== */

.home-faq-section {
  background: var(--bg-soft);
}

.home-faq-title {
  color: var(--primary-purple);
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-faq-image-wrap {
  padding: 10px;
}

.home-faq-image {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.home-faq-accordion .home-faq-item {
  border: 1px solid var(--glass-border);
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.home-faq-btn {
  background: var(--soft-gradient);
  color: var(--black);
  font-weight: 600;
  padding: 15px;
}

.home-faq-btn:not(.collapsed) {
  color: var(--white);
  background: var(--primary-gradient);
}

.home-faq-btn:focus {
  box-shadow: none;
}

.home-faq-body {
  background: var(--white);
  color: var(--black);
  padding: 15px 20px;
  font-size: 15px;
}

/* ============ FAQ Section CSS Ends HEart ========================= */

/* ============= Footer Section CSS Start Hear ======================== */

/* FOOTER */
.main-footer {
  width: 100%;
  background: var(--primary-gradient);
  color: var(--white);
}

/* Removing top title */
.footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* Hide accordion icons on desktop */
@media (min-width: 768px) {
  .ft-icon {
    display: none !important;
  }
  .footer-box .footer-content {
    display: none;
  }
}

/* Footer content text */
.footer-content p,
.footer-content a {
  margin: 0 0 8px;
  font-size: 15px;
  display: block;
  color: var(--white) !important;
  opacity: 0.85;
  text-decoration: none;
}

/* Modern Hover */
.footer-content a:hover {
  opacity: 1;
  padding-left: 6px;
  transition: 0.3s ease;
}

/* Footer image */
.footer-img {
  width: 300px;
  filter: brightness(90%);
  transition: 0.3s;
}

.footer-img:hover {
  transform: scale(1.05);
  filter: brightness(110%);
}

/* Footer Credit */
.footer-credit {
  font-size: 14px;
  opacity: 0.8;
  /* margin-top: 20px !important; */
  border-top: 1px solid var(--gray);
  padding-top: 10px;
}

/* MOBILE ACCORDION */
.footer-box .footer-content {
  display: block;
}

.footer-box.open-mobile .footer-content {
  display: block;
}

/* When open */
.footer-box.active .footer-content {
  display: block;
}

.footer-box.active .ft-icon {
  transform: rotate(180deg);
  transition: 0.3s;
}

/* ================= Footer Section CSS Ends Hear ===================== */

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

.home-int-banner {
  position: relative;
  width: 100%;
  height: 420px; /* desktop height */
  overflow: hidden;
}

.home-int-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  display: block;
}

/* Overlay */
.home-int-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 20, 36, 0.45),
    rgba(135, 51, 100, 0.45)
  );
}

/* CONTENT */
.home-int-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  padding: 0 20px;
}

/* Title */
.home-int-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Breadcrumb */
.home-int-breadcrumb a {
  color: var(--cream);
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.home-int-current {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

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

@media (max-width: 991px) {
  .home-int-banner {
    height: 320px;
  }
  .home-int-title {
    font-size: 30px;
  }
}

/* MOBILE FIX – left alignment */
@media (max-width: 767px) {
  .home-int-banner {
    height: 260px;
  }

  .home-int-banner-content {
    left: 20px !important;
    top: 50%;
    transform: translateY(-50%);
    text-align: left !important;
  }

  .home-int-title {
    font-size: 24px;
  }

  .home-int-breadcrumb {
    justify-content: flex-start !important;
    font-size: 13px;
    gap: 5px;
  }
}

.about-elite-section {
  background: var(--gray);
}

.about-photo-box {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Box */
.about-text-wrapper {
  background: var(--white);
  padding: 40px 45px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border-left: 6px solid var(--primary-purple);
}

/* Headings */
.about-heading {
  font-size: 38px;
  font-weight: 800;
  color: var(--primary-purple);
}

.about-heading i {
  margin-right: 10px;
}

.bank-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--primary-blue);
  font-weight: 700;
}

.about-para {
  font-size: 17px;
  line-height: 1.6;
  color: var(--black);
}

/* Sub Heading */
.sub-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-top: 20px;
}

.sub-heading i {
  margin-right: 8px;
}

/* Branch List */
.branches-list {
  margin-top: 10px;
  padding-left: 20px;
}

.branches-list li {
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
  position: relative;
}

.branches-list li::before {
  content: "•";
  color: var(--primary-purple);
  margin-right: 6px;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 767px) {
  .about-text-wrapper {
    padding: 25px;
  }

  .about-heading {
    font-size: 32px;
  }

  .bank-title {
    font-size: 18px;
  }
}

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

/* ================ Chairman msg content css start =================== */

.chairman-message-page {
  background: var(--bg-soft);
  position: relative;
}

/* LOGO WATERMARK */
.chairman-message-page::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 10%;
  width: 250px;
  height: 250px;
  background: url("images/bank-logo.png") no-repeat center/contain;
  opacity: 0.08;
  filter: grayscale(100%);
  z-index: 1;
}

/* TITLE */
.chairman-title {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
}

/* TEXT BLOCK */
.message-content {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 2;
}

/* CHAIRMAN PHOTO */
.chairman-photo-wrapper {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  padding: 20px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  display: inline-block;
}

.chairman-photo {
  border-radius: 14px;
  width: 100%;
  max-width: 300px;
  height: 300px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .chairman-title {
    font-size: 1.8rem;
  }
  .chairman-photo-wrapper {
    margin-top: 20px;
  }
}

/* ================= Chairman msg content css ends =================== */

/* ================== BOD Section CSS Start ==================== */

.bod-section {
  background: var(--bg-soft);
  padding: 60px 0;
}

.bod-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-purple);
  background: var(--soft-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.bod-top {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.bod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.bod-card {
  background: var(--panel-bg);
  backdrop-filter: blur(6px);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.15);
}

.bod-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid var(--primary-purple);
}

.bod-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.bod-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 5px;
}

.bod-designation {
  font-size: 14px;
  color: var(--primary-dark);
}

/* =================== BOD Section CSS ends ================== */

/* =========== Deposits Section CSS Start Hear ======================= */

/* ============== Saving Account CSS Start ================ */

/* Intro */
.intro-box {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.section-heading {
  font-size: 30px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.intro-text {
  font-size: 16px;
  color: var(--primary-dark);
}

/* Features */
.feature-card {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: var(--shadow);
  height: 100%;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.icon-box img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-card h4 {
  color: var(--primary-blue);
  margin-bottom: 10px;
  font-weight: 700;
}

/* Benefits */
.benefit-box {
  background: var(--panel-bg);
  border-radius: 16px;
  padding: 35px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
}

.benefit-box ul {
  list-style: none;
  padding: 0;
}

.benefit-box ul li {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--primary-dark);
}

/* Documents */
.doc-card {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: 0.3s;
}

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

.doc-card img.doc-icon {
  width: 60px;
  margin-bottom: 12px;
}

.icon-box img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* ============ Saving Account CSS Ends ================= */

/* ========== Current Account CSS start =============== */

/* PAGE WRAPPER */
.current-section {
  padding: 60px 0;
  background: var(--bg-soft);
  font-family: "Poppins", sans-serif;
}

/* Title */
.current-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.current-subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: var(--black);
  margin-bottom: 40px;
}

/* Feature Cards */
.current-feature-card {
  background: var(--panel-bg);
  border-radius: 18px;
  padding: 35px 25px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  text-align: center;
  transition: 0.3s;
}

.current-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.current-feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 28px;
}

.current-feature-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.current-feature-text {
  color: var(--black);
  font-size: 15px;
}

/* Info Box */
.current-info-box {
  background: var(--panel-bg);
  padding: 30px;
  border-radius: 18px;
  margin-top: 40px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.current-info-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 15px;
}

.current-info-list {
  list-style: none;
  padding-left: 0;
}

.current-info-list li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
}

.current-info-list i {
  color: var(--primary-purple);
}

/* Button */
.current-btn {
  padding: 14px 28px;
  background: var(--primary-gradient);
  color: var(--white);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: var(--shadow);
}

.current-btn:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .current-feature-card {
    padding: 28px 20px;
  }

  .current-title {
    font-size: 26px;
  }
}

/* ========== Current Account css ends ================= */

/* =========== fixed deposit css start =================== */

/* FIXED DEPOSIT SECTION */
.fd-section {
  padding: 60px 0;
  background: var(--bg-soft);
  font-family: "Poppins", sans-serif;
}

/* Title */
.fd-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fd-subtitle {
  text-align: center;
  color: var(--black);
  font-size: 16px;
  margin-bottom: 40px;
}

/* Feature Cards */
.fd-feature-card {
  background: var(--panel-bg);
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  transition: 0.3s;
}

.fd-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.fd-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: 0 auto 15px;
}

.fd-card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.fd-card-text {
  font-size: 15px;
  color: var(--black);
}

/* Info Box */
.fd-info-box {
  background: var(--panel-bg);
  padding: 30px;
  border-radius: 18px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.fd-info-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 15px;
}

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

.fd-info-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--black);
}

.fd-info-list i {
  color: var(--primary-purple);
}

/* Button */
.fd-btn {
  padding: 14px 28px;
  background: var(--primary-gradient);
  color: var(--white);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: var(--shadow);
}

.fd-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .fd-feature-card {
    padding: 28px 20px;
  }

  .fd-title {
    font-size: 26px;
  }
}

/* ========== fixed deposit css ends =================== */

/* ===================== CASH CERTIFICATE SECTION ===================== */

.cash-cert-section {
  background: var(--bg-soft);
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Title */
.cc-title {
  font-size: 32px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc-desc {
  max-width: 700px;
  color: var(--black);
  font-size: 16px;
  margin: 0 auto;
}

/* Cards */
.cc-card {
  padding: 25px;
  border-radius: 18px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
}

.cc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.cc-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.cc-card p {
  font-size: 15px;
  color: var(--black);
}

/* Icon */
.cc-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  background: var(--primary-gradient);
  color: white;
}

/* Notes */
.cc-notes li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--black);
  display: flex;
  gap: 10px;
  align-items: center;
}

.cc-notes i {
  color: var(--primary-purple);
  font-size: 18px;
}

/* Responsive */
@media (max-width: 767px) {
  .cc-title {
    font-size: 26px;
  }
  .cc-card {
    padding: 20px;
  }
}
/* ============ends ================== */

/* ============ start ================= */

.rd-section {
  background: var(--bg-soft);
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Title */
.rd-title {
  font-size: 32px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rd-desc {
  max-width: 700px;
  color: var(--black);
  font-size: 16px;
  margin: 0 auto;
}

/* Cards */
.rd-card {
  padding: 25px;
  border-radius: 18px;
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
}

.rd-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.rd-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.rd-card p {
  font-size: 15px;
  color: var(--black);
}

/* Icon */
.rd-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  background: var(--primary-gradient);
  color: white;
}

/* How to Apply */
.rd-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 20px;
  text-align: start;
}

.rd-steps li {
  list-style: none;
  font-size: 15px;
  color: var(--black);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rd-steps i {
  color: var(--primary-blue);
  font-size: 18px;
}

/* Notes */
.rd-notes li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--black);
  display: flex;
  gap: 10px;
  align-items: center;
}

.rd-notes i {
  color: var(--primary-purple);
  font-size: 18px;
}

/* Responsive */
@media (max-width: 767px) {
  .rd-title {
    font-size: 26px;
  }
  .rd-card {
    padding: 20px;
  }
  .rd-subtitle {
    font-size: 20px;
  }
}
/* ==============ends ================= */

/* =========== pigmy section css start================= */

/* HERO SECTION */
.pigmy-hero-section {
  background: var(--white);
  border-radius: 14px;
  padding: 70px 0;
  color: var(--primary-blue);
  box-shadow: var(--shadow);
}

.pigmy-title {
  font-size: 36px;
  font-weight: 700;
}

.pigmy-desc {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
}

/* Bullet list */
.pigmy-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  list-style-type: none;
}

.pigmy-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--cream);
  font-weight: bold;
}

/* Button */
.pigmy-btn {
  background: var(--soft-gradient);
  color: var(--black);
  padding: 10px 28px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: 0.3s;
}

.pigmy-btn:hover {
  background: var(--primary-dark);
  color: var(--white);
}

/* Image with glass frame */
.pigmy-img-wrapper {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  padding: 20px;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  display: inline-block;
}

.pigmy-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

/* DETAILS SECTION */
.pigmy-details-section {
  background: var(--bg-soft);
  padding: 70px 0;
}

.pigmy-subtitle {
  font-size: 28px;
  color: var(--primary-purple);
  font-weight: 700;
}

/* Cards */
.pigmy-card {
  background: var(--panel-bg);
  padding: 25px;
  border-radius: 14px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  transition: 0.3s;
  backdrop-filter: blur(10px);
}

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

.pigmy-card h5 {
  color: var(--primary-blue);
  font-weight: 700;
  margin-bottom: 10px;
}

.pigmy-card p {
  color: var(--black);
  opacity: 0.8;
}

/* ============ pigmy section css ends ================ */

/* ========== ROI CSS Start ================ */

.ROI-rate-section {
  background: var(--bg-soft);
}

/* CARD */
.ROI-table-card {
  background: var(--panel-bg);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

/* TITLE */
.ROI-title {
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TABLE */
.ROI-custom-table thead {
  background: var(--primary-gradient);
  color: var(--white);
}

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

.ROI-custom-table tbody tr:nth-child(even) {
  background-color: rgba(240, 240, 240, 0.4);
}

.ROI-custom-table tbody tr:hover {
  background-color: rgba(135, 51, 100, 0.08);
  transition: 0.3s ease-in-out;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .ROI-title {
    font-size: 20px;
  }

  .ROI-custom-table th,
  .ROI-custom-table td {
    padding: 10px;
    font-size: 14px;
  }
}

/* =========== ROI CSS Ends ============== */

/* ============ Deposits Section CSS Ends hear ======================= */

/* ============== Loans Page Section CSS Start ============= */

/* === Vehicle Loan CSS start ============ */

.vehicle-loan-section {
  background: var(--bg-soft);
}

.vehicle-loan-title {
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GLASS CARD */
.vehicle-loan-card,
.vehicle-loan-table-card {
  background: var(--panel-bg);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

/* SUBTITLE */
.vehicle-loan-subtitle {
  font-weight: 600;
  color: var(--primary-purple);
}

/* FEATURES LIST */
.vehicle-loan-list {
  list-style: none;
  padding: 0;
}

.vehicle-loan-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.vehicle-loan-list i {
  color: var(--primary-purple);
  margin-right: 8px;
}

/* TABLE HEADER */
.vehicle-loan-table thead {
  background: var(--primary-gradient);
  color: var(--white);
}

/* TABLE CELLS */
.vehicle-loan-table th,
.vehicle-loan-table td {
  padding: 14px;
  vertical-align: middle;
}

/* HOVER EFFECT */
.vehicle-loan-table tbody tr:hover {
  background-color: rgba(135, 51, 100, 0.08);
  transition: 0.3s ease;
}

/* NOTE */
.vehicle-loan-note {
  color: var(--primary-purple);
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .vehicle-loan-title {
    font-size: 22px;
  }

  .vehicle-loan-table th,
  .vehicle-loan-table td {
    padding: 10px;
    font-size: 14px;
  }
}

/* ======= vehicle loan css ends ============= */

/* ========= housing loan css start ============ */

/* SECTION BACKGROUND */
.home-loan-section {
  background: var(--bg-soft);
}

/* TITLE */
.home-loan-title {
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GLASS CARD */
.home-loan-card,
.home-loan-table-card {
  background: var(--panel-bg);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

/* SUBTITLE */
.home-loan-subtitle {
  font-weight: 600;
  color: var(--primary-purple);
}

/* FEATURES LIST */
.home-loan-list {
  list-style: none;
  padding: 0;
}

.home-loan-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.home-loan-list i {
  color: var(--primary-purple);
  margin-right: 8px;
}

/* TABLE HEADER */
.home-loan-table thead {
  background: var(--primary-gradient);
  color: var(--white);
}

/* TABLE CELLS */
.home-loan-table th,
.home-loan-table td {
  padding: 14px;
  vertical-align: middle;
}

/* HOVER */
.home-loan-table tbody tr:hover {
  background-color: rgba(135, 51, 100, 0.08);
  transition: 0.3s ease;
}

/* NOTE */
.home-loan-note {
  color: var(--primary-purple);
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .home-loan-title {
    font-size: 22px;
  }

  .home-loan-table th,
  .home-loan-table td {
    padding: 10px;
    font-size: 14px;
  }
}

/* ========== housing loan css ends ============ */

/* ========== Business loan css start ============= */

.business-loan-wrapper {
  background: var(--bg-soft);
  padding-bottom: 70px;
}

/* TITLE */
.business-loan-title {
  max-width: 700px;
  margin: auto;
}

.business-loan-heading {
  font-size: 38px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.business-loan-subtitle {
  color: #555;
  font-size: 16px;
}

/* PANEL */
.business-loan-panel {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.business-loan-panel-title {
  font-weight: 600;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.business-loan-icon {
  color: var(--primary-blue);
  margin-right: 8px;
}

.business-loan-features {
  padding-left: 0;
  list-style: none;
}

.business-loan-features li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.business-loan-features i {
  color: var(--primary-purple);
  margin-right: 8px;
}

/* TABLE SECTION */
.business-loan-table-section {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.business-loan-table-title {
  font-weight: 600;
  font-size: 22px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

/* TABLE */
.business-loan-table thead {
  background: var(--primary-gradient);
  color: white;
}

.business-loan-table th,
.business-loan-table td {
  padding: 14px;
  font-size: 15px;
}

.business-loan-table tbody tr:hover {
  background: rgba(147, 128, 78, 0.08);
  transition: 0.3s;
}

/* NOTE */
.business-loan-note {
  font-size: 13px;
  color: #666;
}

/* ======== business loan css ends ================ */

/* ======= gold loan css start ================ */

/* WRAPPER */
.gold-loan-wrapper {
  background: var(--bg-soft);
}

/* TITLE */
.gold-loan-heading {
  font-size: 38px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.gold-loan-subtitle {
  font-size: 16px;
  color: #555;
}

/* PANEL */
.gold-loan-panel {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.gold-loan-panel-title {
  font-size: 22px;
  font-weight: 600;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.gold-loan-icon {
  color: var(--primary-blue);
  margin-right: 8px;
}

.gold-loan-features {
  padding-left: 0;
  list-style: none;
}

.gold-loan-features li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.gold-loan-features i {
  color: var(--primary-purple);
  margin-right: 8px;
}

/* TABLE SECTION */
.gold-loan-table-section {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.gold-loan-table-title {
  font-size: 22px;
  font-weight: 600;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

/* TABLE */
.gold-loan-table thead {
  background: var(--primary-gradient);
  color: white;
}

.gold-loan-table th,
.gold-loan-table td {
  padding: 14px;
  font-size: 15px;
}

.gold-loan-table tbody tr:hover {
  background: rgba(147, 128, 78, 0.08);
  transition: 0.3s;
}

/* NOTE */
.gold-loan-note {
  font-size: 13px;
  color: #666;
}

/* ======== gold loan css ends ============= */

/* ====== loan intereste css start ========== */

/* WRAPPER */
.loan-interest-rate-wrapper {
  background: var(--bg-soft);
}

/* TITLE */
.loan-interest-rate-heading {
  font-size: 38px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.loan-interest-rate-subtitle {
  font-size: 16px;
  color: #555;
}

/* PANEL */
.loan-interest-rate-panel {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.loan-interest-rate-panel-title {
  font-size: 22px;
  font-weight: 600;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.loan-interest-rate-icon {
  color: var(--primary-blue);
  margin-right: 8px;
}

.loan-interest-rate-text {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

/* TABLE SECTION */
.loan-interest-rate-table-section {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.loan-interest-rate-table-title {
  font-size: 22px;
  font-weight: 600;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

/* TABLE STYLE */
.loan-interest-rate-table thead {
  background: var(--primary-gradient);
  color: white;
}

.loan-interest-rate-table th,
.loan-interest-rate-table td {
  padding: 14px;
  font-size: 15px;
  vertical-align: middle;
}

.loan-interest-rate-table tbody tr:hover {
  background: rgba(147, 128, 78, 0.08);
  transition: 0.3s;
}

/* NOTE */
.loan-interest-rate-note {
  font-size: 13px;
  color: #666;
}

/* ======= loan interest css ends ========== */

/* ============= Loans Section Page CSS Ends ================ */

/* ============ Services Page CSS Start ================ */

/* ========== IMPS css start ============== */

/* Section */
.imps-service-section {
  background: var(--bg-soft);
}

/* Header */
.imps-service-title {
  font-weight: 700;
  font-size: 32px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.imps-service-subtitle {
  color: var(--primary-purple);
  font-weight: 500;
}

/* Card */
.imps-service-card {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow);
  /* max-width: 900px; */
}

/* Headings */
.imps-service-card-title {
  color: var(--primary-blue);
  font-weight: 600;
  border-left: 5px solid var(--primary-purple);
  padding-left: 10px;
  margin-bottom: 15px;
}

.imps-service-sub-heading {
  margin-top: 25px;
  color: var(--primary-dark);
  font-weight: 600;
}

/* Text */
.imps-service-text {
  color: var(--black);
  line-height: 1.6;
}

/* List */
.imps-service-list {
  padding-left: 20px;
}

.imps-service-list li {
  margin-bottom: 8px;
  color: var(--primary-purple);
  font-weight: 500;
}

/* ========== IMPS css ends ============= */

/* ========= NEFT css start ============= */

/* HERO SECTION */
.neft-service-hero {
  padding: 30px 0;
  color: var(--primary-purple);
  text-align: center;
}

.neft-service-hero-title {
  font-size: 38px;
  font-weight: 700;
}

.neft-service-hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-top: 10px;
}

/* WRAPPER */
.neft-service-wrapper {
  background: var(--bg-soft);
  padding-bottom: 60px;
}

/* CARD */
.neft-service-card {
  background: var(--panel-bg);
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.neft-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.12);
}

/* TITLE */
.neft-service-card-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-blue);
  border-left: 5px solid var(--primary-purple);
  padding-left: 12px;
  margin-bottom: 18px;
}

/* TEXT & LIST */
.neft-service-text {
  color: var(--black);
  line-height: 1.7;
}

.neft-service-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--primary-purple);
}

/* HIGHLIGHT CARD */
.neft-service-highlight-card {
  background: var(--soft-gradient);
  border-left: 7px solid var(--primary-purple);
  color: var(--black);
}

/* ========== NEFT css ends ========= */

/* ========= dbtl css start ========== */

/* HERO SECTION */
.dbtl-service-hero {
  padding: 30px 0;
  color: var(--primary-purple);
  text-align: center;
}

.dbtl-service-hero-title {
  font-size: 40px;
  font-weight: 700;
}

.dbtl-service-hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-top: 10px;
}

/* WRAPPER */
.dbtl-service-wrapper {
  background: var(--bg-soft);
  padding-bottom: 60px;
}

/* CARD */
.dbtl-service-card {
  background: var(--panel-bg);
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  margin-bottom: 35px;
  transition: all 0.3s ease;
}

.dbtl-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.12);
}

/* TITLE */
.dbtl-service-card-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-blue);
  border-left: 5px solid var(--primary-purple);
  padding-left: 12px;
  margin-bottom: 18px;
}

/* TEXT & LIST */
.dbtl-service-text {
  color: var(--black);
  line-height: 1.7;
}

.dbtl-service-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--primary-purple);
}

/* HIGHLIGHT CARD */
.dbtl-service-highlight-card {
  background: var(--soft-gradient);
  border-left: 7px solid var(--primary-purple);
}

/* ======== dbtl css ends =========== */

/* ======== atm services css start =========== */

/* Section */
.atm-ROI-section {
  background: var(--bg-soft);
}

/* Title */
.atm-ROI-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-blue);
}

.atm-ROI-subtitle {
  font-size: 15px;
  color: var(--black);
  opacity: 0.7;
}

/* Cards */
.atm-ROI-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  transition: 0.3s;
}

.atm-ROI-card:hover {
  transform: translateY(-4px);
}

.atm-ROI-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.atm-ROI-card p {
  margin: 0;
  font-size: 15px;
  color: var(--black);
}

/* Mobile Adjustments */
@media (max-width: 576px) {
  .atm-ROI-title {
    font-size: 26px;
  }

  .atm-ROI-card {
    padding: 18px;
  }
}

/* ========= atm services css endss ============ */

/* ======== mms css start ============ */

/* Section */
.mms-ROI-section {
  background: var(--bg-soft);
}

/* Title */
.mms-ROI-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-blue);
}

.mms-ROI-subtitle {
  font-size: 15px;
  color: var(--black);
  opacity: 0.75;
}

/* Cards */
.mms-ROI-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  transition: 0.3s ease;
}

.mms-ROI-card:hover {
  transform: translateY(-4px);
}

.mms-ROI-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 10px;
}

.mms-ROI-card p {
  margin: 0;
  font-size: 15px;
  color: var(--black);
}

/* Mobile */
@media (max-width: 576px) {
  .mms-ROI-title {
    font-size: 26px;
  }

  .mms-ROI-card {
    padding: 18px;
  }
}

/* ========== mms css ends ========= */

/* ========= apbs css start ============ */

/* Background */
.apbs-section {
  background: var(--bg-soft);
}

/* Title */
.apbs-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-blue);
}

.apbs-subtitle {
  font-size: 15px;
  color: var(--black);
  opacity: 0.75;
}

/* Cards */
.apbs-card {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  transition: 0.3s ease;
}

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

.apbs-card-title {
  font-weight: 700;
  color: var(--primary-purple);
  font-size: 18px;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 576px) {
  .apbs-title {
    font-size: 26px;
  }
  .apbs-card {
    padding: 18px;
  }
}

/* ========== apbs css ends ============= */

/* ============= Services Page CSS Ends ================= */

/* ========== Reports page css start ================== */

/* ========= annual reports css start ========= */

/* SECTION BG */
.annual-report-section {
  background: var(--bg-soft);
}

/* TITLES */
.annual-report-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-blue);
}

.annual-report-subtitle {
  font-size: 15px;
  opacity: 0.75;
  color: var(--black);
}

/* CARD DESIGN */
.annual-report-card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  transition: 0.3s ease;
}

.annual-report-card:hover {
  transform: translateY(-6px);
}

/* COVER IMAGE */
.annual-report-cover img {
  border-radius: 12px;
  box-shadow: var(--shadow);
}

/* CARD HEADING */
.annual-report-card-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-purple);
}

/* BUTTONS */
.annual-report-btn-view {
  background: var(--primary-blue);
  color: var(--white);
  border-radius: 8px;
  transition: 0.3s ease;
}

.annual-report-btn-view:hover {
  background: var(--primary-purple);
}

.annual-report-btn-download {
  background: var(--primary-dark);
  color: var(--white);
  border-radius: 8px;
  transition: 0.3s ease;
}

.annual-report-btn-download:hover {
  background: var(--primary-purple);
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .annual-report-title {
    font-size: 26px;
  }
}

/* ========== annual reports css ends ============ */

/* ============= Reports page css ends ================ */

/* ============ gallery section css start ================= */
.gallery-main-header {
  padding: 20px 0px;
  text-align: center;
  color: var(--primary-purple);
}

.gallery-main-header h2 {
  font-size: 36px;
  font-weight: 700;
}

/* ---------- Gallery Grid ---------- */
.gallery-main-img-box {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: 0.3s ease;
}

.gallery-main-img-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.3s;
}

.gallery-main-img-box:hover img {
  transform: scale(1.07);
  opacity: 0.9;
}

/* ---------- Modal ---------- */
.gallery-main-modal-img {
  width: 100%;
  height: 450px;
  border-radius: 12px;
}

.gallery-main-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 15px;
  font-weight: bold;
  color: var(--white);
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 15px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.gallery-main-close-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* ---------- Category Nav ---------- */
.gallery-category-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-category-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.gallery-category-nav::-webkit-scrollbar {
  display: none;
}

.gallery-cat-btn {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid var(--primary-purple);
  background: var(--white);
  color: var(--primary-purple);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.gallery-cat-btn.active,
.gallery-cat-btn:hover {
  background: var(--primary-gradient);
  color: var(--white);
  border-color: transparent;
}

/* ---------- Arrows ---------- */
.gallery-arrow {
  background: var(--primary-gradient);
  color: var(--white);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.gallery-arrow:hover {
  transform: scale(1.1);
}

/* ---------- Modal Fix ---------- */
.gallery-main-modal-img {
  width: 100%;
  height: 70vh;
  object-fit: contain;
  /* background: rgba(0, 0, 0, 0.85); */
  background: var(--white);
  border-radius: 12px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .gallery-arrow {
    display: none;
  }
}

/* ============= gallery section css ends ================ */

/* ================= Contact Section CSS Start =============== */

/* Contact Section */
.contact-section-ROI {
  background: var(--bg-soft);
}

.contact-img-box-ROI img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.contact-form-box-ROI {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
}

.form-title-ROI {
  color: var(--primary-purple);
}

.submit-btn-ROI {
  background: var(--primary-gradient);
  color: var(--white);
  border-radius: 10px;
  transition: 0.3s ease;
}

.submit-btn-ROI:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-img-box-ROI img {
    height: 260px;
    object-fit: cover;
  }
}

/* ========== customer grievance section css start ============== */

.grievance-wrapper-ROI {
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  padding: 40px;
}

/* ---------- TITLE ---------- */
.title-ROI {
  color: var(--primary-purple);
  font-weight: 700;
  margin-bottom: 25px;
}

/* ---------- LABELS ---------- */
.form-label {
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 5px;
}

/* ---------- INPUT & SELECT ---------- */
.form-control,
.form-select {
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-purple);
  box-shadow: 0 0 5px rgba(135, 51, 100, 0.2);
}

/* ---------- TEXTAREA ---------- */
textarea.form-control {
  resize: none;
}

/* ---------- SUBMIT BUTTON ---------- */
.btn.grievanceBtn {
  width: 100%;
  background: var(--primary-gradient);
  color: var(--white);
  border-radius: 12px;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border: none;
}

.btn.grievanceBtn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

/* ---------- CAPTCHA BOX ---------- */
.input-group-addon span {
  font-weight: 600;
  color: var(--primary-purple);
  margin-left: 10px;
}

#captcha {
  margin-left: 15px;
}

/* ---------- RESPONSIVE FIXES ---------- */
@media (max-width: 768px) {
  .grievance-wrapper-ROI {
    padding: 25px;
  }

  .input-group-addon span {
    margin-left: 0;
  }

  #captcha {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* ========== customer grievance section css ends ============ */

/* ======== branches section css start ============ */

.branches-section {
  background: var(--bg-soft);
  padding: 60px 0;
}

.branches-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: var(--primary-purple);
  margin-bottom: 30px;
}

.branch-card {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--shadow);
  transition: 0.3s ease;
  height: 100%;
}
.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.branch-card h5 {
  font-size: 20px;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.branch-card p {
  margin: 0;
  font-size: 15px;
  color: var(--black);
}

.branch-icon {
  color: var(--primary-blue);
  margin-right: 8px;
}

#branchesMap {
  width: 100%;
  height: 450px;
  border-radius: 16px;
  border: 2px solid var(--primary-purple);
  box-shadow: var(--shadow);
  margin-top: 40px;
}

.branches-section {
  background: var(--bg-soft);
  padding: 70px 0;
}

.branches-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: var(--primary-purple);
}

.branch-map-list {
  background: var(--panel-bg);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow);
  height: 100%;
}

.branch-map-btn {
  width: 100%;
  border: none;
  background: transparent;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  text-align: left;
  font-weight: 600;
  color: var(--primary-purple);
  transition: 0.3s ease;
}

.branch-map-btn:hover,
.branch-map-btn.active {
  background: var(--primary-gradient);
  color: var(--white);
}

.google-map-wrapper {
  width: 100%;
  height: 460px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid var(--primary-purple);
  box-shadow: var(--shadow);
}

.google-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .google-map-wrapper {
    height: 350px;
  }
}

/* ========= branches section css ends =========== */

/* =========== Contact Section CSS Ends ================== */

/* =========== CTC Page Section CSS Start ================ */

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

.cts-section {
  background: var(--bg-soft);
}

/* Title */
.cts-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-purple);
}

.cts-title i {
  color: var(--primary-blue);
  margin-right: 8px;
}

.cts-subtitle {
  max-width: 800px;
  margin: 10px auto 0;
  color: #444;
  font-size: 1rem;
}

/* Cards */
.cts-card {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.35s ease;
  height: 100%;
}

.cts-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Icon */
.cts-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 28px;
}

/* Card text */
.cts-card h5 {
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 12px;
}

.cts-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

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

@media (max-width: 768px) {
  .cts-title {
    font-size: 1.8rem;
  }

  .cts-subtitle {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .cts-card {
    padding: 22px 18px;
  }

  .cts-title {
    font-size: 1.6rem;
  }
}

/* =========== CTC Page Section CSS Ends ================== */

/* ========= Mobile App Section CSS Start ================== */

/* ================================
   MOBILE BANKING ADVANCED LAYOUT
================================ */

.mobile-banking-section {
  background: var(--bg-soft);
}

/* Title */
.banking-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-purple);
}

.banking-title i {
  color: var(--primary-blue);
  margin-right: 8px;
}

.banking-subtitle {
  max-width: 720px;
  margin: 10px auto 0;
  color: #555;
}

/* Main layout */
.banking-main {
  position: relative;
}

/* Service Boxes */
.service-box {
  background: var(--panel-bg);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}

.service-box:hover {
  transform: translateY(-6px);
}

.service-box i {
  font-size: 26px;
  color: var(--white);
  background: var(--primary-gradient);
  padding: 14px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.service-box h6 {
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 4px;
}

.service-box p {
  font-size: 0.9rem;
  color: #666;
}

/* Center Image */
.app-center-image img {
  max-width: 100%;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.2));
}

/* Play Store Button */
.playstore-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.playstore-btn img {
  width: 32px;
}

.playstore-btn span {
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.playstore-btn strong {
  font-size: 1rem;
}

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

@media (max-width: 991px) {
  .banking-main {
    text-align: center;
  }

  .service-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .download-btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .banking-title {
    font-size: 1.8rem;
  }
}

/* ========== Mobile App Section CSS Ends ================= */

/* HOME Page NEW Section ADD */

.formar-chairman-section-new {
  background: var(--bg-soft);
}

.formar-chairman-wrapper {
  background: var(--panel-bg);
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--glass-border);
  overflow: hidden;
}

/* CONTENT */
.formar-chairman-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formar-chairman-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.formar-chairman-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* IMAGE */
.formar-chairman-image-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formar-chairman-image {
  /* width: 100%; */
  /* height: 100%; */
  max-height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .formar-chairman-content {
    padding: 30px;
    text-align: center;
  }

  .formar-chairman-image {
    max-height: 260px;
  }
}

/* HOME Page Ends */

/* ==================== Locker Facility Section CSS Start =============== */

/* Section */
.locker-section {
  background: var(--bg-soft);
}

/* Title */
.locker-title {
  font-size: 2.4rem;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.locker-subtitle {
  max-width: 650px;
  margin: 10px auto 0;
  color: var(--primary-purple);
}

/* Card */
.locker-card {
  background: var(--panel-bg);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
  transition: all 0.35s ease;
  position: relative;
}

.locker-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(57, 110, 143, 0.25);
}

/* Icon */
.icon-box {
  width: 60px;
  height: 60px;
  background: var(--soft-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 20px;
}

.icon-box i {
  font-size: 24px;
  color: var(--primary-purple);
}

/* Text */
.locker-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-blue);
}

.locker-card p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
  .locker-title {
    font-size: 2rem;
  }
}

/* ================== Locker Facility section css ends =============== */

/* =================== Bank policy section css start ============== */

.bank-policy-section {
  background: var(--bg-soft);
}

.bank-policy-title {
  font-size: 2.1rem;
  font-weight: 700;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bank-policy-subtitle {
  color: var(--primary-dark);
  font-size: 0.95rem;
}

.bank-policy-list {
  margin-top: 35px;
}

.bank-policy-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.bank-policy-row:hover {
  background: rgba(255, 255, 255, 0.5);
}

.bank-policy-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bank-policy-icon {
  font-size: 1.6rem;
  color: var(--text-purple);
}

.bank-policy-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--black);
}

.bank-policy-actions {
  display: flex;
  gap: 18px;
}

.bank-policy-link {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.bank-policy-link.view {
  color: var(--primary-blue);
}

.bank-policy-link.view:hover {
  text-decoration: underline;
}

.bank-policy-link.download {
  color: var(--primary-purple);
}

.bank-policy-link.download:hover {
  color: var(--text-purple);
}

/* Responsive */
@media (max-width: 768px) {
  .bank-policy-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .bank-policy-actions {
    padding-left: 34px;
  }
}

/* =================== Bank policy section css ends =============== */
