/* Base Colors & Variables */

:root {

    --primary-red: #D32F2F;

    /* Pratap Bank Red */

    --accent-orange: #F57C00;

    /* Pratap Bank Orange */

    --text-dark: #333333;

    --text-white: #ffffff;

    --border-radius-curve: 60px;

    /* Slightly softer curve for this look */

    --font-heading: 'Poppins', sans-serif;





    --bg-light: #fdf7f7;

    --bg-gradient: linear-gradient(135deg, #fff5f5, #fffaf3);

    --card-bg: rgba(255, 255, 255, 0.85);

  --card-border: rgba(211, 47, 47, 0.15);

  --glow-red: rgba(211, 47, 47, 0.35);

  --glow-orange: rgba(245, 124, 0, 0.35);

  --shadow-soft: 0 20px 50px rgba(211, 47, 47, 0.12);

  --text-muted: #666666;







  --brand-orange: #ff6a00;

  --brand-red: #c4161c;

  --brand-dark: #1f2937;

  --brand-muted: #6b7280;

  --brand-border: #e5e7eb;;





}





*{

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



body {

    font-family: var(--font-heading);

    background-color: #ffffff;

    overflow-x: hidden;

    /* width: 100vw; */

}



/* Hide Bootstrap Default Dropdown Arrow */

.dropdown-toggle::after {

    display: none !important;

}



/* Main Header Layout - Now White */

.main-header {

  background-color: #ffffff;

  position: relative;  

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

  width: 100%;

  /* animation: headerSlideDown 0.4s ease-out; */

  z-index: 9999;

  isolation: isolate;

  /* display: none; */

 

}

















.main-header.is-sticky {

  position: fixed;

  top: 0;

  left: 0;

  animation: headerSlideDown 0.4s ease-out;

}



#headerSpacer {

  height: 0;

}





.main-header.is-sticky .top-bar {

  padding-left: 0px;   /* px-4 ka safe equivalent */

  padding-right: 17px !important;

}



.main-header.is-sticky .navbar {

  padding-left: 0px;   /* ps-4 / pe-4 override */

  padding-right: 17px !important;

}



@keyframes headerSlideDown {

  from {

    transform: translateY(-50px);

    opacity: 0;

  }

  to {

    transform: translateY(0);

    opacity: 1;

  }

}







/* @keyframes headerSlideDown {

  from {

    transform: translateY(-50px);

    opacity: 0;

  }

  to {

    transform: translateY(0);

    opacity: 1;

  }

} */



/* Logo Section - Left Side - White BG */

.logo-section {

    width: 340px;

    background-color: #ffffff;

    z-index: 10;

    flex-shrink: 0;

    padding-left: 20px;

}



.logo-icon {

    box-shadow: none;

    /* Removed shadow for cleaner look */

    border: 2px solid var(--primary-red);

}



.logo-icon i {

    color: var(--primary-red) !important;

}



/* Brand Text Coloring */

.brand-name {

    color: var(--primary-red);

    font-weight: 700;

}



.brand-sub {

    color: var(--accent-orange);

    font-weight: 600;

}



/* Right Content Area */

.flex-grow-1 {

    display: flex;

    flex-direction: column;

    min-width: 0;

}



/* Top Bar - Secondary Content - White BG */

.top-bar {

    background-color: #ffffff;

    color: var(--text-dark);

    font-size: 0.8rem;

    min-height: 40px;

    /* border-bottom: 1px solid #f0f0f0; */

    padding-right: 17px !important;

}



.top-links a {

    color: #555;

    text-decoration: none;

    padding: 6px 14px;

    font-weight: 600;

    text-transform: uppercase;

    font-size: 0.75rem;

    letter-spacing: 0.6px;

    position: relative;

    transition: color 0.3s ease;

    z-index: 1;

    /* Default is clean text, no visible background */

}



/* Stylish Hover Effect: Soft Pill Reveal */

.top-links a::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(245, 124, 0, 0.1);

    /* Light Orange/Red tint */

    border-radius: 50px;

    transform: scale(0.5);

    opacity: 0;

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    z-index: -1;

}



.top-links a:hover {

    color: var(--primary-red);

}



.top-links a:hover::before {

    transform: scale(1);

    opacity: 1;

}



/* Active State */

.top-links a:active::before {

    background-color: rgba(245, 124, 0, 0.15);

    transform: scale(0.95);

}



.top-links a::after {

    display: none;

}



/* Bottom Nav Container - White BG behind */

.bottom-nav-container {

    background-color: #ffffff;

    padding-left: 0;

    position: relative;

    padding-top: 5px;

    /* Slight gap */

}



/* The Navbar itself - NOW RED */

.bottom-nav-container .navbar {

    background-color: var(--primary-red) !important;

    /* THE RED BAR */

    border-top-left-radius: var(--border-radius-curve);

    padding: 0 30px;

    min-height: 70px;

    /* Slightly varying height */

    display: flex;

    align-items: center;

    width: 100%;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

    /* Clean, prominent shadow */

}



.bottom-nav-container .navbar {

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    /* Fallback / refined shadow */

}



/* ... (skipping unchanged parts) ... */























/*********** Home page Carosel Slider Image Section  ***********/





/*********** Auto Height Image Slider ***********/

.bank-festive-slider {

  width: 100%;

  position: relative;

  overflow: hidden;

  /* display: none; */

}



.bank-festive-slider .slider-wrapper {

  width: 100%;

 height: 460px;

  position: relative;

  overflow: hidden;

}



/* Slides */

.bank-festive-slider .slides {

  position: relative;

  width: 100%;

  height: 100%;

}



.bank-festive-slider .slide {

  position: absolute;

  inset: 0;

  width: 100%;

  opacity: 0;

  transition: opacity 0.8s ease-in-out; /* smooth open-close */

  z-index: 0;

  height: 100%;

}

.bank-festive-slider .slide.active {

  opacity: 1;

  z-index: 1;

  height: 100%;

}

/* IMAGE RULE (MOST IMPORTANT) */

.bank-festive-slider .slide img {

  width: 100%;

  height: 100%;          /* natural height */

  display: block;

  /* object-fit: contain;   */

}

/* Navigation Arrows */

.bank-festive-slider .nav-arrow {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  /* background: rgba(255, 255, 255, 0.15); */

  /* border: 1px solid rgba(255, 255, 255, 0.3); */

  /* color: #fff; */



  background: rgba(0, 0, 0, 0.418);
  border: 1px solid rgba(255, 255, 255, 0.342);
  color: #ffffff; 




  font-size: 20px;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  cursor: pointer;

  z-index: 10;

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;

  display: flex;

  align-items: center;

  justify-content: center;

    opacity: 0;

  visibility: hidden;

  pointer-events: none;

}



.bank-festive-slider:hover .nav-arrow {

  opacity: 1;

  visibility: visible;

  pointer-events: auto;

}



.bank-festive-slider .nav-arrow.prev {

  left: 30px;

}



.bank-festive-slider .nav-arrow.next {

  right: 30px;

}



.bank-festive-slider .nav-arrow:hover {

  /* background: rgba(255, 255, 255, 0.35); */
  background: rgba(0, 0, 0, 0.75);

}



/* Indicators */

.bank-festive-slider .custom-indicators {

  position: absolute;

  bottom: 32px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  gap: 12px;

  z-index: 10;

}



/* .bank-festive-slider .custom-indicators .dot {

  width: 12px;

  height: 12px;

  background: rgba(255, 255, 255, 0.4);

  border-radius: 50%;

  cursor: pointer;

  transition: all 0.3s ease;

} */


/* .bank-festive-slider .custom-indicators .dot.active {

  width: 32px;

  border-radius: 10px;

  background: rgb(255, 166, 0);

} */


.bank-festive-slider .custom-indicators .dot {
  width: 12px;
  height: 12px;
  /* background: rgb(253, 255, 238);
  border: 1px solid white; */
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease;

  background: #ffffff;
  border: 1.5px solid #9e9e9e; 
}


.bank-festive-slider .custom-indicators .dot:hover {
  background: #616161;           /* dark gray */
  border-color: #616161;
  transform: scale(1.15);
}



.bank-festive-slider .custom-indicators .dot.active {
  width: 30px;
  border-radius: 13px;
  /* background: rgb(161, 23, 23); */
  /* background: rgb(8, 100, 100); */
  background: #424242;
  border-color: #424242;
 

}





























/**************** Home Trending News Section **************/





/******** Trending News Marquee ********/

.trending-news {

  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);

  /* padding: 10px 0; */

  overflow: hidden;

  display: flex;

  align-items: stretch;

  /* display: none; */

}



.trending-news .container-fluid{

    padding: 0;

}



.trending-news .trending-wrap {

  display: flex;

  align-items: center;

}





/* Label */

.trending-news .trending-label {

  background: linear-gradient(135deg, #ff9800, #f57c00);

  color: #fff;

  padding: 12px 28px 12px 18px;

  font-weight: 600;

  display: flex;

  align-items: center;

  gap: 8px;

  position: relative;

  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);

}



/* Marquee Area */

.trending-news .trending-marquee {

  flex: 1;

  overflow: hidden;

  position: relative;

}



.trending-news .marquee-track {

  display: inline-flex;

  gap: 50px;

  padding-left: 100%;

  animation: marquee 25s linear infinite;

}



.trending-news .marquee-track span {

  color: #fff;

  font-size: 0.9rem;

  white-space: nowrap;

  opacity: 0.95;

}



/* Animation */

@keyframes marquee {

  0% {

    transform: translateX(0);

  }

  100% {

    transform: translateX(-100%);

  }

}



/* Pause on hover */

.trending-news .trending-marquee:hover .marquee-track {

  animation-play-state: paused;

}









.trending-news .trending-label i {

  animation: pulse 1.5s infinite;

}



@keyframes pulse {

  0% { transform: scale(1); }

  50% { transform: scale(1.3); }

  100% { transform: scale(1); }

}































/******** Homepage Deposit Section Css ********/





.deposit-orbit-section {

  padding: 57px 0;

  background:

    radial-gradient(circle at 20% 30%,

      rgba(211,47,47,0.08),

      transparent 45%),

    radial-gradient(circle at 80% 70%,

      rgba(245,124,0,0.12),

      transparent 45%),

    #f9fafb;

  font-family: var(--font-heading);

  /* overflow-x: hidden; */

  /* display: none; */

}







.deposit-orbit-section .home-deposit-title{

    text-align: center;

    margin-bottom: 55px;

    letter-spacing: 0.5px;

    font-weight: 500;

    font-size: 34px;

    

}





/* ORBIT WRAPPER */

.deposit-orbit-section .orbit-wrapper {

  position: relative;

  width: 520px;

  height: 520px;

  margin: auto;

}





.deposit-orbit-section .orbit-wrapper::before {

  content: "";

  position: absolute;

  inset: 50px;

  border-radius: 50%;

  border: 1px dashed rgba(211,47,47,0.15);

}











/* CENTER */

.deposit-orbit-section .orbit-center {

  position: absolute;

  inset: 0;

  margin: auto;

  width: 300px;

  height: 300px;

  border-radius: 50%;

  background:

    linear-gradient(

      135deg,

      var(--primary-red),

      #b71c1c

    );

  color: var(--text-white);

  text-align: center;

  padding: 38px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  box-shadow: 0 30px 70px rgba(211,47,47,0.35);

  transition: all 0.4s ease;

}







.deposit-orbit-section .orbit-center::after {

  content: "";

  position: absolute;

  inset: 14px;

  border-radius: 50%;

  border: 1px solid rgba(255,255,255,0.25);

}



.deposit-orbit-section .orbit-center:hover {

  transform: scale(1.03);

  box-shadow: 0 35px 90px rgba(211,47,47,0.45);

}







.deposit-orbit-section .center-tag {

  font-size: 13px;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: rgba(255,255,255,0.9);

  margin-bottom: 10px;

}





.deposit-orbit-section .orbit-center h3 {

  font-size: 22px;

  font-weight: 600;

  margin-bottom: 10px;

  letter-spacing: 0.5px;

}



.deposit-orbit-section .orbit-center p {

  font-size: 13px;

  line-height: 1.6;

  opacity: 0.95;

}



.deposit-orbit-section .orbit-text strong {

  letter-spacing: 0.3px;

}



/* ORBIT ITEM */

.deposit-orbit-section .orbit-item {

  position: absolute;

  display: flex;

  align-items: center;

  gap: 12px;

  background: var(--text-white);

  padding: 12px 18px;

  border-radius: var(--border-radius-curve);

  cursor: pointer;

  border: 1px solid rgba(0,0,0,0.05);

  box-shadow: 0 12px 28px rgba(0,0,0,0.08);

  transition: all 0.3s ease;

}



.deposit-orbit-section .orbit-item:hover {

  transform: translateY(-3px) scale(1.05);

  box-shadow: 0 20px 45px rgba(245,124,0,0.25);

}





/* ICON */

.deposit-orbit-section .orbit-icon {

  width: 38px;

  height: 38px;

  border-radius: 50%;

  background: rgba(245,124,0,0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--accent-orange);

  font-size: 16px;

  transition: all 0.3s ease;

}



.deposit-orbit-section .orbit-item:hover .orbit-icon {

  background: var(--accent-orange);

  color: var(--text-white);

   transform: scale(1.1);

}



.deposit-orbit-section .orbit-item.active {

  border-color: var(--accent-orange);

  box-shadow: 0 25px 55px rgba(245,124,0,0.35);

}



.deposit-orbit-section .orbit-item.active .orbit-icon {

  background: var(--accent-orange);

  color: #fff;

}



/* TEXT */

/* TEXT */

.deposit-orbit-section .orbit-text strong {

  display: block;

  font-size: 14px;

  font-weight: 600;

  color: var(--text-dark);

}



.deposit-orbit-section .orbit-text span {

  display: block;

  font-size: 11px;

  color: #777;

  margin-top: 2px;

}



/* POSITIONS */

.deposit-orbit-section .top { top: -10px; left: 50%; transform: translateX(-50%); }

.deposit-orbit-section .right { right: -194px; top: 50%; transform: translateY(-50%); }

.deposit-orbit-section .left { left: -163px; top: 50%; transform: translateY(-50%); }

.deposit-orbit-section .bottom-right { bottom: 0px; right: 0px; }

.deposit-orbit-section .bottom-left { bottom: 0px; left: 0px; }























/********* Home Banking Service Sec Css **********/



.banking-services-section {

  padding: 50px 0;

  background:

    radial-gradient(circle at 10% 20%, rgba(211,47,47,0.08), transparent 40%),

    radial-gradient(circle at 90% 80%, rgba(245,124,0,0.08), transparent 45%),

    var(--bg-gradient);

  position: relative;

  overflow: hidden;

  isolation: isolate;

  /* display: none; */

}





.banking-services-section .banking-inner {

  max-width: 1320px;   /* modern large screens */

  margin: 0 auto;

  padding: 0 40px;     /* breathing space on sides */

  position: relative;

  z-index: 1;

}









.banking-services-section::before,

.banking-services-section::after {

  content: "";

  position: absolute;

  width: 280px;

  height: 280px;

  filter: blur(90px);

  z-index: 0;

}



.banking-services-section::before {

  top: -80px;

  left: -80px;

  background: radial-gradient(circle, var(--glow-red), transparent 70%);

}



.banking-services-section::after {

  bottom: -80px;

  right: -80px;

  background: radial-gradient(circle, var(--glow-orange), transparent 70%);

}













/* ROW */

.banking-services-section .banking-row {

  display: flex;

  align-items: center;

  gap: 64px;

}



.banking-services-section .banking-left {

  width: 68%;

}



.banking-services-section .banking-right {

  width: 32%;

}



.banking-services-section .image-wrap {

  position: relative;

}





.banking-services-section .image-wrap::before {

  content: "";

  position: absolute;

  inset: -28px;

  border-radius: 32px;

  background: linear-gradient(

    135deg,

    rgba(211,47,47,0.35),

    rgba(245,124,0,0.35)

  );

  filter: blur(60px);

  z-index: 0;

}





/* TITLE */





.banking-services-section .banking-title {

  font-size: 37px;

  font-weight: 500;

  /* padding-bottom: 25px; */

  color: var(--text-dark);

  font-family: var(--font-heading);

  text-align: center;

}



.banking-services-section .service-card h6 {

  font-size: 15px;

  font-weight: 600;

  color: var(--text-dark);

  /*text-align: center;*/

}





/* GRID */

.banking-services-section .services-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 28px;

  padding: 30px 50px;



}





/* CARD (GLASS EFFECT) */

.banking-services-section .service-card {

  background: var(--card-bg);

  backdrop-filter: blur(14px);

  border-radius: 20px;

  padding: 32px 22px;

  border: 1px solid rgb(191 28 28 / 22%);

  box-shadow: var(--shadow-soft);

  transition: all 0.45s cubic-bezier(.4,0,.2,1);

  text-align: center;
  height: 100%;

}



/*.banking-services-section .service-card::after {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: 20px;

  background: linear-gradient(

    135deg,

    var(--primary-red),

    var(--accent-orange)

  );

  opacity: 0;

  transition: opacity 0.45s ease;

  z-index: -1;

}



.banking-services-section .service-card:hover::after {

  opacity: 0.12;

}*/



.banking-services-section .service-card:hover {

  transform: translateY(-14px) scale(1.02);

  /*border: 1px solid rgb(153, 80, 12);*/

  border: 1px solid rgb(183 30 30 / 65%);

}











/* ICON BADGE */

.banking-services-section .service-card i {

  width: 60px;

  height: 60px;

 /* background: linear-gradient(

    135deg,

    var(--primary-red),

    var(--accent-orange)

  );*/

  background: #cc1310;

  color: var(--text-white);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  font-size: 24px;

  margin-bottom: 18px;

  /*box-shadow: 0 14px 35px rgba(211,47,47,0.45);*/

  /*box-shadow: 0 11px 9px rgb(173 15 15 / 45%);*/

 box-shadow:

    0 6px 16px rgba(204, 19, 16, 0.35),

    0 2px 6px rgba(0,0,0,0.10);



  transition: all 0.4s ease;

}



.banking-services-section .service-card:hover i {

  transform: rotate(-6deg) scale(1.1);

}





/* TITLE */

/* .service-card h6 {

  font-size: 15px;

  font-weight: 600;

  color: #222;

} */



/* HOVER */

/* .service-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 30px 60px rgba(13,110,253,0.15);

} */



.banking-services-section .image-wrap img {

  position: relative;

  z-index: 1;

  width: 100%;

  border-radius: 26px;

  box-shadow: 0 50px 100px rgba(0,0,0,0.18);

}































/******** HomePage Loan Section Css *******/





.card-inner {

  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

}



/* Slide only inner content */

.slide-content {

  animation: contentSlideIn .6s cubic-bezier(.25,.8,.25,1);

}



@keyframes contentSlideIn {

  from {

    opacity: 0;

    transform: translateX(60px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}







.loan-section {

  font-family: "Poppins", sans-serif;

/* display: NONE; */

 /* display: none; */

}



.loan-section .container{

  max-width: 1200px;

}



.loan-title {

  text-align: center;

  font-size: 36px;

  font-weight: 500;

  color: var(--brand-dark);

  margin-bottom: 25px;

  position: relative;

  letter-spacing: 0.5px;

  padding-top: 55px;

}



.loan-title::after {

  content: "";

  width: 150px;

  height: 4px;

  background: linear-gradient(

    90deg,

    transparent,

    var(--brand-orange),

    transparent

  );

  display: block;

  margin: 15px auto 0;

  border-radius: 999px;

}





/* =========================

   MAIN ROW

========================= */

.loan-row {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;

  padding: 40px 50px;

  border-radius: 34px;

  background: linear-gradient(145deg, #fff, #fff7f1);

  /* box-shadow:

    0 40px 90px rgba(0,0,0,.08),

    inset 0 0 0 1px rgba(255,106,0,.06); */





  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);   */





  box-shadow: 

  0 -4px 15px rgba(0, 0, 0, 0.02),   /* subtle top shadow */

  0 10px 30px rgba(0, 0, 0, 0.08),   /* main bottom shadow */

  0 4px 12px rgba(0, 0, 0, 0.05); 



    /* padding: 60px 0px; */

    backdrop-filter: blur(12px);

    

    

}





/* =========================

   IMAGE (FEATURED)

========================= */



.loan-img {

  overflow: hidden;

  border-radius: 26px;

}







.loan-img img.slide-img {

  animation: imgSlideIn .7s ease;

}





.loan-img:hover img {

  /* transition: none; */

  transform: scale(1.10);

}





@keyframes imgSlideIn {

  from {

    opacity: 0;

    transform: translateX(70px) scale(.96);

  }

  to {

    opacity: 1;

    transform: translateX(0) scale(1);

  }

}





.loan-img img {

  width: 275px;

  height: 280px;

  object-fit: cover;

  border-radius: 26px;

  border: 1px solid var(--brand-border);

  box-shadow: 0 30px 65px rgba(0,0,0,.14);

  border: 2px solid rgba(255, 106, 0, 0.452);

  transition: .45s ease;

  cursor: pointer;

  

}



/* .loan-img img:hover {

  transform: scale(1.05);

} */



/* =========================

   MAIN CARD (HERO)

========================= */

.loan-main-card {

  width: 330px;

  height: 410px;

  padding: 36px;

  background: linear-gradient(

    180deg,

    #ffffff 0%,

    #fff8f2 100%

  );

  border-radius: 30px;

 border: 2px solid rgba(255,106,0,.18);

 box-shadow: 0 45px 110px rgba(255, 106, 0, 0.171);

  position: relative;

  transform: translateY(-10px);

  text-align: center;

   animation: softFloat 6.5s ease-in-out infinite;

}





.loan-main-card:hover {

  transform: translateY(-6px);

}



.loan-main-card .icon {

  font-size: 61px;

  /* color: var(--brand-orange); */

  /* padding: 25px 20px; */

  box-shadow: 0px 10px 30px rgba(216, 90, 0, 0.35);

  width: 130px;

  height: 130px;

  border-radius: 100%;

  display: flex;

  justify-content: center;

  align-items: center;



}



.loan-main-card h3 {

  margin-top: 20px;

  font-size: 23px;

  font-weight: 600;

  color: var(--brand-dark);

}



.loan-main-card p {

  margin-top: 8px;

  font-size: 15px;

  color: var(--brand-muted);

}



/* CTA */

.loan-main-card a {

  display: inline-block;

  margin-top: 15px;

  padding: 12px 35px;

  border-radius: 999px;

  background: var(--brand-orange);

  color: #ffffff;

  text-decoration: none;

  font-size: 14px;

  transition: .25s ease;

}



.loan-main-card a:hover {

  transform: translateY(-4px);

  box-shadow: 0 10px 28px rgba(255,106,0,.35);

}



/* =========================

   QUEUE CARDS (FLOATING)

========================= */

.loan-queue {

  display: flex;

  gap: 20px;

}





.queue-card {

  width: 160px;

  /* height: auto; */

  padding: 32px 18px;

  background: #ffffff;  

  border-radius: 24px;

  border: 1px solid var(--brand-border);

  /* box-shadow:

    0 22px 45px rgba(0,0,0,.08); */



    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.08);

    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08); */

  transition: .35s ease;

  text-align: center;

   position: relative;

  overflow: hidden;

}



.queue-card::after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: var(--brand-orange);

  transform: scaleX(0);

  transform-origin: left;

  transition: .35s ease;

}



.queue-card:hover::after {

  transform: scaleX(1);

}



.queue-card:hover span {

  transform: scale(1.2) rotate(8deg);

}



.queue-card:hover {

  transform: translateY(-12px);

  box-shadow:

    0 30px 60px rgba(255,106,0,.25);

}



@keyframes softFloat {

  0% { transform: translateY(0); }

  50% { transform: translateY(-6px); }

  100% { transform: translateY(0); }

}



.loan-main-card {

  animation: softFloat 6s ease-in-out infinite;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}







.queue-card span {

  font-size: 38px;

  color: var(--brand-orange);

  padding: 15px;

  /* border: 1px solid black; */

  border-radius: 50%;

  background: rgba(245,124,0,0.15);

 

  /* margin: 20px 0px; */

}



.queue-card h4 {

  margin-top: 30px;

  font-size: 16px;

  font-weight: 600;

  color: var(--brand-dark);

}



/* =========================

   CONTROLS

========================= */

.loan-controls button {

  width: 44px;

  height: 44px;

  border-radius: 50%;

  border: none;

  background: var(--brand-orange);

  color: #ffffff;

  font-size: 25px;

  cursor: pointer;

  box-shadow: 0 10px 25px rgba(196,22,28,.35);

  transition: .25s ease;

}



.loan-controls button:hover {

  transform: scale(1.08);

}



.loan-controls{

  margin-top: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

}



.loan-controls button:active {

  transform: scale(.9);

}

























/******** Footer Section css ********/









.modern-footer {

  /* background: linear-gradient(135deg, #b71c1c, #ff6f00); */

  /* background: #D32F2F;

background: linear-gradient(90deg, rgba(211, 47, 47, 1) 0%, rgba(204, 19, 16, 1) 50%, rgba(242, 117, 0, 1) 100%); */





background: #CC1310;

background: linear-gradient(90deg, rgba(204, 19, 16, 1) 0%, rgba(207, 29, 29, 1) 50%, rgba(227, 120, 20, 1) 100%);







  color: #fff;

  padding: 60px 0 30px;

  font-family: 'Poppins', sans-serif;

  position: relative;

  overflow: hidden;

}







.modern-footer .container{

  max-width: 1200px;

}





.modern-footer .footer-logo{

  width: 260px;

  border-radius: 5px;

  margin-bottom: 15px;

}







/* Top Section */

.modern-footer .footer-top {

  display: flex;

  flex-wrap: wrap;

  gap: 40px;

  justify-content: space-between;

}



/* Brand Section */

.modern-footer .footer-brand h2 {

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 12px;

}



.modern-footer .footer-brand p {

  font-size: 15px;

  opacity: 0.95;

  max-width: 320px;

  line-height: 1.8;

}



/* Social Icons */

.modern-footer .social-icons {

  margin-top: 20px;

  display: flex;

  gap: 12px;

}



.modern-footer .social-icons a {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 42px;

  height: 42px;

  background: rgba(255, 255, 255, 0.281);

  border-radius: 50%;

  color: #fff;

  font-size: 16px;

  transition: all 0.3s ease;

  text-decoration: none;

}



.modern-footer .social-icons a:hover {

  background: #fff;

  color: #b71c1c;

  transform: scale(1.2);

}



/* Links & Services */

.modern-footer .footer-links h5,

.footer-services h5,

.footer-contact h5 {

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 22px;

  position: relative;

}



.modern-footer .footer-links h5::after,

.footer-services h5::after,

.footer-contact h5::after {

  content: '';

 width: 45px;

  height: 2px;

  background: #fff;

  display: block;

  margin-top: 6px;

}



.modern-footer .footer-links ul,

.footer-services ul,

.footer-contact ul {

  list-style: none;

  padding: 0;

}



.modern-footer .footer-links li,

.footer-services li,

.footer-contact li {

  margin-bottom: 12px;

  font-size: 15px;

}











.modern-footer .footer-links a,

.footer-services a {

  display: inline-block; /* needed for transform */

  color: rgba(255, 255, 255, 0.9);

  text-decoration: none;

  transition: transform 0.3s ease, color 0.3s ease;

  position: relative;

}



.modern-footer .footer-links a:hover,

.footer-services a:hover {

  transform: translateX(8px); /* move text + chevron */

  color: #ffbb00; /* text color on hover */

}



/* Contact icons */

.modern-footer .footer-contact li i {

  margin-right: 8px;

  /* color: #ffeb3b; */

  color: #ffbb00;

}



/* Bottom Section */

.modern-footer .footer-bottom {

  /* text-align: center; */
  display: flex;
  justify-content: space-between;

  padding-top: 25px;

  font-size: 13px;

  opacity: 0.85;

  border-top: 1px solid rgba(255,255,255,0.2);

  margin-top: 40px;

}











/* Add chevron before links */

.modern-footer .footer-links a::before,

.footer-services a::before {

  content: "\f054"; /* Font Awesome chevron-right */

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  display: inline-block;

  margin-right: 8px;

  transition: transform 0.3s ease, color 0.3s ease;

  color: #ffbb00; /* modern orange */

}





.modern-footer .footer-links a:hover::before,

.footer-services a:hover::before {

  transform: translateX(4px); /* move chevron together */

  color: #fff; /* chevron color on hover */

}


.dicgc-bottom-logo{
    margin-top: 13px;
    border-radius: 8px;
    height: 75px;
}
   





















/***** Home Page Right SideBar CSS *******/









/* =========================

   RIGHT FIXED SIDEBAR

========================= */



.home-right-sidebar {

  position: fixed;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  z-index: 9999;



  display: flex;

  flex-direction: column;

  gap: 14px;



  width: 220px;          /* max hover width */

  align-items: flex-end; /* right se stick */

  pointer-events: auto;

}



/* =========================

   SIDEBAR ITEM

========================= */



.home-right-sidebar .sidebar-item {

  display: flex;

  align-items: center;

  gap: 14px;



  width: 51px; /* icon only default */

  padding: 15px 18px;



  background: linear-gradient(135deg, #9b111e, #c4161c);

  color: #ffffff;



  border-radius: 10px 0 0 10px;

  text-decoration: none;



  overflow: hidden;

  white-space: nowrap;



  transition: 

    width 0.4s ease,

    background 0.4s ease,

    box-shadow 0.4s ease,

    transform 0.3s ease;

}



/* Icon */

.home-right-sidebar .sidebar-item i {

  font-size: 18px;

  min-width: 18px;

}



/* Text */

.home-right-sidebar .sidebar-item span {

  font-size: 14.5px;

  font-weight: 500;

  opacity: 0;

  transform: translateX(10px);

  transition: all 0.3s ease;

}



/* =========================

   HOVER EFFECT (ONLY ONE ITEM)

========================= */



.home-right-sidebar .sidebar-item:hover {

  width: 200px;

  background: linear-gradient(135deg, #ffbb00, #ff8f00);

  box-shadow: 0 14px 32px rgba(255, 187, 0, 0.45);

  /* transform: translateX(-1px); */

}



.home-right-sidebar .sidebar-item:hover span {

  opacity: 1;

  transform: translateX(0);

}



/* =========================

   ICON COLOR ON HOVER

========================= */



.home-right-sidebar .sidebar-item:hover i {

  color: #1f1f1f;

}



/* =========================

   OPTIONAL ACTIVE STATE

========================= */



.home-right-sidebar .sidebar-item.active {

  width: 220px;

  background: linear-gradient(135deg, #ffbb00, #ff8f00);

  box-shadow: 0 14px 32px rgba(255, 187, 0, 0.45);

}



.home-right-sidebar .sidebar-item.active span {

  opacity: 1;

  transform: translateX(0);

}

























/* Home MObile app Sec */







/* SECTION */

.banking-app-section {

  padding: 50px 0;

  margin-top: 50px;

  background: linear-gradient(180deg, #fff7f4, #ffffff);

  overflow: hidden;

}



/* LAYOUT */

.banking-app-section .app-row {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 60px;

}



/* IMAGE */

.banking-app-section .app-image img {

  width: 420px;

  /* height: 200px; */

  max-width: 100%;

  animation: floatImg 4s ease-in-out infinite;

}



/* FLOAT EFFECT */

@keyframes floatImg {

  0% { transform: translateY(0); }

  50% { transform: translateY(-14px); }

  100% { transform: translateY(0); }

}



/* CONTENT */

.banking-app-section .app-content {

  max-width: 520px;

}



/* TITLE */

.banking-app-section .app-title {

  font-size: 44px;

  font-weight: 700;

  color: #1f1f1f;

  line-height: 1.2;

  margin-bottom: 18px;

}



.banking-app-section .app-title span {

  color: #c4161c;

}



/* SUBTITLE */

.banking-app-section .app-subtitle {

  font-size: 15.5px;

  color: #555;

  line-height: 1.9;

  margin-bottom: 34px;

}



/* PLAY STORE BUTTON */

.banking-app-section .playstore-btn {

  display: inline-flex;

  align-items: center;

  gap: 14px;

  background: linear-gradient(135deg, #1f1f1f, #000);

  color: #fff;

  padding: 14px 24px;

  border-radius: 14px;

  text-decoration: none;

  transition: all 0.35s ease;

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);

}



.banking-app-section .playstore-btn i {

  font-size: 30px;

  color: #ffbb00;

}



.banking-app-section .playstore-btn small {

  font-size: 11px;

  opacity: 0.8;

  display: block;

}



.banking-app-section .playstore-btn strong {

  font-size: 15px;

  font-weight: 600;

}



/* HOVER */

.banking-app-section .playstore-btn:hover {

  transform: translateY(-5px);

  background: linear-gradient(135deg, #c4161c, #ff8f00);

}































/****** Calclator page Css ********/





.emi-section {

  padding: 90px 0;

  background: linear-gradient(180deg, #fff7f4, #ffffff);

  font-family: 'Poppins', sans-serif;

}



.emi-section .emi-container {

  max-width: 1050px;

  margin: auto;

  background: #fff;

  border-radius: 24px;

  padding: 45px;

  display: flex;

  gap: 60px;

  box-shadow: 0 35px 90px rgba(0,0,0,0.12);

}



/* FORM */

.emi-section .emi-form {

  flex: 1;

}



.emi-section .emi-form h2 {

  font-size: 28px;

  margin-bottom: 30px;

  color: #c4161c;

}



.emi-section .field {

  margin-bottom: 18px;

}



.emi-section .field label {

  font-size: 14px;

  margin-bottom: 6px;

  display: block;

  color: #555;

}



.emi-section .field input {

  width: 100%;

  padding: 14px 16px;

  border-radius: 12px;

  border: 1px solid #ddd;

  font-size: 15px;

}



.emi-section .field input:focus {

  outline: none;

  border-color: #c4161c;

}



.emi-section button {

  width: 100%;

  margin-top: 10px;

  background: linear-gradient(135deg, #c4161c, #ff8f00);

  color: #fff;

  border: none;

  padding: 15px;

  border-radius: 14px;

  font-size: 15px;

  cursor: pointer;

  transition: 0.3s;

}



.emi-section button:hover {

  transform: translateY(-2px);

  box-shadow: 0 10px 30px rgba(196, 22, 28, 0.35);

}



/* RIGHT SIDE */

.emi-section .emi-chart {

  flex: 1;

  text-align: center;

}



/* CIRCLE */

.emi-section .circle {

  width: 270px;

  height: 270px;

  margin: auto;

  border-radius: 50%;

  background: conic-gradient(

    #c4161c 0deg 180deg,

    #ffbb00 180deg 360deg

  );

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.6s ease;

}





.emi-section .inner {

  width: 175px;

  height: 175px;

  background: #fff;

  border-radius: 50%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  box-shadow: inset 0 0 20px rgba(0,0,0,0.06);

}



.emi-section .inner p {

  font-size: 13px;

  color: #777;

}



.emi-section .inner h3 {

  font-size: 22px;

  margin-top: 4px;

  color: #111;

}



/* INFO */

.emi-section .emi-info {

  margin-top: 28px;

  display: flex;

  justify-content: center;

  gap: 30px;

  font-size: 14px;

}



.emi-section .dot {

  width: 10px;

  height: 10px;

  border-radius: 50%;

  display: inline-block;

  margin-right: 6px;

}



.emi-section .principal {

  background: #c4161c;

}



.emi-section .interest {

  background: #ffbb00;

}



.emi-section .total-pay {

  margin-top: 18px;

  font-size: 15px;

  color: #333;

}



/* RESPONSIVE */

@media (max-width: 900px) {

  .emi-section .emi-container {

    flex-direction: column;

  }

}



























/* Banner Image sec */





/* ==============================

   PAGE TITLE HERO SECTION

================================ */



.other-bn-img .page-title-section {

  position: relative;

  height: 380px;

  overflow: hidden;

}





/* background image */

.other-bn-img .page-title-bg {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transform: scale(1.08);

  animation: bgZoom 10s ease-in-out infinite alternate;

}



/* dark overlay */

.other-bn-img .page-title-overlay {

  position: absolute;

  inset: 0;

  background: linear-gradient(

    120deg,

    rgba(0, 0, 0, 0.8),

    rgba(0, 0, 0, 0.35)

  );

  display: flex;

  align-items: center;

}



/* text wrapper */

.other-bn-img .page-title-content {

  color: #ffffff;

  max-width: 720px;

}



/* eyebrow text */

.other-bn-img .page-eyebrow {

  display: inline-block;

  font-size: 12px;

  letter-spacing: 3px;

  opacity: 0;

  margin-bottom: 14px;

  animation: fadeSlide 0.8s ease forwards;

  animation-delay: 0.2s;

}



/* main title */

.other-bn-img .page-title {

  font-size: 52px;

  font-weight: 800;

  line-height: 1.1;

  margin-bottom: 14px;

  opacity: 0;

  animation: fadeSlide 0.8s ease forwards;

  animation-delay: 0.4s;

}



/* highlighted word */

.other-bn-img .page-title span {

  background: linear-gradient(90deg, #ffb300, #ff6f00);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}



/* subtitle */

.other-bn-img .page-subtitle {

  font-size: 16px;

  line-height: 1.8;

  opacity: 0;

  max-width: 540px;

  animation: fadeSlide 0.8s ease forwards;

  animation-delay: 0.6s;

}



/* ==============================

   ANIMATIONS

================================ */



@keyframes fadeSlide {

  from {

    opacity: 0;

    transform: translateY(22px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



@keyframes bgZoom {

  from {

    transform: scale(1.08);

  }

  to {

    transform: scale(1.15);

  }

}



































/* History page Css */





/* ==============================

   HISTORY SECTION

================================ */



.history-section {

  padding: 90px 0;

  background: #f8f9fb;

}



/* layout */

.history-section .history-row {

  display: flex;

  align-items: center;

  gap: 60px;

}



/* left content */

.history-section .history-content {

  flex: 1;

  animation: fadeLeft 1s ease forwards;

}



.history-section .history-tag {

  display: inline-block;

  font-size: 13px;

  letter-spacing: 2.5px;

  /*color: #ff8f00;*/

  color: #CC1310;

  margin-bottom: 12px;

  text-transform: uppercase;







}



.history-section .history-content h2 {

  font-size: 42px;

  font-weight: 700;

  margin-bottom: 22px;

  color: #111;





}



.history-section .history-content p {

  font-size: 15.5px;

  line-height: 1.9;

  color: #555;

  margin-bottom: 16px;

}



/* right image */

.history-section .history-image {

  flex: 1;

  animation: fadeRight 1s ease forwards;

}



.history-section .history-image img {

  width: 100%;

  border-radius: 16px;

  object-fit: cover;

  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);

}



/* ==============================

   ANIMATIONS

================================ */



@keyframes fadeLeft {

  from {

    opacity: 0;

    transform: translateX(-40px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}



@keyframes fadeRight {

  from {

    opacity: 0;

    transform: translateX(40px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}

































/* Board of Director Page Css */





/* ==============================

   BOARD OF DIRECTORS

================================ */



.board-section {

  padding: 90px 0;

  background: #f8f9fb;

}



/* section title */

.board-section .section-title {

  text-align: center;

  max-width: 600px;

  margin: 0 auto 70px;

}



/*.board-section .section-title span {

  font-size: 12px;

  letter-spacing: 2.5px;

  color: #ff8f00;

  text-transform: uppercase;

}*/



.board-section .section-title h2 {

  font-size: 35px;

  font-weight: 700;

   text-align: center;

  color: #CC1310;

  margin-bottom: 12px;





  

}



.board-section .section-title p {

  font-size: 15px;

  color: #666;

}



/* ==============================

   CARDS

================================ */



.board-section .director-card {

  background: #ffffff;

  text-align: center;

  border-radius: 16px;

  padding: 26px 22px 30px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

  transition: all 0.35s ease;

}



.board-section .director-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.12);

}



/* image */

.board-section .director-card img {

  width: 160px;

  height: 160px;

  object-fit: cover;

  object-position: top;

  border-radius: 50%;

  margin-bottom: 18px;

}



/* name */

.board-section .director-card h4 {

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 6px;

  color: #111;

}



/* designation */

.board-section .director-card p {

  font-size: 14px;

  color: #ff8f00;

  font-weight: 500;

}



/* ==============================

   FOUNDER CARD

================================ */



.board-section .founder-wrapper {

  display: flex;

  justify-content: center;

  margin-bottom: 70px;

}



.board-section .founder-card {

  width: 320px;

}



.board-section .founder-card img {

  width: 180px;

  height: 180px;

}



/* ==============================

   GRID

================================ */



.board-section .directors-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 30px;

}



























/* Photo-gallery Page Css */







.photo-gallery {

  padding: 60px 20px;

  background: #f9f9f9;

  text-align: center;

}



.photo-gallery h2 {

  font-size: 32px;

  margin-bottom: 40px;

  color: #cc1310;

}



/* 4 images per row */

.photo-gallery .gallery-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 15px;

}



.photo-gallery .gallery-item img {

  width: 100%;

  height: 200px;

  object-fit: cover;

  border-radius: 12px;

  cursor: pointer;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.photo-gallery .gallery-item img:hover {

  transform: scale(1.05);

  box-shadow: 0 15px 30px rgba(0,0,0,0.2);

}



/* Lightbox */

/* Lightbox overlay */

.photo-gallery .lightbox {

  position: fixed; /* fixed taaki header ke upar rahe */

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0,0,0,0.85);

  display: none;

  justify-content: center;

  align-items: center;

  z-index: 9999; /* header se upar */

}



/* Show lightbox */

.photo-gallery .lightbox.active {

  display: flex;

}



/* Lightbox image */

.photo-gallery .lightbox img {

  max-width: 90%;

  max-height: 80%;

  border-radius: 10px;

  object-fit: contain;

  z-index: 1000;

}



/* Close button */

.photo-gallery .lightbox-close {

  position: fixed; /* header ke upar fix */

  top: 20px;

  right: 30px;

  font-size: 40px;

  color: #fff;

  cursor: pointer;

  z-index: 1010; /* image ke upar */

  transition: color 0.3s;

}



.photo-gallery .lightbox-close:hover {

  color: #ffbb00;

}



/* Next/Prev arrows */

.photo-gallery .lightbox-nav {

  position: fixed; /* header ke upar fix */

  top: 50%;

  font-size: 50px;

  color: #fff;

  cursor: pointer;

  user-select: none;

  transform: translateY(-50%);

  z-index: 1010;

  transition: color 0.3s;

}



.photo-gallery .lightbox-nav.prev {

  left: 20px;

}



.photo-gallery .lightbox-nav.next {

  right: 20px;

}



.photo-gallery .lightbox-nav:hover {

  color: #ffbb00;

}







































/* Annual Reports Page Css */





.annual-reports-section {

  padding: 80px 0;

  background: #f7f7f7;

  font-family: 'Poppins', sans-serif;

}



.annual-reports-section .section-title {

  text-align: center;

  font-size: 32px;

  font-weight: 700;

  margin-bottom: 50px;

  color: #CC1310;

  position: relative;

}



.annual-reports-section .reports-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

  gap: 20px;

  max-width: 1100px;

  margin: 0 auto;

}



.annual-reports-section .report-card {

  display: flex;

  align-items: center;

  justify-content: center;

  height: 80px;

  background: #fff;

  border-radius: 12px;

  box-shadow: 0 10px 20px rgba(0,0,0,0.1);

  color: #CC1310;

  font-weight: 600;

  text-decoration: none;

  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;

  position: relative;

}



.annual-reports-section .report-card::after {

  content: '\f35d';

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  position: absolute;

  right: 15px;

  font-size: 18px;

  transition: transform 0.3s;

}



.annual-reports-section .report-card:hover {

  background: #CC1310;

  color: #fff;

  transform: translateY(-6px);

  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



.annual-reports-section .report-card:hover::after {

  transform: translateX(5px);

  color: #fff;

}































/* Board Of Management Page css */







.board-management-section {

  padding: 80px 20px;

  background: #f7f7f7;

  font-family: 'Poppins', sans-serif;

}



/* Section Title */

.board-management-section .section-title {

  text-align: center;

  font-size: 32px;

  font-weight: 700;

  margin-bottom: 50px;

  color: #CC1310;

}



/* Grid */

.board-management-section .board-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  max-width: 1100px;

  margin: 0 auto;

}



/* Card */

.board-management-section .board-card {

  background: #fff;

  border-radius: 16px;

  padding: 30px 20px 25px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

  transition: all 0.35s ease;

  text-align: center;

  cursor: pointer;

}



.board-management-section .board-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);

}



/* Circular Image */

.board-management-section .board-card img {

  width: 140px;

  height: 140px;

  border-radius: 50%;

  object-fit: cover;

  object-position: top;

  display: block;

  margin: 0 auto 16px;

  /*border: 5px solid #fff;*/

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

  transition: transform 0.35s ease;

}



.board-management-section .board-card:hover img {

  transform: scale(1.08);

}



/* Info */

.board-management-section .board-info h4 {

  font-size: 20px;

  font-weight: 600;

  color: #333;

  margin-bottom: 6px;

}



.board-management-section .board-info p {

  font-size: 14px;

  font-weight: 500;

  color: #CC1310;

  letter-spacing: 0.5px;

}





























/* Saving Deposit Page Css */





/* ==============================

   SAVING DEPOSIT SECTION

================================ */



.account-page {

  background: #f8f9fc;

  padding-bottom: 90px;

  font-family: 'Poppins', sans-serif;

}



/* Header */

.account-page .account-header {

  height: 300px;

  margin-bottom: 40px;

  background: linear-gradient(

    180deg,

    #ffffff 0%,

    #f4f6fb 100%

  );

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

}



.account-page .account-header h1 {

  font-size: 33px;

  font-weight: 700;

  color: #CC1310;

  margin-bottom: 12px;

}



.account-page .account-header p {

  max-width: 650px;

  font-size: 16px;

  color: #6b7280;

  line-height: 1.7;

}



/* Container */

.account-page .account-container {

  max-width: 1150px;

  margin: -90px auto 0;

  padding: 0 20px;

}



/* Card */

.account-page .account-card {

  background: #ffffff;

  border-radius: 18px;

  padding: 45px;

  position: relative;



  /* Soft Red Shadow */

  box-shadow:

    0 20px 40px rgba(204, 19, 16, 0.12),

    0 8px 18px rgba(204, 19, 16, 0.08);

}



/* Rows */

.account-page .account-row {

  display: grid;

  grid-template-columns: 260px 1fr;

  padding: 22px 0;

  border-bottom: 1px solid rgba(0,0,0,0.06);

}



.account-page .account-row:last-child {

  border-bottom: none;

}



/* Left label */

.account-page .label {

  font-size: 15.5px;

  font-weight: 600;

  color: #1f2937;

  display: flex;

  align-items: center;

  gap: 14px;

}



.account-page .label i {

  width: 38px;

  height: 38px;

  border-radius: 10px;

  background: #cc1310;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;



  /* icon shadow */

  box-shadow: 0 8px 16px rgba(204, 19, 16, 0.35);

}



/* Right value */

.account-page .value {

  font-size: 15.5px;

  line-height: 1.9;

  color: #4b5563;

}



/* List */

.account-page .value ul {

  padding-left: 18px;
  list-style: none;

}



.account-page .value ul li {

  margin-bottom: 8px;

  position: relative;

}



.account-page .value ul li::before {

  content: "✔";

  margin-right: 8px;

  color: #cc1310;

  font-size: 13px;

}



/* Hover subtle highlight */

.account-page .account-row:hover {

  background: rgba(204, 19, 16, 0.03);

  transition: 0.3s ease;

}



.account-page .interest-btn{

  display: inline-block;

  padding: 10px 18px;

  background: #CC1310;

  color: #fff;

  border-radius: 6px;

  font-size: 14px;

  font-weight: 500;

  text-decoration: none;

  transition: all 0.3s ease;

}



.account-page .interest-btn:hover{

  background: #a80f0d;

}



























/****** Home-Loan Page Css *******/









.Home-Loans-mainnn{

  background:#f8f9fc;

  padding:60px 0 0;



  box-shadow: inset 0 40px 80px rgba(204, 19, 16, 0.06);

}





/* Page Title */

.Home-Loans-mainnn .page-title{

  text-align:center;

  font-size:35px;

  font-weight:600;

  color:#CC1310;

  margin-bottom:35px;

  padding-top: 20px;







 

}



/* Tabs */

.Home-Loans-mainnn .loan-tabs{

  display:flex;

  justify-content:center;

  gap:10px;

  background:#fff;

  padding:10px;

  border-radius:14px;



  box-shadow:

    0 6px 16px rgba(204, 19, 16, 0.18);

}



.Home-Loans-mainnn .loan-tabs .nav-link{

  border:none;

  border-radius:10px;

  padding:10px 22px;

  font-size:14px;

  font-weight:500;

  background:#f1f3f5;

  color:#555;

  transition:0.3s ease;

}



.Home-Loans-mainnn .loan-tabs .nav-link:hover{

  background:#ffe5e5;

  color:#CC1310;

}



.Home-Loans-mainnn .loan-tabs .nav-link.active{

  background:#CC1310;

  color:#fff;

}



/* Content Card */

.Home-Loans-mainnn .content-card{

  background:#fff;

  border-radius:14px;

  padding:28px;

  margin-top:25px;



  /* RED SOFT SHADOW */

  box-shadow:

    0 8px 20px rgba(204, 19, 16, 0.18),

    0 2px 6px rgba(204, 19, 16, 0.12);

    transition: 0.3s ease;

}





.Home-Loans-mainnn .content-card:hover{

   transform:translateY(-6px);

  box-shadow:

    0 10px 25px rgba(204, 19, 16, 0.28),

    0 4px 8px rgba(204, 19, 16, 0.16);

}





.Home-Loans-mainnn .card-title{

  font-size:18px;

  font-weight:600;

  color:#CC1310;

  margin-bottom:15px;

}



.Home-Loans-mainnn .content-card p{

  font-size:15px;

  color:#444;

  line-height:1.8;

}



/* Lists */

.Home-Loans-mainnn .interest-list,

.highlight-list{

  padding-left:18px;

  margin-top:10px;

}



.Home-Loans-mainnn .interest-list li,

.highlight-list li{

  font-size:15px;

  color:#555;

  margin-bottom:8px;

}



.Home-Loans-mainnn .highlight-list li::marker{

  color:#CC1310;

}





.Home-Loans-mainnn .interest-list li::marker{

  color:#CC1310;

}





/* HOW TO APPLY */

 .how-to-apply{

  margin-top:55px;

  padding:55px 0;

  background:#ffffff;

}



/*.how-to-apply .container{

  max-width: 1160px;

}*/



.how-to-apply .apply-title{

  text-align:center;

  font-size:28px;

  font-weight:600;

  color:#CC1310;

  margin-bottom:40px;

}



.how-to-apply .apply-steps{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:26px;

}



.how-to-apply .apply-card{

  background:#f8f9fc;

  border-radius:16px;

  padding:30px 25px;

  text-align:center;



 /* box-shadow:

    0 10px 22px rgba(204, 19, 16, 0.20),

    0 3px 8px rgba(204, 19, 16, 0.12);*/



   box-shadow: 0 10px 15px rgba(204, 19, 16, 0.20), 0 3px 4px rgba(204, 19, 16, 0.12);



  transition:0.3s ease;

}





.how-to-apply .apply-card:hover{

  transform:translateY(-6px);

  box-shadow:

    0 14px 30px rgba(204, 19, 16, 0.28),

    0 4px 10px rgba(204, 19, 16, 0.16);

}





.how-to-apply .step-no{

  display:inline-block;

  width:46px;

  height:46px;

  line-height:46px;

  border-radius:50%;

  background:#CC1310;

  color:#fff;

  font-weight:600;

  margin-bottom:15px;

}



.how-to-apply .apply-card h5{

  font-size:18px;

  font-weight:600;

  color:#333;

  margin-bottom:8px;

}



.how-to-apply .apply-card p{

  font-size:14px;

  color:#555;

}



.how-to-apply .helpline{

  display:block;

  font-size:18px;

  color:#CC1310;

  margin-top:8px;

}



.how-to-apply .toll{

  font-size:13px;

  color:#777;

}

























/* Deposits rates Page CSS */





.interest-rate-page {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;







}



/* Header */

.interest-rate-page .interest-header {

  text-align: center;

  margin-bottom: 50px;

}



.interest-rate-page .interest-header h1 {

 font-size: 33px;

    font-weight: 700;

    color: #CC1310;

    margin-bottom: 12px;

}



.interest-rate-page .interest-header p {

  font-size: 15px;

  color: #666;

  margin-top: 8px;

}



/* Table Container */

.interest-rate-page .interest-container {

  max-width: 1000px;

  margin: auto;

  background: #fff;

  border-radius: 14px;

  overflow: hidden;

  box-shadow: 0 20px 45px rgba(204, 19, 16, 0.18);

}



/* Table */

.interest-rate-page .interest-table {

  width: 100%;

  border-collapse: collapse;

}



.interest-rate-page .interest-table thead {

  background: linear-gradient(135deg, #cc1310, #a80f0c);

  color: #fff;

}



.interest-rate-page .interest-table th,

.interest-table td {

  padding: 16px 18px;

  text-align: left;

}



.interest-rate-page .interest-table th {

  font-size: 15px;

  font-weight: 600;

}



.interest-rate-page .interest-table td {

  font-size: 14px;

  color: #333;

  border-bottom: 1px solid #eee;

}



.interest-rate-page .interest-table tbody tr:hover {

  background: #fff5f5;

}



/* Highlight Rows */

.interest-rate-page .interest-table .highlight {

  background: #fff1f1;

  font-weight: 600;

}



/* Notes */

.interest-rate-page .interest-notes {

  max-width: 1000px;

  margin: 50px auto 0;

  background: #ffffff;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 15px 35px rgba(0,0,0,0.1);

  transition: all 0.3s ease;

}



.interest-rate-page .interest-notes:hover{

  transform: translateY(-2px);

      box-shadow: 0 10px 25px rgba(204, 19, 16, 0.28), 0 4px 8px rgba(204, 19, 16, 0.16);

}





.interest-rate-page .interest-notes ul {

  padding-left: 20px;

}



.interest-rate-page .interest-notes li {

  font-size: 14px;

  color: #444;

  margin-bottom: 12px;

  line-height: 1.6;

}





















/******* debit-card css **********/





.debit-card-section {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



.debit-card-section .debit-card-container {

  max-width: 1200px;

  margin: auto;

  display: flex;

  align-items: center;

  gap: 60px;

}



/* LEFT */

.debit-card-section .debit-card-content {

  flex: 1;

}



.debit-card-section .debit-card-content h2 {

  font-size: 34px;

  font-weight: 700;

  color: #cc1310;

  margin-bottom: 16px;

}



.debit-card-section .debit-card-content p {

  font-size: 16px;

  color: #555;

  line-height: 1.7;

  margin-bottom: 20px;

}



.debit-card-section .debit-features {

  padding-left: 18px;

  margin-bottom: 25px;

}



.debit-card-section .debit-features li {

  font-size: 15px;

  margin-bottom: 10px;

  color: #333;

}



.debit-card-section .debit-btn {

  display: inline-block;

  padding: 12px 26px;

  background: #cc1310;

  color: #fff;

  border-radius: 30px;

  font-size: 14px;

  text-decoration: none;

  transition: 0.3s ease;

}



.debit-card-section .debit-btn:hover {

  background: #a80f0c;

}



/* RIGHT CARD */

.debit-card-section .debit-card-visual {

  flex: 1;

  display: flex;

  justify-content: center;

}



.debit-card-section .card-wrapper {

  position: relative;

  width: 360px;

  height: 220px;

  perspective: 1000px;

}



.debit-card-section .card-img {

  position: absolute;

  width: 100%;

  height: 100%;

  border-radius: 16px;

  backface-visibility: hidden;

  transition: transform 0.6s ease;

  box-shadow: 0 20px 40px rgba(0,0,0,0.25);

}



.debit-card-section .card-img.back {

  transform: rotateY(180deg);

}



/* HOVER EFFECT */

.debit-card-section .card-wrapper:hover .front {

  transform: rotateY(180deg);

}



.debit-card-section .card-wrapper:hover .back {

  transform: rotateY(360deg);

}





























/****** ATM Secrvices CSS ******/





.atm-service-section {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



.atm-service-section .atm-container {

  max-width: 1200px;

  margin: auto;

  display: flex;

  align-items: center;

  gap: 60px;

}



/* IMAGE */

.atm-service-section .atm-image {

  flex: 1;

}



.atm-service-section .atm-image img {

  width: 100%;

  max-width: 500px;

  border-radius: 18px;

  box-shadow: 0 20px 45px rgba(204, 19, 16, 0.25);

}



/* CONTENT */

.atm-service-section .atm-content {

  flex: 1;

}



.atm-service-section .atm-content h2 {

  font-size: 31px;

  font-weight: 600;

  color: #cc1310;

  margin-bottom: 18px;

}



.atm-service-section .atm-content p {

  font-size: 15px;

  color: #444;

  line-height: 1.7;

  margin-bottom: 14px;

}























/*------ IMPS Services Css ------*/







.imps-page {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



.imps-page .imps-container {

  max-width: 1200px;

  margin: auto;

  display: flex;

  gap: 50px;

  align-items: flex-start;

}



/* IMAGE SECTION */

.imps-page .imps-image {

  width: 35%;

  padding-top: 72px;

}



.imps-page .imps-image img {

  width: 100%;

  max-width: 340px;

  border-radius: 11px;

  height: auto;

  display: block;

}



/* CONTENT SECTION */

.imps-page .imps-content {

  width: 65%;

}



.imps-page .imps-content h1 {

  font-size: 31px;

  font-weight: 600;

  color: #cc1310;

  margin-bottom: 6px;

}



.imps-page .sub-text {

  font-size: 14px;

  color: #666;

  margin-bottom: 18px;

}



.imps-page .imps-content h4 {

  font-size: 17px;

  color: #a80f0c;

  margin-top: 26px;

  margin-bottom: 8px;

}



.imps-page .imps-content p {

  font-size: 14px;

  color: #444;

  line-height: 1.7;

  margin-bottom: 10px;

}



.imps-page .imps-content ul,

.imps-content ol {

  padding-left: 31px;

  margin-bottom: 12px;

}



.imps-page .imps-content li {

  font-size: 14px;

  color: #444;

  margin-bottom: 6px;

}



/* HIGHLIGHT BOX */

.imps-page .imps-highlights {

  background: #ffffff;

  padding: 16px 18px;

  border-left: 4px solid #cc1310;

  border-radius: 6px;

  margin-bottom: 22px;

}



/* STEPS STYLE */

.imps-page .imps-steps li {

  margin-bottom: 8px;

}































/********** RTGS-NEFT Services ***********/





.rtgs-neft-page {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



/* HEADER */

.rtgs-neft-page .rtgs-header {

  text-align: center;

  margin-bottom: 50px;

}



.rtgs-neft-page .rtgs-header h1 {

  font-size: 34px;

  font-weight: 600;

  color: #cc1310;

}



.rtgs-neft-page .rtgs-header p {

  font-size: 15px;

  color: #666;

  margin-top: 9px;

}



/* CONTAINER */

.rtgs-neft-page .rtgs-container {

  max-width: 1100px;

  margin: auto;

}



.rtgs-neft-page .intro-text {

  font-size: 15px;

  color: #444;

  text-align: center;

  margin-bottom: 40px;

}



/* SERVICE CARDS */

.rtgs-neft-page .service-cards {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 30px;

  margin-bottom: 60px;

}



.rtgs-neft-page .service-card {

  background: #ffffff;

  border-left: 4px solid #cc1310;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.08);

  transition: 0.3s ease;

}



.rtgs-neft-page .service-card:hover {

  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(204,19,16,0.25);

}



.rtgs-neft-page .service-card h3 {

  font-size: 20px;

  color: #a80f0c;

  margin-bottom: 12px;

}



.rtgs-neft-page .service-card p {

  font-size: 14px;

  color: #444;

  line-height: 1.6;

  margin-bottom: 12px;

}



.rtgs-neft-page .service-card ul {

  padding-left: 18px;

}



.rtgs-neft-page .service-card li {

  font-size: 14px;

  color: #444;

  margin-bottom: 6px;

}



/* IFSC SECTION */

.rtgs-neft-page .ifsc-section h3 {

  font-size: 26px;

  color: #cc1310;

  margin-bottom: 25px;

  text-align: center;

  padding-top: 10px;



}



.rtgs-neft-page .ifsc-table-wrap {

  background: #ffffff;

  border-radius: 14px;

  overflow: hidden;

  box-shadow: 0 15px 35px rgba(0,0,0,0.1);

}



.rtgs-neft-page .ifsc-table {

  width: 100%;

  border-collapse: collapse;

}



.rtgs-neft-page .ifsc-table thead {

  background: linear-gradient(135deg, #cc1310, #a80f0c);

  color: #fff;

}



.rtgs-neft-page .ifsc-table th,

.ifsc-table td {

  padding: 16px 18px;

  text-align: left;

  font-size: 14px;

}



.rtgs-neft-page .ifsc-table tbody tr {

  border-bottom: 1px solid #eee;

}



.rtgs-neft-page .ifsc-table tbody tr:hover {

  background: #fff5f5;

}





























/* Lockers-Services css */





.locker-page {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



/* HEADER */

.locker-page .locker-header {

  text-align: center;

  margin-bottom: 45px;

}



.locker-page .locker-header h1 {

  font-size: 34px;

  font-weight: 700;

  color: #cc1310;

}



.locker-page .locker-header p {

  font-size: 15px;

  color: #666;

  margin-top: 8px;

}



/* CONTAINER */

.locker-page .locker-container {

  max-width: 1100px;

  margin: auto;

}



/* INTRO */

.locker-page .locker-intro {

  font-size: 15px;

  color: #444;

  line-height: 1.7;

  text-align: center;

  margin-bottom: 40px;

}



/* TABLE */

.locker-page .locker-table-wrap {

  background: #ffffff;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 15px 35px rgba(0,0,0,0.1);

  margin-bottom: 45px;

}



.locker-page .locker-table-wrap h3 {

  font-size: 22px;

  color: #a80f0c;

  margin-bottom: 20px;

  text-align: center;

}



.locker-page .locker-table {

  width: 100%;

  border-collapse: collapse;

}



.locker-page .locker-table thead {

  background: linear-gradient(135deg, #cc1310, #a80f0c);

  color: #fff;

}



.locker-page .locker-table th,

.locker-table td {

  padding: 16px 18px;

  font-size: 14px;

  text-align: left;

}



.locker-page .locker-table tbody tr {

  border-bottom: 1px solid #eee;

}



.locker-page .locker-table tbody tr:hover {

  background: #fff5f5;

}



/* BRANCHES */

.locker-page .locker-branches {

  background: #ffffff;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.1);

}



.locker-page .locker-branches h3 {

  font-size: 22px;

  color: #cc1310;

  margin-bottom: 15px;

  text-align: center;

}



.locker-page .locker-branches ul {

  list-style: none;

  padding: 0;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 15px;

}



.locker-page .locker-branches li {

  background: #fff1f1;

  padding: 12px;

  border-radius: 8px;

  font-size: 14px;

  text-align: center;

  color: #444;

  font-weight: 500;

  transition: all 0.3s ease;

}







.locker-page .locker-branches li:hover {



  color: white;

  background: linear-gradient(135deg, #cc1310, #a80f0c);



}







.locker-page .locker-table thead th:first-child {

  border-top-left-radius: 14px;

}



.locker-page .locker-table thead th:last-child {

  border-top-right-radius: 14px;

}



































/*----- Upi Services Css ---------*/





.upi-page {

  padding: 80px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



/* HEADER */

.upi-page .upi-header {

  text-align: center;

  margin-bottom: 45px;

}



.upi-page .upi-header h1 {

  font-size: 31px;

  font-weight: 600;

  color: #cc1310;

}



.upi-page .upi-header p {

  font-size: 15px;

  color: #666;

  margin-top: 8px;

}



/* CONTAINER */

.upi-page .upi-container {

  max-width: 1100px;

  margin: auto;

}



/* INTRO */

.upi-page .upi-intro {

  font-size: 15px;

  color: #444;

  line-height: 1.7;

  text-align: center;

  margin-bottom: 45px;

}



/* FEATURE CARDS */

.upi-page .upi-features {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 30px;

  margin-bottom: 50px;

}



.upi-page .upi-card {

  background: #ffffff;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.08);

  transition: 0.3s ease;

  border-left: 4px solid #cc1310;

}



.upi-page .upi-card:hover {

  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(204,19,16,0.25);

}



.upi-page .upi-card h3 {

  font-size: 20px;

  color: #a80f0c;

  margin-bottom: 12px;

}



.upi-page .upi-card ul {

  padding-left: 18px;

}



.upi-page .upi-card li {

  font-size: 14px;

  color: #444;

  margin-bottom: 6px;

}



/* SECTIONS */

.upi-page .upi-section {

  background: #ffffff;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.08);

  margin-bottom: 35px;

   border-top: 3px solid #cc1310;

}



.upi-page .upi-section h3 {

  font-size: 22px;

  color: #cc1310;

  margin-bottom: 15px;

}



.upi-page .upi-section ul,

.upi-section ol {

  padding-left: 20px;

}



.upi-page .upi-section li {

  font-size: 14px;

  color: #444;

  margin-bottom: 6px;

}



/* SERVICES GRID */

.upi-page .upi-services {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;

  list-style: none;

  padding-left: 0;

}



.upi-page .upi-services li {

  background: #fff1f1;

  padding: 12px;

  border-radius: 8px;

  text-align: center;

  font-size: 14px;

  font-weight: 500;

  transition: all 0.3s ease;

}









.upi-page .upi-services li:hover{

      color: white;

    background: linear-gradient(135deg, #cc1310, #a80f0c);

}

























/* BBPS CSS */





.bbps-simple {

  background: #f6f7f9;

  padding: 80px 20px;

  font-family: 'Poppins', sans-serif;

}



.bbps-simple .bbps-container {

  max-width: 1100px;

  margin: auto;

}



/* Header */

.bbps-simple .bbps-header {

  text-align: center;

  margin-bottom: 50px;

}



.bbps-simple .bbps-header h1 {

  font-size: 31px;

  font-weight: 600;

  color: #cc1310;

  margin-bottom: 10px;

}



.bbps-simple .bbps-header p {

  font-size: 15px;

  color: #666;

}



/* Grid */

.bbps-simple .bbps-grid {

  display: grid;

  grid-template-columns: 1.4fr 1fr;

  gap: 40px;

  align-items: start;

}



/* Content */

.bbps-simple .bbps-content p {

  font-size: 15px;

  line-height: 1.7;

  color: #444;

  margin-bottom: 18px;

}



.bbps-simple .bbps-content h4 {

  margin-top: 25px;

  margin-bottom: 12px;

  color: #cc1310;

}



.bbps-simple .bbps-list {

  padding-left: 18px;

}



.bbps-simple .bbps-list li {

  font-size: 14px;

  margin-bottom: 8px;

  color: #333;

}



/* Card */

.bbps-simple .bbps-card {

  background: #ffffff;

  padding: 30px;

  border-radius: 14px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.08);

  border-left: 4px solid #cc1310;

}









.bbps-simple .bbps-card h4 {

  color: #cc1310;

  margin-bottom: 14px;

}



.bbps-simple .bbps-card ul {

  padding-left: 18px;

}



.bbps-simple .bbps-card li {

  font-size: 14px;

  margin-bottom: 10px;

  color: #444;

}



/* Note */

.bbps-simple .bbps-note {

  margin-top: 50px;

  background: #fff;

  padding: 20px;

  border-left: 4px solid #cc1310;

  font-size: 14px;

  color: #444;

  border-radius: 8px;

}































/*------- Branches Page Css -----------*/



.branches-modern {

  padding: 90px 20px;

  background: linear-gradient(180deg, #f6f7f9, #ffffff);

  font-family: 'Poppins', sans-serif;

}



/* Header */

.branches-modern .branches-modern-header {

  text-align: center;

  margin-bottom: 60px;

}



.branches-modern .branches-modern-header h1 {

  font-size: 34px;

  font-weight: 600;

  color: #cc1310;

}



.branches-modern .branches-modern-header p {

  font-size: 14px;

  color: #666;

}



/* Grid */

.branches-modern .branches-grid {

  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 30px;

}



/* Card */

.branches-modern .branch-card {

  background: #ffffff;

  border-radius: 16px;

  padding: 28px;

  box-shadow: 0 14px 35px rgba(0,0,0,0.08);

  transition: 0.3s ease;

}



.branches-modern .branch-card:hover {

  transform: translateY(-6px);

  box-shadow: 0 20px 45px rgba(204,19,16,0.22);

}



/* Top */

.branches-modern .branch-top {

  display: flex;

  align-items: center;

  gap: 14px;

  margin-bottom: 14px;

}



.branches-modern .branch-no {

  background: #cc1310;

  color: #fff;

  font-size: 14px;

  font-weight: 600;

  padding: 6px 12px;

  border-radius: 20px;

}



.branches-modern .branch-top h3 {

  font-size: 18px;

  color: #222;

}



/* Address */

.branches-modern .branch-address {

  font-size: 14px;

  color: #555;

  margin-bottom: 16px;

  line-height: 1.6;

}



/* Info */

.branches-modern .branch-info span {

  display: block;

  font-size: 14px;

  color: #444;

  margin-bottom: 6px;

}



/* Footer */

.branches-modern .branch-footer {

  margin-top: 18px;

}



.branches-modern .badge {

  font-size: 13px;

  padding: 6px 14px;

  border-radius: 20px;

  font-weight: 600;

}



.branches-modern .badge.yes {

  background: #e6f7ec;

  color: #1e7e34;

}



.branches-modern .badge.no {

  background: #fbeaea;

  color: #a71d2a;

}

























/*---------- Services-Charges Css ---------*/





.service-charges-modern {

  min-height: 70vh;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, #f9f9f9, #f1f1f1);

  padding: 40px 20px;

}



.service-charges-modern .service-card {

  background: #ffffff;

  max-width: 420px;

  width: 100%;

  padding: 50px 40px;

  border-radius: 22px;

  text-align: center;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);

  transition: transform 0.3s ease;

  border-top: 5px solid   #d32f2f;

}



.service-charges-modern .service-card:hover {

  transform: translateY(-6px);

  border: 1px solid red;

}



/* ICON */

.service-charges-modern .icon-wrap {

  width: 80px;

  height: 80px;

  margin: 0 auto 20px;

  border-radius: 50%;

  background: rgba(211, 47, 47, 0.1);

  display: flex;

  align-items: center;

  justify-content: center;

}



.service-charges-modern .icon-wrap i {

  font-size: 36px;

  color: #d32f2f;

}



/* TITLE */

.service-charges-modern .service-card h2 {

  font-size: 29px;

  font-weight: 600;

  margin-bottom: 10px;

  color: #1c1c1c;

}



/* TEXT */

.service-charges-modern .service-card p {

  font-size: 15px;

  color: #666;

  margin-bottom: 30px;

  line-height: 1.6;

}



/* BUTTON */

.service-charges-modern .download-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 14px 34px;

  background: #d32f2f;

  color: #ffffff;

  font-size: 16px;

  font-weight: 500;

  border-radius: 12px;

  text-decoration: none;

  transition: all 0.3s ease;

}



.service-charges-modern .download-btn:hover {

  background: #b71c1c;

  box-shadow: 0 12px 30px rgba(211, 47, 47, 0.35);

  transform: translateY(-2px);

}



























/* Contact Page Css */





.contact-single {

  padding: 100px 20px;

  background: #f6f7f9;

  font-family: 'Poppins', sans-serif;

}



/* Title */

.contact-single .contact-title {

  text-align: center;

  margin-bottom: 60px;

}



.contact-single .contact-title h1 {

  font-size: 35px;

  font-weight: 600;

  color: #cc1310;

}



.contact-single .contact-title p {

  font-size: 16px;

  color: #666;

  margin-top: 8px;

}



/* Grid */

.contact-single .contact-grid {

  max-width: 1200px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1.2fr;

  gap: 50px;

  align-items: stretch;

}



/* Card */

.contact-single .contact-card {

  background: #ffffff;

  padding: 45px;

  border-radius: 24px;

  box-shadow: 0 25px 50px rgba(0,0,0,0.1);

  transition: 0.35s ease;

  border: 1px solid #bf26262e;

}



.contact-single .contact-card:hover {

  transform: translateY(-8px);

  box-shadow: 0 35px 65px rgba(204,19,16,0.25);

}



.contact-single .contact-card h3 {

  font-size: 22px;

  font-weight: 600;

  color: #222;

  margin-bottom: 16px;

}



.contact-single .address {

  font-size: 15px;

  color: #444;

  line-height: 1.8;

  margin-bottom: 25px;

}



.contact-single .contact-info p {

  font-size: 15px;

  color: #333;

  margin-bottom: 18px;

}



.contact-single .contact-info a {

  color: #cc1310;

  font-weight: 600;

  text-decoration: none;

}



.contact-single .contact-divider {

  height: 1px;

  background: linear-gradient(to right, #cc1310, transparent);

  margin: 30px 0;

}



/* ATM */

.contact-single .atm-support h4 {

  font-size: 17px;

  font-weight: 600;

  margin-bottom: 10px;

}



.contact-single .atm-support span {

  display: block;

  font-size: 22px;

  font-weight: 700;

  color: #cc1310;

  margin-bottom: 6px;

}



.contact-single .atm-support a {

  font-size: 15px;

  color: #333;

  text-decoration: none;

}



/* Map */

.contact-single .map-wrapper {

  position: relative;

  border-radius: 26px;

  overflow: hidden;

  box-shadow: 0 30px 60px rgba(0,0,0,0.15);

}



.contact-single .map-wrapper::before {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: 26px;

  border: 2px solid rgba(204,19,16,0.35);

  pointer-events: none;

}



.contact-single .map-wrapper iframe {

  width: 100%;

  height: 100%;

  min-height: 460px;

  border: none;

}































/***** Lodge-Complaints Page CSS *****/





.complaint-page {

  padding: 100px 20px;

  background: linear-gradient(180deg, #f7f8fa, #ffffff);

  font-family: 'Poppins', sans-serif;

}



/* Header */

.complaint-page .complaint-header {

  text-align: center;

  margin-bottom: 60px;

}



.complaint-page .complaint-header h1 {

  font-size: 35px;

  font-weight: 600;

  color: #cc1310;

}



.complaint-page .complaint-header p {

  font-size: 16px;

  color: #666;

  margin-top: 10px;

}



/* Wrapper */

.complaint-page .complaint-wrapper {

  max-width: 900px;

  margin: auto;

}



/* Form Card */

.complaint-page .complaint-form {

  background: #fff;

  padding: 50px;

  border-radius: 24px;

  box-shadow: 0 30px 60px rgba(0,0,0,0.12);

  transition: 0.3s ease;

}



.complaint-page .complaint-form:hover {

  box-shadow: 0 40px 75px rgba(204,19,16,0.25);

}



/* Rows */

.complaint-page .form-row {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 25px;

  margin-bottom: 25px;

}



.complaint-page .form-group {

  display: flex;

  flex-direction: column;

}



.complaint-page .form-group.full {

  margin-bottom: 25px;

}



.complaint-page .form-group label {

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 8px;

  color: #333;

}



.complaint-page .form-group input,

.form-group textarea {

  padding: 14px 16px;

  border-radius: 12px;

  border: 1px solid #ddd;

  font-size: 14px;

  transition: 0.25s ease;

}



.complaint-page .form-group input:focus,

.form-group textarea:focus {

  outline: none;

  border-color: #cc1310;

  box-shadow: 0 0 0 3px rgba(204,19,16,0.15);

}



/* Captcha */

.complaint-page .captcha-box {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 35px;

}



.complaint-page .captcha-box span {

  font-size: 16px;

  font-weight: 600;

  background: #f2f2f2;

  padding: 10px 18px;

  border-radius: 10px;

}



.complaint-page .captcha-box input {

  width: 120px;

  padding: 12px;

  border-radius: 10px;

  border: 1px solid #ddd;

  text-align: center;

  font-weight: 600;

}



/* Button */

.complaint-page .submit-btn {

  width: 100%;

  padding: 16px;

  border-radius: 50px;

  background: linear-gradient(135deg, #cc1310, #a80f0c);

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  border: none;

  cursor: pointer;

  transition: 0.3s ease;

}



.complaint-page .submit-btn:hover {

  transform: translateY(-2px);

  box-shadow: 0 15px 35px rgba(204,19,16,0.35);

}



























/*------- Policy-Code Page Css ---------*/







.policy-page {

  padding: 90px 20px;

  background: linear-gradient(180deg, #f7f7f7, #ffffff);

  font-family: 'Poppins', sans-serif;

}



/* Header */

.policy-page .policy-header {

  text-align: center;

  margin-bottom: 60px;

}



.policy-page .policy-header h1 {

  font-size: 35px;

  font-weight: 600;

  color: #cc1310;

}



.policy-page .policy-header p {

  font-size: 15px;

  color: #666;

  margin-top: 10px;

}



/* Wrapper */

.policy-page .policy-wrapper {

  max-width: 1000px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 20px;

}



/* Card */

.policy-page .policy-card {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 18px 22px;

  background: #fff;

  border-radius: 14px;

  text-decoration: none;

  color: #222;

  font-weight: 600;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

  transition: 0.3s ease;

  position: relative;

}



.policy-page .policy-card::after {

  content: "PDF";

  font-size: 12px;

  font-weight: 700;

  color: #cc1310;

  border: 1px solid #cc1310;

  padding: 4px 10px;

  border-radius: 20px;

}



.policy-page .policy-card:hover {

  transform: translateY(-3px);

  box-shadow: 0 20px 40px rgba(204,19,16,0.25);

  color: #cc1310;

}












/* Privacy Policy Page Footer vala  */


.privacy-policy-sec-ff {
    background: #f8f9fc;
  color: #333;
  line-height: 1.7;
}


.policy-banner{
    text-align: center;
}

.policy-banner h1 {
font-size: 34px;
    font-weight: 600;
    color: #cc1310
}

.policy-banner p {
 font-size: 14px;
    color: #666;
}

/* Container */
.privacy-policy-sec-ff .policy-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Card */
.privacy-policy-sec-ff .policy-card {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.privacy-policy-sec-ff .policy-card h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #8b0000;
}

.privacy-policy-sec-ff .policy-card p {
  margin-bottom: 12px;
}

.privacy-policy-sec-ff .policy-card ul {
  padding-left: 20px;
}

.privacy-policy-sec-ff .policy-card ul li {
  margin-bottom: 8px;
}

/* Footer */
.privacy-policy-sec-ff .policy-footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  font-size: 14px;
}














/********** PCBL Privacy Policy css ***********/

.mbpc-main-css {
    background: #f8f9fc;
  color: #1f2937;
  line-height: 1.8;
}

/* Hero */
.mbpc-main-css .hero {
  text-align: center;
  padding: 80px 20px 100px;
  /* background: linear-gradient(135deg, #8b0000, #c62828); */
  color: #fff;
}

.mbpc-main-css .hero h1 {
  font-size: 34px;
  margin: 15px 0 10px;
  font-weight: 600;
  color: #cc1310;
}

.mbpc-main-css .hero p {
  font-size: 16px;
  opacity: 0.9;
  color: #6b7280;
}

.mbpc-main-css .tag {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* Container */
.mbpc-main-css .container {
  max-width: 1200px;
  margin: -60px auto 60px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
}

/* Cards */
.mbpc-main-css .card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.mbpc-main-css .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

.mbpc-main-css .card h2 {
  font-size: 20px;
  color: #8b0000;
  margin-bottom: 12px;
}

.mbpc-main-css .card p,
.card li {
  font-size: 15px;
}

.mbpc-main-css .card ul {
  padding-left: 18px;
}

.mbpc-main-css .card li {
  margin-bottom: 8px;
}









/******** Desclimer Page Css *********/



 .disclaimer-section {
      background-color: #f7f9fc;
      padding: 60px 0;
    }

    .disclaimer-section .disclaimer-card {
      background: #ffffff;
      padding: 35px 40px;
      border-radius: 14px;
      box-shadow: 0 20px 40px rgba(204, 19, 16, 0.12),
                  0 8px 18px rgba(204, 19, 16, 0.08);
    }

    .disclaimer-section .disclaimer-title {
      font-size: 33px;
      font-weight: 600;
      margin-bottom: 25px;
      color: #cc1310;
      text-align: center;
    }

    .disclaimer-section .disclaimer-card p {
      font-size: 14.5px;
      line-height: 1.7;
      color: #374151;
      margin-bottom: 15px;
    }








    /*----  KYC Section Css -----*/



     .kyc-section {
      padding: 70px 0;
      background: #f4f6fb;
    }

    .kyc-section .kyc-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 40px;
     box-shadow: 0 20px 40px rgba(204, 19, 16, 0.12),
                  0 8px 18px rgba(204, 19, 16, 0.08);
    }

    .kyc-section .kyc-header {
      text-align: center;
      margin-bottom: 30px;
    }

    .kyc-section .kyc-header h1 {
      font-size: 32px;
      font-weight: 600;
      color: #cc1310;
    }

    .kyc-section .kyc-header span {
      display: inline-block;
      margin-top: 8px;
      font-size: 14.5px;
      color: #6b7280;
    }

    .kyc-section .kyc-content p {
      font-size: 15px;
      line-height: 1.8;
      color: #374151;
      margin-bottom: 18px;
    }

    .kyc-section .highlight-box {
      background: #fff1f1;
      border-left: 4px solid #cc1310;
      padding: 18px;
      border-radius: 10px;
      margin-top: 25px;
      font-size: 14.5px;
      color: #5c1a1a;
    }

    .kyc-section .kyc-footer {
      margin-top: 30px;
      text-align: center;
      font-size: 14px;
      color: #475569;
      font-weight: 500;
    }












    /********* Customer Awareness *********/


.awareness-flow {
  background: #f9fafb;
  padding: 90px 0;
}

.awareness-flow .flow-header {
  text-align: center;
  margin-bottom: 50px;
}

.awareness-flow .flow-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #CC1310;
}

.awareness-flow .flow-header p {
  color: #6b7280;
  font-size: 15px;
  margin-top: 8px;
}

.awareness-flow .flow-box {
  max-width: 900px;
  margin: auto;
}

.awareness-flow .flow-item {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  border: 1px solid #cc13106c;
}

.awareness-flow .flow-icon {
  min-width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.awareness-flow .flow-icon.red { background: #cc1310; }
.awareness-flow .flow-icon.amber { background: #f59e0b; }
.awareness-flow .flow-icon.blue { background: #2563eb; }
.awareness-flow .flow-icon.green { background: #16a34a; }

.awareness-flow .flow-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.awareness-flow .flow-content p {
  font-size: 14.8px;
  line-height: 1.8;
  color: #374151;
}

.awareness-flow .flow-highlight {
  display: flex;
  gap: 18px;
  background: linear-gradient(135deg, #fff1f2, #ffe4e6);
  border-left: 6px solid #cc1310;
  padding: 26px;
  border-radius: 16px;
  margin: 30px 0;
}

.awareness-flow .flow-highlight i {
  font-size: 34px;
  color: #cc1310;
}

.awareness-flow .flow-highlight h4 {
  color: #7f1d1d;
  font-size: 18px;
  margin-bottom: 6px;
}

.awareness-flow .flow-highlight p {
  color: #7f1d1d;
  font-size: 14.5px;
}










/* Grievance page css */



 .complaint-section {
  background: linear-gradient(135deg, #fff7ed, #fff);
}

.complaint-section .container{
    max-width: 1200px;
}

.complaint-section .complaint-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.complaint-section .complaint-card h3 {
  font-weight: 600;
  color: #cc1310;
}

.complaint-section label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.complaint-section .form-control {
  border-radius: 10px;
  font-size: 14px;
  padding: 10px 12px;
}

.complaint-section .form-control:focus {
  border-color: #cc1310;
  box-shadow: none;
}

.complaint-section .btn-submit {
  background: linear-gradient(135deg, #cc1310, #991b1b);
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  transition: 0.3s;
}

.complaint-section .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(204,19,16,0.3);
}

.complaint-section .captcha-text {
  background: #fef3c7;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
}









/* Dowmnload Page Css */

.download-section {
  padding: 80px 0;
  background: #f8f9fc;
  font-family: "Poppins", sans-serif;
}

.download-section .download-header {
  text-align: center;
  margin-bottom: 40px;
}

.download-section .download-header h2 {
  font-size: 34px;
  font-weight: 600;
  color: #cc1310;
  margin-bottom: 6px;
}

.download-section .download-header p {
  font-size: 15px;
  color: #6b7280;
}

/* Grid */
.download-section .download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

/* Card */
.download-section .download-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid #cc131054;
}

.download-section .download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(204, 19, 16, 0.15);
  
}

/* Text */
.download-section .form-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.download-section .form-info span {
  font-size: 13px;
  color: #6b7280;
}

/* Button */
.download-section .view-btn {
  background: #cc1310;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;

  /* 🔥 important for single line */
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: background 0.25s ease;
}

.download-section .view-btn:hover {
  background: #a50f0c;
}









/****** regulatory-disclosures Sec Css ******/

    .regulatory-section {
  background: #f8f9fc;
  padding: 70px 0;
}

.regulatory-section .regulatory-header {
  text-align: center;
  margin-bottom: 45px;
}

.regulatory-section .regulatory-header h2 {
  color: #cc1310;
  font-size: 32px;
  font-weight: 600;
}

.regulatory-section .regulatory-header p {
  color: #6c757d;
  font-size: 15px;
  margin-top: 8px;
}

.regulatory-section .regulatory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.regulatory-section .regulatory-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  border-top: 4px solid #cc1310;
}

.regulatory-section .regulatory-card:hover {
  transform: translateY(-6px);
}

.regulatory-section .regulatory-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  color: #212529;
}

.regulatory-section .regulatory-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.regulatory-section .regulatory-card ul li {
  font-size: 14px;
  color: #555;
  padding: 6px 0;
}

.regulatory-section .regulatory-card ul li strong {
  color: #000;
}

.regulatory-section .reg-icon {
  width: 55px;
  height: 55px;
  background: rgba(204, 19, 16, 0.1);
  color: #cc1310;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
}







/* Holidays List Page Css */

.holiday-page {
  padding: 70px 0;
  background: #fff8f8;
  font-family: "Poppins", sans-serif;
}

/* ---------- Header ---------- */
.holiday-page .holiday-header {
  text-align: center;
  margin-bottom: 35px;
}

.holiday-page .holiday-header h2 {
  font-size: 34px;
  font-weight: 600;
  color: #cc1310; /* main color */
  margin-bottom: 6px;
}

.holiday-page .holiday-header p {
  font-size: 15px;
  color: #7a1c1a;
}

/* ---------- Table Wrapper ---------- */
.holiday-page .holiday-table-wrapper {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border-top: 5px solid #cc1310;
  box-shadow: 0 14px 35px rgba(204, 19, 16, 0.18);
}

/* ---------- Table ---------- */
.holiday-page .holiday-table {
  width: 100%;
  border-collapse: collapse;
}

.holiday-page .holiday-table thead {
  background: linear-gradient(135deg, #cc1310, #a50f0c);
}

.holiday-page .holiday-table thead th {
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

/* ---------- Body ---------- */
.holiday-page .holiday-table tbody tr {
  transition: background 0.25s ease;
}

.holiday-page .holiday-table tbody tr:hover {
  background: #fff1f1;
}

.holiday-page .holiday-table tbody td {
  padding: 14px 16px;
  font-size: 14px;
  color: #3b1d1c;
  border-bottom: 1px solid #f3d6d5;
}

/* ---------- Index Column ---------- */
.holiday-page .holiday-table td:first-child {
  font-weight: 600;
  color: #cc1310;
}

/* ---------- Sunday Highlight ---------- */
.holiday-page .holiday-sunday {
  background: #fff5f5;
}

.holiday-page .holiday-sunday td {
  color: #a50f0c;
  font-weight: 500;
}






.apply-btn {
  display: inline-block;
  background: #CC1310;
  color: #fff;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
}

.apply-btn:hover {
  background-color: #b71c1c;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(211, 47, 47, 0.35);
}
















/* --- Media Queries --- */



/* Huge Screens */

@media (min-width: 1400px) {

    .logo-section {

        width: 300px;

    }



    .bottom-nav-container .navbar {

        padding-left: 60px;

    }

}









@media (max-width: 1300px) {



  .main-header.is-sticky .top-bar{

    padding-right: 15px !important;

  }



  .main-header.is-sticky .navbar{

    padding-right: 15px !important;

  }



  .navbar-nav .nav-link{

    margin: 0px 0px !important;

    padding: 8px 10px !important;

  }



}









/* Laptop/Desktop (Standard) */

@media (max-width: 1200px) {

    .logo-section {

        width: 240px;

        /* Shrink logo area slightly */

    }



    .top-links a {

        padding: 6px 10px;

        /* Compact tabs */

    }

}



/* Laptop Optimization (1200px - 1400px) */

@media (min-width: 1200px) and (max-width: 1400px) {

    .logo-section {

        width: 260px;

        /* Give more space to nav */

        padding-left: 15px;

    }



    .brand-name {

        font-size: 1.3rem !important;

    }



    .bottom-nav-container .navbar {

        padding: 0 17px !important;

    }



    /* On smaller laptops, links slide instead of breaking */

    .navbar-nav .nav-link {

        font-size: 0.80rem;

        padding: 20px 8px !important;

    }

}



/* Tablet / Mobile (Below 1200px) - OFFCANVAS STYLING */

@media (max-width: 1199.98px) {



    /* ================= NEW MOBILE MENU COMPONENTS ================= */



    /* HIDE TOP BAR for Single Row Look */

    .top-bar {

        display: none !important;

    }



    /* Adjust Main Flex Container to Center Logo & Nav */

    .main-header .d-flex {

        align-items: center;

    }



    /* Adjust Logo Section */

    .logo-section {

        width: auto;

        padding: 10px 0 10px 20px;

        flex-shrink: 0;

    }



    .logo-section img {

        width: 233px;

        /* Smaller Logo for Tablet/Mobile */

        height: auto;

    }



    /* Adjust Bottom Nav Container (The Red Bar) */

    .bottom-nav-container {

        padding-top: 0;

        width: 100%;

        display: flex;

        justify-content: flex-end;

    }



    /* The Red Bar Itself */

    .bottom-nav-container .navbar {

        min-height: 60px;

        /* Slightly compact */

        border-top-left-radius: 40px;

        /* Modern compact curve */

        padding: 0 25px;

        width: 66%;

        justify-content: flex-end;

        /* Push hamburger to right */

    }



    /* Hamburger Toggle - Premium Look */

    .navbar-toggler {

        border: 2px solid rgba(255, 255, 255, 0.2);

        padding: 8px 12px;

        border-radius: 8px;

        transition: all 0.2s;

    }



    .navbar-toggler:focus {

        box-shadow: none;

        border-color: rgba(255, 255, 255, 0.8);

    }



    .navbar-toggler-icon {

        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }



    .mobile-nav-container {

        padding: 10px 0 30px 0;

    }



    .mobile-menu-list {

        display: flex;

        flex-direction: column;

        gap: 5px;

    }



    .mobile-nav-link {

        display: block;

        padding: 14px 20px;

        color: #444;

        text-decoration: none;

        font-weight: 600;

        font-size: 0.95rem;

        border-radius: 8px;

        transition: all 0.2s ease;

        position: relative;

    }



    .mobile-nav-link:hover {

        background-color: #fff5f5;

        color: var(--primary-red);

    }



    .mobile-nav-link:active {

        background-color: #ffebee;

    }



    /* Active State (Simulated) */

    .mobile-nav-link.active {

        background-color: #ffebee;

        color: var(--primary-red);

    }



    /* Accordion Arrow Rotation */

    .mobile-dropdown-arrow {

        transition: transform 0.3s ease;

        font-size: 0.8rem;

        color: #bbb;

    }



    /* Rotate arrow when NOT collapsed (i.e., when open) */

    .mobile-nav-link[aria-expanded="true"] .mobile-dropdown-arrow {

        transform: rotate(180deg);

        color: var(--primary-red);

    }



    .mobile-nav-link[aria-expanded="true"] {

        color: var(--primary-red);

        background-color: #fffafa;

    }



    /* Sub Menu Styling */

    .mobile-sub-menu ul {

        background-color: #f9f9f9 !important;

        margin: 5px 15px 15px 15px;

        /* Indent sub menu */

        border-left: 2px solid #ffdddd;

    }



    .mobile-sub-link {

        display: block;

        padding: 10px 20px;

        color: #666;

        text-decoration: none;

        font-size: 0.9rem;

        transition: all 0.2s;

    }



    .mobile-sub-link:hover {

        color: var(--primary-red);

        transform: translateX(5px);

    }



    /* Footer Quick Actions */

    .btn-outline-danger {

        border-color: var(--primary-red);

        color: var(--primary-red);

    }



    .btn-outline-danger:hover {

        background-color: var(--primary-red);

        color: white;

    }



    .btn-danger {

        background-color: var(--primary-red);

        border: none;

    }

}



/* Small Mobile Adjustments */

@media (max-width: 576px) {

    .logo-section .navbar-brand {

        font-size: 1.4rem;

    }

}



/* ================= DESKTOP RESET & MEGA MENU (>= 1200px) ================= */

@media (min-width: 1200px) {



    /* Reset Offcanvas to behave like a normal div */

    .offcanvas {

        position: static !important;

        z-index: auto !important;

        background: transparent !important;

        width: auto !important;

        height: auto !important;

        visibility: visible !important;

        transform: none !important;

        display: flex !important;

        flex-grow: 1;

        align-items: center;

        border: none !important;

        box-shadow: none !important;

        transition: none !important;

    }



    .offcanvas-header {

        display: none !important;

    }



    .offcanvas-body {

        display: flex !important;

        width: 100% !important;

        align-items: center !important;

        justify-content: flex-end;

        overflow: visible !important;

        padding: 0 !important;

    }



    .navbar-nav {

        flex-direction: row !important;

        gap: 0 !important;

        /* Removed specific gap, using margins */

        padding-bottom: 0 !important;

    }



    .offcanvas-backdrop {

        display: none !important;

    }



    /* Regular Desktop Nav Link Styling */

    .navbar-nav .nav-link {

        color: rgba(255, 255, 255, 0.9) !important;

        /* Slightly softer white */

        padding: 8px 12px !important;

        /* Tighter padding */

        margin: 0 2px;

        /* Tiny margin between items */

        border-bottom: none !important;

        background: transparent !important;

        display: inline-flex;

        align-items: center;

        justify-content: center;

        position: relative;

        z-index: 1;

        transition: color 0.3s ease;

        font-size: 0.87rem;

        /* Slightly smaller for better fit */

        white-space: nowrap;

        /* letter-spacing: 0.3px; */

        /* Prevent text wrap inside link */

    }



    /* Stylish Hover Effect: Soft White Pill Reveal */

    .navbar-nav .nav-link::before {

        content: '';

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        background-color: rgba(255, 255, 255, 0.15);

        /* Glassy White */

        border-radius: 50px;

        transform: scale(0.5);

        opacity: 0;

        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

        z-index: -1;

    }



    .navbar-nav .nav-link:hover,

    .navbar-nav .nav-link.show {

        background-color: transparent !important;

        /* Remove old bg */

        color: #ffffff !important;

    }



    



     .nav-link:hover::before,

    .navbar-nav .nav-link.show::before {

        transform: scale(1);

        opacity: 1;

    }





    .navbar-nav .nav-item {

  position: relative;

}





/* Trigger hover from nav-item */

.navbar-nav .nav-item:hover .nav-link,

.navbar-nav .nav-item.show .nav-link {

  background-color: transparent !important;

  color: #ffffff !important;

}



.navbar-nav .nav-item:hover .nav-link::before,

.navbar-nav .nav-item.show .nav-link::before {

  transform: scale(1);

  opacity: 1;

}













    



    .navbar-nav .nav-link:active::before {

        background-color: rgba(255, 255, 255, 0.25);

        transform: scale(0.95);

        transition: transform 0.3s ease;

    }



    .navbar-nav .nav-link i.fa-chevron-down {

        color: rgba(255, 255, 255, 0.856) !important;

        /* font-size: 10px !important; */

    }



    .nav-link:hover i.fas.fa-chevron-down {

  transform: rotate(180deg);

}









.nav-item .nav-link i.fas.fa-chevron-down {

  display: inline-block;

  transition: transform 0.3s ease;

  transform-origin: center;

}



.nav-item:hover .nav-link i.fas.fa-chevron-down,

.nav-item.show .nav-link i.fas.fa-chevron-down {

  transform: rotate(180deg);

}





    /* Allow nav item to be static so the absolute dropdown is relative to the container */



    .navbar-nav .nav-item.mega-menu-parent {

        position: static !important;

    }



    /* Full Width Dropdown */

    .dropdown-menu.mega-menu {

        width: 100%;

        left: 0;

        right: 0;

        padding: 30px;

        margin-top: 17px !important;

        /* margin-top: -2px; */

        /* Slight overlap to ensure connection */

        border-radius: 0 0 20px 20px;

        border: none;

        border-top: 5px solid var(--accent-orange);

        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);

        background: #fff;

        display: none;

        /* Handled by hover logic */

    }



    /* Invisible bridge to prevent menu from closing when moving mouse over gap */

    .dropdown-menu.mega-menu::before {

        content: '';

        position: absolute;

        top: -20px;

        left: 0;

        width: 100%;

        height: 20px;

        background: transparent;

    }



    /* Display on hover */

    .nav-item.mega-menu-parent:hover .dropdown-menu.mega-menu {

        display: block;

        animation: fadeUp 0.3s ease forwards;

    }



    



    /* Column Styling */

    .mega-menu-column h6 {

        color: var(--primary-red);

        font-weight: 700;

        text-transform: uppercase;

        margin-bottom: 20px;

        font-size: 0.85rem;

        letter-spacing: 1px;

        border-bottom: 2px solid #f0f0f0;

        padding-bottom: 10px;

        display: flex;

        align-items: center;

    }



    .mega-menu-column h6 i {

        color: var(--accent-orange);

        margin-right: 10px;

        font-size: 1rem;

    }



    .mega-menu-list {

        list-style: none;

        padding: 0;

    }



    .mega-menu-list li {

        margin-bottom: 12px;

    }



    .mega-menu-list a {

        color: #555 !important;

        /* Override white nav link color */

        text-decoration: none;

        font-weight: 500;

        font-size: 0.95rem;

        transition: all 0.2s;

        display: flex;

        align-items: center;

        padding: 0 !important;

        /* Reset nav link padding */

        text-transform: none;

        /* Reset uppercase */

    }



    .mega-menu-list a:hover {

        color: var(--primary-red) !important;

        transform: translateX(5px);

        background-color: transparent;

    }



    .mega-menu-list a i {

        color: #ccc;

        margin-right: 10px;

        font-size: 0.7rem;

        transition: color 0.2s;

    }



    .mega-menu-list a:hover i {

        color: var(--accent-orange);

    }



    /* Featured Card */

    .mega-featured-card {

        background: linear-gradient(135deg, var(--primary-red), #b71c1c);

        color: white;

        padding: 30px;

        border-radius: 20px;

        height: 100%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: flex-start;

        position: relative;

        overflow: hidden;

        box-shadow: 0 10px 20px rgba(211, 47, 47, 0.3);

    }



    .mega-featured-card::before {

        content: '';

        position: absolute;

        top: -50px;

        right: -50px;

        width: 150px;

        height: 150px;

        background: rgba(255, 255, 255, 0.1);

        border-radius: 50%;

    }



    .mega-featured-card h5 {

        font-weight: 700;

        font-size: 1.5rem;

        margin-bottom: 15px;

    }



    .mega-featured-card p {

        font-size: 0.95rem;

        opacity: 0.9;

        margin-bottom: 25px;

        line-height: 1.6;

    }



    .mega-featured-card .btn-light {

        color: var(--primary-red);

        font-weight: 700;

        border: none;

        padding: 10px 25px;

        text-transform: uppercase;

        font-size: 0.8rem;

        letter-spacing: 0.5px;

    }

}







/* End  NavBar Media Query End  */



/***************** End  NavBar Media Query End **********/





/*********** End  NavBar Media Query End **********/





























@media(max-width: 1200px){

   .board-section .directors-grid {

    grid-template-columns: repeat(3, 1fr);

  }

}

























@media (max-width: 1100px) {





  /* Media-1100px Index Loan Page Section */



  



  /* ===== IMAGE CARD ===== */

  .loan-img {

    flex: 0 0 220px;     /* thodi compact */

  }



  .loan-img img {

    width: 100%;

    height: 250px;

  }



  /* ===== MAIN LOAN CARD ===== */

  .loan-main-card {

    flex: 0 0 280px;     /* thodi compact */

    height: 380px;

    padding: 30px;

  }



  /* ===== ROW ===== */

  .loan-row {

    flex-wrap: wrap;       /* next line allow */

    gap: 20px;

    justify-content: center;

    overflow: visible;     /* row scroll nahi */

  }



  /* ===== QUEUE SCROLL ===== */

  .loan-queue-wrap {

    width: 100%;

    overflow-x: auto;      /* horizontal scroll sirf yahi */

    padding-bottom: 20px;  /* scrollbar ke liye gap */

  }



  .loan-queue {

    display: flex;

    justify-content: center;

    gap: 30px;

    min-width: max-content;  /* queue cards apni width rakhen */

  }



  .queue-card {

    width: 150px;         /* uniform width */

    flex-shrink: 0;

  }



  /* ===== SCROLLBAR STYLE ===== */

  .loan-queue::-webkit-scrollbar {

    height: 6px;

  }



  .loan-queue::-webkit-scrollbar-thumb {

    background: var(--brand-orange);

    border-radius: 10px;

  }



  .loan-queue::-webkit-scrollbar-track {

    background: rgba(0,0,0,0.05);

    border-radius: 10px;

  }

}























@media (max-width: 991px) {







  /* Media991 Home Page Deposit Sec */



  .deposit-orbit-section .orbit-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deposit-orbit-section .orbit-wrapper::before {
  display: none; /* Remove dotted circle */
}

.deposit-orbit-section .orbit-center {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 28px;
  margin-bottom: 30px;
}

/* Orbit item base */
.deposit-orbit-section .orbit-wrapper > a > .orbit-item {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: 90%;
  margin: 12px 0;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

/* Odd items → Left */
.deposit-orbit-section .orbit-wrapper > a:nth-child(odd) > .orbit-item {
  align-self: flex-start;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 65%;
}

/* Even items → Right */
.deposit-orbit-section .orbit-wrapper > a:nth-child(even) > .orbit-item {
  align-self: flex-end;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: flex-end;
  text-align: right;
  width: 65%;
}

/* Icon spacing */
.deposit-orbit-section .orbit-wrapper > a > .orbit-item .orbit-icon {
  margin-right: 8px;
}

.deposit-orbit-section .orbit-wrapper > a:nth-child(even) > .orbit-item .orbit-icon {
  margin-left: 8px;
  margin-right: 0;
}

/* Optional but safe */
.deposit-orbit-section .orbit-wrapper > a {
  display: contents;
  width: 100%;
  text-decoration: none;
  color: inherit;
}











  /*********** Media991 Home Page Service sec *********/



   .banking-services-section .banking-row {

    flex-direction: column;

  }



  .banking-services-section .banking-left {

    width: 100%;

  }

  

  .banking-services-section .banking-right{

    display: none;

  }



  .banking-services-section .services-grid {

    grid-template-columns: repeat(2, 1fr);

    padding: 10px;

  }



  /* .banking-right img {

    transform: none;

  } */



  .banking-services-section .banking-inner {

    padding: 0 24px;

  }











  /* Media992  Home Footer CSS */





   .modern-footer .footer-top {

    flex-direction: column;

    gap: 30px;

  }



















/* Media991 HomePage App landing Sec */





 .banking-app-section .app-row {

    flex-direction: column;

    text-align: center;

  }



  .banking-app-section .app-image img {

    width: 320px;

  }



  .banking-app-section .app-content {

    max-width: 100%;

  }



  .banking-app-section .playstore-btn {

    justify-content: center;

  }



















    /* Media991 OTher banner sec */





    .other-bn-img .page-title-section {

    height: 300px;

  }



  .other-bn-img .page-title {

    font-size: 40px;

  }













  /* Media991 History page */





   .history-section .history-row {

    flex-direction: column;

    gap: 40px;

  }



  .history-section .history-content h2 {

    font-size: 34px;

  }











  /* Media991 Board Of director */





   .board-section .directors-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .board-section .section-title h2 {

    font-size: 34px;

  }











  /* media991px Photo-gallaru */



   .photo-gallery .gallery-grid {

    grid-template-columns: repeat(2, 1fr);

  }











  /* Media991px Board-of-management */



    .board-management-section .board-grid {

    grid-template-columns: repeat(2, 1fr);

  }



  .board-management-section .board-card img {

    width: 140px;

    height: 140px;

  }









  /* Media991px Debit-card-sec */



   .debit-card-section  .debit-card-container {

    flex-direction: column;

    gap: 40px;

  }



  .debit-card-section .debit-card-content {

    text-align: center;

  }



  .debit-card-section .debit-features {

    padding-left: 0;

    list-style-position: inside;

  }



  .debit-card-section .debit-card-visual {

    order: -1; /* Card upar aayega */

  }



  .debit-card-section .card-wrapper {

    width: 300px;

    height: 190px;

  }













   /* Media992 Home Loan Page Css */



/*   .Home-Loans-mainnn .steps-wrapper{

    grid-template-columns:repeat(2, 1fr);

  }*/















    /***** Media991 ATM-Services *******/





      .atm-service-section .atm-container {

    flex-direction: column;

    gap: 40px;

  }



  .atm-service-section .atm-content {

    text-align: center;

  }



  .atm-service-section .atm-image img {

    max-width: 360px;

  }















  /*------ Media992 IMPS Services Css -----*/



    .imps-page{

    padding: 20px 20px;

  }



  .imps-page .imps-container {

    flex-direction: column;

  }



  .imps-page .imps-image,

  .imps-content {

    width: 100%;

  }



  .imps-page .imps-image {

          text-align: center;

        display: flex;

        justify-content: center;

  }





  .imps-page .imps-content h1 {

    font-size: 28px;

  }



  .imps-page .imps-content {

  width: 100%;

}







/* Media991px rtgs-neft Services */



 .rtgs-neft-page .service-cards {

    grid-template-columns: 1fr;

  }



  .rtgs-neft-page .rtgs-header h1 {

    font-size: 28px;

  }













  /* Media991 BBPS Section */



   .bbps-simple .bbps-grid {

    grid-template-columns: 1fr;

  }



  .bbps-simple .bbps-header h1 {

    font-size: 28px;

  }









  /* Media991 Contact-Page */



    .contact-single .contact-grid {

    grid-template-columns: 1fr;

  }



  .contact-single .contact-title h1 {

    font-size: 32px;

  }



  .contact-single .map-wrapper iframe {

    min-height: 320px;

  }







}



























@media (max-width: 768px) {



    .logo-section img {

        width: 200px;



    }



    .bottom-nav-container .navbar {

        width: 70%;

    }



    .logo-section {

        padding: 0px 0 0px 0px;

    }













    /* Media768 Home index Slider */





    .bank-festive-slider .slider-wrapper {

        height: 300px;

    }



     .bank-festive-slider .nav-arrow {

    display: none;

  }



  .bank-festive-slider .custom-indicators {

    bottom: 10px;

  }











  /******** Media768 Home Trending News ********/



   .trending-news .trending-label {

    font-size: 0.75rem;

    padding: 8px 14px;

  }



  .trending-news .marquee-track span {

    font-size: 0.75rem;

  }













  /**** Media768 Home Right-Side-Bar ****/



  .home-right-sidebar {

    display: none;

  }











  /* Media768 Other banner Img */



   .other-bn-img .page-title-section {

    height: 260px;

  }



  .other-bn-img .page-title {

    font-size: 32px;

  }



  .other-bn-img .page-subtitle {

    font-size: 14.5px;

  }









  /* Media768 Photo gallary Sec */





   .photo-gallery .lightbox img {

    max-width: 95%;

    max-height: 70%;

  }



  .photo-gallery .lightbox-close {

    top: 15px;

    right: 20px;

    font-size: 35px;

  }



  .photo-gallery .lightbox-nav {

    font-size: 40px;

    top: 50%;

  }



  .photo-gallery .lightbox-nav.prev {

    left: 10px;

  }



  .photo-gallery .lightbox-nav.next {

    right: 10px;

  }









  /* Media768 Annual report page */



   .annual-reports-section .report-card {

    height: 70px;

    font-size: 14px;

  }







  /* Media768 Deposit Page CSS */



   .account-page .account-header h1 {

    font-size: 32px;
  

  }
  .account-page .account-header{
    padding: 0px 10px;
  }



  .account-page .account-container {

    margin-top: -70px;

  }



  .account-page .account-card {

    padding: 30px;

  }



  .account-page .account-row {

    grid-template-columns: 1fr;

    gap: 10px;

  }

















       /* Media768 Home Loan Section css */





        .how-to-apply .apply-steps{

    grid-template-columns:1fr;

  }



  .Home-Loans-mainnn .page-title{

    font-size:30px;

  }



     /*   .Home-Loans-mainnn .loan-tabs .nav-link{

        padding:8px 14px;

        font-size:13px;

      }

      .Home-Loans-mainnn .content-card{

        padding:20px;

      }

      .Home-Loans-mainnn .content-card h4{

        font-size:18px;

      }

      .Home-Loans-mainnn .content-card p{

        font-size:14px;

      }     */











    /****** Media768 Interest-rate-Pages *******/



    .interest-rate-page .interest-header h1 {

    font-size: 28px;

  }



  .interest-rate-page .interest-container {

  overflow-x: auto;

}





  .interest-rate-page .interest-table th,

  .interest-table td {

    padding: 14px;

    font-size: 13px;

    /*white-space: nowrap;*/

  }

















  /* Media768 Locker-Services */





   .locker-page .locker-header h1 {

    font-size: 28px;

  }



  .locker-page .locker-branches ul {

    grid-template-columns: 1fr;

  }



  .locker-page .locker-table-wrap,

  .locker-branches {

    padding: 20px;

  }













  /*-------- Media768 UPI-Page --------*/





  .upi-page .upi-features {

    grid-template-columns: 1fr;

  }



  .upi-page .upi-services {

    grid-template-columns: 1fr;

  }



  .upi-page .upi-header h1 {

    font-size: 28px;

  }





















/*---------- Media768 Branches page ------*/







.branches-modern .branches-grid {

    grid-template-columns: 1fr;

  }



  .branches-modern .branches-modern-header h1 {

    font-size: 28px;

  }













  /*---- Media768 Complaints-Page ----*/



    .complaint-page .form-row {

    grid-template-columns: 1fr;

  }



  .complaint-page .complaint-header h1 {

    font-size: 32px;

  }



  .complaint-page .complaint-form {

    padding: 35px 25px;

  }





















  /* Media/768px Policy-code page css */

   .policy-page .policy-header h1 {

    font-size: 32px;

  }








  /* Media768 Privacy Policy Footer */

  .policy-banner h1 {
    font-size: 28px;
  }

  .privacy-policy-sec-ff .policy-card {
    padding: 20px;
  }





  .mbpc-main-css .hero h1 {
    font-size: 28px;
  }


   .kyc-section .kyc-header h1 {

         font-size: 28px;

}








/* Media768px Holiday List */


.holiday-page .holiday-header h2 {
    font-size: 26px;
  }

  .holiday-page .holiday-table thead {
    display: none;
  }

  .holiday-page .holiday-table,
  .holiday-table tbody,
  .holiday-table tr,
  .holiday-table td {
    display: block;
    width: 100%;
  }

  .holiday-page .holiday-table tr {
    padding: 14px;
    border-bottom: 1px solid #f3d6d5;
  }

  .holiday-page .holiday-table tbody td {
    padding: 6px 0;
    border: none;
    font-size: 14px;
  }

  .holiday-page .holiday-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #cc1310;
    margin-bottom: 2px;
  }






}

















@media (max-width: 576px) {



    .logo-section img {

        width: 190px;

    }





    .bottom-nav-container .navbar {

        width: 75%;

    }





    .bank-festive-slider .slider-wrapper {

        height: 190px;

    }







    /******* Media576 Home Page Service Sec *******/



     /* .services-grid {

    grid-template-columns: 1fr;

  } */

.banking-services-section .banking-inner {

    padding: 0 0px;

  }



  .banking-services-section .banking-title {

    text-align: center;

    font-size: 32px;

  }



  .banking-services-section .services-grid{

    gap: 15px;

  }



  .banking-services-section .banking-right {

    display: none;

  }











  /* Media576 History page */



 .history-section {

    padding: 60px 0;

  }



  .history-section .history-content p {

    font-size: 14.5px;

  }















  /* Media576 Board Of Director */



  .board-section .directors-grid {

    grid-template-columns: 1fr;

  }



  .board-section .founder-card {

    width: 100%;

  }









  /* media576 Photo gallary */



   .photo-gallery .gallery-grid {

    grid-template-columns: 1fr;

  }







  /* Media576 Board-of-mangement */



   .board-management-section .board-grid {

    grid-template-columns: 1fr;

  }



  .board-management-section .board-card img {

    width: 130px;

    height: 130px;

  }















     /* Media576 Home-Loan Section */



  /*   .Home-Loans-mainnn .steps-wrapper{

    grid-template-columns:1fr;

  }

  .Home-Loans-mainnn .how-to-apply{

    padding:40px 0;

  }







   .Home-Loans-mainnn .container{

        padding-left:12px;

        padding-right:12px;

      }

*/









     /* Media576 Debitcard Sec */



       .debit-card-section .debit-card-content h2 {

    font-size: 26px;

  }



  .debit-card-section .debit-card-content p {

    font-size: 14px;

  }



  .debit-card-section .card-wrapper {

    width: 260px;

    height: 165px;

  }













  /*----- Media576 ATM- Services ---*/



     .atm-service-section .atm-content h2 {

    font-size: 26px;

  }



  .atm-service-section .atm-content p {

    font-size: 14px;

  }







  /* Media576px IMPS Services */



   .imps-page .imps-image img{

    width: 80%;

  }



      .imps-page .imps-content h1 {

        font-size: 25px;

    }



    .contact-single .contact-card {

      padding: 40px 30px;

    }






    /******** Media576 Customer Awareness ******/


     .awareness-flow .flow-item {
    flex-direction: column;
  }

  .awareness-flow .flow-icon {
    width: 50px;
  }

  .awareness-flow .flow-header h2 {
    font-size: 29px;
  }







/* Dowmnload Page Css */

   .download-section .download-header h2 {
    font-size: 26px;
  }

  .download-section .download-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .download-section .view-btn {
    align-self: flex-end;
  }



}









@media (max-width: 480px) {



  /* Media480 Photo gallary */



  .photo-gallery .lightbox img {

    max-width: 90%;

    max-height: 65%;

  }



  .photo-gallery .lightbox-close {

    top: 10px;

    right: 15px;

    font-size: 30px;

  }



  .photo-gallery .lightbox-nav {

    font-size: 35px;

  }



  .photo-gallery .lightbox-nav.prev {

    left: 5px;

  }



  .photo-gallery .lightbox-nav.next {

    right: 5px;

  }

}











@media (max-width: 450px) {

    .logo-section img {

        width: 180px;

    }





}



@media (max-width: 400px) {



    .bottom-nav-container .navbar {

        width: 80%;

    }



    .logo-section img {

        width: 170px;

    }



}



@media (max-width: 375px) {

.deposit-orbit-section .orbit-wrapper > a:nth-child(odd) > .orbit-item{
  width: 75%;
}


.deposit-orbit-section .orbit-wrapper > a:nth-child(even) > .orbit-item{
   width: 75%;
}

}