:root {
  --primary-maroon: #990033;
  --primary-blue: #039be5;
  --main-gray: #f2f2f2;
  --dark-gray: #c7c7c7;
  --light-maroon: #993366;
  --dark-black: #030809;
  --white: #ffffff;
  --frost: rgba(255, 255, 255, 0.15);
  --frost-border: rgba(255, 255, 255, 0.55);
  --main-gradient: linear-gradient(
    90deg,
    var(--primary-maroon),
    var(--light-maroon)
  );
}

/* ============== Common Button Style ==================== */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}
/* ================ Navbar section start ====================== */

/* ===== Banking Header Top Links ===== */

.banking-top-links {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.banking-top-links li a {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: var(--white);
  background: var(--main-gradient);
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(153, 0, 51, 0.2);
}

/* Icon styling */
.banking-top-links li a i {
  font-size: 13px;
}

/* Hover Effect */
.banking-top-links li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(153, 0, 51, 0.35);
  background: linear-gradient(
    90deg,
    var(--light-maroon),
    var(--primary-maroon)
  );
}

/* Active Click Effect */
.banking-top-links li a:active {
  transform: scale(0.97);
}

/* Responsive */
@media (max-width: 768px) {
  .banking-top-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .banking-top-links li a {
    width: 100%;
    justify-content: center;
  }
}

/* ============== Common Button Style ==================== */

.main-stick-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.site-header-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.logo {
  min-height: 107px;
  display: flex;
  align-items: center;
  /*padding-left: 15px;*/
}
.logo::before {
  background: url("../images/temp-gray.png") no-repeat right;
  height: 107px;
  content: "";
  position: absolute;
  top: 0;
  width: 450px;
  filter: drop-shadow(1px 1px 1px #ccc);
}
.padd-0 {
  padding: 0;
}
.site-logo-wrap {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.mainLogo {
  width: 100%;
  height: 80px;
}
.header-top {
  background: var(--main-gray);
  padding: 9px 15px 9px 0;
}
.header-top ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;

  list-style: none;
}
.header-top a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.header-menu {
  background: var(--main-gradient);
}
.header-menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0px 10px 0px 0px;
  list-style: none;
}
.header-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.header-menu .common-main-menu {
  position: relative;
  padding: 15px 10px 16px 0px;
}
.header-menu .submenu-desktop {
  position: fixed;
  top: 14% !important;
  left: 28%;
  right: 0;
  width: 71%;
  max-width: 100%;
  background: var(--main-gray);
  padding: 40px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px 40px;
  white-space: nowrap;
  border-radius: 20px;
}
.header-menu .has-submenu:hover .submenu-desktop {
  opacity: 1;
  visibility: visible;
}
.header-menu .submenu-desktop li {
  flex: 0 0 21%;
  width: 100%;
  border: none;
  list-style: none;
}

.header-menu .submenu-desktop a {
  display: block;
  padding: 15px 15px;
  color: var(--primary-maroon);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.header-menu .submenu-desktop a:hover {
  border-left: 4px solid #83c4db;
  background: #fff;
  border-radius: 6px 0 0 6px;
}
.header-menu .submenu-desktop a:hover {
  background: #fff;
  color: #0175bc;
}
.header-menu ul li:last-child .submenu-desktop,
.header-menu ul li:nth-last-child(2) .submenu-desktop {
  left: auto;
  right: 0;
}
.header-menu .has-submenu .submenu-desktop i {
  font-size: 14px;
  color: var(--primary-maroon);
  min-width: 18px;
}
.navbar-toggler {
  border: none;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .site-header-wrap {
    background: var(--main-gradient);
  }
  .logo {
    position: relative;
    top: 0;
    width: fit-content;
    float: left;
    min-height: 70px;
  }
  .logo::before {
    top: -19px;
    right: -110px;
    width: 1000px;
    height: 104px;
  }
  .mainLogo {
    width: 230px;
    height: 85px;
    object-fit: contain;
  }
  .navbar-toggler {
    font-size: 50px;
    color: var(--main-gray);
  }
  .mobile-menu {
    background: linear-gradient(
      90deg,
      rgba(32, 180, 81, 1) 2%,
      rgba(1, 117, 188, 1) 100%
    );
    width: 100%;
    display: block;
    background: var(--light-maroon);
    padding: 20px 20px 20px 20px;
    position: absolute;
    z-index: 9999999;
    max-height: 500px;
    overflow: auto;
    left: 0;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .mobile-menu li:last-child {
    border-bottom: 0;
  }
  .mobile-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 20px 20px 0px;
    display: block;
    text-decoration: none;
  }
  .mobile-menu .submenu {
    background: rgba(0, 0, 0, 0.15);
    /*padding-left: 15px;*/
  }
  .mobile-menu .submenu a {
    font-size: 14px;
    padding: 20px 20px;
  }
  .header-top,
  .header-menu {
    display: none !important;
  }
}

/* ========================================= */
/*   992px – 1199px  (Tablet Landscape)     */
/* ========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Logo slightly smaller */
  .mainLogo {
    height: 65px;
  }

  /* Header top spacing adjust */
  .header-top ul {
    gap: 18px;
    font-size: 14px;
  }

  /* Main menu spacing reduce */
  .header-menu ul {
    gap: 12px;
  }

  .header-menu a {
    font-size: 14px;
  }

  .header-menu .common-main-menu {
    padding: 14px 6px;
  }

  /* Dropdown width & grid adjust */
  .header-menu .submenu-desktop {
    top: 110px;
    padding: 30px;
    grid-template-columns: repeat(3, 1fr);
    max-height: 75vh;
    overflow-y: auto;
  }

  .header-menu .submenu-desktop a {
    font-size: 14px;
    padding: 12px;
  }
  .right-side-panel-home-item span {
    font-size: 10px !important;
  }
}
/* ========================================= */
/*   1200px – 1399px  (Normal Laptop)       */
/* ========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
  .right-side-panel-home-item span {
    font-size: 10px;
  }

  .mainLogo {
    height: 75px;
  }

  .header-menu ul {
    gap: 12px;
  }

  .header-menu a {
    font-size: 13px;
  }

  .header-menu .common-main-menu {
    padding: 15px 9px;
  }

  .header-menu .submenu-desktop {
    top: 106px !important;
    padding: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  .header-menu .submenu-desktop a {
    font-size: 15px;
  }
  /* Section Padding Balance */
  .why-bank-home-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Title Size Adjust */
  .why-bank-home-title {
    font-size: 32px !important;
    margin-bottom: 15px;
  }

  /* Description Spacing */
  .why-bank-home-description {
    font-size: 15px !important;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* Features Grid Gap */
  .why-bank-home-features {
    gap: 18px;
  }

  /* Feature Card Spacing */
  .why-bank-home-feature {
    padding: 12px 16px !important;
    font-size: 13.5px !important;
    gap: 10px !important;
  }

  /* Icon Size Adjust */
  .why-bank-home-feature i {
    font-size: 16px;
  }

  /* Image Height Balance */
  .why-bank-home-image-wrapper {
    border-radius: 16px;
  }

  /* Watermark Position Adjust */
  .why-bank-home-watermark {
    top: 80%;
    right: 4%;
    opacity: 0.08;
  }

  .why-bank-home-watermark img {
    max-width: 300px !important;
  }
}
/* ========================================= */
/*   1400px+  (Large Desktop Clean View)    */
/* ========================================= */
@media (min-width: 1400px) {
  .header-menu ul {
    gap: 40px;
  }

  .header-menu a {
    font-size: 16px;
  }

  .header-menu .submenu-desktop {
    top: 120px;
    padding: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ================================= */
/*   Extra Small Devices (300-400px) */
/* ================================= */
@media (min-width: 300px) and (max-width: 400px) {
  /* Logo size adjust */
  .mainLogo {
    width: 180px;
    height: 85px;
  }

  .logo {
    min-height: 60px;
  }

  /* Toggle button styling */
  .navbar-toggler {
    font-size: 28px;
    padding: 8px 12px;
    background: #ffffff;
    border-radius: 6px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Toggle clickable area increase */
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  /* Align toggle properly */
  .col-2.d-md-none {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    height: 85px;
  }

  /* Mobile menu full width fix */
  .mobile-menu {
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
  }
}
/* ======================= Navbar Section Ends ================= */

/* ====================== Bank Home Slider Start ================== */

/* ===== Home Slider Section ===== */

.home-slider-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: var(--main-gray);
}

.home-slider-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
}

/* Slide */
.home-slider-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.home-slider-slide.active {
  opacity: 1;
  z-index: 1;
}

/* Image Cut Nahi Hogi */
.home-slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--dark-black);
}

/* Arrows */
.home-slider-prev,
.home-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--main-gradient);
  color: var(--white);
  border: none;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: 2;
}

.home-slider-prev {
  left: 20px;
}
.home-slider-next {
  right: 20px;
}

.home-slider-prev:hover,
.home-slider-next:hover {
  transform: translateY(-50%) scale(1.1);
}

/* Dots */
.home-slider-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.home-slider-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: var(--frost-border);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.home-slider-dots span.active {
  background: var(--primary-maroon);
  transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) {
  .home-slider-wrapper {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .home-slider-wrapper {
    height: 300px;
  }

  .home-slider-prev,
  .home-slider-next {
    padding: 8px 12px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .home-slider-wrapper {
    height: 220px;
  }
}

/* ====================== Bank Home Slider Ends ================== */

/* ===== News Section Home Marquee ===== */

.news-section-home-wrapper {
  background: var(--dark-gray);
}

.news-section-home-marquee {
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--frost-border);
}

/* Left Label */
.news-section-home-label {
  background: var(--main-gradient);
  color: var(--white);
  padding: 12px 25px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* Track Area */
.news-section-home-track {
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* Moving Content */
.news-section-home-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: news-section-home-scroll 18s linear infinite;
  font-size: 16px;
  color: var(--dark-black);
}

/* Highlight Time */
.news-section-home-content strong {
  color: var(--primary-blue);
  font-weight: 600;
}

/* Animation */
@keyframes news-section-home-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Pause on Hover */
.news-section-home-track:hover .news-section-home-content {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .news-section-home-marquee {
    flex-direction: column;
    border-radius: 15px;
  }

  .news-section-home-label {
    width: 100%;
    justify-content: center;
  }

  .news-section-home-content {
    padding: 10px 0;
  }
}
/* ========= News section ends ============ */

/* ============ Why bank section start ========== */

/* ===== Why Bank Home Section ===== */

.why-bank-home-wrapper {
  position: relative;
  background: var(--main-gray);
  overflow: hidden;
}

/* Watermark */
.why-bank-home-watermark {
  position: absolute;
  top: 89%;
  right: 2%;
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 0;
}

.why-bank-home-watermark img {
  max-width: 400px;
}

/* Image */
.why-bank-home-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}

.why-bank-home-image-wrapper img {
  width: 100%;
  transition: transform 0.6s ease;
}

.why-bank-home-image-wrapper:hover img {
  transform: scale(1.08);
}

/* Content */
.why-bank-home-content {
  position: relative;
  z-index: 2;
}

.why-bank-home-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--dark-black);
}

.why-bank-home-title span {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description */
.why-bank-home-description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dark-black);
  margin-bottom: 10px;
}

/* Features Grid */
.why-bank-home-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

/* Feature Card */
.why-bank-home-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.why-bank-home-feature i {
  font-size: 18px;
  color: var(--primary-maroon);
  transition: 0.4s;
}

/* Hover Effect */
.why-bank-home-feature:hover {
  transform: translateY(-6px);
  border-color: var(--primary-maroon);
  box-shadow: 0 15px 35px rgba(153, 0, 51, 0.15);
}

.why-bank-home-feature:hover i {
  transform: rotate(8deg) scale(1.2);
  color: var(--primary-blue);
}

/* Responsive */
@media (max-width: 992px) {
  .why-bank-home-title {
    font-size: 28px;
  }

  .why-bank-home-features {
    grid-template-columns: 1fr;
  }

  .why-bank-home-watermark {
    display: none;
  }
}

/* ============ Why bank section ends =============== */

/* =============== Deposit Section Start ===================== */

.for-bg-cube-set {
  position: relative;
  background: url("../images/bg-cubes-dp-hm.png");
  background-position: center;
  z-index: 1;
}

/* .deposit-circular-main {
  position: relative;
  z-index: 2;
  isolation: isolate;
} */

/* .deposit-circular-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.75)
  );
  backdrop-filter: blur(6px);
  z-index: -1;
} */

.deposit-main-heading {
  font-size: 40px;
  font-weight: 800;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.deposit-main-heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--primary-maroon);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.deposit-circular-main .container {
  position: relative;
  z-index: 2;
}

/* TITLE */

.deposit-title {
  font-size: 34px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* IMAGE */

.deposit-img-wrapper {
  position: relative;
  height: 360px;
  perspective: 1000px;
}

.deposit-card-img {
  position: absolute;
  width: 600px;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.8s cubic-bezier(0.4, 2, 0.3, 1);
  opacity: 0;
}

.deposit-card-img.active {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
}

.deposit-card-img.left {
  transform: translateX(-60px) scale(0.85) rotateY(15deg);
  opacity: 0.7;
  z-index: 2;
}

.deposit-card-img.right {
  transform: translateX(60px) scale(0.85) rotateY(-15deg);
  opacity: 0.7;
  z-index: 2;
}

/* TEXT */

.deposit-text-item {
  display: none;
  animation: textFade 0.6s ease;
}

.deposit-text-item.active {
  display: block;
}

.deposit-text-item h4 {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary-maroon);
  margin-bottom: 10px;
}

.deposit-text-item p {
  font-size: 17px;
  line-height: 20px;
  color: #444;
  font-weight: 400;
  max-width: 420px;
}

/* TEXT ANIMATION */

@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BUTTON */

.deposit-know-btn {
  display: inline-block;
  padding: 12px 30px;
  background: var(--main-gradient);
  color: #fff !important;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.deposit-know-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
}

.deposit-know-btn:hover::before {
  left: 100%;
}

.deposit-know-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(153, 0, 51, 0.3);
  color: #fff;
}

/* ARROWS */

.deposit-arrow-btns button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: var(--primary-maroon);
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}

.deposit-arrow-btns button:hover {
  background: var(--primary-blue);
}

.deposit-mobile-slider {
  display: none;
  overflow: hidden;
}

.deposit-mobile-track {
  display: flex;
  transition: 0.6s;
}

.deposit-mobile-card {
  min-width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.deposit-mobile-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}

.deposit-mobile-card h5 {
  font-size: 22px;
  color: var(--primary-maroon);
  font-weight: 700;
}

.deposit-mobile-card p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* MOBILE */

@media (max-width: 991px) {
  .desktop-deposit-row {
    display: none;
  }

  .deposit-mobile-slider {
    display: block;
  }
}

@media (max-width: 768px) {
  .deposit-img-wrapper {
    height: 240px;
    margin-bottom: 25px;
  }

  .deposit-title {
    font-size: 26px;
  }

  .deposit-text-item h4 {
    font-size: 22px;
  }

  .deposit-text-item p {
    font-size: 14px;
  }
}

/* =============== Deposit Section Ends ====================== */

/* =============== Loan section start ======================= */

#loan-hm-stick-heading {
  font-size: 35px;
  font-weight: 600;
  color: var(--main-gray);
}

#loan-hm-stick-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1.2px;
}

.loan-hm-stick-section {
  margin: 0;
  padding: 0;
}

.loan-hm-stick-header {
  padding: 40px 0;
}

/* Wrapper height = 3 screens */
.loan-hm-stick-wrapper {
  height: 300vh;
  position: relative;
}

/* Pinned Section */
.loan-hm-stick-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease;
  overflow: hidden;
}

/* Overlay */
.loan-hm-stick-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
  z-index: 0;
}

.loan-hm-stick-pin .container {
  position: relative;
  z-index: 2;
}

.loan-hm-stick-image-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease;
}

.loan-hm-stick-content {
  color: var(--white);
  transition: 0.4s ease;
}

.loan-hm-stick-progress {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loan-hm-stick-dot {
  color: var(--dark-gray);
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
}

.loan-hm-stick-dot.active {
  color: var(--primary-blue);
  font-size: 22px;
}

@media (max-width: 992px) {
  .loan-hm-stick-image-box img {
    height: 250px;
  }
}

/* =============== Loan section ends ======================= */

/* ============== EMI Calculator Section start ================ */

.emi-calc-hm-wrapper {
  background: var(--main-gray);
}

.emi-calc-hm-box {
  background: var(--white);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.emi-calc-hm-title {
  color: var(--primary-maroon);
  font-weight: 700;
  margin-bottom: 25px;
}

.emi-calc-hm-field {
  margin-bottom: 25px;
}

.emi-calc-hm-field label {
  font-weight: 600;
  margin-bottom: 8px;
}

.emi-calc-hm-field input[type="range"] {
  width: 100%;
  accent-color: var(--primary-maroon);
}

.emi-calc-hm-right {
  border-left: 1px solid var(--dark-gray);
}

.emi-calc-hm-result-title {
  color: var(--primary-blue);
  font-weight: 600;
}

.emi-calc-hm-emi {
  color: var(--primary-maroon);
  font-weight: 800;
  font-size: 40px;
}

.emi-calc-hm-chart-wrap {
  max-width: 360px;
  height: 260px;
  margin: 25px auto 0;
  position: relative;
}

.emi-calc-hm-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 991px) {
  .emi-calc-hm-right {
    border-left: 0;
    border-top: 1px solid var(--dark-gray);
    margin-top: 30px;
    padding-top: 20px;
  }
}

/* ============== EMI Calculator Section ends ================= */

/* ============== Banking Services section start ============= */

.banking-services-hm-main {
  background-image: url("../images/bg-cubes-dp-hm.png");
  background-position: center;
}

.banking-hm-title {
  font-weight: 700;
  font-size: 36px;
  color: var(--primary-maroon);
}

/* TABS */

.banking-hm-tab {
  background: var(--white);
  border: 2px solid var(--dark-gray);
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  color: var(--dark-black);
}

.banking-hm-tab.active,
.banking-hm-tab:hover {
  background: var(--main-gradient);
  color: var(--white);
  border-color: transparent;
}

/* CONTENT AREA */

.banking-hm-content-wrapper {
  background: var(--white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.banking-hm-content {
  display: none;
  animation: fadeSlide 0.4s ease forwards;
}

.banking-hm-content.active {
  display: block;
}

.banking-hm-content h4 {
  color: var(--primary-blue);
  font-weight: 700;
  margin-bottom: 15px;
}

.banking-hm-content p {
  color: var(--dark-black);
  line-height: 1.7;
}

.banking-hm-list {
  list-style: none;
  padding-left: 0;
}

.banking-hm-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--dark-gray);
  font-weight: 500;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* IMAGE */

.banking-hm-image img {
  max-height: 420px;
}

/* MOBILE */

@media (max-width: 991px) {
  .banking-hm-title {
    font-size: 28px;
  }

  .banking-hm-tabs {
    justify-content: center;
  }

  .banking-hm-image {
    margin-top: 30px;
  }
}

/* ============= Banking Servces section ends ================ */

/* ============== Mobile Banking app section start ==================== */

.mobile-app-section {
  background: var(--main-gray);
  position: relative;
  overflow: hidden;
}

.mobile-app-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--primary-maroon);
  margin-bottom: 20px;
}

.mobile-app-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dark-black);
  margin-bottom: 15px;
}

/* IMAGE */

.mobile-app-image img {
  max-height: 480px;
  transition: 0.4s ease;
}

.mobile-app-image img:hover {
  transform: translateY(-8px);
}

/* PLAY STORE BUTTON */

.playstore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--main-gradient);
  padding: 12px 22px;
  border-radius: 50px;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.playstore-btn img {
  width: 22px;
  height: 22px;
}

.playstore-btn:hover {
  background: var(--primary-blue);
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .mobile-app-title {
    font-size: 28px;
    text-align: center;
  }

  .mobile-app-content {
    text-align: center;
    margin-top: 30px;
  }

  .mobile-app-image img {
    max-height: 380px;
  }
}

/* ============== Mobile banking app section ends ===================== */

/* ================ About Us section page css start ====================== */

/* ============ About Bank ====================== */

.premium-banner {
  position: relative;
  background: url("../images/about-us-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.premium-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.premium-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: var(--white);
}

/* ============================= */
/* Glass Breadcrumb */
/* ============================= */

.glass-breadcrumb {
  background: var(--frost);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--frost-border);
  border-radius: 50px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.glass-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.glass-breadcrumb a:hover {
  color: var(--white);
}

.glass-breadcrumb i {
  font-size: 14px;
}

/* ============================= */
/* Banner Text */
/* ============================= */

.banner-title {
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.banner-subtitle {
  font-size: 22px;
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.6;
}

/* ============================= */
/* Responsive */
/* ============================= */

@media (max-width: 992px) {
  .banner-title {
    font-size: 36px;
  }

  .banner-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .premium-banner {
    min-height: 300px;
    padding: 50px 0;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-subtitle {
    font-size: 17px;
  }

  .glass-breadcrumb {
    padding: 6px 14px;
    font-size: 14px;
  }
}

.about-us-section {
  background: var(--main-gray);
  padding: 60px 0;
}

.about-us-main-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--primary-maroon);
  margin-bottom: 5px;
}

.about-us-title-line {
  width: 90px;
  height: 4px;
  background: var(--main-gradient);
  border-radius: 50px;
  margin-top: 10px;
}

.about-us-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}

.about-us-image {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

.about-us-image-wrapper:hover .about-us-image {
  transform: scale(1.08);
}

.about-us-content-card {
  background: var(--white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border-top: 6px solid var(--primary-maroon);

  max-height: 520px;
  overflow-y: auto;
  position: relative;
}

.about-us-content-card::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.about-us-content-card::-webkit-scrollbar-track {
  background: var(--main-gray);
  border-radius: 10px;
}

/* Thumb */
.about-us-content-card::-webkit-scrollbar-thumb {
  background: var(--primary-maroon);
  background-image: var(--main-gradient);
  border-radius: 10px;
  transition: 0.3s ease;
}

/* Thumb Hover */
.about-us-content-card::-webkit-scrollbar-thumb:hover {
  background: var(--light-maroon);
}

/* Firefox */
.about-us-content-card {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-maroon) var(--main-gray);
}

.about-us-content-card p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--dark-black);
  margin-bottom: 22px;
  text-align: justify;
}

@media (max-width: 992px) {
  .about-us-main-title {
    font-size: 30px;
  }

  .about-us-content-card {
    padding: 30px;
    max-height: 450px;
  }
}

@media (max-width: 576px) {
  .about-us-main-title {
    font-size: 26px;
  }

  .about-us-content-card {
    padding: 25px;
    max-height: 380px;
  }

  .about-us-content-card p {
    font-size: 15px;
  }
}

/* ============= About Bank ========================= */

/* ============= Honorable Founder Section start =============== */

.founder-banner {
  position: relative;
  background: url("../images/founder-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Right Side Maroon Gradient Overlay */
.founder-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.founder-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .founder-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

/* Section Background */
.founder-section {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* Card Animation Keyframe */
@keyframes founderFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse Animation */
@keyframes founderPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(153, 0, 51, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(153, 0, 51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 0, 51, 0);
  }
}

/* Glass Card */
.founder-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px;
  color: var(--dark-black);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;

  /* Animation Fix */
  opacity: 0;
  transform: translateY(60px);
  animation: founderFadeUp 1s ease forwards;
}

.founder-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

/* Header */
.founder-title {
  font-weight: 700;
  font-size: 28px;
  color: var(--primary-maroon);
  letter-spacing: 0.5px;
}

.founder-name {
  font-weight: 600;
  font-size: 20px;
  color: var(--dark-black);
  margin-top: 10px;
}

/* Icon Circle */
.founder-icon-wrapper {
  width: 85px;
  height: 85px;
  background: var(--white);
  color: var(--primary-maroon);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: founderPulse 2s infinite;
}

/* Content */
.founder-content {
  margin-top: 30px;
}

/* Info Items */
.founder-info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
  line-height: 1.9;
  font-size: 16px;
}

.founder-info-item i {
  font-size: 22px;
  color: var(--primary-maroon);
  min-width: 30px;
  margin-top: 6px;
}

.founder-info-item strong {
  color: var(--primary-blue);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .founder-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .founder-card {
    padding: 25px;
  }

  .founder-title {
    font-size: 22px;
  }

  .founder-name {
    font-size: 18px;
  }

  .founder-info-item {
    flex-direction: column;
  }

  .founder-info-item i {
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .founder-title {
    font-size: 20px;
  }

  .founder-info-item {
    font-size: 15px;
  }
}

/* ============= Honorable Founder Section ends ================= */

/* ============= Chairmans Desk section start ================== */

.chairman-banner {
  position: relative;
  background: url("../images/chairman-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Right Side Maroon Gradient Overlay */
.chairman-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.chairman-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .chairman-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.chairman-desk-section {
  background: var(--main-gray);
  padding: 100px 0;
}

/* Animation */
@keyframes chairman-desk-fadeUp {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card */
.chairman-desk-card {
  background: var(--white);
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  animation: chairman-desk-fadeUp 1s ease forwards;
}

/* Top Gradient Border */
.chairman-desk-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--main-gradient);
}

/* Header */
.chairman-desk-header {
  margin-bottom: 40px;
}

.chairman-desk-icon {
  width: 90px;
  height: 90px;
  background: var(--main-gradient);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 32px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  animation: chairman-desk-pulse 2s infinite;
}

@keyframes chairman-desk-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.chairman-desk-title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 20px;
  color: var(--primary-maroon);
}

.chairman-desk-subtitle {
  font-weight: 600;
  margin-top: 10px;
  color: var(--dark-black);
}

/* Content */
.chairman-desk-content {
  line-height: 2;
  font-size: 16px;
  color: var(--dark-black);
  text-align: justify;
}

.chairman-desk-content p {
  margin-bottom: 25px;
}

/* Contact Box */
.chairman-desk-contact {
  margin-top: 40px;
  padding: 20px;
  background: var(--main-gradient);
  color: var(--white);
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.chairman-desk-contact i {
  font-size: 22px;
}

.chairman-desk-profile {
  background: var(--white);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.chairman-desk-img-wrapper {
  width: 220px;
  height: 220px;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid var(--primary-maroon);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.chairman-desk-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chairman-desk-name {
  font-weight: 700;
  color: var(--primary-maroon);
  margin-bottom: 5px;
}

.chairman-desk-designation {
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 0;
}

/* Header Styling */
.chairman-desk-header {
  margin-bottom: 25px;
}

.chairman-desk-title {
  font-weight: 700;
  font-size: 28px;
  color: var(--primary-maroon);
}

.chairman-desk-subtitle {
  font-weight: 600;
  color: var(--dark-black);
}

/* Responsive */
@media (max-width: 992px) {
  .chairman-desk-img-wrapper {
    width: 180px;
    height: 180px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .chairman-desk-card {
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .chairman-desk-card {
    padding: 25px;
  }

  .chairman-desk-title {
    font-size: 24px;
  }

  .chairman-desk-content {
    font-size: 15px;
  }

  .chairman-desk-contact {
    flex-direction: column;
    text-align: center;
  }
}

/* ============= Chairman desk section ends ================= */

/* ============= BOD section start ================= */

.bod-banner {
  position: relative;
  background: url("../images/bod-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.bod-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.bod-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .bod-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.bod-section {
  background: var(--main-gray);
  padding: 80px 0;
}

.bod-header {
  margin-bottom: 60px;
}

.bod-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-maroon);
}

.bod-subtitle {
  color: var(--dark-black);
  opacity: 0.7;
}

.bod-card {
  background: var(--white);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: 0.4s;
  border: 1px solid var(--dark-gray);
  height: 100%;
}

.bod-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.bod-img {
  width: 110px;
  height: 110px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary-maroon);
}

.bod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bod-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-black);
  margin-bottom: 5px;
}

.bod-card span {
  font-size: 14px;
  color: var(--primary-blue);
  font-weight: 500;
}

/* responsive */

@media (max-width: 768px) {
  .bod-title {
    font-size: 28px;
  }

  .bod-img {
    width: 90px;
    height: 90px;
  }
}

/* ============= BOD section ends ================= */

/* ============= FP section start ================ */

.fp-banner {
  position: relative;
  background: url("../images/fp-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.fp-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.fp-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}
@media (max-width: 576px) {
  .fp-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.financial-po-section {
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
}

.financial-po-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-maroon);
  position: relative;
  display: inline-block;
}

.financial-po-title::after {
  content: "";
  width: 60%;
  height: 4px;
  background: var(--main-gradient);
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

.financial-po-card {
  background: var(--frost);
  backdrop-filter: blur(12px);
  border: 1px solid var(--frost-border);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.financial-po-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.financial-po-table thead th {
  background: var(--main-gradient);
  color: var(--white);
  font-weight: 600;
  padding: 16px;
  text-align: center;
  border: none;
}

.financial-po-table thead th:first-child {
  border-top-left-radius: 10px;
}

.financial-po-table thead th:last-child {
  border-top-right-radius: 10px;
}

.financial-po-table tbody td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.financial-po-table tbody td:nth-child(2) {
  text-align: left;
  color: var(--dark-black);
  font-weight: 600;
}

.financial-po-table tbody tr {
  transition: all 0.3s ease;
}

.financial-po-table tbody tr:hover {
  background: rgba(153, 0, 51, 0.06);
  box-shadow: inset 4px 0 0 var(--primary-maroon);
}
.financial-po-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Mobile */

@media (max-width: 768px) {
  .financial-po-title {
    font-size: 28px;
  }

  .financial-po-card {
    padding: 15px;
  }

  .financial-po-table thead {
    font-size: 13px;
  }

  .financial-po-table td {
    font-size: 13px;
    padding: 12px;
  }
}

/* ============= FP section ends ================== */

/* ================= About us section page css ends ======================= */

/* ================== Deposits Section page css start ======================= */

/* ============ Saving acc page css start ============= */

.saving-banner {
  position: relative;
  background: url("../images/saving-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.saving-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.saving-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .saving-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.saving-account-section {
  background: var(--main-gray);
}

.saving-account-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-maroon);
  margin-bottom: 10px;
}

.saving-account-subtitle {
  color: #555;
  font-size: 17px;
}

.saving-account-image img {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.saving-account-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--dark-black);
}

.saving-account-text {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.saving-account-features {
  list-style: none;
  padding: 0;
}

.saving-account-features li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

.saving-account-features i {
  color: var(--primary-blue);
  margin-right: 8px;
}

.saving-account-card {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.saving-account-card i {
  font-size: 30px;
  color: var(--primary-maroon);
  margin-bottom: 15px;
}

.saving-account-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.saving-account-card p {
  font-size: 14px;
  color: #666;
}

.saving-account-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* =========== Saving acc page css ends =============== */

/* =========== Current acc page css start ============== */

.current-banner {
  position: relative;
  background: url("../images/current-account-banner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.current-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.current-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .current-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.current-account-section {
  background: var(--main-gray);
}

.current-account-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-maroon);
  margin-bottom: 10px;
}

.current-account-subtitle {
  color: #555;
  font-size: 17px;
}

.current-account-image img {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.current-account-heading {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--dark-black);
}

.current-account-text {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.current-account-features {
  list-style: none;
  padding: 0;
}

.current-account-features li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

.current-account-features i {
  color: var(--primary-blue);
  margin-right: 8px;
}

.current-account-card {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.current-account-card i {
  font-size: 30px;
  color: var(--primary-maroon);
  margin-bottom: 15px;
}

.current-account-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.current-account-card p {
  font-size: 14px;
  color: #666;
}

.current-account-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* =========== Current acc page css ends ================ */

/* =========== DI page section start ================= */

.DI-banner {
  position: relative;
  background: url("../images/DI-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 75%;
}

/* Right Side Maroon Gradient Overlay */
.DI-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.DI-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .DI-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.DI-deposit-section {
  padding: 80px 0;
  background: var(--main-gray);
}

.DI-header {
  text-align: center;
  margin-bottom: 40px;
}

.DI-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.DI-header p {
  color: #666;
  font-size: 16px;
}

.DI-table-card {
  background: var(--white);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.DI-table-responsive {
  overflow-x: auto;
}

.DI-interest-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.DI-interest-table thead {
  background: var(--main-gradient);
}

.DI-interest-table thead th {
  color: var(--white);
  padding: 16px;
  font-size: 15px;
  text-align: center;
}

.DI-interest-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid var(--main-gray);
  font-size: 15px;
}

.DI-interest-table tbody tr:hover {
  background: #fafafa;
}

.DI-section-title td {
  background: var(--primary-maroon);
  color: var(--white);
  font-weight: 600;
  text-align: left;
  padding: 14px 16px;
}

.DI-note {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

/* Responsive */

@media (max-width: 768px) {
  .DI-header h2 {
    font-size: 26px;
  }

  .DI-table-card {
    padding: 20px;
  }
}

/* ============ DI page section ends ==================== */

/* ============== Unclaimed deposit section start =============== */
.unclaimed-banner {
  position: relative;
  background: url("../images/DI-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 75%;
}

/* Right Side Maroon Gradient Overlay */
.unclaimed-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.unclaimed-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .unclaimed-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.unclaimed-container {
  padding: 40px;
  background: var(--main-gray);
}

.unclaimed-card {
  margin: auto;
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.unclaimed-title {
  color: var(--primary-maroon);
  margin-bottom: 15px;
}

.unclaimed-input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--dark-gray);
  border-radius: 8px;
  margin-bottom: 20px;
}

.unclaimed-table {
  width: 100%;
  border-collapse: collapse;
}

.unclaimed-table th {
  background: var(--main-gradient);
  color: white;
  padding: 10px;
}

.unclaimed-table td {
  padding: 10px;
  border-bottom: 1px solid var(--dark-gray);
}

.unclaimed-table tr:hover {
  background: #f9f9f9;
}

/* ============== Unclaimed deposit section ends =============== */

/* ================== Deposits Section page css ends ======================== */

/* =============== Loan interest section page start ================== */

.LI-banner {
  position: relative;
  background: url("../images/LI-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 75%;
}

/* Right Side Maroon Gradient Overlay */
.LI-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.LI-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .LI-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.LI-loan-section {
  padding: 80px 0;
  background: var(--main-gray);
}

.LI-header {
  text-align: center;
  margin-bottom: 40px;
}

.LI-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.LI-header p {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}

.LI-header span {
  font-size: 14px;
  color: #777;
}

.LI-table-card {
  background: var(--white);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.LI-table-responsive {
  overflow-x: auto;
}

.LI-loan-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.LI-loan-table thead {
  background: var(--main-gradient);
}

.LI-loan-table th {
  padding: 16px;
  color: var(--white);
  font-size: 15px;
  text-align: center;
}

.LI-loan-table td {
  padding: 14px;
  border-bottom: 1px solid var(--dark-gray);
  text-align: center;
  font-size: 15px;
}

.LI-loan-table td:nth-child(2) {
  text-align: left;
}

.LI-loan-table tbody tr:hover {
  background: #fafafa;
}

@media (max-width: 768px) {
  .LI-header h2 {
    font-size: 26px;
  }

  .LI-table-card {
    padding: 20px;
  }
}

/* =============== Loan interest section page ends ================== */

/* ================ Housing loan section start ============== */

.Housing-banner {
  position: relative;
  background: url("../images/housing-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.Housing-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.Housing-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .Housing-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.housing-loan-section {
  padding: 80px 0;
  background: var(--main-gray);
}

.housing-loan-header {
  text-align: center;
  margin-bottom: 50px;
}

.housing-loan-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.housing-loan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.housing-loan-card {
  background: var(--white);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.housing-loan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.housing-loan-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--primary-maroon);
  display: flex;
  align-items: center;
  gap: 10px;
}

.housing-loan-card h3 i {
  color: var(--primary-blue);
}

.housing-loan-card ul {
  padding-left: 18px;
}

.housing-loan-card ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.housing-loan-card p {
  line-height: 1.7;
  color: #555;
}

.housing-loan-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
}

.housing-loan-full {
  grid-column: 1 / -1;
}

/* Mobile */

@media (max-width: 768px) {
  .housing-loan-grid {
    grid-template-columns: 1fr;
  }

  .housing-loan-header h2 {
    font-size: 28px;
  }
}

/* ================ Housing loan section ends ============== */

/* ================ Education loan section start ================ */

.education-banner {
  position: relative;
  background: url("../images/education-banner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 75%;
}

/* Right Side Maroon Gradient Overlay */
.education-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.education-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .education-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.education-loan-section {
  padding: 80px 0;
  background: var(--main-gray);
}

.education-loan-header {
  text-align: center;
  margin-bottom: 50px;
}

.education-loan-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.education-loan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.education-loan-card {
  background: var(--white);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.education-loan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.education-loan-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--primary-maroon);
  display: flex;
  align-items: center;
  gap: 10px;
}

.education-loan-card h3 i {
  color: var(--primary-blue);
}

.education-loan-card ul {
  padding-left: 18px;
}

.education-loan-card ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.education-loan-card p {
  line-height: 1.7;
  color: #555;
}

.education-loan-full {
  grid-column: 1 / -1;
}

/* Responsive */

@media (max-width: 768px) {
  .education-loan-grid {
    grid-template-columns: 1fr;
  }

  .education-loan-header h2 {
    font-size: 28px;
  }

  .education-loan-card {
    padding: 22px;
  }
}

/* ================ Education loan section ends ================ */

/* ============ Personal loan section start ============== */

.personal-banner {
  position: relative;
  background: url("../images/personal-loan-banner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.personal-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.personal-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .personal-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.personal-loan-section {
  padding: 80px 0;
  background: var(--main-gray);
}

.personal-loan-header {
  text-align: center;
  margin-bottom: 50px;
}

.personal-loan-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.personal-loan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.personal-loan-card {
  background: var(--white);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.personal-loan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.personal-loan-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--primary-maroon);
  display: flex;
  align-items: center;
  gap: 10px;
}

.personal-loan-card h3 i {
  color: var(--primary-blue);
}

.personal-loan-card p {
  line-height: 1.7;
  color: #555;
}

.personal-loan-full {
  grid-column: 1 / -1;
}

/* Mobile */

@media (max-width: 768px) {
  .personal-loan-grid {
    grid-template-columns: 1fr;
  }

  .personal-loan-header h2 {
    font-size: 28px;
  }

  .personal-loan-card {
    padding: 22px;
  }
}

/* ========== Personal loan section ends ================= */

/* ============ Car loan section start ============ */

.car-banner {
  position: relative;
  background: url("../images/car-loan-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.car-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.car-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .car-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.car-loan-section {
  padding: 80px 0;
  background: var(--main-gray);
}

.car-loan-header {
  text-align: center;
  margin-bottom: 50px;
}

.car-loan-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.car-loan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.car-loan-card {
  background: var(--white);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.car-loan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.car-loan-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--primary-maroon);
  display: flex;
  align-items: center;
  gap: 10px;
}

.car-loan-card h3 i {
  color: var(--primary-blue);
}

.car-loan-card p {
  line-height: 1.7;
  color: #555;
}

.car-loan-full {
  grid-column: 1 / -1;
}

/* Mobile */

@media (max-width: 768px) {
  .car-loan-grid {
    grid-template-columns: 1fr;
  }

  .car-loan-header h2 {
    font-size: 28px;
  }

  .car-loan-card {
    padding: 22px;
  }
}

/* ============= Car loan section ends ============= */

/* ======================== Services Section Start ========================= */

/* =========== RTGS NEFT page section start ======== */

.rtgs-banner {
  position: relative;
  background: url("../images/rtgs-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.rtgs-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.rtgs-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .rtgs-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.rtgs-neft-section {
  padding: 80px 20px;
  background: var(--main-gray);
}

.rtgs-neft-header {
  text-align: center;
  margin-bottom: 50px;
}

.rtgs-neft-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rtgs-neft-header p {
  color: #666;
  margin-top: 10px;
}

.rtgs-neft-card {
  background: var(--white);
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.rtgs-neft-card h3 {
  color: var(--primary-maroon);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rtgs-neft-card h3 i {
  color: var(--primary-blue);
}

.rtgs-neft-card p {
  color: #555;
  line-height: 1.7;
}

.rtgs-neft-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.rtgs-neft-benefit {
  background: var(--main-gray);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

.rtgs-neft-benefit:hover {
  transform: translateY(-5px);
}

.rtgs-neft-benefit i {
  font-size: 22px;
  color: var(--primary-maroon);
  margin-bottom: 10px;
}

.rtgs-neft-benefit h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.rtgs-neft-table {
  overflow-x: auto;
  margin-top: 20px;
}

.rtgs-neft-table table {
  width: 100%;
  border-collapse: collapse;
}

.rtgs-neft-table th {
  background: var(--main-gradient);
  color: white;
  padding: 12px;
  text-align: left;
}

.rtgs-neft-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  color: #555;
}

.rtgs-neft-faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.rtgs-neft-faq-item h4 {
  color: var(--primary-maroon);
  margin-bottom: 5px;
}

.rtgs-neft-faq-item p {
  color: #555;
}

/* MOBILE */

@media (max-width: 768px) {
  .rtgs-neft-benefits {
    grid-template-columns: 1fr;
  }

  .rtgs-neft-header h2 {
    font-size: 28px;
  }

  .rtgs-neft-card {
    padding: 25px;
  }
}

/* =========== RTGS NEFT page section ends ======== */

/* ============= ATM POC Page start ============= */

.atm-banner {
  position: relative;
  background: url("../images/atm-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.atm-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.atm-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .atm-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.atm-ecom-section {
  padding: 80px 20px;
  background: var(--main-gray);
}

.atm-ecom-header {
  text-align: center;
  margin-bottom: 50px;
}

.atm-ecom-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.atm-ecom-block {
  background: var(--white);
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.atm-ecom-block h3 {
  color: var(--primary-maroon);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.atm-ecom-block h3 i {
  color: var(--primary-blue);
}

.atm-ecom-block p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.atm-ecom-list {
  padding-left: 20px;
}

.atm-ecom-list li {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.6;
}

/* MOBILE */

@media (max-width: 768px) {
  .atm-ecom-header h2 {
    font-size: 28px;
  }

  .atm-ecom-block {
    padding: 25px;
  }
}

/* ============ ATM POC Page ends ==================== */

/* ============== Locker Page section start =============== */

.locker-banner {
  position: relative;
  background: url("../images/locker-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.locker-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.locker-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .locker-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.locker-section {
  padding: 80px 20px;
  background: var(--main-gray);
}

.locker-header {
  text-align: center;
  margin-bottom: 50px;
}

.locker-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.locker-faq-title {
  color: var(--primary-maroon);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.locker-faq-title i {
  color: var(--primary-blue);
}

.locker-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.locker-card {
  background: var(--white);
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.locker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.locker-card h3 {
  color: var(--primary-maroon);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.locker-card h3 i {
  color: var(--primary-blue);
}

.locker-card h4 {
  color: var(--primary-maroon);
  margin-bottom: 10px;
}

.locker-card p {
  color: #555;
  line-height: 1.7;
}

/* MOBILE */

@media (max-width: 768px) {
  .locker-grid {
    grid-template-columns: 1fr;
  }

  .locker-header h2 {
    font-size: 28px;
  }

  .locker-card {
    padding: 22px;
  }
}

/* =============== Locker page section ends ================= */

/* ============= Mobile Banking section start ================== */

.mobile-banner {
  position: relative;
  background: url("../images/mobile-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 50%;
}

/* Right Side Maroon Gradient Overlay */
.mobile-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.mobile-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .mobile-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.mobile-section {
  padding: 80px 20px;
  background: var(--main-gray);
}

.mobile-container {
  max-width: 1200px;
  margin: auto;
}

.mobile-header {
  text-align: center;
  margin-bottom: 50px;
}

.mobile-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-app-info,
.mobile-login-box {
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.mobile-app-info h3,
.mobile-login-box h3,
.mobile-features h3 {
  color: var(--primary-maroon);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-app-info i,
.mobile-login-box i,
.mobile-features i {
  color: var(--primary-blue);
}

.mobile-list {
  padding-left: 20px;
}

.mobile-list li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #444;
}

.mobile-features {
  margin-top: 40px;
}

.mobile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.mobile-card {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.mobile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.mobile-card i {
  font-size: 28px;
  color: var(--primary-blue);
  margin-bottom: 10px;
}

.mobile-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

/* TABLET */

@media (max-width: 992px) {
  .mobile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .mobile-header h2 {
    font-size: 28px;
  }

  .mobile-grid {
    grid-template-columns: 1fr;
  }

  .mobile-card {
    padding: 20px;
  }
}

/* ============== Mobile banking section ends =============== */

/* ================ Internet bankinf section start ============= */

.internet-banner {
  position: relative;
  background: url("../images/IB-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.internet-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.internet-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .internet-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

/* Container */
.internet-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-gray);
  padding: 20px;
}

/* Card */
.internet-card {
  width: 100%;
  max-width: 850px;
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Title */
.internet-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-maroon);
}

.internet-subtitle {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/* Form */
.internet-group {
  margin-bottom: 15px;
}

.internet-group label {
  font-size: 13px;
  font-weight: 500;
}

.internet-input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid var(--dark-gray);
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}

.internet-input:focus {
  border-color: var(--primary-blue);
}

/* OTP */
.internet-otp-section {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.internet-btn {
  background: var(--primary-blue);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}

/* Submit */
.internet-submit {
  width: 100%;
  background: var(--main-gradient);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

/* Errors */
.internet-error {
  color: red;
  font-size: 12px;
}

/* ============== Internet banking section ends ================= */

/* ============== sms section ends ================= */

.sms-banner {
  position: relative;
  background: url("../images/sms-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 40%;
}

/* Right Side Maroon Gradient Overlay */
.sms-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.sms-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .sms-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.sms-container {
  background: var(--main-gray);
  padding: 50px 20px;
}

.sms-card {
  max-width: 1100px;
  margin: auto;
  background: var(--white);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Title */
.sms-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-maroon);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sms-title i {
  color: var(--primary-blue);
}

/* Table */
.sms-table-wrapper {
  overflow-x: auto;
}

.sms-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.sms-table thead {
  background: var(--main-gradient);
  color: var(--white);
}

.sms-table th {
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

.sms-table td {
  padding: 12px;
  border-bottom: 1px solid var(--dark-gray);
  font-size: 14px;
}

/* Icons */
.sms-table td i {
  color: var(--primary-blue);
  margin-right: 8px;
}

/* Hover */
.sms-table tbody tr:hover {
  background: #f9f9f9;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .sms-title {
    font-size: 18px;
  }

  .sms-table th,
  .sms-table td {
    padding: 10px;
    font-size: 13px;
  }
}

/* ============== sms section ends ================= */

/* ====================== Services Section Ends ============================ */

/* =============== Customer Care section start ================ */

/* ======= branches section css start ========== */

.branches-banner {
  position: relative;
  background: url("../images/branches-banenr.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Right Side Maroon Gradient Overlay */
.branches-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.branches-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .branches-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.branches-pro-container {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f2f2f2, #ffffff);
  font-family: "Segoe UI", sans-serif;
}

.branches-pro-title {
  text-align: center;
  font-size: 30px;
  color: #00263e;
  margin-bottom: 45px;
  font-weight: 700;
}

.branches-pro-title i {
  color: #990033;
  margin-right: 10px;
}

/* GRID */
.branches-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */
.branches-pro-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border-top: 4px solid #990033;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.branches-pro-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* TITLE */
.branches-pro-card h3 {
  font-size: 18px;
  color: #00263e;
  margin-bottom: 5px;
  font-weight: 600;
}

/* IFSC BADGE */
.branches-pro-ifsc {
  display: inline-block;
  font-size: 12px;
  background: #039be5;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* TEXT */
.branches-pro-card p {
  margin: 6px 0;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.branches-pro-card i {
  color: #990033;
  margin-right: 6px;
}

/* PHONE */
.branches-pro-phone {
  margin-top: 10px;
  font-size: 14px;
}

.branches-pro-phone a {
  color: #039be5;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.branches-pro-phone a:hover {
  text-decoration: underline;
  color: #00263e;
}

/* OPTIONAL HOVER EFFECT LINE */
.branches-pro-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #990033, #039be5);
  transition: 0.3s;
}

.branches-pro-card:hover::after {
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .branches-pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .branches-pro-container {
    padding: 40px 15px;
  }

  .branches-pro-title {
    font-size: 24px;
  }

  .branches-pro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .branches-pro-card {
    padding: 18px;
  }
}

/* ======= branches section css ends ========== */

/* ======= contact section css ends ========== */

.contact-banner {
  position: relative;
  background: url("../images/contact-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Right Side Maroon Gradient Overlay */
.contact-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.contact-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .contact-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.contact-container {
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--main-gray), var(--white));
  font-family: "Segoe UI", sans-serif;
}

.contact-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

/* LEFT IMAGE */
.contact-image {
  flex: 1;
}

.contact-image img {
  width: 100%;
  height: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* RIGHT CONTENT */
.contact-content {
  flex: 1;
}

.contact-title {
  font-size: 28px;
  color: var(--primary-maroon);
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* INFO BOX */
.contact-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-box i {
  font-size: 18px;
  color: var(--primary-blue);
  background: var(--frost);
  padding: 10px;
  border-radius: 50%;
  border: 1px solid var(--frost-border);
}

.contact-box h4 {
  margin: 0;
  font-size: 16px;
  color: var(--dark-black);
}

.contact-box a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
}

.contact-box a:hover {
  text-decoration: underline;
}

.contact-box p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

/* MAP */
.contact-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* HOVER EFFECT */
.contact-box:hover i {
  background: var(--primary-maroon);
  color: #fff;
  transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-image img {
    max-height: 350px;
  }
}

@media (max-width: 576px) {
  .contact-container {
    padding: 40px 15px;
  }

  .contact-title {
    font-size: 24px;
  }

  .contact-desc {
    font-size: 13px;
  }
}

/* ======= contact section css ends ========== */

/* ========== grievance form section start ============ */

.grievance-banner {
  position: relative;
  background: url("../images/grievance-banner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Right Side Maroon Gradient Overlay */
.grievance-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.grievance-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .grievance-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

/* ========== grievance form section ends ============ */

/* ======== Online Complaint Form section css start =========== */

.complaint-banner {
  position: relative;
  background: url("../images/comlaint-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 70%;
}

/* Right Side Maroon Gradient Overlay */
.complaint-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.complaint-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .complaint-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

/* ======== Online Complaint Form section css ends =========== */

/* =============== Customer Care section ends ================ */

/* =============== More section ends ================ */

/* ============= Gallery section start ======= */

.gallery-banner {
  position: relative;
  background: url("../images/gallery-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 80%;
}

/* Right Side Maroon Gradient Overlay */
.gallery-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.gallery-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .gallery-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.galley-container {
  padding: 60px 0px;
  background: var(--main-gray);
  text-align: center;
}

.galley-title {
  font-size: 28px;
  color: var(--primary-maroon);
  margin-bottom: 30px;
  font-weight: 700;
}

/* GRID */
.galley-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1300px;
  margin: auto;
}

/* IMAGE */
.galley-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.galley-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* POPUP */
.galley-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galley-popup-img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 12px;
}

/* CLOSE */
.galley-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* NAV BUTTONS */
.galley-prev,
.galley-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-maroon);
  border: none;
  color: #fff;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
}

.galley-prev {
  left: 20px;
}
.galley-next {
  right: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .galley-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .galley-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .galley-img {
    height: 160px;
  }
}

/* =========== Gallery Section ends ============== */

/* =========== Auction section start ========== */

.auction-banner {
  position: relative;
  background: url("../images/auction-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.auction-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.auction-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .auction-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.auction-container {
  background: var(--main-gray);
}

.auction-title {
  color: var(--primary-maroon);
  font-weight: 700;
}

/* CARD */
.auction-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border-top: 4px solid var(--primary-maroon);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.auction-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.auction-card h5 {
  color: var(--dark-black);
  font-size: 16px;
  margin-bottom: 10px;
}

.auction-card p {
  font-size: 13px;
  margin: 5px 0;
  color: #555;
}

.auction-card i {
  color: var(--primary-blue);
  margin-right: 6px;
}

/* BUTTONS */
.auction-btns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.auction-btns a {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  background: var(--primary-blue);
  transition: 0.3s;
}

.auction-btns a:last-child {
  background: var(--primary-maroon);
}

.auction-btns a:hover {
  opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .auction-card {
    padding: 15px;
  }
}

/* =========== Auction section ends ========== */

/* ============ Notification section start ============= */

.notification-banner {
  position: relative;
  background: url("../images/notification-baner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.notification-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.notification-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .notification-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.notify-container {
  background: var(--main-gray);
}

.notify-title {
  color: var(--primary-maroon);
  font-weight: 700;
}

/* CARD */
.notify-card {
  background: #fff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border-top: 4px solid var(--primary-maroon);
}

.notify-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

/* ICON */
.notify-icon {
  font-size: 35px;
  color: var(--primary-blue);
  margin-bottom: 15px;
}

/* TITLE */
.notify-card h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--dark-black);
}

/* BUTTONS */
.notify-btns {
  display: flex;
  gap: 10px;
}

.notify-btns a {
  flex: 1;
  padding: 8px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 6px;
  color: #fff;
  background: var(--primary-blue);
  transition: 0.3s;
}

.notify-btns a:last-child {
  background: var(--primary-maroon);
}

.notify-btns a:hover {
  opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .notify-card {
    padding: 20px;
  }
}

/* ============ Notification section ends ================ */

/* ============= Download section start =============== */

.download-banner {
  position: relative;
  background: url("../images/donwload-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.download-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.download-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .download-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.dwd-section-main {
  background: var(--white);
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

/* CONTAINER GLASS EFFECT */
.dwd-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.dwd-header h2 {
  font-weight: 700;
  color: #990033;
}

.dwd-header p {
  color: #555;
  font-size: 14px;
}

.dwd-block {
  margin-top: 40px;
}

.dwd-header-main {
  background: var(--main-gradient);
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.dwd-block h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ITEM */
.dwd-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 18px;
  border-radius: 10px;
  background: #f9f9f9;
  margin-bottom: 12px;
  transition: 0.3s;
}

.dwd-item:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--primary-maroon);
}

/* LEFT */
.dwd-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dwd-left i {
  font-size: 18px;
  color: #039be5;
}

.dwd-left span {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-black);
}

/* BUTTONS */
.dwd-actions a {
  margin-left: 8px;
  padding: 7px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  background: #039be5;
  transition: 0.3s;
}

.dwd-actions a:last-child {
  background: #990033;
}

.dwd-actions a:hover {
  transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
  .dwd-container {
    padding: 12px;
  }
  .dwd-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 10px;
  }

  .dwd-actions {
    width: 100%;
    display: flex;
  }

  .dwd-actions a {
    display: inline-block;
    width: 48%;
    text-align: center;
  }
}

/* ============ Download section ends ================= */

/* ============= Career Section start ============== */

.career-banner {
  position: relative;
  background: url("../images/career-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 87%;
}

/* Right Side Maroon Gradient Overlay */
.career-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.career-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .career-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

/* SECTION BACKGROUND */
.career-section {
  background: var(--main-gray);
  padding: 60px 0;
}

/* CONTAINER */
.career-container {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* HEADER */
.career-header {
  margin-bottom: 30px;
}

.career-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-maroon);
  margin-bottom: 10px;
}

.career-subtext {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}

/* IMAGE WRAPPER */
.career-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* IMAGE */
.career-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* HOVER EFFECT */
.career-image:hover {
  transform: scale(1.03);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .career-title {
    font-size: 26px;
  }

  .career-subtext {
    font-size: 14px;
  }

  .career-container {
    padding: 25px 15px;
  }
}

/* ============ Career section ends ================= */

/* =============== More section ends ================ */

/* ================= Footer section pages css start ================= */

/* ============= Privacy policy section css start ============= */

.privacy-banner {
  position: relative;
  background: url("../images/privacy-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Right Side Maroon Gradient Overlay */
.privacy-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.privacy-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .privacy-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.privacy-section {
  background: var(--main-gray);
  padding: 60px 0;
  font-family: "Poppins", sans-serif;
}

.privacy-container {
  background: var(--white);
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* HEADER */
.privacy-header {
  border-bottom: 2px solid var(--dark-gray);
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.privacy-header h2 {
  color: var(--primary-maroon);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* CONTENT */
.privacy-content p {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

/* SUB HEADINGS */
.privacy-content h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: var(--dark-black);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* LIST */
.privacy-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.privacy-content ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .privacy-container {
    padding: 25px 15px;
  }

  .privacy-header h2 {
    font-size: 20px;
  }

  .privacy-content p,
  .privacy-content ul li {
    font-size: 13px;
  }
}

/* ============= Privacy policy section ends ================= */

/* ================= Footer section pages css ends ================= */

/* ===========================
RIGHT SIDE PANEL HOME
=========================== */

.right-side-panel-home-wrapper {
  position: fixed;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 8%;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

/* ITEM */

.right-side-panel-home-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  background: #f4f4f4;
  padding: 16px 10px;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.3s ease;
}

.right-side-panel-home-item i {
  font-size: 18px;
  color: var(--primary-maroon);
}

.right-side-panel-home-item span {
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

/* APPLY BUTTON */

.right-side-panel-home-item.apply {
  background: #e9e9e9;
  font-weight: 600;
  color: var(--primary-maroon);
}

.right-side-panel-home-item.apply span {
  color: var(--primary-maroon);
}

/* HOVER */

.right-side-panel-home-item:hover {
  background: var(--primary-maroon);
}

.right-side-panel-home-item:hover span,
.right-side-panel-home-item:hover i {
  color: white;
}

/* REMOVE LAST BORDER */

.right-side-panel-home-item:last-child {
  border-bottom: none;
}

/* ===========================
HIDE TABLET + MOBILE
=========================== */

@media (max-width: 991px) {
  .right-side-panel-home-wrapper {
    display: none;
  }
}

/* ============= Cyber Awareness section css start =============== */

.cyber-banner {
  position: relative;
  background: url("../images/cyber-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Right Side Maroon Gradient Overlay */
.cyber-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.cyber-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .cyber-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

/*Cyber Awareness CSS Start*/
.ca-hero {
  background:
    linear-gradient(90deg, rgba(0, 51, 102, 0.7), rgba(51, 102, 153, 0.55)),
    url("../newimages/cyber-awareness.webp") center/cover no-repeat;
  padding: 120px 0;
  position: relative;
}
.ca-hero .title {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.cyber-bg-pattern {
  background: linear-gradient(135deg, #eef3ff73, #f7fbff);
  position: relative;
  overflow: hidden;
}
.sec-title-color {
  color: var(--primary-maroon);
  padding: 10px 0px;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a2b5f;
  margin-bottom: 20px;
}
.cyber-intro-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #3c4661;
}
.cyber-stats-row {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.cyber-stat-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  padding: 15px 18px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.cyber-stat-item i {
  font-size: 30px;
  color: var(--primary-maroon);
}
.cyber-stat-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0b1f52;
  margin: 0;
}
.cyber-stat-item p {
  margin: 0;
  color: #5f6e9b;
}
.cyber-stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.cyber-main-image {
  width: 100%;
  height: 395px;
  object-fit: cover;
  border-radius: 16px;
}
.section-title-center {
  font-size: 32px;
  font-weight: 700;
  color: #1a2b5f;
}
.section-subtitle {
  color: #546185;
  font-size: 17px;
  margin-top: 5px;
}
.threat-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #eef1f8;
  transition: transform 1s ease;
  height: 100%;
  position: relative;
  border-top: 4px solid var(--primary-maroon);
}
.threat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.threat-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  font-size: 28px;
  color: #fff;
}
.threat-danger .threat-icon {
  background: linear-gradient(145deg, #ff4646, #cc2d2d);
}
.threat-warning .threat-icon {
  background: linear-gradient(145deg, #ffae00, #d98c00);
}
.threat-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #122044;
  margin-bottom: 10px;
}
.threat-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}
.threat-example {
  background: #f6f8ff;
  padding: 12px 14px;
  border-radius: 10px;
  border-left: 2px solid var(--light-maroon);
  font-size: 14px;
  color: #1e2a4b;
  font-weight: 600;
  transition:
    background 0.3s,
    transform 1s;
}
.threat-card:hover .threat-example {
  background: #ebf0ff;
  transform: translateX(4px);
}
.safe-bank-card {
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s ease;
}
.safe-bank-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.practice-do-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #28a745;
  color: #fff;
  border-radius: 18px 18px 0 0;
}
.practice-dont-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #dc3545;
  color: #fff;
  border-radius: 18px 18px 0 0;
}
.safe-bank-card-header i {
  font-size: 20px;
}
.practice-card {
  padding: 5px 25px 25px 25px;
}
.practice-do .safe-bank-card-header i {
  color: #2ecc71;
}
.practice-dont .safe-bank-card-header i {
  color: #e63946;
}
.safe-bank-card-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.practice-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.practice-list li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #d1d7e0;
  font-size: 15px;
  color: #333;
}
.practice-list li:last-child {
  border-bottom: none;
}
.practice-do li i {
  color: #2ecc71;
}
.practice-dont li i {
  color: #e63946;
}
.practice-list li i {
  font-size: 16px;
}
.payment-safety-card {
  padding: 25px 20px;
  text-align: center;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e3e9f3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s ease;
  height: 430px;
  position: relative;
  overflow: hidden;
}
.payment-safety-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6bffcf, #99e3ff);
  transition: 0.7s ease;
  z-index: 0;
  opacity: 0;
}
.payment-safety-card:hover::before {
  top: 0;
  opacity: 0.15;
}
.payment-safety-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.payment-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, #eef3ff, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    inset 4px 4px 10px #d3d9e8,
    inset -4px -4px 10px #ffffff;
}
.payment-icon i,
.payment-icon img {
  font-size: 34px;
  color: #1659e6;
  max-width: 50px;
}
.payment-safety-card h4 {
  font-size: 20px;
  color: #1d3557;
  font-weight: 700;
  margin-bottom: 15px;
}
.payment-safety-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-safety-card ul li {
  margin: 8px 0;
  color: #333;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px dotted #d3d7e0;
}
.payment-safety-card ul li:last-child {
  border-bottom: none;
}
.atm-card {
  position: relative;
  background: #fff;
  padding: 25px 25px 25px 25px;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--primary-maroon);
  transition: transform 1s ease;
  height: 270px;
}
.atm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.atm-number {
  width: 36px;
  height: 36px;
  background: var(--light-maroon);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.atm-card h5 {
  color: #1a2b4c;
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 600;
}
.atm-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.atm-card ul li {
  font-size: 15px;
  color: #4c566b;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.atm-card ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1a73e8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.rbi-card {
  background: #fff;
  padding: 30px 22px;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s ease;
  height: 100%;
}
.rbi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.rbi-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e7efff, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    inset 5px 5px 10px #d1d8ea,
    inset -5px -5px 10px #ffffff;
  margin: 0 auto 18px;
}
.rbi-icon i {
  font-size: 30px;
  color: var(--primary-maroon);
}
.rbi-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 10px;
  text-align: center;
}
.rbi-card p {
  color: #445566;
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.rbi-highlight {
  background: #f0f6ff;
  border-left: 4px solid var(--primary-maroon);
  padding: 14px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #34495e;
}
.rbi-highlight ul {
  list-style: none;
  padding: 0;
  margin-top: 6px;
}
.rbi-highlight ul li {
  padding: 4px 0;
  font-size: 14px;
}
.rbi-highlight strong {
  color: #1b4ad7;
  font-weight: 700;
}
.report-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s ease;
  position: relative;
  overflow: hidden;
  height: 350px;
}
.report-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.report-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: var(--main-gradient);
}
.report-step {
  background: var(--primary-blue);
  color: #fff;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.report-icon {
  width: 60px;
  height: 60px;
  background: #0056ff15;
  color: #0056ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  font-size: 24px;
  transition: 0.3s ease;
}
.report-card:hover .report-icon {
  background: #0056ff25;
  transform: scale(1.08);
}
.report-checklist {
  padding-left: 0;
  margin-bottom: 0;
}
.report-numbers {
  margin-top: 15px;
}
.report-number-item {
  margin-bottom: 12px;
}
.report-number {
  font-size: 20px;
  font-weight: 700;
  color: #0056ff;
}
.report-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef5ff;
  padding: 10px 14px;
  border-radius: 10px;
  margin-top: 10px;
  color: #0056ff;
  font-weight: 600;
  transition: 0.3s ease;
}
.report-link:hover {
  background: #0056ff;
  color: #fff;
  text-decoration: none;
}
.report-checklist li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
}
.report-checklist i {
  color: #00b36b;
  margin-right: 8px;
}
.emergency-contact-box {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-left: 6px solid #ff4d4d;
  transition: transform 1s ease;
}
.emergency-contact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.emergency-contact-box h3 {
  font-size: 22px;
  color: #ff4d4d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.emergency-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.emergency-item {
  background: #f9f9ff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
}
.emergency-item:hover {
  background: #eef3ff;
  transform: translateY(-3px);
}
.scam-alert-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border-left: 5px solid #ff4d4d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s ease;
  position: relative;
  height: 215px;
}
.scam-alert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.scam-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.scam-high {
  background: #ff2e2e;
}
.scam-medium {
  background: #ff9d00;
}
.scam-medium-wrap {
  border-left: 5px solid #ff9d00 !important;
}
.scam-high-wrap h4 {
  color: #ff2e2e;
}
.scam-medium-wrap h4 {
  color: #ff9d00;
}
.scam-tip {
  margin-top: 12px;
  background: #f3f4f6;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
}
.resource-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid var(--primary-maroon);
  transition: transform 1s ease;
  height: 290px;
}
.resource-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.resource-card h4 {
  font-size: 20px;
}
.resource-card i {
  font-size: 32px;
  color: var(--primary-maroon);
  margin-bottom: 12px;
}
.resource-link {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #eef5ff;
  border-radius: 10px;
  font-weight: 600;
  color: #0056ff;
  text-decoration: none;
  transition: transform 1s ease;
}
.resource-link:hover {
  background: #0056ff;
  color: #fff;
  text-decoration: none;
}
.rotet90 {
  rotate: 90deg;
}
.counter-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--primary-maroonf);
  transition: transform 1s ease;
}
.counter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.counter-value {
  font-size: 32px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 8px;
}
.counter-label {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.mb-30 {
  margin-bottom: 30px;
}
/*Cyber Awareness CSS End*/
/* ============= Cyber Awareness section css ends =============== */

/* =============== Service charges section css start ============== */

.serviceCharges-banner {
  position: relative;
  background: url("../images/serviceCharges-banner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Right Side Maroon Gradient Overlay */
.serviceCharges-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.serviceCharges-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .serviceCharges-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.service-charges-section {
  padding: 60px 20px;
  background: var(--main-gray);
}

.service-charges-header {
  text-align: center;
  margin-bottom: 40px;
}

.service-charges-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-maroon);
}

.service-charges-header p {
  color: #555;
  margin-top: 10px;
}

.service-charges-table-wrapper {
  background: var(--white);
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.service-charges-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.service-charges-table thead {
  background: var(--main-gradient);
  color: var(--white);
}

.service-charges-table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

.service-charges-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--dark-gray);
  font-size: 14px;
}

.service-charges-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.service-charges-table tbody tr:hover {
  background: #f4f8ff;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .service-charges-header h2 {
    font-size: 24px;
  }

  .service-charges-table {
    min-width: 500px;
  }
}
/* ============== Service charges section css ends ============ */

/* ============= Terms condition section css start =============== */

.terms-banner {
  position: relative;
  background: url("../images/terms-banner.jpg") no-repeat center center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position-y: 30%;
}

/* Right Side Maroon Gradient Overlay */
.terms-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.terms-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .terms-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}

.terms-section {
  background: var(--main-gray);
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.terms-container {
  max-width: 1200px;
  margin: auto;
}

.terms-header {
  text-align: center;
  margin-bottom: 40px;
}

.terms-header h1 {
  color: var(--primary-maroon);
  font-weight: 700;
}

.terms-header i {
  color: var(--primary-blue);
  margin-right: 10px;
}

.terms-header p {
  color: var(--dark-black);
}

.terms-card {
  background: var(--white);
  padding: 25px;
  border-left: 5px solid var(--primary-blue);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  line-height: 1.7;
}

.terms-title {
  text-align: center;
  margin-bottom: 30px;
}

.terms-title h3 {
  color: var(--primary-maroon);
}

.terms-title i {
  color: var(--primary-blue);
  margin-right: 8px;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.terms-box {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  line-height: 1.7;
}

.terms-box:hover {
  transform: translateY(-5px);
  border-top: 4px solid var(--primary-blue);
}

.terms-box i {
  font-size: 22px;
  color: var(--primary-maroon);
  margin-bottom: 10px;
  display: block;
}

.terms-full {
  grid-column: span 2;
}

/* Responsive */

@media (max-width: 768px) {
  .terms-grid {
    grid-template-columns: 1fr;
  }

  .terms-full {
    grid-column: span 1;
  }
}

/* ============== Term condition section css ends ================ */

/* ============== disclaimer section css ends ================ */
.disclaimer-banner {
  position: relative;
  background: url("../images/disclaimer-banner.jpg") no-repeat center
    center/cover;
  min-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Right Side Maroon Gradient Overlay */
.disclaimer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(153, 0, 51, 0.95),
    rgba(153, 0, 51, 0.6),
    transparent
  );
}

/* Bottom Dark Overlay */
.disclaimer-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

@media (max-width: 576px) {
  .disclaimer-banner {
    min-height: 300px;
    padding: 50px 0;
  }
}
.disclaimer-section {
  padding: 60px 20px;
  background: var(--main-gray);
}

.disclaimer-container {
  max-width: 1200px;
  margin: auto;
}

.disclaimer-header {
  text-align: center;
  margin-bottom: 40px;
}

.disclaimer-header h1 {
  color: var(--primary-maroon);
  font-weight: 700;
}

.disclaimer-header i {
  color: var(--primary-blue);
  margin-right: 10px;
}

.disclaimer-subtitle {
  color: var(--dark-black);
  margin-top: 10px;
}

.disclaimer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.disclaimer-card {
  background: var(--white);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  line-height: 1.7;
}

.disclaimer-card:hover {
  transform: translateY(-6px);
  border-top: 4px solid var(--primary-blue);
}

.disclaimer-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.disclaimer-card-title i {
  font-size: 20px;
  color: var(--primary-maroon);
}

.disclaimer-card-title h3 {
  margin: 0;
  color: var(--primary-maroon);
  font-size: 18px;
}

.disclaimer-full {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .disclaimer-grid {
    grid-template-columns: 1fr;
  }

  .disclaimer-full {
    grid-column: span 1;
  }
}

/* ============== disclaimer section css ends ================ */

/* ================ Footer Section Start ================== */

.bank-footer-main {
  background: var(--dark-black);
  color: var(--white);
  padding: 60px 0 0;
}

.footer-heading {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white);
  position: relative;
}

.footer-heading::after {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--main-gradient);
  display: block;
  margin-top: 6px;
}

.footer-text {
  color: var(--dark-gray);
  line-height: 1.7;
  font-size: 14px;
}

.footer-link {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.footer-link:hover {
  color: var(--primary-maroon);
}

.footer-list {
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  text-decoration: none;
  color: var(--dark-gray);
  font-size: 14px;
  transition: 0.3s;
}

.footer-list a:hover {
  color: var(--white);
  padding-left: 5px;
}

/* SOCIAL */

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--main-gradient);
  color: var(--white);
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  transform: translateY(-5px);
  background: var(--primary-blue);
}

/* BOTTOM */

.footer-bottom {
  background: #000;
  padding: 20px 0;
  font-size: 13px;
}

.footer-warning {
  color: var(--primary-blue);
}

.footer-powered {
  color: orange;
  font-weight: 600;
}

.dicgc-logo-ft {
  height: 100px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .bank-footer-main {
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
}

/* ================= Footer Section Ends ================== */
