body {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/*========================= Header Setion CSS  Start======================== */

/* Sticky Navbar */

.main-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}

.header-redirect-link {
  text-decoration: none;
  color: #fff;
}

/* Top Info Bar */

.top-bar {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.logo-area {
  display: flex;
  align-items: start;
  gap: 15px;
  justify-content: start;
  flex-direction: column;
}

.logo-area strong {
  font-size: 1rem;
  color: #094c77 !important;
  font-weight: 600;
}

.contact-info {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  text-align: start;
  font-size: 16px;
  color: #094c77;
  align-content: center;
  margin-top: 12px;
}

.contact-info div {
  background-color: #f29528;
  padding: 8px;
  border-radius: 6px;
  color: #fff;
  box-shadow: 0px 2px 4px gray;
}

.contact-info button:hover {
  background-color: #f29528;
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
}

.main-navbar {
  background-color: #f29528;
}

.main-navbar .nav-link {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-item:hover .dropdown-menu {
  /* background-color: #e0801e; */
  color: #094c77;
}

.main-navbar .nav-link.active {
  border-bottom: 2px solid #094c77;
  color: #094c77;
}

.dropdown-menu {
  background-color: #f29528;
  border: none;
  border-radius: 0;
  animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu .dropdown-item {
  color: white;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e0801e;
  color: #094c77;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-top: 10px;
  }

  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========================Header Section CSS ENDS ======================== */

/* ========================Slider Of Home Page CSS Start ================== */

/* .slider-asset {

  height: 80vh;

}



@media (max-width: 768px) {

  .slider-asset {

    height: 60vh;

  }

} */

.slider-asset {
  height: 70vh;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.slide-heading {
  font-size: 4.5rem;
  font-weight: 700;
}

.slide-sub {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
}

.carousel-caption .btn {
  background-color: #f29528;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
}

.carousel-caption .btn:hover {
  background-color: #00263e;
}

.rbi-slider-img {
  height: 70vh;
  object-fit: contain;
  background-color: #fff; /* optional: adds contrast behind transparent areas */
}

/* Responsive Fix */

@media (max-width: 768px) {
  .slider-asset {
    height: 195px;
    /* height: 40vh; */
    max-width: 100%;
  }

  .carousel-caption {
    top: 40%;
    left: 10px;
    right: 10px;
    text-align: center;
    transform: translateY(-40%);
  }

  .slide-heading {
    /* font-size: 1.8rem; */
    font-size: 20px;
  }

  .slide-sub {
    font-size: 1rem;
    color: #fff;
  }

  .carousel-caption .btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .rbi-slider-img {
    /*height: 40vh;*/
    height: auto;
    height: 195px;
    object-fit: cover;
  }
}

/* ========================Slider Of Home Page CSS ENDS =================== */

/* ========================News Section CSS Start ========================= */

.news-section-hero {
  background-color: #094c77;
  color: #fff;
  padding: 8px;
}

/* ========================News Section CSS Ends ========================== */

/* ========================Chairmna Section CSS Start ====================== */

.chairman-section {
  height: auto;
  width: auto;
  background-color: #00263e;
  padding: 15px;
  color: #fff;
  margin-top: -10px;
}

.know-more-btn {
  height: 40px;
  width: 150px;
  border: 2px solid #fff;
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: #f29528;
  border-radius: 8px;
  z-index: 1;
}

.know-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #f29528;
  z-index: -1;
  transition: all 0.3s ease;
}

.know-more-btn:hover::before {
  left: 0;
}

.know-more-btn:hover {
  color: #f29528;
  border-color: #fff;
}

@media (max-width: 768px) {
  .know-more-btn {
    margin: auto;
  }
}

/* Chairman Vision PDF CSS Start Hear */

.custom-btn {
  background-color: #f29528;
  color: white;
  border: 2px solid #f29528;
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 8px;
  display: inline-block;
}

.custom-btn:hover {
  background-color: white;
  color: #f29528;
  border-color: #f29528;
}

/* Chairman Vision PDF CSS ENDS  Hear */

/* ========================Chairman Section CSS ENDS ======================= */

/* ========================Deposit Scheme CSS Start ========================*/

.deposit-card {
  border: 2px solid #f29528;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deposit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.deposit-img {
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.know-more-link {
  color: #094c77;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.know-more-link i {
  transition: transform 0.3s ease;
}

.know-more-link:hover i {
  transform: translateX(4px);
}

.know-more-link:hover {
  text-decoration: underline;
  color: #072e47;
}

.section-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/* =======================Deposit Scheme CSS Ends ========================== */

/* ======================Rate Of Intrest CSS Start ======================== */

.interest-section {
  background-color: #f6f9fc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.interest-section .section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 36px;
  color: #fff;
}

.rate-banner {
  position: relative;
  padding: 60px 0;
  background-color: rgba(9, 76, 119, 0.8); /* Blue tint with transparency */
  z-index: 1;
}

.rate-banner::before {
  content: "";
  background-image: url("../images/rateIntrest.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5; /* You can adjust this for more or less visibility */
}

/* Rest remains same */

.interest-section {
  padding: 0; /* no extra padding, handled inside .rate-banner */
}

.interest-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interest-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.interest-title {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #094c77;
}

.interest-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.rate-amount {
  font-size: 60px;
  color: #f29528;
  font-weight: 700;
  line-height: 1;
}

.rate-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 6px;
}

.rate-side span {
  font-size: 25px;
  color: #f29528;
  font-weight: 600;
  line-height: 1;
}

.know-more {
  color: #094c77;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  margin-top: auto;
  display: inline-block;
  padding-right: 18px;
}

.know-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.know-more:hover {
  text-decoration: underline;
  color: #063b5f;
}

.know-more:hover::after {
  opacity: 1;
  transform: translateX(4px);
}

/* =====================Rate Of Intrest CSS Ends ========================= */

/* ==============Photo Gellary Section Start ===================== */

.photo-gallery-section {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #094c77;
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
}

.photo-card img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.photo-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.view-all {
  background-color: #f29528;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.view-all:hover {
  background-color: #d87f1c;
}

/* =================Photo Gellary Section Ends ==================== */

/* ====================Footer Section ========================== */

/* .footer-section {

  height: auto;

  width: auto;

  padding: 60px 0;

  background-color: #094c77;

  color: #fff;

}



.main-ft-logo > img {

  height: auto;

} */

.footer-section {
  background-color: #094c77;
  color: #ffffff;
}

.footer-logo {
  width: 250px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.contact-information .footer-info-item {
  margin-bottom: 10px;
  display: flex;
  align-items: start;
  gap: 10px;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.contact-information .footer-info-item:hover {
  color: #f29528;
}

.our-links a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.our-links a:hover {
  color: #f29528;
  transform: translateX(5px);
}

.copyright {
  padding: 15px 0;
  background-color: #094c77;
  border-top: 1px solid #fff;
  color: #fff;
}

.text-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-section {
    text-align: start;
  }

  .contact-information,
  .our-links {
    text-align: start;
  }

  .footer-info-item {
    justify-content: start;
  }

  .text-footer {
    flex-direction: column;
    text-align: start;
  }
}

/* ====================Footer Section ========================== */

/* About Us Section CSS Start */

/* About Us Banner CSS Start */

.about-us-banner {
  position: relative;
  background: url("../images/about-us-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-us-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.about-us-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.about-us-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .about-us-banner {
    height: 60vh;
  }

  .about-us-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .about-us-banner h1 {
    font-size: 1.5rem;
  }
}

/* About Us Banner CSS Ends */

/* about us  section 1  */
.about-section {
  background-color: #f9f9f9;
}

.about-section .image-wrapper {
  text-align: center;
}

.about-section .image-wrapper img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-section .image-wrapper img:hover {
  transform: scale(1.03);
}

.about-section .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #094c77;
  text-align: start;
}

.about-section .about-text {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #333;
}

.about-section .highlighted-text {
  color: #094c77;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .about-section .section-title {
    font-size: 1.75rem;
    text-align: center;
  }

  .about-section .about-text {
    font-size: 1rem;
    text-align: start;
  }

  .about-section .text-wrapper {
    text-align: start;
  }

  .about-section .image-wrapper img {
    max-width: 100%;
  }
}

/* about us section 1 end */

/* Financlial Section CSS Start */

.table-section h2 {
  font-weight: 700;
  color: #094c77;
}

.table thead th {
  background-color: #094c77 !important;
  color: white;
}

.table tbody td,
.table tbody th {
  vertical-align: middle;
  font-size: 0.95rem;
}

/* Financial Section CSS Ends */

/* About Us Section CSS Ends */

/* ==============Chairman Message CSS Start ===========*/

/* Chairman Banner CSS Start */

.chairman-banner {
  position: relative;
  background: url("../images/chairman-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.chairman-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.chairman-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.chairman-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

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

  .chairman-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .chairman-banner h1 {
    font-size: 1.5rem;
  }
}

/* Chairman Banner CSS Ends */

/* Chaiman's message section CSS */

.pdf-container {
  height: 75vh;
  border: 1px solid #d97f1f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.chairman-pdf {
  width: 100%;
  height: 100%;
  border: none;
}

.download-btn {
  background-color: #f29528;
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #d97f1f;
  color: #094c77;
}

.section-title {
  font-weight: bold;
  color: #094c77 !important;
  margin: 0;
}

@media (max-width: 576px) {
  .header-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .download-btn {
    margin-top: 10px;
  }
}
/* Chairman's message section ends */

/* ===============Chairman Message CSS Ends ============ */

/* =============Deposit And Scheme CSS Start =============== */

/* Deposit Schemes Banner CSS Start */

.depositSchemes-banner {
  position: relative;
  background: url("../images/deposit-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.depositSchemes-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.depositSchemes-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.depositSchemes-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .depositSchemes-banner {
    height: 60vh;
  }

  .depositSchemes-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .depositSchemes-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Table Section CSS Start */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}
.custom-table td {
  text-align: center;
}
.note {
  background-color: #fff8e1;
  padding: 15px;
  border-left: 5px solid #f29528;
  border-radius: 5px;
  margin-top: 20px;
}
.section-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
}

/* Table Section CSS Ends */

/* Instruction Section CSS Start */

.feature-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.feature-box i {
  font-size: 1.5rem;
  color: #f29528;
  flex-shrink: 0;
}

.feature-box p {
  margin: 0;
}

.section-heading {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

/* Instruction Section CSS Ends */

/* ============Deposit And Schheme CSS Ends ============== */

/* ============Loan And Scheme CSS Start =============== */

/* Deposit Schemes Banner CSS Start */

.loanScheme-banner {
  position: relative;
  background: url("../images/loan-scheme-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.loanScheme-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.loanScheme-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.loanScheme-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .loanScheme-banner {
    height: 60vh;
  }

  .loanScheme-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .loanScheme-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Loan section CSS Start */

.feature-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.feature-box i {
  font-size: 1.5rem;
  color: #f29528;
  flex-shrink: 0;
}

.feature-box p {
  margin: 0;
}

.section-heading {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

/* Loan Section CSS Ends */

/* Table Section CSS Start */

.table td {
  vertical-align: middle;
}
.table th {
  vertical-align: middle;
  background-color: #094c77;
  color: #fff;
}
.header {
  text-align: center;
  margin-bottom: 20px;
  color: #094c77;
}

/* Table Section CSS ends */

/* ============Loan And Scheme CSS Ends =============== */

/* ===============Our Services CSS Start ============ */

/* Safe Deposit banner Schemes Banner CSS Start */

.safe-deposit-banner {
  position: relative;
  background: url("../images/safe-deposit-banner.jpg") center top/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.safe-deposit-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.safe-deposit-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.safe-deposit-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .safe-deposit-banner {
    height: 60vh;
  }

  .safe-deposit-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .safe-deposit-banner h1 {
    font-size: 1.5rem;
  }
}

/* Safe Deposit banner Banner CSS Ends */

/* Other Services CSS Start  */

.other-services-banner {
  position: relative;
  background: url("../images/other-services-banner.jpg") center top/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.other-services-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.other-services-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.other-services-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .other-services-banner {
    height: 60vh;
  }

  .other-services-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .other-services-banner h1 {
    font-size: 1.5rem;
  }
}

/* Other Services CSS Ends */

/* Content or image section CSS Start */
/* .section-wrapper {
  padding: 60px 0;
  background: #f1f5f9;
}

.content-box {
  padding: 20px;
}

.content-box h2 {
  color: #094c77;
  font-weight: 700;
  margin-bottom: 30px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: #e9f5ff;
  transform: translateY(-2px);
}

.icon {
  color: #f29528;
  min-width: 30px;
}

.image-box img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.image-box img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .content-box,
  .image-box {
    text-align: center;
    margin-bottom: 30px;
  }

  .feature-list {
    align-items: center;
  }

  .feature-item {
    text-align: left;
    max-width: 90%;
  }
} */

.section-wrapper {
  padding: 60px 0;
  background: #f1f5f9;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col-md-6 {
  width: 100%;
  padding: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }
}

.content-box {
  padding: 20px;
}

.content-box h2 {
  color: #094c77;
  font-weight: 700;
  margin-bottom: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-card:hover {
  background: #e9f5ff;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
  font-size: 28px;
  color: #f29528;
  margin-bottom: 10px;
}

.feature-card span {
  font-weight: 600;
  color: #094c77;
  font-size: 15px;
}

.image-box img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.image-box img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .content-box,
  .image-box {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* Content or image section CSS Ends */

/* Table Secion CSS Start */

.locker-rent-section h2 {
  font-weight: 700;
  color: #094c77;
}

.table td {
  vertical-align: middle;
}

.table th {
  background-color: #094c77;
  color: #fff;
}

@media (max-width: 575.98px) {
  .locker-rent-section h2 {
    font-size: 1.5rem;
  }
}

/* Table Section CSS Ends */

/* ==============Our Services CSS Ends ============== */

/* =============Forms CSS Start ============== */

/* Forms Banner CSS Start */

.forms-banner {
  position: relative;
  background: url("../images/forms-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.forms-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.forms-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.forms-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .forms-banner {
    height: 60vh;
  }

  .forms-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .forms-banner h1 {
    font-size: 1.5rem;
  }
}

/* Forms Banner CSS Ends */

/* PDF Section CSS Start */
.pdf-section {
  background-color: #f8f9fa;
}

.pdf-card {
  background-color: #fff;
  border-left: 8px solid #f29528;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pdf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.pdf-card h5 {
  color: #094c77;
  font-weight: 600;
}

.btn-view,
.btn-download {
  background: transparent;
  border: 2px solid #094c77;
  color: #094c77;
  padding: 6px 16px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  transition: all 0.3s linear;
}

.btn-view:hover,
.btn-download:hover {
  background: #094c77;
  color: #fff;
}
/* PDF Section CSS Ends */

/* ===============Forms CSS Ends =========== */

/* ================Photo Gallery CSS Start ==================== */

/* Forms Banner CSS Start */

.photo-gallery-banner {
  position: relative;
  background: url("../images/photo-gellary-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.photo-gallery-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.photo-gallery-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.photo-gallery-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .photo-gallery-banner {
    height: 60vh;
  }

  .photo-gallery-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .photo-gallery-banner h1 {
    font-size: 1.5rem;
  }
}

/* Forms Banner CSS Ends */

/* Photo Gallery CSS Start */

.image-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.image-card:hover img {
  transform: scale(1.1);
}

/* Photo Gallery CSS Ends */

/* ================Photo Galley CSS Ends =================== */

/* ===============Branches CSS Start ================== */

/* Forms Banner CSS Start */

.branches-banner {
  position: relative;
  background: url("../images/branches-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.branches-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.branches-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.branches-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .branches-banner {
    height: 60vh;
  }

  .branches-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .branches-banner h1 {
    font-size: 1.5rem;
  }
}

/* Forms Banner CSS Ends */

/* Branches Section CSS Start */

.branch-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  padding: 12px;
}

.branch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.branch-card .card-body {
  padding: 1.5rem;
}

.branch-card h4 {
  color: #094c77;
  margin-bottom: 1rem;
}

.branch-card p {
  margin: 6px 0;
}

.branch-card i {
  color: #f29528;
  margin-right: 8px;
}

iframe {
  width: 100%;
  height: 250px;
  border: none;
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  border-radius: 0 0 16px 16px;
}

.links-redirect {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  iframe {
    height: 200px;
  }
}

/* Branches Section CSS Ends */

/* ===============Branches CSS Ends ==================== */

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

/* BOD Banner CSS Start */

.bod-banner {
  position: relative;
  background: url("../images/bod-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bod-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.bod-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.bod-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

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

  .bod-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .bod-banner h1 {
    font-size: 1.5rem;
  }
}

/* BOD Banner CSS Ends */

/* BOD Section CSS Start */

.bod-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
}

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

.bod-img {
  width: auto;
  max-height: 150px;
  /* height: 150px; */
  object-fit: contain !important;
  border-radius: 15px;
  margin-bottom: 15px;
}

.bod-name {
  font-weight: 600;
  color: #06286e;
}

.bod-title {
  color: #000;
  font-size: 14px;
}

@media (max-width: 768px) {
  .bod-img {
    height: 150px;
  }
}

@media (max-width: 576px) {
  /* .bod-img {
    height: 200px;
  } */
  .bod-img {
    height: 150px !important; /* ⬆ increase height for smaller screens */
  }
}

/* BOD Section CSS Ends */

/* Fix for specific images where face is cut */

.img-fix-bhaskar,
.img-fix-vatsala,
.img-fix-krushna,
.img-fix-shinde,
.img-fix-sameer,
.img-fix-deshmukh {
  object-fit: contain;
  object-position: top center; /* shift image upward to show head */
}

/* BOD Section CSS Ends */

/* ============BOD Section CSS ENDS ================= */

/* ================ DEAF Section CSS Start ================ */

/* DEAF banner CSS Start */

.deaf-banner {
  position: relative;
  background: url("../images/deaf-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.deaf-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.deaf-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.deaf-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .deaf-banner {
    height: 60vh;
  }

  .deaf-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .deaf-banner h1 {
    font-size: 1.5rem;
  }
}

/* DEAF Banner CSS Ends */

/* ================= DEAF Section CSS Ends ================= */

/* ================= Saving Bank CSS Start ==================== */

/* Deposit Schemes Banner CSS Start */

.saving-bank-banner {
  position: relative;
  background: url("../images/saving-bank-banner.jpg") center bottom/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.saving-bank-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.saving-bank-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.saving-bank-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .saving-bank-banner {
    height: 60vh;
  }

  .saving-bank-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .saving-bank-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Table Section CSS Start */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}
.custom-table td {
  text-align: center;
}
.note {
  background-color: #fff8e1;
  padding: 8px;
  border-left: 5px solid #f29528;
  border-radius: 5px;
  margin-top: 20px;
}
.section-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
}

/* Table Section CSS Ends */

/* ================= Saving Bank CSS Ends ==================== */

/* ================ Current Bank CSS Start ================== */

/* Deposit Schemes Banner CSS Start */

.current-bank-banner {
  position: relative;
  background: url("../images/current-account-banner.jpg") center bottom/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.current-bank-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.current-bank-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.current-bank-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .current-bank-banner {
    height: 60vh;
  }

  .current-bank-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .current-bank-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Table Section CSS Start */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}
.custom-table td {
  text-align: center;
}
.note {
  background-color: #fff8e1;
  padding: 8px;
  border-left: 5px solid #f29528;
  border-radius: 5px;
  margin-top: 20px;
}
.section-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
}

/* Table Section CSS Ends */

/* ================= Current Bank CSS Ends ================= */

/* ================ Fixed Deposit Account CSS Start ================== */

/* Deposit Schemes Banner CSS Start */

.fd-banner {
  position: relative;
  background: url("../images/fd-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fd-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.fd-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.fd-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

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

  .fd-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .fd-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Table Section CSS Start */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}
.custom-table td {
  text-align: center;
}
.note {
  background-color: #fff8e1;
  padding: 8px;
  border-left: 5px solid #f29528;
  border-radius: 5px;
  margin-top: 20px;
}
.section-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
}

/* Table Section CSS Ends */

/* Rate Of Intrest */

.highlight-card {
  background: linear-gradient(135deg, #094c77, #f29528);
  color: white;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.senior-note {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

/* ================= Fixed Deposit Account CSS Ends ================ */

/* ================ Reinvestment Deposit CSS Start ================= */

/* Deposit Schemes Banner CSS Start */

.reinvestment-banner {
  position: relative;
  background: url("../images/reinvestment-banner.jpg") center bottom/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reinvestment-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.reinvestment-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.reinvestment-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .reinvestment-banner {
    height: 60vh;
  }

  .reinvestment-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .reinvestment-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Table Section CSS Start */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}
.custom-table td {
  text-align: center;
}

/* Table Section CSS Ends */

/* =============== Reinvestment Deposit CSS Ends ================= */

/* =============== Recurring Deposit CSS Start ================== */

/* Deposit Schemes Banner CSS Start */

.recurring-banner {
  position: relative;
  background: url("../images/recurring-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recurring-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.recurring-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.recurring-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .recurring-banner {
    height: 60vh;
  }

  .recurring-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .recurring-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* Table Section CSS Start */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

.custom-table td {
  text-align: center;
}

/* Table Section CSS Ends */

.eligibility-card {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.eligibility-card i {
  font-size: 40px;
  color: #f29528;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

.eligibility-card span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #094c77;
  transition: 0.3s ease;
}

.eligibility-card:hover {
  border-color: #f29528;
  box-shadow: 0 8px 20px rgba(242, 149, 40, 0.2);
  transform: translateY(-5px);
}

.eligibility-card:hover i,
.eligibility-card:hover span {
  color: #f29528;
}

.title h2 {
  color: #094c77;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

/* ============== Recurring Deposit CSS Ends =================== */

/* Loan Scheme Internal Pages */

/*============================ MSME Business Loan CSS Start ===================== */

/* Deposit Schemes Banner CSS Start */

.msme-banner {
  position: relative;
  background: url("../images/msme-loan-banner.jpg") center top/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.msme-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.msme-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.msme-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .msme-banner {
    height: 60vh;
  }

  .msme-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .msme-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 700px;
  margin: 15px auto 40px;
}

.loan-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.loan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #f29528;
}

.loan-icon {
  font-size: 40px;
  color: #f29528;
  border: 2px solid #f29528;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 15px;
}

.loan-title {
  font-size: 20px;
  font-weight: 600;
  color: #094c77;
}

.small-interest {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff1c2;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}

/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

/* =========================MSME Business Loan CSS Ends ===================== */

/* ******************** Loan Scheme Section Common Form CSS Start *************** */

.callback-form-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #094c77;
}

.callback-form-title p {
  color: #6c757d;
  margin-bottom: 30px;
  font-size: 16px;
}

.callback-form-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  width: 100%;
}

.form-label {
  font-weight: 500;
  color: #333;
}

.form-control {
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #ced4da;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
  border-color: #f29528;
  box-shadow: 0 0 0 0.15rem rgba(242, 149, 40, 0.25);
}

.btn-submit {
  background-color: #f29528;
  color: white;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 6px;
  border: none;
  width: 100%;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #e0861d;
}

@media (max-width: 768px) {
  .callback-form-box {
    padding: 30px 20px;
  }

  .callback-form-title h2 {
    font-size: 24px;
  }
}

/* ****************** Loan Scheme Section Common Form CSS Ends **************** */

/* ==============Personal Loan CSS Start ==================== */

/* Deposit Schemes Banner CSS Start */

.personal-lona-banner {
  position: relative;
  background: url("../images/personal-loan-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.personal-lona-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.personal-lona-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.personal-lona-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .personal-lona-banner {
    height: 60vh;
  }

  .personal-lona-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .personal-lona-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 700px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

/* =============== Personal Loan CSS Ends =================== */

/* ================ Gold Loan CSS Start ==================== */

/* Deposit Schemes Banner CSS Start */

.gold-loan-banner {
  position: relative;
  background: url("../images/gold-loan-banner.jpg") center bottom/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gold-loan-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.gold-loan-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.gold-loan-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .gold-loan-banner {
    height: 60vh;
  }

  .gold-loan-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .gold-loan-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 700px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

/* ================ Gold Loan CSS Ends ===================== */

/* ================ Vehicle Loan CSS Start =================== */

/* Deposit Schemes Banner CSS Start */

.vehicle-loan-banner {
  position: relative;
  background: url("../images/vehicle-loan-banner.jpg") center bottom/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vehicle-loan-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.vehicle-loan-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.vehicle-loan-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .vehicle-loan-banner {
    height: 60vh;
  }

  .vehicle-loan-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .vehicle-loan-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 700px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

/* ================ Vehicke Loan CSS Ends =================== */

/* =============== Furniture Loan CSS Start ================== */

/* Deposit Schemes Banner CSS Start */

.furniture-loan-banner {
  position: relative;
  background: url("../images/furniture-loan-banner.jpg") center bottom/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.furniture-loan-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.furniture-loan-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.furniture-loan-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .furniture-loan-banner {
    height: 60vh;
  }

  .furniture-loan-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .furniture-loan-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 700px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

/* =============== Furniture Loan CSS Ends =================== */

/* ============== Housing Loan CSS Start ==================== */

/* Deposit Schemes Banner CSS Start */

.housing-loan-banner {
  position: relative;
  background: url("../images/home-loan-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.housing-loan-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.housing-loan-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.housing-loan-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .housing-loan-banner {
    height: 60vh;
  }

  .housing-loan-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .housing-loan-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 700px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

/* ============== Housing Loan CSS Ends ===================== */

/* =============== Business Loan CSS Start ================== */

/* Deposit Schemes Banner CSS Start */

.business-loan-banner {
  position: relative;
  background: url("../images/business-loan-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.business-loan-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.business-loan-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.business-loan-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .business-loan-banner {
    height: 60vh;
  }

  .business-loan-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .business-loan-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 900px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

.loan-card {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.loan-card:hover {
  transform: translateY(-8px);
  border: 1px solid #f29528;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.loan-icon-business {
  font-size: 36px;
  color: #f29528;
  margin-bottom: 15px;
  transition: color 0.3s ease-in-out;
}

.loan-card:hover .loan-icon-business {
  color: #e56c00;
}

.loan-title {
  font-weight: 600;
  color: #094c77;
  font-size: 18px;
}

.loan-rate {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

/* ============== Business Loan CSS Ends =================== */

/* ============= Mortage Loan CSS Start ===================== */

/* Deposit Schemes Banner CSS Start */

.mortgage-loan-banner {
  position: relative;
  background: url("../images/mortgage-loan-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mortgage-loan-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.mortgage-loan-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.mortgage-loan-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .mortgage-loan-banner {
    height: 60vh;
  }

  .mortgage-loan-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .mortgage-loan-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

/* msme section */

.msme-section {
  background: #fff;
  padding: 20px 20px;
  text-align: center;
}

.msme-section h2 {
  color: #f29528;
  font-weight: bold;
  font-size: 28px;
}

.interest-badge {
  background: #094c77;
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
}

.msme-section p {
  color: #094c77;
  font-size: 16px;
  max-width: 900px;
  margin: 15px auto 40px;
}
/* Table Section CSS */

.custom-table th {
  background-color: #094c77;
  color: white;
  text-align: center;
}

.loan-card {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.loan-card:hover {
  transform: translateY(-8px);
  border: 1px solid #f29528;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.loan-icon {
  font-size: 36px;
  color: #f29528;
  margin-bottom: 15px;
  transition: color 0.3s ease-in-out;
}

.loan-card:hover .loan-icon {
  color: #e56c00;
}

.loan-title {
  font-weight: 600;
  color: #094c77;
  font-size: 18px;
}

.loan-rate {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

/* ============== Mortage Loan CSS Ends ===================== */

/* Loan Scheme Internal Pages */

/* Our Services Internal Pages */

/* ===================== Free Services Section CSS Start ================== */

/* Deposit Schemes Banner CSS Start */

.free-service-banner {
  position: relative;
  background: url("../images/free-services-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.free-service-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.free-service-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.free-service-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .free-service-banner {
    height: 60vh;
  }

  .free-service-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .free-service-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

.service-card {
  background-color: #f29528;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.service-card i {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  align-content: center;
  font-size: 35px;
  margin-bottom: 15px;
  color: #094c77;
}
h4 {
  font-size: 18px;
  font-weight: bold;
}
.main-heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #094c77;
}

/* ===================== Free Services Section CSS Ends ==================== */

/* ================= Pradhan Mantri Yojana CSS Start ===================== */

/* Deposit Schemes Banner CSS Start */

.pm-banner {
  position: relative;
  background: url("../images/pm-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pm-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.pm-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.pm-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .pm-banner {
    height: 60vh;
  }

  .pm-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .pm-banner h1 {
    font-size: 1.5rem;
  }
}

/* Deposit Schemes Banner CSS Ends */

.yojana-card {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  background: #fff;
}

.yojana-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.yojana-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background-color: #f2f2f2;
}

.yojana-card .card-body {
  padding: 20px;
}

.yojana-card .card-title {
  color: #094c77;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.btn-know-more {
  background-color: #094c77;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-know-more:hover {
  background-color: #072e49;
  color: #fff;
}

/* ================= Pradhan Mantri Yojana CSS Ends ====================== */
/* Our Services Internal Pages */

/* ============== Customer Grievance Form CSS Start ==================== */

.customer-grievance-form {
  position: relative;
  background: url("../images/customer-grievance.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.customer-grievance-form .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.customer-grievance-form .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.customer-grievance-form h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .customer-grievance-form {
    height: 60vh;
  }

  .customer-grievance-form .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .customer-grievance-form h1 {
    font-size: 1.5rem;
  }
}

/* Grievance Form */

.form-title {
  color: #094c77;
  font-weight: 600;
  margin-bottom: 20px;
}

.submit-btn {
  background-color: #f29528;
  color: #fff;
  border: none;
}

.submit-btn:hover {
  background-color: #e18a1f;
}

label {
  font-weight: 500;
}

.required:after {
  content: " *";
  color: red;
}

.form-section {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: 30px auto;
}

/* Grievance Form */

/* ============== Customer Grievance From CSS Ends ==================== */

/* ============== Cyber Security Section CSS Start ============== */

/* Deposit Schemes Banner CSS Start */

.cyber-security-banner {
  position: relative;
  background: url("../images/cyber-banner.jpg") center center/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cyber-security-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.cyber-security-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.cyber-security-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .cyber-security-banner {
    height: 60vh;
  }

  .cyber-security-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .cyber-security-banner h1 {
    font-size: 1.5rem;
  }
}

/* ============= Cyber Security Section CSS Ends =============== */

/* ============= Notice Section CSS Start ==================== */

.notice-banner {
  position: relative;
  background: url("../images/kyc-reKyc-banner.jpg") center center/cover
    no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.notice-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.notice-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.notice-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .notice-banner {
    height: 60vh;
  }

  .notice-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .notice-banner h1 {
    font-size: 1.5rem;
  }
}

/* pdf  */
/* PDF Viewer Section */
.pdf-viewer-section {
  background-color: #f8f9fa;
}

/* Card Style */
.pdf-viewer-card {
  background: #fff;
  overflow: hidden;
}

/* Header Style */
.pdf-header {
  border-bottom: 2px solid #eee;
}

/* PDF Frame */
.pdf-frame-wrapper {
  width: 100%;
  height: 600px; /* adjust height as needed */
}

.pdf-frame {
  width: 100%;
  height: 100%;
  border: none;
}

/* Buttons */
.download-kyc {
  background-color: #f29528;
  color: #fff;
  border-radius: 5px;
  padding: 6px 16px;
  transition: 0.3s ease;
  text-decoration: none;
}

.download-kyc:hover {
  background-color: #d97f1f;
  color: #fff;
}

/* pdf */
/* ============= Notice Section CSS Ends ===================== */

/* ============== Privacy & Policy CSS Start ======================= */

.privacy-banner {
  position: relative;
  background: url("../images/privacy-banner.jpg") center top/cover no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.privacy-banner .overlay {
  background-color: rgba(0, 0, 0, 0.4); /* black overlay with transparency */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.privacy-banner .content {
  color: #094c77; /* Dark blue color */
  background: #e4e8ec; /* Light background box like screenshot */
  padding: 20px 30px;
  max-width: 700px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.privacy-banner h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .privacy-banner {
    height: 60vh;
  }

  .privacy-banner .content {
    padding: 15px 20px;
    max-width: 100%;
    clip-path: none;
  }

  .privacy-banner h1 {
    font-size: 1.5rem;
  }
  .policy-card {
    padding: 10px 10px !important;
  }
  .policy-section h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .privacy-midea {
    width: 100% !important;
  }
}

.policy-section {
  padding: 60px 0px;
}
.policy-section h2 {
  font-size: 25px;
  color: #094c77;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 5px solid #f29528;
  padding-left: 15px;
}
.policy-section h5 {
  color: #f29528;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
}
.policy-section p,
.policy-section li {
  color: #333;
  font-size: 15px;
}
.policy-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}
ul {
  padding-left: 20px;
}
.doc-footer {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 40px;
}

/* ================ Privacy & Policy CSS Ends ======================= */
