body {
  background-color: #ffffff !important;
  color: #333;
}
.header-call {
  /* padding: 10px 20px !important; */
  font-size: 15px;
}
.header-call i {
  margin-right: 10px;
}
nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#nav-header {
  justify-content: center !important;
  margin-bottom: 0;
}
#nav-header div li {
  font-size: 16px;
}
a {
  font-weight: 500;
}
#top-header-logo-w {
  width: 27%;
  max-width: 30%;
}
#top-header {
  background: #deeaf8;
  color: white;
}
#top-header div img {
  /* filter: drop-shadow(2px 4px 6px black); */
  max-width: 130%;
}

.marquee-container {
  flex-grow: 1;
  overflow: hidden;
  padding: 12px 0;
  background-color: #003366;
}

.marquee {
  white-space: nowrap;
  display: inline-block;
  animation: scroll 30s linear infinite;
  padding-left: 100%;
  color: #fff;
  font-weight: 400;
}

.marquee:hover {
  animation-play-state: paused;
}
.news-item {
  display: inline-block;
  margin-right: 50px;
  color: #fff;
}
.news-item::before {
  content: "📢";
  margin-right: 8px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.hero-banner {
  margin: 0px auto 0 auto;
}

/* 
------------
 * ROI css
------------
*/

.rate-of-inerest-sec {
  padding-bottom: 20px;
}

.rate-of-inerest-sec > h2 {
  /* padding: 20px 0; */
  padding: 40px 0 45px;
  margin: 0;
  font-weight: 600;
}

.rate-card {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  /* height: 250px; */
}
.rate-card:hover {
  box-shadow: 4px 4px 3px #828282;
  -moz-box-shadow: 4px 4px 3px #828282;
  -webkit-box-shadow: 4px 4px 3px #828282;
  -o-box-shadow: 4px 4px 3px #828282;
}

.rate-value {
  font-size: 75px;
  font-weight: bold;
  color: #e32636;
}

.rate-symbol {
  font-size: 26px;
  /* vertical-align: top; */
  color: #e32636;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
}

.rate-symbol sup {
  font-size: 1rem;
}

.apply-btn {
  background-color: #0082e5;
  border: none;
  color: white;
  padding: 5px 15px;
  font-size: 0.9rem;
}
.apply-btn:hover {
  background-color: #e32636;
  color: #fff;
}
.know-more {
  color: #6c757d;
  font-size: 0.9rem;
}
.know-more:hover {
  color: #e32636;
  text-decoration: underline #e32636;
  text-underline-offset: 4px;
}

/* 
------------
 * product card css
------------
*/

.pcs-headline {
  /* color: #e32636; */
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 40px 0 45px;
  margin: 0;
}
.pcs-headline.pcs-bs {
  text-align: left;
  padding: 25px 0;
}

.pcs-card {
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
}

.pcs-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pcs-card-body {
  padding: 30px;
  height: 275px;
  border-radius: 10px;
  border: 1px solid #e32636;
  position: relative;
  overflow: hidden;
}

.pcs-card-title {
  /* font-weight: 600; */
  font-weight: 700 !important;
  /* color: #003366; */
  color: #000 !important;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.pcs-card-text {
  color: #333;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  z-index: 9;
}

.pcs-btn-group {
  display: inline-block;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.pcs-btn-apply {
  text-decoration: none;
  list-style: none;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  padding: 4px 15px;
  background-color: #e32636;
  color: white;
  transition: background-color 0.3s ease;
}

.pcs-btn-apply:hover {
  background-color: #c72130;
  color: white;
}

.pcs-btn-know-more {
  color: #003366;
  /* font-weight: 600; */
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  right: -5px;
}

.pcs-btn-know-more:hover {
  text-decoration: none;
  color: #e32636;
}

.pcs-btn-know-more::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e32636;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

.pcs-btn-know-more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pcs-icon {
  height: 125px;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.pcs-icon img {
  max-width: 100%;
  height: 100%;
}

.pcs-section {
  padding-bottom: 40px;
}
.pcs_LoanSchemes {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .pcs-card {
    margin-bottom: 1.5rem;
  }

  .pcs-headline {
    font-size: 1.8rem;
  }
}

/* 
------------
 * services css
------------
*/
.bankingServices {
  background-color: #fcdb322e;
}
.banking-rightBox {
  padding: 35px 80px 35px 90px;
}
.banking-rightBox .banking__mt {
  margin-top: 24px;
}
.bank-icon {
  color: #e32636 !important;
}
.bankingServices-img {
  background: url(../images/BankingServices-img-3.jpg) center center/cover
    no-repeat;
  height: 560px;
  max-height: 650px;
  margin: 0;
}

.bankingServices {
  background-color: #f9f9f9;
}

.bank-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  height: 100%;
  border: none;
}

.bank-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bank-icon {
  font-size: 2rem;
  color: var(--theme-color);
  margin-bottom: 1rem;
}

.bank-service-title {
  color: #212529;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.main-title {
  /* color: #212529;
    font-weight: 700; */
  margin-bottom: 2rem;
  display: block;
  font-size: 40px;
  line-height: 52px;
}

.bank-image {
  /* border-radius: 1rem;  */
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-left: 30px;
}

.bankingServices {
  background-color: rgb(227 38 54 / 10%);
}

.bank-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  height: 100%;
  border: none;
}

.bank-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bank-icon {
  font-size: 1.6rem;
  color: var(--theme-color);
  margin-bottom: 1rem;
}

.bank-service-title {
  color: #212529;
  font-size: 0.7rem;
  font-weight: 500;
  margin: 0;
}

.main-title {
  /* color: #212529;
    font-weight: 700; */
  margin-bottom: 2rem;
  display: block;
  font-size: 40px;
  line-height: 52px;
}

.bank-image {
  /* border-radius: 1rem;  */
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-left: 30px;
}

.pcs-border-color {
  border: 1px solid #e32636;
}

@media only screen and (max-width: 320px) {
}

@media only screen and (max-width: 767px) {
  .pcs-section.emi-calculator-mob {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rate-card {
    margin-bottom: 20px;
  }
  .rate-of-inerest-sec > h2,
  .pcs-headline {
    padding: 30px 0 30px;
  }
  .rate-of-inerest-sec {
    padding-bottom: 0;
  }
  .ir-title {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 25px 0;
    font-weight: 600;
  }
  .pcs-btn-know-more {
    font-size: 0.8rem;
  }
  .rate-value {
    font-size: 40px;
  }
  .rate-symbol {
    font-size: 15px;
  }
  .rate-symbol sup {
    font-size: 10px;
  }
  .ir-title,
  .rate-symbol {
    color: #707070;
  }
  .know-more {
    color: #6c757d;
    font-size: 0.9rem;
  }

  .header-call {
    font-size: 10px;
  }
  #top-header div img {
    max-width: 100%;
  }

  #nav-header {
    justify-content: flex-start !important;
    margin-bottom: 0;
  }
  #top-header-logo-w {
    width: 85%;
    max-width: 100%;
  }
  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .banking-rightBox .row {
    /* flex-direction: column-reverse !important; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pcs-headline.pcs-bs {
    text-align: center;
  }
  .bank-card {
    width: 150px;
    max-width: 150px;
  }
  .banking-rightBox {
    padding: 12px 0 35px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-title {
    font-size: 28px;
  }
  .bankingServices-img {
    height: 270px;
  }
}

/* new CSS  Internal pages   */

.loan-container {
  background: #fff;
  max-width: 900px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.loan-container h2 {
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}

.loan-section {
  margin-bottom: 25px;
  border-left: 4px solid #004766;
  padding-left: 15px;
}

.loan-section h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #444;
}

.loan-section p,
.loan-section ul {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.loan-section ul {
  padding-left: 20px;
  margin-top: 6px;
}

@media (max-width: 600px) {
  .loan-container {
    padding: 20px;
  }
  .loan-section h3 {
    font-size: 16px;
  }
  .loan-section p,
  .loan-section ul {
    font-size: 14px;
  }
}

.banner {
  background-image: url("../images/banner_car_loan.jpg"); /* Replace with actual hosted image URL */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 20px;
  position: relative;
  height: auto;
  margin-top: -1px !important;
  border-image: fill 0 linear-gradient(#000000a1, #235c9d8f);
}
.banner-content {
  max-width: 700px;
  background: rgb(255 255 255 / 81%);
  padding: 10px 20px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
.banner-content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0c3c6d;
}
.banner p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
  margin-top: 25px;
}
.btn-contact {
  display: inline-block;
  background: white;
  color: #003366;
  padding: 10px 25px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  margin-top: 20px;
}
.banner-content a:hover {
  background: #f0f0f0;
}

.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}

.pcs-Banknk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.pcs-heading {
  font-size: 31px;
  font-weight: 750;
  text-align: center;
  margin-bottom: 15px;
}

.heading-underline {
  height: 6px;
  /* width: 100px; */
  background: #004766;
  border: none;
  margin: 0 auto 30px;
}

.left-tabs-content {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.left-tabs {
  flex: 1;
  min-width: 280px;
}

.tab {
  background: #cae6f5;
  padding: 13px 11px;
  /* font-weight: bold; */
  border: 1px solid #ddd;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.tab.active {
  background-color: #004766;
  color: #fff;
}

.right-content {
  flex: 2;
  min-width: 300px;
  margin-top: 65px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.content-heading {
  font-size: 25px;
  color: #004766;
  font-weight: 700;
  margin-bottom: 10px;
}

.right-content p {
  line-height: 1.6;
  font-size: 16px;
}

.right-content a {
  color: #004766;
  text-decoration: none;
  font-weight: 500;
}

.section-title {
  text-align: justify;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 35px;
}

.card {
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding-bottom: 20px;
  margin: 10px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card h4 {
  color: #003e52;
  font-weight: bold;
  margin-top: 20px;
}

.card p {
  padding: 0 15px;
  font-size: 15px;
  color: #333;
  margin: 10px 0 20px;
}

.card a {
  background: #003e52;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.card a:hover {
  background: #00556e;
}

.owl-nav {
  text-align: center;
  margin-top: 10px;
}

.owl-nav button {
  background: #003e52;
  color: #fff;
  border: none;
  padding: 6px 12px;
  margin: 0 5px;
  border-radius: 3px;
}

.owl-nav button:hover {
  background: #00556e;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dot {
  height: 12px;
  width: 12px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.owl-dot.active {
  background: #003e52;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.owl-carousel .card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.owl-carousel .card img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.owl-carousel .card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.owl-carousel .card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.owl-carousel .card a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.owl-nav {
  text-align: center;
  margin-top: 10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #003e52;
  color: #fff;
  font-size: 20px;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #00556e;
}

section {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .left-tabs-content {
    flex-direction: column;
    gap: 2px;
  }

  .left-tabs,
  .right-content {
    width: 100%;
    text-align: center;
  }

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

  .banner p {
    font-size: 1rem;
  }

  .btn-contact {
    padding: 8px 20px;
    font-size: 14px;
  }
  .carousel-section {
    overflow-x: hidden;
  }
  section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pcs-heading {
    font-size: 21px;
  }
  img {
    max-width: 100%;
    height: auto;
  }

  .vehicle-text {
    font-size: 18px;
  }

  .pcs-Banknk-container {
    padding: 0px 0px;
  }
}

/* slider -  */

.tab-slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.tab-prev,
.tab-next {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 4px;
}

.tab-slider-wrapper {
  overflow: hidden;
  flex-grow: 1;
}

.tab-slider {
  display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
}

.tab {
  flex: 0 0 25%; /* 4 tabs visible at once */
  padding: 10px;
  background: #eee;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
}

.tab.active {
  background: #007bff;
  color: #fff;
}

@media (max-width: 768px) {
  .tab {
    flex: 0 0 50%; /* 2 tabs visible */
  }
}

@media (max-width: 480px) {
  .tab {
    flex: 0 0 100%; /* 1 tab visible */
  }
}

.tab-slider-container {
  position: relative;
  overflow: hidden;
  margin: 20px 0px; /* space for arrows */
}

.tab-slider-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding-right: 71px;
  overflow-x: hidden;
}

.tab-slider {
  display: flex;
  gap: 10px;
}

.tab {
  display: inline-block;
  padding: 12px 20px;
  background: #cae6f5;
  border-radius: 30px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.3s ease;
  min-width: 200px;
  text-align: center;
  font-weight: 500;
}

.tab.active,
.tab:hover {
  background-color: #004766;
  color: white;
}

.tab-prev,
.tab-next {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background: white;
  color: #004766;
  border: 1px solid #004766;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 5;
  padding: 4px 3px;
}

.tab-prev:hover,
.tab-next:hover {
  background-color: #004766;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.tab-prev {
  left: 9px;
}

.tab-next {
  right: 9px;
}
@media (max-width: 576px) {
  .tab-prev,
  .tab-next {
    display: none;
  }
}

.card-main-loan {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 1px solid #eee;
}
.card-main-loan h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  /* margin-top: 20px; */
}

.card-main-loan p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.card-main-loan img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.item12 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  background-color: white;
  margin-right: 20px; */
}

.card-main-loan a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.card-main-loan a {
  background: #003e52;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.card-parent {
  width: 100%; /* override fixed width */
}

/*Index Page Modal CSS Start - By Yash 15-09-2025*/
.bank-notice-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.bank-notice-popup {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    animation: popupZoom 0.4s ease;
}
.bank-notice-body {
    padding: 20px;
    height: 600px;
    overflow-y: auto;
}
.home-modal-image {
    width: 100%;
    height: auto !important;
    display: block;
}
.bank-notice-close {
    position: absolute;
    right: 22%;
    top: 25px;
}
@keyframes popupZoom {
    from { transform: scale(0.5); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}
@media (max-width: 768px) {
    .bank-notice-popup {
        width: 100% !important;
        /*max-width: 800px;*/
    }
    .bank-notice-body {
        height: auto !important;
    }
    .bank-notice-close {
        top: 100px !important;
        right: 2% !important;
    }
}
/*Index Page Modal CSS End - By Yash 15-09-2025*/

@media (max-width: 768px) {
  .item12 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (max-width: 480px) {
  .item12 {
    grid-template-columns: 1fr;
  }

  .card-main-loan {
    padding: 15px;
  }

  .card-main-loan h2 {
    font-size: 16px;
  }

  .card-main-loan p {
    font-size: 13px;
  }
  .tab-prev,
  .tab-next {
    display: block;
  }
  .tab-prev {
    left: 0%;
    top: 44%;
  }
  .tab-next {
    right: 0%;
    top: 44%;
  }

  .board-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
  }
}

.owl-carousel .card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.owl-carousel .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.owl-nav .custom-arrow {
  background: #003e52;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  position: relative;
  left: -5%;
}

.owl-next .custom-arrow {
  background: #003e52;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  position: relative;
  left: 0%;
}

.owl-nav .custom-arrow:hover {
  background: #00556e;
}

.owl-theme .owl-controls .owl-next {
  position: absolute !important;
  right: 34px;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff00 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f0eaea00 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #245d9d 0%, #245d9d 100%);
}

.text-decoration-none {
  text-decoration: none !important;
}

/* contact -location  */

.branch-locator-heading {
  color: #0276bb;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.heading-underline {
  border-bottom: 2px dashed #20b452;
  width: 150px;
  margin: 0 auto 30px;
}

.filter-container {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  display: inline-flex;
  margin-bottom: 20px;
  justify-content: space-around;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.filter-option {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.filter-option i {
  margin-right: 8px;
  font-size: 20px;
}

.filter-active {
  background-color: #0276bb;
  color: white;
  box-shadow: 0 4px 8px rgba(2, 118, 187, 0.3);
}

.filter-option:not(.filter-active):hover {
  border: 2px solid #0276bb;
  color: #0276bb;
}

.branch-item {
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border-top: 4px solid #0276bb;
}

.branch-item:hover,
.branch-item.active {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.branch-item.active {
  border-top: 4px solid #20b452;
}

.branch-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0276bb;
  transition: all 0.3s;
}

.branch-item:hover::before,
.branch-item.active::before {
  background-color: #20b452;
}

.branch-name {
  font-weight: 700;
  color: #0276bb;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 8px;
}

.branch-address,
.branch-contact {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.branch-address i,
.branch-contact i {
  margin-top: 3px;
  margin-right: 10px;
  color: #0276bb;
}

.branch-hours {
  font-size: 13px;
  color: #555;
  margin-left: 22px;
}

.branch-hours span {
  font-weight: 600;
}

.map-container {
  height: 550px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.contact-person {
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 22px;
  display: flex;
  align-items: center;
}

.contact-person i {
  margin-right: 8px;
  color: #555;
}

.contact-person a {
  color: #0276bb;
  transition: all 0.2s;
}

.contact-person a:hover {
  color: #20b452;
  text-decoration: none;
}

.business-title {
  font-weight: 600;
  color: #333;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.business-title i {
  margin-right: 10px;
  color: #0276bb;
}

.branch-list {
  max-height: 465px;
  overflow-y: auto;
  padding-right: 10px;
}

.branch-list::-webkit-scrollbar {
  width: 6px;
}

.branch-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.branch-list::-webkit-scrollbar-thumb {
  background: #0276bb;
  border-radius: 10px;
}

.branch-list::-webkit-scrollbar-thumb:hover {
  background: #20b452;
}

.email-id {
  font-size: 13px;
  margin-bottom: 8px;
  margin-left: 22px;
  display: flex;
  align-items: center;
}

.email-id i {
  margin-right: 8px;
  color: #555;
}

.email-id a {
  color: #0276bb;
  transition: all 0.2s;
}

.email-id a:hover {
  color: #20b452;
  text-decoration: none;
}

.view-all-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #0276bb;
  color: white;
  padding: 8px 15px;
  border-radius: 25px;
  border: none;
  z-index: 10;
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.view-all-btn:hover {
  background-color: #20b452;
  color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

/* For smaller screens */
@media (max-width: 768px) {
  .map-container {
    margin-top: 20px;
    height: 350px;
  }
  .filter-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .view-all-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .branch-item {
    padding: 15px;
  }
}

/* location end css */

.annual-report-section {
  background-color: #f9f9f9;
  /* padding: 50px 20px; */
  font-family: "Segoe UI", sans-serif;
}
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #003366;
  font-weight: 600;
}
.report-list {
  list-style: none;
  padding: 10;
  /* max-width: 700px; */
  margin: 0 auto;
}
.report-list li {
  margin-bottom: 50px;
  background: #ffffff;
  border-left: 5px solid #003366;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.report-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.report-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  text-decoration: none;
  color: #003366;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.report-list a:hover {
  background-color: #003366;
  color: #ffffff;
}

.report-list i {
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  .banking-rightBox {
    padding: 17px !important;
    text-align: center;
  }

  .banking-rightBox .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
  }

  .bank-card {
    width: 140px !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px !important;
    font-size: 14px;
  }

  .bank-icon {
    font-size: 24px !important;
    margin-bottom: 8px;
  }

  .bank-service-title {
    font-size: 13px !important;
  }

  .pcs-headline.pcs-bs {
    font-size: 20px;
    padding: 10px 0;
  }

  .mobile-reverse {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 768px) {
  #hamburger-menu ul {
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
  }

  #hamburger-menu ul.open {
    display: block;
    transform: scaleY(1);
    opacity: 1;
  }
}
.photo-gallery-img img {
  height: 200px;
  width: 100%;
}
.photo-gallery-img h3 {
  padding-bottom: 30px;
}

/* second nav- bar  mobile   */
