@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --blue: #2b446c;
  --yellow: #fbc338;
  --text: #0b1b2e;
  --white: #fff;
  --shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
  --radius: 14px;
  --container: 1320px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.msc-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 3.5);
  padding-left: calc(var(--bs-gutter-x) * 3.5);
  margin-right: auto;
  margin-left: auto;
}

.section-padding {
  padding: 90px 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--blue);
  background-color: #fff;
  font-weight: 500;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

.bg-blue {
  background: var(--blue) !important;
}

.msc-header {
  position: relative;
  overflow: visible;
  background: #f1c44a;
}

.msc-header .msc-top {
  color: var(--white);
  position: relative;
  width: 100%;
  /* height: 100%; */
  min-height: 13vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(../img/vector/header-blue-bg.png);
  /* z-index: 1; */
}

.msc-header .msc-top .msc-top-wrapper {
  padding: 20px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}

.msc-header .msc-top .msc-top-wrapper .msc-title p {
  max-width: 330px;
  font-size: 16px;
  margin-bottom: 0;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-left .msc-lang {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 10px;
}

.msc-header
  .msc-top
  .msc-top-wrapper
  .msc-top-left
  .msc-search
  .search::placeholder {
  color: #ffffff66;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-left .msc-search input {
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  width: 100%;
  font-size: 12px;
  padding: 0;
  line-height: 0;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-center-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  text-align: left;
}

.msc-header
  .msc-top
  .msc-top-wrapper
  .msc-top-center-wrapper
  .msc-title
  .bank-name {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-center img {
  width: 100%;
  height: 130px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-left .msc-search .msc-mic {
  background: transparent;
  border: 0;
  border-left: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
}

.msc-lang .muted {
  opacity: 0.85;
}

.msc-lang .sep {
  opacity: 0.6;
}

.msc-lang .lang {
  opacity: 0.9;
}

.msc-lang .lang.active {
  opacity: 1;
  font-weight: 700;
  color: var(--yellow);
}

.msc-header .msc-top .msc-top-wrapper .msc-top-left .msc-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  height: 40px;
  padding: 0 2px 0 12px;
  max-width: 320px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right .msc-call-icon svg {
  fill: #2b446c;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 5px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right .msc-call-line .muted {
  font-weight: 600;
  opacity: 0.9;
  font-size: 22px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right .msc-call-icon svg {
  fill: #2b446c;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 5px;
  margin-top: 2px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right .msc-call-line {
  font-weight: 600;
  font-size: 22px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right .msc-gst {
  font-weight: 500;
  font-size: 16px;
  margin-top: 5px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right .msc-call {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-right,
.msc-header .msc-top .msc-top-wrapper .msc-top-left {
  padding-top: 10px;
}

.msc-header .msc-top .msc-top-wrapper .msc-top-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
}

.msc-header .msc-top .msc-top-wrapper .msc-mid {
  margin-top: auto;
}

.msc-header .msc-top .msc-mid-links {
  /* padding-bottom: 12px;
    padding-top: 10px; */
  position: absolute;
  bottom: 12px;
}

.msc-header .msc-top .msc-mid-links a {
  opacity: 0.92;
}

.msc-header .msc-top .msc-mid-links a:hover {
  opacity: 1;
}

.msc-header .msc-top .msc-mid-links a.active {
  opacity: 1;
  font-weight: 800;
  position: relative;
  padding-bottom: 8px;
  padding-top: 10px;
}

.msc-header .msc-top .msc-mid-links ul.nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}

.msc-header .msc-top .msc-mid-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  opacity: 0.85;
}

.msc-app-btn {
  background: #2b446c;
  border: 2px solid #2b446c;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  width: 208px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: all 0.3s ease;
  position: absolute;
  top: -5rem;
}

.msc-app-btn:nth-child(2) {
  right: 40px;
}

.msc-app-btn:hover {
  scale: 1.04;
}

.msc-app-ico {
  font-size: 16px;
}

.msc-dropdown {
  position: relative;
}

.msc-dropdown-toggle {
  background: transparent;
  border: none;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  border-right: 1.48px solid #000000;
}

.msc-dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: 320px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  list-style: none;
  margin: 0;
  z-index: 9999;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  /* Animation Properties */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

.msc-dropdown.active .msc-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  top: calc(100% + 8px);
}

.msc-dropdown-menu li a {
  display: block;
  font-size: 14px;
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 8px;
}

.msc-dropdown-menu li {
  border-bottom: 1px solid #fff;
  padding: 10px 16px;
}

.msc-dropdown-menu li:not(.has-submenu):hover {
  background: #f1c44a;
  color: #000;
  border: 0;
}

.msc-dropdown-menu.open {
  display: block;
}

.msc-header .msc-bottom .msc-bottom-wrapper .msc-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.msc-header .msc-bottom .msc-bottom-wrapper .msc-dropdown-menu li {
  position: relative;
}

.msc-header .msc-bottom .msc-bottom-wrapper .msc-dropdown-menu li {
  list-style: none;
}

.msc-header .msc-bottom .msc-bottom-wrapper .submenu-toggle {
  width: 100%;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: left;
  border-left: 2px solid #fff;
}

.msc-header .msc-bottom .msc-bottom-wrapper .submenu-toggle span.arrow {
  transition: transform 0.5s ease;
}

.msc-header .msc-bottom .msc-bottom-wrapper .msc-dropdown-menu a:hover {
  background: #f1c44a;
}

.msc-header .msc-bottom .msc-bottom-wrapper .submenu {
  display: none !important;
  background: transparent;
  padding-left: 0;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  max-height: 0;
  overflow: hidden;
}

.msc-header .msc-bottom .msc-bottom-wrapper .has-submenu.active > .submenu {
  display: block !important;
  max-height: 500px;
}

.msc-header
  .msc-bottom
  .msc-bottom-wrapper
  .has-submenu.active
  > .submenu-toggle
  .arrow {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}

.msc-header .msc-bottom .msc-bottom-wrapper .submenu a {
  font-size: 13px;
}

.msc-header .msc-bottom .msc-bottom-wrapper .has-submenu.active {
  padding: 0;
}

.msc-header
  .msc-bottom
  .msc-bottom-wrapper
  .has-submenu.active
  .submenu-toggle {
  padding: 10px 16px;
  border-left: 0;
}

.msc-header .msc-bottom .msc-bottom-wrapper .submenu li {
  opacity: 0;
  transform: translateY(-5px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.msc-header .msc-bottom .msc-bottom-wrapper .has-submenu.active .submenu li {
  opacity: 1;
  transform: translateY(0);
}

.msc-header .msc-bottom {
  position: relative;
}

.msc-bottom .msc-bottom-wrapper .msc-header-btns {
  /* position: absolute;
    top: -5rem;
    width: 100%; */
}

.msc-bottom .msc-bottom-wrapper .msc-header-btns .msc-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 40px;
}

.msc-bottom .msc-bottom-wrapper .msc-header-btns .msc-app-btn img {
  width: 28px;
  height: 28px;
}

.footer-wrapper {
  background: linear-gradient(89.6deg, #3b5b8d 46%, #86a5d7 112.76%);
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  box-shadow:
    0px -5px 10px 0px #2b446c1a,
    0px -19px 19px 0px #2b446c17,
    0px -42px 25px 0px #2b446c0d,
    0px -74px 30px 0px #2b446c03,
    0px -116px 33px 0px #2b446c00;
}

.site-footer {
  margin-bottom: 3rem;
}

.site-footer .footer-wrapper .footer-content .footer-title {
  font-weight: 600;
  color: #fdc211;
  font-size: 22px;
  margin-top: 30px;
}

.site-footer .footer-wrapper .footer-content p {
  color: #fff;
}

.site-footer .footer-wrapper .top-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.site-footer .footer-wrapper .footer-content .footer-logo {
  margin-bottom: 30px;
}

.site-footer .footer-wrapper .footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  gap: 3rem;
}

.site-footer .footer-wrapper .footer-links .link-title {
  color: #fdc211;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}

.site-footer .footer-wrapper .footer-links ul {
  list-style: none;
  padding-left: 0;
}

.site-footer .footer-wrapper .footer-links ul li {
  margin-bottom: 8px;
}

.site-footer .footer-wrapper .footer-links ul li a {
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.site-footer .footer-wrapper .footer-links ul li a:hover {
  opacity: 1;
}

.site-footer .footer-wrapper .footer-social-box {
  background: #fff;
  border-radius: 25px;
  padding: 25px 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2b446c;
  text-align: center;
}

.site-footer .footer-wrapper .footer-inner {
  padding: 30px 40px 40px;
}

.site-footer .footer-wrapper .footer-social-box h4 {
  color: #2b446c;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 18px;
}

.site-footer .footer-wrapper .footer-social-box .social .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.site-footer .footer-wrapper .footer-social-box .social .icons a {
  background: #dee5f0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer .footer-wrapper .footer-social-box .social .icons a img {
  height: 24px;
  width: 24px;
}

.site-footer .footer-wrapper .footer-copyright {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 40px;
  color: #fdc211;
  gap: 10rem;
}

.site-footer .footer-wrapper .footer-content .footer-logo img {
  z-index: 999999999;
  position: relative;
}

.site-footer .footer-wrapper .footer-content .footer-logo {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}

.site-footer .footer-wrapper .footer-content .footer-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22rem;
  height: 11rem;
  background: #fff;
  z-index: 1;
  border-radius: 0 0 82px 0;
}

.site-footer .footer-wrapper .footer-content .footer-logo {
  position: relative;
  width: 22rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 🔑 pull logo outside padded container */
  margin-top: -30px;
  margin-left: -40px;
}

.site-footer .footer-wrapper .footer-content .footer-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 0 0 82px 0;
  z-index: 1;
}

.site-footer .footer-wrapper .footer-content .footer-logo img {
  position: relative;
  z-index: 2;
  max-width: 230px;
}

.help-section {
  position: relative;
  min-height: 520px;
  background: url(../img/banner/faq-bg.jpg) center/cover no-repeat;
  color: #fff;
  padding: 60px 20px;
  overflow: hidden;
}

.help-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 40, 80, 0.75);
}

.banner-content {
  z-index: 999;
  position: relative;
  text-align: center;
}

.msc-search input.search {
  background: transparent;
  border: 0;
  outline: 0;
  color: #2b446c;
  width: 100%;
  font-size: 14px;
  padding: 0;
  line-height: 0;
}

div.help-search .msc-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  height: 45px;
  padding: 0 12px 0 12px;
  max-width: 430px;
  margin: 0 auto;
}

div.help-search .msc-search .search-btn {
  background: #fbc338;
  border: 1px solid #fbc338;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 3px;
  color: #2b446c;
  font-weight: 500;
}

.help-section .banner-content .faq-search .help-search {
  margin-bottom: 20px;
  margin-top: 20px;
}

.help-section .banner-content .faq-search p {
  font-size: 14px;
}

.service-slider-wrap {
  position: relative;
  padding: 0 60px;
}

.serviceSwiper {
  padding: 10px 0;
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 14px;
  height: auto;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 15px;
}

.service-card span {
  font-size: 14px;
  font-weight: 600;
  color: #2b446c;
  line-height: 1.2;
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 0;
}

.custom-prev::after,
.custom-next::after {
  font-size: 14px;
  color: #2b446c;
  font-weight: bold;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.35;
}

.swiper {
  width: 100%;
  height: 100%;
}

.service-slider-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f0fe 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-slider-wrap .swiper-slide img {
  display: block;
  width: auto;
  height: 50px;
}

.service-card:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fbc338 100%);
  color: #000;
}

section.faq-section,
.holiday-calender,
.about-page-section,
section.career-page,
.card-rates-section {
  padding: 90px 0;
}

section.faq-section .faq-box {
  box-shadow: 0px 3px 7px 0px #7394c91a;
  padding: 50px 40px;
}

section.faq-section .faq-box .faq-title {
  text-align: center;
}

section.faq-section .faq-box .faq-title h3 {
  font-weight: 600;
  color: #2b446c;
}

section.faq-section .faq-box .faq-title p {
  color: #808080;
  font-size: 14px;
}

.accordion-item .accordion-header button.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.faq-content .faq-item #faqAccordion .accordion-item {
  border: 0;
}

.faq-content
  .faq-item
  #faqAccordion
  .accordion-item
  .accordion-header
  button.accordion-button {
  background: transparent;
  border-bottom: 2px solid #fbc338;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  color: #2b446c;
  padding: 30px 10px 8px;
}

.faq-content .faq-item #faqAccordion .accordion-item .accordion-body .divider {
  width: 100%;
  height: 1px;
  background: #fbc338;
}

.faq-content
  .faq-item
  #faqAccordion
  .accordion-item
  .accordion-header
  button.accordion-button::after {
  color: #fbc338;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FBC338' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

section.breadcrumb-section1 .breadcrumb-wrapper img {
  width: 100%;
}

section.holiday-calender .holiday-search .msc-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2b446c0f;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  height: 45px;
  padding: 0 12px 0 12px;
  max-width: 430px;
  margin: 0 0 0 auto;
  position: relative;
}

section.holiday-calender .holiday-calender-wrapper {
  width: 100%;
  margin: 0 auto;
}

section.holiday-calender .holiday-calender-wrapper .holiday-search {
  margin-bottom: -42px;
}

section.breadcrumb-section {
  padding: 120px 40px;
  background: url("../img/banner/breadcrumb.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

section.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2b446cb2;
  opacity: 0.7;
}

section.breadcrumb-section h1 {
  z-index: 999;
  position: relative;
  color: #fff;
  text-align: center;
}

.form-group {
  position: relative;
  margin: 40px auto;
}

section.feedback-page .form-control {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 35px;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

section.feedback-page.form-control + label {
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 16px;
  color: #cccccc;
  transition: all 0.4s ease-out;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-width: 2px;
  border-color: #009688;
}

section.feedback-page .form-control:focus + label,
section.feedback-page .form-control.has-value + label {
  top: -9px;
  color: #009688;
  font-size: 12px;
  background: #fff;
}

section.feedback-page .form-group select,
section.feedback-page .mob,
.det {
  margin-bottom: 15px;
  width: 40%;
}

section.feedback-page .input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

section.about-page-section .nav-pills .nav-link.active span {
  position: relative;
  padding-bottom: 10px;
}

section.about-page-section .nav-pills .nav-link.active span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 3px;
  background-color: #fbc338;
}

.nav-pills .nav-link {
  font-size: 22px;
  font-weight: 400;
  color: #c8c8c8;
}

section.about-page-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #2b446c;
  font-weight: 600;
  margin-bottom: 10px;
}

section.about-page-section .about-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

section.about-page-section .about-content .about-tab-content {
  width: 84%;
  border-left: 3px solid #2b446c4d;
  padding: 2px 70px;
}

section.about-page-section .about-content .about-tabs {
  width: 15%;
}

section.about-page-section
  .about-content
  .about-tab-content
  .tab-content-header {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b446c;
}

section.about-page-section .about-content .about-tab-content img.about-image {
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  object-position: bottom;
}

section.about-page-section
  .about-content
  .about-tab-content
  .tab-section-title {
  margin-top: 25px;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2b446c;
}

section.about-page-section p {
  color: #2b446c;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box {
  box-shadow:
    0px 3.41px 3.41px 0px rgba(155, 179, 217, 0.09),
    inset 0px 11.36px 6.81px 0px rgba(61, 129, 240, 0.03);
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 40px;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .title
  p {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  color: #2b446c;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .title
  p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 32%);
  height: 1.5px;
  background-color: #2b446c;
  left: 50%;
  transform: translateX(-50%);
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .box-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .box-content
  .counter-box
  .counter-box-inner {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.57px solid #fbc338;
  border-radius: 20px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .box-content
  .counter-box {
  width: 23.9%;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .box-content
  .counter-box
  .counter-digit
  p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

section.about-page-section
  .about-content
  .about-tab-content
  .credit-structure-box
  .box-content
  .counter-box
  .counter-title {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  max-width: 154px;
  margin: 0 auto;
}

.about-content .about-tab-content .quote-wrapper {
  position: relative;
  margin: 40px auto;
}

.about-content .about-tab-content .quote-wrapper .quote-box {
  color: #fbc338;
  padding: 30px 60px 30px 256px;
  min-height: 140px;
  background: linear-gradient(90deg, #2b446c 0%, #376ec7 100%);
}

.about-content .about-tab-content .quote-wrapper .quote-box p {
  color: #fbc338;
}

.about-content .about-tab-content .quote-wrapper .quote-image {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 8px solid #2b446c;
  z-index: 2;
}

.about-content .about-tab-content .quote-wrapper .quote-image img {
  display: block;
  width: 162px;
  height: 162px;
  object-fit: cover;
  object-position: top;
}

.about-content .about-tab-content .quote-wrapper.quote-box p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

.about-content .about-tab-content .quote-wrapper .quote-box .author {
  font-size: 14px;
  font-weight: 600;
}

#aboutAccordion .accordion-item {
  border: none;
  margin-bottom: 15px;
}

#aboutAccordion .accordion-item .accordion-header button {
  border-radius: 14px;
  background: #2b446c1a;
  padding: 18px 20px;
  font-size: 18px;
  color: #2b446c;
}

#aboutAccordion .accordion-item .accordion-body p.accordian-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 6px;
}

#aboutAccordion .accordion-button::after {
  background-image: url("../img/about/arrow.svg");
  background-size: contain;
  width: 18px;
  height: 16px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

section.about-page-section .vision-mission-box,
.csoc-mission-vision .vision-mission-box {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  color: #fff;
  min-height: 420px;
  background: radial-gradient(
    40.56% 72.12% at 50% 50%,
    #4d6fa4 0%,
    #395788 69.13%,
    #2b446c 100%
  );
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.about-page-section .vision-mission-box::before,
.csoc-mission-vision .vision-mission-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 65%;
  background: url(../img/about/vector/top-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

section.about-page-section .vision-mission-box::after,
.csoc-mission-vision .vision-mission-box::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 65%;
  background: url(../img/about/vector/bottom-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

section.about-page-section .vision-mission-box p {
  color: #fff;
  max-width: 450px;
  opacity: 0.9;
}

section.about-page-section .vision-mission-box .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fbc338;
}

section.about-page-section .vision-mission-box .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fbc338;
  border-bottom: 2px solid #fbc338;
}

section.about-page-section .about-content .about-tab-content .introduction {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
  margin: 30px 30px;
}

section.about-page-section
  .about-content
  .about-tab-content
  p.introduction-title {
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 6px;
}

section.about-page-section
  .about-content
  .about-tab-content
  p.introduction-title
  span {
  text-transform: uppercase;
}

section.about-page-section
  .about-content
  .about-tab-content
  p.introduction-description {
  color: #9c9c9c;
  font-weight: 500;
  max-width: 375px;
}

section.about-page-section .about-content .about-tab-content .introduction-box {
  margin-bottom: 60px;
}

section.about-page-section
  .about-content
  .about-tab-content
  .introduction-box:last-child {
  margin-bottom: 0;
}

section.about-page-section .about-content .about-tab-content .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

section.about-page-section .about-content .about-tab-content .gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

section.about-page-section .about-content .about-tab-content .gallary-one {
  margin-bottom: 30px;
}

section.about-page-section
  .about-content
  .about-tab-content
  .gallery-one:last-child {
  margin-bottom: 0;
}

.tender-banner::before,
.tender-archive-banner::before,
.deposits-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b446cb2;
}

.tender-banner {
  position: relative;
  background: url("../img/tender/top-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tender-banner h2,
.tender-archive-banner h2,
.deposits-banner h2 {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

section.sale-notices .notice-card {
  border: 1px solid #2b446c;
  margin-bottom: 25px;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(29.21deg, #ffffff 61.55%, #2b446c 222.17%);
}

section.sale-notices .notice-card .notice-dates {
  display: flex;
  gap: 40px;
  padding: 14px 40px;
  background: linear-gradient(180deg, #e9edf3 0%, #ffffff 100%);
  border-bottom: 1px solid #2b446c;
}

section.sale-notices .notice-card .date-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #597198;
}

section.sale-notices .notice-card .date-item .icon {
  font-size: 18px;
}

section.sale-notices .notice-card .date-item .label {
  font-size: 14px;
  font-weight: 700;
  color: #5c6f99;
}

section.sale-notices .notice-card .date-item .value {
  font-size: 12px;
  font-weight: 600;
  color: #597198;
}

section.sale-notices .notice-card .notice-content {
  padding: 16px 20px;
  background: #fff;
}

section.sale-notices .notice-card .notice-title {
  font-size: 18px;
  font-weight: 500;
  color: #2b446c;
  margin-bottom: 6px;
}

section.sale-notices .notice-card .notice-link {
  font-size: 14px;
  color: #2b446c;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
}

section.sale-notices {
  margin-top: -90px;
  padding-bottom: 90px;
  position: relative;
}

section.sale-notices .notice-card .notice-content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  padding-left: 20px;
  margin-bottom: 0;
}

.tender-archive-banner {
  position: relative;
  background: url(../img/tender/top-banner.jpg);
  background-size: cover;
  background-position: 100% 44%;
  background-repeat: no-repeat;
  height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.sale-notices .notice-card .date-item img {
  width: 30px;
  height: 30px;
}

section.contact-page {
  font-family: "Inter", sans-serif;
  padding: 90px 0;
}

.branch-search {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
}

.search-line-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.search-line-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #1f3b73;
  z-index: 0;
}

.branch-search input::placeholder {
  color: #ccc;
}

.branch-search input {
  width: 100%;
  padding: 14px 20px 14px 48px;
  border-radius: 40px;
  border: 1px solid #d0d9ea;
  font-size: 16px;
  background: #fff;
  color: #2b446c;
  font-weight: 500;
  box-shadow:
    inset 0px 2px 4px rgba(43, 68, 108, 0.12),
    inset 0px 8px 8px rgba(43, 68, 108, 0.1),
    inset 0px 18px 11px rgba(43, 68, 108, 0.06),
    inset 0px 32px 13px rgba(43, 68, 108, 0.02),
    inset 0px 50px 14px rgba(43, 68, 108, 0);
}

.branch-search input:focus-visible {
  outline: none;
}

.branch-search .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6b7ea8;
}

section.contact-page .contact-title {
  color: #1f3b73;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}

section.contact-page .title-line {
  width: 100%;
  height: 2px;
  background: #f3a21b;
  margin-bottom: 24px;
}

section.contact-page .office-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

section.contact-page .office-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #d5dae2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section.contact-page .office-header h3 {
  margin: 0;
  color: #d5dae2;
  font-size: 20px;
}

section.contact-page .office-header img {
  width: 45px;
}

section.contact-page .office-card p {
  color: #2b446c;
  font-size: 18px;
  line-height: 1.6;
  max-width: 850px;
}

section.contact-page .office-card a {
  display: block;
  background: #2b446c;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border-radius: 12px;
}

section.contact-page .office-tabs .nav-link {
  background: none;
  color: #2b446c;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 0;
  position: relative;
  width: 100%;
}

section.contact-page .office-tabs .nav-link.active {
  color: #2b446c;
  background: transparent;
}

section.contact-page .office-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1.5px;
  background: #2b446c;
}

section.contact-page .map-wrapper {
  width: 100%;
  height: 320px;
}

section.contact-page .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

section.contact-page .office-card {
  position: relative;
  margin: -60px auto 45px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

section.contact-page .office-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d6deef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section.contact-page .officeTab {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d6deef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section.contact-page .office-tabs li {
  width: 50%;
}

.officer-contact-details {
  background: #fff;
  padding: 30px 26px;
  border-radius: 36px;
  margin-bottom: 45px;
  box-shadow:
    0px 11px 24px 0px rgba(43, 68, 108, 0.1),
    0px 44px 44px 0px rgba(43, 68, 108, 0.09),
    0px 98px 59px 0px rgba(43, 68, 108, 0.05),
    0px 174px 70px 0px rgba(43, 68, 108, 0.02),
    0px 272px 76px 0px rgba(43, 68, 108, 0);
  /* box-shadow: 0px 11px 24px 0px #2b446c1a; */
}

.officer-contact-details .table-wrapper {
  width: 100%;
  overflow-x: auto;
  background: #fff;
}

.officer-contact-details .contact-table {
  width: 100%;
  font-size: 15px;
}

.officer-contact-details .contact-table,
.officer-contact-details .contact-table th,
.contact-table td {
  border: 1px solid black;
  border-collapse: collapse;
}

.officer-contact-details .contact-table thead th {
  background: #ffffff;
  color: #000;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #2b446c;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
}

.officer-contact-details .contact-table tbody td {
  padding: 8px 10px;
  border: 1px solid #2b446c;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.officer-contact-details .contact-table a {
  color: #000;
  text-decoration: none;
}

.officer-contact-details .contact-table a:hover {
  text-decoration: underline;
}

.officer-contact-details .card-header {
  color: #2b446c;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2;
  border-bottom: 2px solid #fbc338;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.contact-cards {
  max-width: 394px;
  height: 100%;
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 9px 0px #2b446c0a;
  border-radius: 30px;
  box-shadow:
    0px 4px 9px 0px #2b446c0a,
    0px 17px 17px 0px #2b446c08,
    0px 37px 22px 0px #2b446c05,
    0px 66px 27px 0px #2b446c03,
    0px 104px 29px 0px #2b446c00;
}

.contact-cards .card-body p {
  font-size: 18px;
}

.contact-cards .card-header p {
  font-weight: 600;
  font-size: 22px;
  max-width: 84%;
}

.contact-cards .card-body p.card-inner-header {
  color: #9c9c9c;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 4px;
}

/* ------------------career page ----------------- */

.section-title p {
  display: flex;
  gap: 6px;
  font-size: 28px;
  font-weight: 500;
  color: #2b446c;
  padding-bottom: 10px;
  border-bottom: 2px solid #fbc338;
  margin-bottom: 30px;
}

section.career-page .inner-wrapper .section-content p.main-content {
  font-weight: 500;
}

section.career-page .inner-wrapper .career-img img {
  width: 100%;
  border-radius: 26px;
  max-height: 450px;
  object-fit: cover;
}

section.career-page .inner-wrapper .section-content {
  margin-top: 20px;
}

section.career-page .inner-wrapper .section-content.career-opportunities ul {
  padding-left: 5rem;
}

section.career-page .inner-wrapper .section-content.career-training ul {
  padding-right: 5rem;
  padding-left: 3rem;
}

section.career-page .inner-wrapper .section-content ul li {
  padding-bottom: 20px;
}

.perk-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px;
  margin-top: 20px;
}

.perk-img-box {
  position: relative;
  width: 200px;
  /* Adjust based on actual image size */
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.perk-img-box img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.perk-img-box .icon {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.perk-desc {
  margin-top: -30px;
  padding-left: 100px;
  width: 100%;
}

.perk-desc p {
  font-size: 16px;
  font-weight: 600;
  color: #0b1b2e;
  line-height: 1.4;
  max-width: 340px;
}

.col-md-6.officer-details {
  padding: 30px 30px;
}

.officer-details-card .card-body {
  padding: 0;
}

.officer-details-card .card-body img {
  width: 100%;
}

.card.officer-details-card {
  border-radius: 24px;
  overflow: hidden;
  border: none;
  box-shadow:
    1px 12px 26px 0px #3553820f,
    3px 47px 48px 0px #3553820d,
    7px 107px 64px 0px #35538208,
    13px 190px 76px 0px #35538203,
    20px 297px 83px 0px #35538200;
  min-height: 626px;
}

.officer-details-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.officer-details-card .card-body .card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.officer-details-card .card-body a.know-more-btn {
  margin-top: auto;
  align-self: flex-start;
  text-decoration: none;
  color: #2b446c;
  font-weight: 500;
}

/* -------------------------Card Rates-------------------------- */

.banner-section {
  position: relative;
  color: #fff;
  padding: 50px 20px 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-section .banner-overlay {
  position: absolute;
  inset: 0;
}

.banner-section .banner-overlay.dark-overlay {
  background: #2b446cb2;
}

.banner-section .banner-overlay.light-overlay {
  background: #ffffffb2;
}

.banner-section .banner-content {
  color: #2b446c;
}

.banner-section .banner-content img {
  max-height: 200px;
}

.banner-section .banner-content h2 {
  font-size: 28px;
  font-weight: 600;
}

.banner-section .banner-content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.banner-section .banner-content p.address {
  font-weight: 600;
}

section.card-rates-section .card-rates-wrapper {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

section.card-rates-section .card-rates-table {
  width: 100% !important;
  margin-bottom: 0;
  border-collapse: collapse;
}

section.card-rates-section .card-rates-table thead tr th {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border: 1px solid #f6f7f9;
  vertical-align: middle;
}

section.card-rates-section .card-rates-table thead tr.title-row th {
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600;
}

section.card-rates-section .card-rates-table thead tr.group-header-row th {
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600;
}

section.card-rates-section .card-rates-table thead tr.column-header-row th {
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
}

section.card-rates-section .card-rates-table tbody tr td {
  padding: 14px 10px;
  text-align: center;
  border: 1px solid #2b446c;
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 600;
  background: #f6f7f9;
}

section.card-rates-section .card-rates-table .ask-head,
section.card-rates-section .card-rates-table .ask-first {
  border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}

section.card-rates-section .card-rates-table tbody tr:last-child td {
  border-bottom: none;
}

section.card-rates-section .card-rates-table tbody tr td:last-child {
  border-right: none;
}

section.card-rates-section .card-rates-table tbody tr td:first-child {
  border-left: none;
}

section.banner-section.breadcrumb-banner {
  min-height: 362px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.banner-section.breadcrumb-banner h2 {
  font-weight: 500;
  font-size: 52px;
}

/* -------------------------Complaint Lodge------------------------- */

.grievance-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 60px;
}

.grievance-wrapper .grievance-item {
  display: flex;
  gap: 60px;
  position: relative;
}

.grievance-wrapper .grievance-item::before {
  content: "";
  position: absolute;
  left: 200px;
  top: 5px;
  bottom: -45px;
  width: 3px;
  background-color: var(--blue);
  display: none;
}

.grievance-wrapper .grievance-item .level-content {
  border-left: 4px solid var(--blue);
  padding-left: 30px;
  flex: 1;
  display: flex;
  align-items: center;
}

.grievance-wrapper .grievance-item .level-box {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  position: relative;
}

.grievance-wrapper .grievance-item .level-box::after {
  content: "";
  position: absolute;
  right: -62px;
  top: 30px;
  width: 12px;
  height: 12px;
  background: var(--white);
  border: 3px solid var(--blue);
  border-radius: 50%;
  z-index: 1;
  display: none;
}

.grievance-wrapper .grievance-item .level-box .level-badge {
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  border-radius: 22px;
  padding: 20px 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  position: relative;
  box-shadow: 0 4px 10px rgba(59, 91, 141, 0.3);
  border: 1px solid #7da0d6;
}

.grievance-wrapper .grievance-item .level-box .level-badge::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 36px;
  background: var(--blue);
  border-radius: 100px;
  border: 6px solid var(--white);
}

.grievance-wrapper .grievance-item .level-content .info-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.grievance-wrapper .grievance-item .level-content .info-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.grievance-wrapper .grievance-item .level-content .info-row .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.grievance-wrapper .grievance-item .level-content .info-row .icon-circle svg {
  stroke: #fff;
}

.grievance-wrapper .grievance-item .level-content .info-row .text {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.grievance-wrapper .grievance-item .contact-pills {
  display: flex;
  gap: 20px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.grievance-wrapper .grievance-item .contact-pills .pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #dbe4f0;
  padding: 8px 20px 8px 8px;
  border-radius: 30px;
  text-decoration: none;
  color: var(--blue);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.grievance-wrapper .grievance-item .contact-pills .pill:hover {
  background: #cedbf0;
  color: var(--blue);
}

.grievance-wrapper
  .grievance-item
  .contact-pills
  .pill
  .icon-circle.small-icon {
  width: 30px;
  height: 30px;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.grievance-wrapper
  .grievance-item
  .contact-pills
  .pill
  .icon-circle.small-icon
  svg {
  width: 16px;
  height: 16px;
}

/* ------------------form css------------------ */

.input-floating-label {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.input-floating-label .input {
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  display: block;
  border: 0;
  border: 1.5px solid #2b446c;
  border-radius: 12px;
  outline: 0;
  font-size: 1rem;
  color: #000000;
  padding: 16px 25px;
  background: transparent;
  transition: border-color 0.2s;
}

.input-floating-label .input:required,
.input-floating-label .input:invalid {
  box-shadow: none;
}

.input-floating-label .input::placeholder {
  color: transparent;
}

.input-floating-label .input:placeholder-shown {
  border-color: var(--blue);
}

.input-floating-label .input:placeholder-shown ~ label {
  font-size: 14px;
  cursor: text;
  transform: translatey(19px);
  padding: 0px 0px;
  color: #000000;
}

.input-floating-label label {
  position: absolute;
  left: 25px;
  display: block;
  transform: translatey(-7px);
  transition: 0.3s;
  font-size: 0.75rem;
  padding: 0px 8px;
  color: #000000;
  background: #fff;
  top: 0;
}

.input-floating-label .input:focus {
  border-color: var(--primary-color);
}

.input-floating-label .input:focus ~ label {
  position: absolute;
  transform: translatey(-7px);
  color: var(--primary-color);
  padding: 0px 8px;
  font-size: 0.75rem;
  background: #fff;
}

.grievances-form button.generate-otp-btn {
  padding: 12px 26px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #fbc338 0%, #ffe29c 100%);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: var(--blue);
  font-weight: 500;
  transition: all 0.5s ease;
}

.grievances-form button.reset-btn,
.feedback-form .btn {
  padding: 12px 26px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #83a3d5;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: var(--white);
  font-weight: 500;
  transition: all 0.5s ease;
}

.grievances-form button.generate-otp-btn:hover,
.grievances-form button.reset-btn:hover,
.feedback-form .btn:hover {
  transform: translateY(-1px);
}

.grievances-form button.generate-otp-btn:active,
.grievances-form button.reset-btn:active,
.feedback-form .btn:active {
  transform: translateY(0);
}

.grievances-form button.generate-otp-btn:focus-visible,
.grievances-form button.reset-btn:focus-visible {
  outline: 2px solid rgba(0, 0, 255, 0.3);
  outline-offset: 2px;
}

.grievances-form
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  padding: 18px 25px;
  color: #000;
  font-weight: 400;
}

.grievances-form
  .select2-container
  .select2-selection.select2-selection--single {
  border: 1.5px solid #2b446c;
  border-radius: 12px;
}

.select2-results__option {
  padding: 14px 15px;
  font-size: 14px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #dce7f98c;
  color: var(--blue);
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--blue);
  color: #fff;
}

.file-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid;
  border-color: var(--blue);
  border-radius: 12px;
  padding: 12px 25px;
}

.file-box .file-label {
  font-size: 14px;
  color: #000;
}

.file-box input {
  border: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  right: -78px;
  position: relative;
  color: #969696;
}

.file-input::file-selector-button {
  background-color: #dbdbdb;
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 14px;
  cursor: pointer;
}

.captcha-box {
  display: flex;
  align-items: center;
  border: 1.5px solid #2b446c;
  border-radius: 12px;
  padding: 8px 10px;
  height: 56px;
}

.captcha-input {
  border: none;
  outline: none;
  box-shadow: none;
  flex: 1;
  font-size: 15px;
}

.captcha-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-img img {
  height: 36px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.captcha-refresh {
  background: none;
  border: none;
  font-size: 18px;
  color: #2b446c;
  cursor: pointer;
  padding: 4px;
}

.captcha-refresh:hover {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.captcha-box:focus-within {
  border-color: var(--primary-color);
}

.input-floating-label .captcha-right {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
}

.input-floating-label input.captcha-input {
  padding-right: 160px;
}

.captcha-right .captcha-img img {
  height: 38px;
  width: auto;
}

.feedback-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder::after {
  content: " *";
  color: #dc3545;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000;
  font-weight: 400;
}

.feedback-form .btn {
  border: 1px solid #696868;
}

section.disclaimer-page .disclaimer-wrapper {
  box-shadow:
    0px 8px 18px 0px #5271a31a,
    0px 33px 33px 0px #5271a317,
    0px 74px 44px 0px #5271a30d,
    0px 132px 53px 0px #5271a303,
    0px 206px 58px 0px #5271a300;
  padding: 25px 48px;
}

section.disclaimer-page .disclaimer-wrapper .content ul li {
  padding-bottom: 15px;
}

section.disclaimer-page .disclaimer-wrapper .section-title {
  margin-top: 30px;
}

section.gallery-page .inner-wrapper,
section.vigilance-awareness-page .inner-wrapper {
  box-shadow:
    0px 8px 18px 0px #5271a31a,
    0px 33px 33px 0px #5271a317,
    0px 74px 44px 0px #5271a30d,
    0px 132px 53px 0px #5271a303,
    0px 206px 58px 0px #5271a300;
  padding: 50px 60px;
}

.page-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.page-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 44%;
  height: 58%;
  margin: auto;
  background-image: url(../img/banner/popup.png);
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}

.page-modal .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.page-modal .modal-text {
  width: 100%;
  padding: 20px 32px;
  color: #fff;
  z-index: 9999;
}

.page-modal .modal-text h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.page-modal .modal-text p.popup-content {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  max-width: 99%;
}

.page-modal .modal-text p.popup-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.page-modal .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 6px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
}

/* ----------------------------Main Features----------------------------- */

section.main-features-page .feature-section {
  margin-bottom: 60px;
}

section.main-features-page .feature-section:last-child {
  margin-bottom: 0;
}

.feature-card {
  background: linear-gradient(119.57deg, #ffffff 31.9%, #fbc338 322.27%);
  padding: 20px 30px;
  border-radius: 20px;
  color: #0b1b2e;
  font-weight: 500;
  font-size: 15px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 80px;
  margin-bottom: 20px;
}

/* Press Notes Section */

section.press-notes-section .press-block {
  background: #fff;
  border-radius: 46px;
  padding: 40px 50px;
  box-shadow:
    inset 0px 2px 5px 0px #3d81f00d,
    inset 0px 9px 9px 0px #3d81f00a,
    inset 0px 20px 12px 0px #3d81f008,
    inset 0px 35px 14px 0px #3d81f003,
    inset 0px 55px 15px 0px #3d81f000,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
  margin-bottom: 40px;
}

section.press-notes-section .press-block .block-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 30px;
}

section.press-notes-section .press-block .press-card {
  border: 1px solid #fbc338;
  border-radius: 36px;
  padding: 30px;
  /* background: linear-gradient(135deg, #fffcf5 0%, #ffffff 100%); */
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  min-height: 250px;
  background: linear-gradient(
    230deg,
    #ffffff 50%,
    rgba(251, 195, 56, 0.04) 100%,
    rgba(251, 195, 56, 0.02) 101%
  );
}

section.press-notes-section .press-block .press-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(241, 196, 74, 0.15);
  border-color: var(--yellow);
}

section.press-notes-section .press-block .press-card .arrow-icon {
  position: absolute;
  top: 38px;
  right: 25px;
  width: 24px;
  height: 24px;
  color: var(--yellow);
}

section.press-notes-section .press-block .press-card .arrow-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
}

section.press-notes-section .press-block .press-card .card-title {
  font-size: 15px;
  font-weight: 600;
  color: #3e5066;
  margin-bottom: 20px;
  padding-right: 50px;
  line-height: 1.6;
}

section.press-notes-section .press-block .press-card .know-more-btn {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

section.press-notes-section .press-block .press-card .know-more-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

section.press-notes-section .press-block .press-card:hover .know-more-btn svg {
  transform: translateX(5px);
}

/* ----------------------------Downloads--------------------- */

section.downloads-page .inner-wrapper {
  box-shadow:
    0px 8px 18px 0px #5271a31a,
    0px 33px 33px 0px #5271a317,
    0px 74px 44px 0px #5271a30d,
    0px 132px 53px 0px #5271a303,
    0px 206px 58px 0px #5271a300;
  padding: 60px 50px;
}

section.downloads-page ul.download-list {
  list-style: none;
  padding-left: 0;
}

section.downloads-page ul.download-list li {
  padding-bottom: 10px;
  margin-bottom: 1.8rem;
  padding-left: 15px;
  border-bottom: 2px solid #fbc338;
}

section.downloads-page ul.download-list li a::before {
  content: "";
  position: absolute;
  background: var(--blue);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

section.downloads-page ul.download-list li a {
  position: relative;
  color: var(--blue);
  font-size: 18px;
  text-decoration: none;
  padding-left: 25px;
  display: block;
  line-height: 1.5;
}

/* --------------------------deposits--------------------- */

section.deposits-banner {
  position: relative;
  background: url("../img/banner/deposits-banner.jpg");
  background-size: cover;
  background-position: 100% 85%;
  background-repeat: no-repeat;
  padding-top: 4rem;
  height: 280px;
}

section.deposits-banner h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

section.deposit-section {
  margin-top: -80px;
  position: relative;
  padding-bottom: 70px;
}

section.deposit-section .chart-data-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow:
    0px 6px 13px 0px #2b446c29,
    0px 23px 23px 0px #2b446c24,
    0px 51px 31px 0px #2b446c14,
    0px 91px 36px 0px #2b446c05,
    0px 142px 40px 0px #2b446c00;
}

section.deposit-section .chart-data-container .data-header {
  background: linear-gradient(90deg, #2b446c 0%, #5484d2 100%);
  color: #fff;
  padding: 14px 25px;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.3px;
}

section.deposit-section .chart-data-container .data-values {
  background: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

section.deposit-section .chart-data-container .data-values .value-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #2b446c;
  font-weight: 600;
  font-size: 14px;
  color: #2b446c;
  padding: 4px 0;
}

section.deposit-section
  .chart-data-container
  .data-values
  .value-item:last-child {
  border-right: none;
}

section.privacy-policy-page .privacy-policy-content {
  margin-bottom: 2.8rem;
}

section.privacy-policy-page .inner-wrapper {
  box-shadow:
    0px 8px 18px 0px #5271a31a,
    0px 33px 33px 0px #5271a317,
    0px 74px 44px 0px #5271a30d,
    0px 132px 53px 0px #5271a303,
    0px 206px 58px 0px #5271a300;
  padding: 60px 50px;
}

.mobile-banking h4 {
  margin-top: 2.8rem;
  font-size: 24px;
  color: #2b446c;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1.8rem;
  border-bottom: 2px solid #fbc338;
}

section.mobile-banking h4::before {
  content: "";
  position: absolute;
  background: var(--blue);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
}

section.mobile-banking ol {
  padding-left: 20px;
}

section.mobile-banking ol li {
  margin-bottom: 1rem;
}

section.mobile-banking ol li p {
  margin-bottom: 5px;
}

section.mobile-banking ul.unorder-list {
  list-style: none;
  padding-left: 0;
}

section.mobile-banking ul.unorder-list li {
  padding-bottom: 15px;
}

section.mobile-banking ul.unorder-list li:last-child {
  padding-bottom: 0;
}

/* ------------------------ Branches ------------------------ */

section.banner-section.breadcrumb-banner.branches-breadcrumb {
  background: url(../img/banner/common-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 0;
}

section.banner-section.breadcrumb-banner.branches-breadcrumb .banner-content {
  padding: 100px 0;
  border-bottom: 1px solid #ffffff;
}

section.banner-section.breadcrumb-banner.branches-breadcrumb .branch-tabs {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 15px;
}

section.banner-section.breadcrumb-banner.branches-breadcrumb
  .branch-tabs
  li.nav-item
  .nav-link {
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 10px 25px;
  color: #fff;
}

section.banner-section.breadcrumb-banner.branches-breadcrumb
  .branch-tabs
  li.nav-item
  .nav-link.active {
  background: #fff;
  color: #000;
  box-shadow:
    -1px -2px 5px 0px #4159951f inset,
    -3px -8px 9px 0px #4159951a inset,
    -7px -19px 12px 0px #4159950f inset,
    -12px -33px 14px 0px #41599505 inset,
    -19px -52px 16px 0px #41599500 inset,
    15px 66px 19px 0px #41599500,
    10px 42px 17px 0px #41599505,
    5px 24px 15px 0px #4159950f,
    2px 10px 11px 0px #4159951a,
    1px 3px 6px 0px #4159951f;
}

/* ------------------ Branches Page Grid ------------------ */

section.branches-page .branches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  margin-top: 80px;
}

section.network-page {
  margin-top: -120px;
}

section.branches-page .branches-grid .branch-card,
.network-page .network-card {
  background: linear-gradient(132.5deg, #2b446c -36.43%, #5484d2 95.51%);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  box-shadow:
    0px 4px 9px 0px #2b446c0a,
    0px 17px 17px 0px #2b446c08,
    0px 37px 22px 0px #2b446c05,
    0px 66px 27px 0px #2b446c03,
    0px 104px 29px 0px #2b446c00;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-image-source: linear-gradient(312.5deg, #ffffff 2.19%, #5484d2 97.81%);
}

section.branches-page .branches-grid .branch-card:hover,
.network-page .network-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(43, 68, 108, 0.25);
}

section.branches-page .branches-grid .branch-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

.network-page .network-card .card-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.network-page .network-card .card-title p {
  color: #fbc338;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.branches-page .branches-grid .branch-card .branch-info,
.network-page .network-card .network-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

section.branches-page .branches-grid .branch-card .branch-info .info-label,
.network-page .network-card .network-info .info-label {
  color: #fbc338;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

section.branches-page .branches-grid .branch-card .branch-info .info-text,
.network-page .network-card .network-info .info-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.branch-card .branch-info .info-text:last-child,
.network-page .network-card .network-info .info-text:last-child {
  margin-bottom: 0;
}

section.branches-page .branches-grid .branch-card .branch-info svg {
  padding: 5px;
  border-radius: 50%;
  background: #fbc338;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.branch-codes-page.branches-page .branches-grid {
  margin-top: 0;
}

/* Annual Report Page Design */

section.annual-report-page .annual-report-list .report-item,
section.financial-position-page .position-list .report-item {
  background: #f6f7f9;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 20px;
  border: none;
  transition: all 0.3s ease;
}

section.annual-report-page .annual-report-list .report-item:last-child,
section.financial-position-page .position-list .report-item:last-child {
  margin-bottom: 0;
}

section.annual-report-page .page-title h2 {
  font-weight: 600;
  max-width: 340px;
  line-height: 1.3;
  margin-bottom: 25px;
}

section.annual-report-page .annual-report-list .report-item .report-header,
section.financial-position-page .position-list .report-item .report-header {
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #1d2d50;
}

section.annual-report-page
  .annual-report-list
  .report-item
  .report-header
  span.report-title,
section.financial-position-page
  .position-list
  .report-item
  .report-header
  span.report-title {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

section.annual-report-page
  .annual-report-list
  .report-item
  .report-header
  .report-icon,
.section.financial-position-page
  .position-list
  .report-item
  .report-header
  .report-icon {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2b446c;
  color: #fff;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section.annual-report-page .annual-report-list .report-item .report-body {
  padding: 0 30px 30px;
}

section.annual-report-page .annual-report-list .report-body .report-banner img {
  width: 100%;
}

section.annual-report-page .annual-report-list .report-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.report-actions .btn-download-report {
  background-color: #fbc338;
  color: #2b446c;
  font-weight: 600;
  padding: 16px 26px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(251, 191, 36, 0.3);
  transition: transform 0.2s;
}

.report-actions .btn-download-report:hover {
  transform: translateY(-2px);
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  transition: height 0.4s ease;
}

.accordion-collapse.show ~ .accordion-header .report-icon,
.accordion-header button[aria-expanded="true"] .report-icon {
  transform: rotate(-35deg);
}

table.rounded-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}

table.rounded-table tr th,
table.rounded-table tr td {
  border-right: 0.5px solid #2b446c;
  border-bottom: 0.5px solid #2b446c;
  padding: 5px;
}

table.rounded-table tr th:first-child,
table.rounded-table tr td:first-child {
  border-left: 0.5px solid #2b446c;
}

table.rounded-table tr th {
  background: #eee;
  text-align: left;
  border-top: 0.5px solid #2b446c;
}

table.rounded-table tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

table.rounded-table tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

table.rounded-table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

table.rounded-table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.financial-position-page .report-body thead tr th {
  background: #2b446c;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding: 14px;
}

.financial-position-page .report-body thead tr th,
.financial-position-page .report-body tbody tr td {
  padding: 8px 30px;
}

.financial-position-page .report-body tbody tr td {
  font-weight: 600;
}

.financial-position-page .report-body tbody tr td:last-child {
  font-weight: 500;
  background: #2b446c14;
}

.financial-position-page .report-body thead tr th {
  border-left: 0;
  padding: 15px 15px;
}

section.financial-position-page
  .position-list
  .report-item
  .report-header:hover {
  background: #2b446c;
}

section.financial-position-page
  .position-list
  .report-item
  .report-header:hover
  .accordian-icon {
  color: #fff;
}

section.financial-position-page
  .position-list
  .report-item
  .report-header:hover
  span.report-title {
  color: #fff;
}

section.financial-position-page .page-title h2 {
  font-weight: 600;
  max-width: 540px;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #2b446c;
}

section.financial-position-page
  .position-list
  .report-item
  .report-header
  button[aria-expanded="true"]
  span.report-title {
  color: #fff;
}

.light-icon {
  color: #fff;
}

section.financial-position-page
  .accordion-header
  button[aria-expanded="true"]
  .report-icon {
  transform: rotate(185deg);
}

section.financial-position-page
  .accordion-header
  button[aria-expanded="true"]
  .accordian-icon {
  color: #fff;
  fill: #fff;
}

section.financial-position-page .position-list .report-item .report-header {
  border-radius: 36px;
  transition: all 0.4s ease;
}

section.financial-position-page
  .report-item:has(.accordion-collapse.show)
  .accordion-header {
  background: #2b446c;
  border-radius: 36px;
}

section.financial-position-page .position-list .report-item {
  background: transparent;
}

section.financial-position-page .position-list .report-item .report-header {
  background: #f6f7f9;
}

section.financial-position-page .position-list .report-item .report-body {
  padding: 30px 30px 30px;
}

section.financial-position-page
  .report-item:has(.accordion-collapse.show)
  .accordion-header
  svg {
  color: #fff;
}

.financial-position-page .section-title p {
  font-weight: 600;
}

.balancesheet-page {
  margin: 90px 0 25px;
}

.balancesheet-page .rounded-table thead th {
  background: #fff;
  color: #2b446c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
}

.balancesheet-page .inner-section {
  margin-bottom: 4rem;
}

.balancesheet-page .rounded-table .total-row td {
  font-size: 18px;
  background: #2b446c;
  color: #fff;
  font-weight: 600;
}

.balancesheet-page .title-box {
  background: #fff;
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 20px;
  box-shadow:
    inset 0px 2px 5px 0px #3d81f00d,
    inset 0px 9px 9px 0px #3d81f00a,
    inset 0px 20px 12px 0px #3d81f008,
    inset 0px 35px 14px 0px #3d81f003,
    inset 0px 55px 15px 0px #3d81f000,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
}

.balancesheet-page .title-box p {
  color: #2b446c;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

.balancesheet-page .title-box p span {
  font-weight: 500;
  font-size: 18px;
}

.balancesheet-page .rounded-table thead th {
  padding: 18px;
  box-shadow:
    inset 0px 2px 5px 0px #3d81f00d,
    inset 0px 9px 9px 0px #3d81f00a,
    inset 0px 20px 12px 0px #3d81f008,
    inset 0px 35px 14px 0px #3d81f003,
    inset 0px 55px 15px 0px #3d81f000,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
  border: 0;
  text-align: center;
  font-weight: 600;
  color: var(--blue);
  font-size: 18px;
}

.balancesheet-page .rounded-table tbody td {
  padding: 10px;
  border-right: 0.5px solid #a8b6cc;
  border-bottom: 0;
  text-align: center;
  background: #f6f7f9;
  font-weight: 500;
  color: #0f0f0f;
}

.balancesheet-page .rounded-table tbody td:last-child {
  border-right: 0;
}

.balancesheet-page .rounded-table thead th:first-child,
.balancesheet-page table.rounded-table tr td:first-child {
  border-left: 0;
}

.balancesheet-page table.rounded-table tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}

.balancesheet-page table.rounded-table tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

.balancesheet-page table.rounded-table tr:first-child th:first-child {
  border-top-left-radius: 24px;
}

.balancesheet-page table.rounded-table tr:first-child th:last-child {
  border-top-right-radius: 24px;
}

section.dicgc-scheme-box {
  position: relative;
  color: #fff;
  margin-bottom: 90px;
  padding: 80px 0 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: url(../img/banner/dicgc-scheme.jpg);
}

section.dicgc-scheme-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b446cb2;
}

section.dicgc-scheme-box .scheme-content span {
  color: #fbc338;
}

section.dicgc-scheme-box .scheme-content,
section.dicgc-scheme-box .section-title {
  z-index: 99;
  position: relative;
  color: #fff;
}

section.dicgc-scheme-box .section-title p {
  color: #fff;
  font-size: 34px;
}

section.dicgc-scheme-box .scheme-content ol li {
  margin-bottom: 25px;
  font-size: 18px;
}

section.dicgc-scheme-box .scheme-content ol li:last-child {
  margin-bottom: 0;
}

section.dicgc-scheme-box .scheme-content ol {
  padding-left: 20px;
}

.rate-of-interest-page table.rounded-table tr th:first-child {
  border-left: 0;
}

.rate-of-interest-page table.rounded-table tr th {
  border-bottom: 0;
  padding: 12px;
}

.rate-of-interest-page .rounded-table thead th {
  vertical-align: middle;
  font-weight: 500;
}

table.rounded-table tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.rate-of-interest-page .rounded-table tbody td {
  vertical-align: middle;
  padding: 10px;
  font-weight: 500;
}

.rate-of-interest-page table.rounded-table tr td:first-child {
  border-right: 0;
  vertical-align: initial;
}

.rate-of-interest-page .section-title p {
  font-weight: 600;
}

.accordion-custom .accordion-item {
  background: #f6f7f9;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 20px;
  border: none;
  transition: all 0.3s ease;
}

.accordion-custom .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  cursor: pointer;
  background-color: #f6f7f9;
  border: 0;
  box-shadow: none;
}

.accordion-custom
  .accordion-item
  .accordion-header
  .accordion-button
  .report-title {
  font-weight: 500;
  font-size: 18px;
  color: #2b446c;
}

.accordion-custom .accordion-item .accordion-body {
  padding: 0 30px 30px;
}

.interest-on-loans-page
  .accordion-custom
  .accordion-item
  .accordion-body
  ul#loanTabs {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #e5e5e5;
}

.interest-on-loans-page
  .accordion-custom
  .accordion-item
  .accordion-body
  .nav-link {
  color: #818181;
  font-size: 16px;
  padding: 10px;
}

.interest-on-loans-page
  .accordion-custom
  .accordion-item
  .accordion-body
  .nav-custom-yellow
  .nav-link.active {
  background: #fbc338;
  color: var(--blue);
  font-weight: 500;
}

.interest-on-loans-page table.rounded-table tr th,
.interest-on-loans-page table.rounded-table tr td {
  vertical-align: middle;
  padding: 18px;
}

.interest-on-loans-page table.rounded-table tr td ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.interest-on-loans-page table.rounded-table tr td {
  color: var(--blue);
  font-weight: 500;
}

.interest-on-loans-page table.rounded-table tr td ul li {
  margin-bottom: 10px;
}

.interest-on-loans-page table.rounded-table tr td ul li:last-child {
  margin-bottom: 0;
}

.interest-on-loans-page
  .accordion-custom
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]
  .accordian-icon {
  transform: rotate(-180deg);
}

section.service-page .box-content {
  border-radius: 46px;
  box-shadow:
    inset 0px 2px 5px 0px #3d81f00d,
    inset 0px 9px 9px 0px #3d81f00a,
    inset 0px 20px 12px 0px #3d81f008,
    inset 0px 35px 14px 0px #3d81f003,
    inset 0px 55px 15px 0px #3d81f000,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
  padding: 30px;
}

section.service-page .box-content .title p {
  font-size: 20px;
}

section.service-page .box-content ul.unorder-list {
  list-style: none;
}

section.service-page .box-content {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 40px;
  border: 1px solid #eef3fb;
  margin-bottom: 50px;
  position: relative;
  box-shadow:
    0px 2px 5px 0px #3d81f00d inset,
    0px 9px 9px 0px #3d81f00a inset,
    0px 20px 12px 0px #3d81f008 inset,
    0px 35px 14px 0px #3d81f003 inset,
    0px 55px 15px 0px #3d81f000 inset,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
}

section.service-page .box-content .title p {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

section.service-page .box-content .unorder-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.service-page .box-content .unorder-list > li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

section.service-page .box-content .unorder-list > li > span {
  font-weight: 600;
  color: var(--blue);
  min-width: 15px;
}

section.service-page .box-content .unorder-list > li > div {
  flex: 1;
}

section.service-page .box-content .disc-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--blue);
}

section.service-page .box-content .disc-list li {
  margin-bottom: 8px;
  font-weight: 500;
}

section.service-page .box-content .disc-list li::marker {
  color: var(--blue);
  font-size: 1.2em;
}

section.service-page .box-content .unorder-list > li:last-child {
  margin-bottom: 0;
}

.service-hero-card {
  background: #f2f2f2;
  border-radius: 26px;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
  overflow: hidden;
  max-height: 493px;
}

.service-hero-card .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-hero-card .hero-content {
  padding: 40px;
}

.service-hero-card .hero-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 15px;
  line-height: 1.3;
  max-width: 90%;
}

.service-hero-card .hero-content .desc {
  color: #232323;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 600;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
  margin-bottom: 35px;
}

.feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 600;
  color: #232323;
  line-height: 1.4;
}

.feature-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: var(--blue);
}

.btn-enquire {
  background: var(--blue);
  color: #fff;
  padding: 14px 34px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
}

.btn-enquire:hover {
  background: #1a2f4e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(43, 68, 108, 0.3);
}

/* FD Calculator Section */

.scheme-banner-bg {
  width: 100%;
  height: 230px;
  position: relative;
  background: url(../img/banner/deposits-banner.jpg);
  background-position: 100% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.scheme-banner-bg p {
  color: #fff;
  position: relative;
}

.scheme-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b446cb2;
}

.scheme-banner-bg h2 {
  position: relative;
  color: #fff;
  padding-top: 48px;
  text-align: center;
}

.fd-calc-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.fd-calculator-wrapper .calculator-container {
  background: linear-gradient(106.45deg, #2b446c -9.38%, #6483b4 114.92%);
  border-radius: 24px;
  padding: 35px;
  color: #fff;
  display: flex;
  gap: 40px;
  margin-top: -10rem;
  position: relative;
}

.fd-calculator-wrapper .calculator-container .slider-wrapper {
  margin: 30px 0;
}

.fd-calculator-wrapper .calculator-container .slider-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fd-calculator-wrapper .calculator-container .slider-box .slider {
  width: 80%;
}

.fd-calculator-wrapper .calculator-container .calc-inputs {
  flex: 1.2;
}

.fd-calculator-wrapper .calculator-container .calc-inputs h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.fd-calculator-wrapper .calculator-container .type-tabs {
  display: flex;
  gap: 10px;
}

.fd-calculator-wrapper .calculator-container .type-tab {
  background: #193056;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  color: #fbc338;
}

.fd-calculator-wrapper .calculator-container .type-tab.active {
  background: #f1c44a;
  color: #2b446c;
  font-weight: 600;
}

.fd-calculator-wrapper .calculator-container .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.fd-calculator-wrapper .calculator-container .slider-label {
  font-size: 14px;
  font-weight: 600;
}

.fd-calculator-wrapper .calculator-container .slider-value-box {
  background: #193056;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fd-calculator-wrapper {
  margin-bottom: 80px;
  margin-top: 100px;
}

.fd-calculator-wrapper .calculator-container .range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
}

.fd-calculator-wrapper
  .calculator-container
  .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1c44a;
  cursor: pointer;
  border: 2px solid #fff;
}

.fd-calculator-wrapper .calculator-container .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-top: 8px;
  opacity: 0.8;
}

.fd-calculator-wrapper .calculator-container .tenure-tabs {
  display: flex;
  gap: 10px;
}

.fd-calculator-wrapper .calculator-container .calc-results {
  flex: 0.8;
  background: linear-gradient(139.28deg, #ffe196 12.74%, #fbc338 108.89%);
  border-radius: 20px;
  padding: 30px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fd-calculator-wrapper .calculator-container .rate-badge {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.fd-calculator-wrapper .calculator-container .result-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  align-items: baseline;
}

.fd-calculator-wrapper .calculator-container .result-row span:last-child {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.fd-calculator-wrapper .calculator-container.result-row.big span:last-child {
  font-size: 20px;
}

@media (max-width: 991px) {
  .service-hero-card .hero-content {
    padding: 30px;
  }
  .calculator-container {
    flex-direction: column;
  }
}

.scheme-page .inner-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.scheme-page .inner-wrapper .card {
  width: 19%;
  border: 0;
  border-radius: 0;
  margin-bottom: 12px;
  box-shadow:
    0px 6px 13px 0px #2b446c29,
    0px 23px 23px 0px #2b446c24,
    0px 51px 31px 0px #2b446c14,
    0px 91px 36px 0px #2b446c05,
    0px 142px 40px 0px #2b446c00;
}

.scheme-page .inner-wrapper .card .card-header {
  border-radius: 0;
  padding: 18px 22px;
  background: linear-gradient(90deg, #2b446c 0%, #5484d2 100%);
}

.scheme-page .inner-wrapper .card .card-header p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.scheme-page .inner-wrapper .card .card-body p {
  margin-bottom: 0;
  color: var(--blue);
}

section.loan-calculator-section .loan-card {
  display: flex;
  background: linear-gradient(106.45deg, #2b446c -9.38%, #6483b4 114.92%);
  border-radius: 36px;
  padding: 44px 34px;
  color: #fff;
  margin: auto;
  gap: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

section.loan-calculator-section .loan-card .loan-left {
  width: 60%;
}

section.loan-calculator-section .loan-card .loan-right {
  width: 40%;
  background: linear-gradient(139.28deg, #ffe196 12.74%, #fbc338 108.89%);
  border-radius: 22px;
  padding: 34px;
  color: #000;
}

section.loan-calculator-section .loan-card .section-title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 25px;
}

/* Tabs */

section.loan-calculator-section .loan-card .loan-left .loan-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

section.loan-calculator-section .loan-card .loan-left .loan-tabs .tab img {
  filter: invert(1);
  height: 24px;
  width: 24px;
}

section.loan-calculator-section
  .loan-card
  .loan-left
  .loan-tabs
  .tab.active
  img,
section.loan-calculator-section
  .loan-card
  .loan-left
  .loan-tabs
  .tab:hover
  img {
  filter: none;
}

section.loan-calculator-section .loan-card .loan-left .loan-tabs .tab {
  background: #193056;
  color: #fbc338;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

section.loan-calculator-section .loan-card .loan-left .loan-tabs .tab:hover {
  background: #fbc338;
  color: #193056;
}

section.loan-calculator-section .loan-card .loan-left .loan-tabs .tab.active {
  background: #fbc338;
  border-color: #fbc338;
  color: #2b446c;
  font-weight: 600;
}

section.loan-calculator-section
  .loan-card
  .loan-left
  .loan-tabs
  .tab.circle-arrow {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  justify-content: center;
  background: #fff;
  color: #2b446c;
}

section.loan-calculator-section .loan-card .loan-left .loan-options-wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

section.loan-calculator-section
  .loan-card
  .loan-left
  .loan-options-wrapper
  .inputGroup {
  flex: 0 0 49%;
}

section.loan-calculator-section
  .loan-card
  .loan-left
  .loan-options-wrapper
  .inputGroup:first-child {
  flex: 0 0 100%;
}

/* Sliders */

section.loan-calculator-section .loan-card .loan-slider-group .slider-label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .sub-label {
  font-size: 13px;
  color: #fbc338;
  margin-left: 10px;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .range-wrapper {
  position: relative;
  padding: 10px 0;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  cursor: pointer;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #fbc338;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

/* Input Display Box */

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .slider-input-box {
  background: #193056;
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  width: 100%;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .input-box
  span {
  font-size: 20px;
  color: #b7bfcd;
  padding-right: 8px;
  border-right: 0.6px solid #ffffff99;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .input-box {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 0.8;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .val-input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  outline: none;
}

section.loan-calculator-section .loan-card .loan-slider-group .custom-slider {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .range-wrapper {
  width: 80%;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box {
  width: 22%;
  position: relative;
  display: block;
}

section.loan-calculator-section
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .input-box
  .val-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

section.loan-calculator-section
  .loan-card
  .custom-slider
  .input-display-box
  .sub-text {
  font-size: 13px;
  color: #b7bfcd;
  margin-top: 5px;
  text-align: right;
}

section.loan-calculator-section .loan-card .custom-slider .range-markers {
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.8;
}

section.loan-calculator-section .loan-card .custom-slider .range-markers span {
  position: absolute;
  transform: translateX(-50%);
}

section.loan-calculator-section .loan-right .rate-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

section.loan-calculator-section .loan-right .emi-amount p {
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}

section.loan-calculator-section .loan-right .total-interest {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0000004d;
}

section.loan-calculator-section .loan-right .features-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

section.loan-calculator-section .loan-right .features-list li {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 16px;
}

section.loan-calculator-section .loan-right .feature-desc {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .loan-card {
    flex-direction: column;
    padding: 20px;
  }
}

/* -------------------------------checkbox css-------------------- */

.inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
  border-radius: 12px;
}

.inputGroup label {
  padding: 12px 54px;
  width: 100%;
  display: block;
  text-align: left;
  color: #0e2446;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.inputGroup label::after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #2b446c;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label::after {
  background-color: #2b446c;
  border-color: #2b446c;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='white'/%3E%3C/svg%3E");
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

/* Loan Products Section */

section.loan-products-section {
  padding-bottom: 90px;
}

section.loan-products-section .loan-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 65px;
}

section.loan-products-section .loan-product-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
}

section.loan-products-section .loan-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

section.loan-products-section .loan-product-card .loan-card-img {
  height: 290px;
  width: 100%;
  overflow: hidden;
}

section.loan-products-section .loan-product-card .loan-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

section.loan-products-section .loan-product-card:hover .loan-card-img img {
  transform: scale(1.05);
}

section.loan-products-section .loan-product-card .loan-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

section.loan-products-section .loan-product-card .loan-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 12px;
}

section.loan-products-section .loan-product-card .loan-desc {
  color: #9e9e9e;
  margin-bottom: 20px;
  line-height: 1.5;
  flex-grow: 1;
}

section.loan-products-section .loan-product-card .loan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

section.loan-products-section .loan-product-card .loan-features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #9e9e9e;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px;
}

section.loan-products-section .loan-product-card .loan-features li strong {
  color: #323232;
}

section.loan-products-section .loan-product-card .loan-features li::before {
  content: "";
  background: var(--yellow);
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
}

section.loan-products-section .loan-product-card .loan-features li .label {
  font-weight: 700;
  color: #222;
}

section.loan-products-section .loan-product-card .enquire-btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(91.9deg, #2b446c 0.69%, #5a76a1 99.31%);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: auto;
}

/* ---------------enquire form------------------- */

section.enquire-form {
  position: relative;
  padding: 80px 0;
}

section.enquire-form::before {
  content: "";
  background: url(../img/banner/form-bg-1.png);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  z-index: 0;
}

section.enquire-form::after {
  content: "";
  background: url(../img/banner/form-bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 58%;
  z-index: 0;
}

section.enquire-form .enquire-wrapper {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  z-index: 1;
  padding: 30px;
  box-shadow:
    0px 2px 5px 0px #30478d1a,
    0px 9px 9px 0px #30478d17,
    0px 20px 12px 0px #30478d0d,
    0px 35px 14px 0px #30478d03,
    0px 55px 15px 0px #30478d00;
}

section.enquire-form .enquire-wrapper .enquire-header {
  background: linear-gradient(
    180deg,
    #f6d47e 7.11%,
    rgba(255, 255, 255, 0) 105.39%
  );
  border-radius: 18px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

section.enquire-form .enquire-wrapper .enquire-header .header-icon img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

section.enquire-form .enquire-wrapper .enquire-header .header-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0b1b2e;
  margin-bottom: 8px;
}

section.enquire-form .enquire-wrapper .enquire-header .header-content p {
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 500;
}

section.enquire-form .enquire-wrapper .enquire-form-fields {
  padding: 40px 0;
}

section.enquire-form .enquire-wrapper .enquire-form-fields .form-group {
  margin: 0 auto 10px;
}

section.enquire-form .enquire-wrapper .enquire-form-fields .form-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 8px;
}

section.enquire-form .enquire-wrapper .enquire-form-fields .required {
  color: var(--yellow);
  font-size: 16px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}

section.enquire-form .enquire-wrapper .enquire-form-fields .form-control,
section.enquire-form .enquire-wrapper .enquire-form-fields select {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  height: 50px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

section.enquire-form
  .enquire-wrapper
  .enquire-form-fields
  section.enquire-form
  .enquire-wrapper
  .enquire-form-fields
  .form-control:focus,
section.enquire-form .enquire-wrapper .enquire-form-fields .form-select:focus {
  border-color: var(--blue);
}

section.enquire-form
  .enquire-wrapper
  .enquire-form-fields
  textarea.form-control {
  height: 100%;
  resize: none;
  min-height: 150px;
}

section.enquire-form
  .enquire-wrapper
  .enquire-form-fields
  .input-group
  .prefix-select {
  flex: 0 0 90px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  color: #adb5bd;
  text-align: center;
  background-color: #fff;
}

section.enquire-form
  .enquire-wrapper
  .enquire-form-fields
  .input-group
  .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

section.enquire-form .enquire-wrapper .enquire-form-fields .submit-btn {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  background: #2b446c;
  border: 1px solid #2b446c;
  color: #fff;
  position: unset;
}

.enquire-form-fields .submit-btn:hover {
  background: #203354;
  color: #fff;
  scale: 1.02;
}

section.enquire-form
  .enquire-wrapper
  .select2-container
  .select2-selection.select2-selection--single {
  border-radius: 10px;
}

section.enquire-form
  .enquire-wrapper
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  padding: 14px 15px;
  color: #333;
}

section.enquire-form
  .enquire-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #cdcecf;
}

.iti__flag-box,
.iti__flag {
  display: none !important;
}

.iti__country {
  font-size: 14px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"] {
  padding-left: 64px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.iti--allow-dropdown input[type="tel"]:focus-visible {
  border-color: var(--blue);
  outline: none;
}

.iti {
  display: block;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #cdcecf;
}

.iti--separate-dial-code .iti__selected-flag {
  border-right: 1px solid #cdcecf;
  border-radius: 10px;
}

.iti__selected-flag {
  padding: 0 18px 0 16px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* Gold Loan Scheme Page Overrides */

section.loan-calculator-section.loan-section {
  padding: 0;
}

section.loan-calculator-section .loan-card.scheme-card {
  border-radius: 0;
  max-width: 100%;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  margin: 0;
  background: none;
  gap: 0;
}

section.loan-calculator-section .loan-card.scheme-card .loan-left {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 48%;
  padding: 60px 100px 60px 0;
}

.loan-left.credit-bg {
  background: url(../img/loans/gold-cash-credit.jpg);
}

.loan-left.bullet-bg {
  background: url(../img/loans/gold-loan.jpg);
}

section.loan-calculator-section .loan-card.scheme-card .loan-right {
  background: linear-gradient(106.45deg, #2b446c -9.38%, #6483b4 114.92%);
  margin-left: -74px;
  border-radius: 0;
  padding: 60px 100px 60px 50px;
  color: #fff;
  width: 58%;
  position: relative;
  border-bottom-left-radius: 56px;
}

.scheme-tabs-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.scheme-tabs-container .scheme-tab-btn {
  width: 62%;
  padding: 20px 20px 20px 60px;
  border-radius: 0 113px 113px 0;
  border: none;
  color: #6e7c93;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease;
}

.scheme-tabs-container .scheme-tab-btn.active {
  background: linear-gradient(184.19deg, #ffe196 -59.64%, #fbc338 152.32%);
  color: #2b446c;
  font-size: 20px;
  width: 75%;
}

section.loan-calculator-section
  .loan-card.scheme-card
  .loan-right
  .section-title
  span.highlight {
  color: #fbc338;
}

.result-box {
  background: #fff;
  border-radius: 18px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.result-box .emi-text p {
  color: #000;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
}

.result-box .emi-value {
  text-align: right;
  border-left: 1.5px solid #bccde9;
  padding-left: 25px;
}

.result-box .emi-value p:first-child {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1;
}

.result-box .emi-value .total-int {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
}

.loan-enquire-btn {
  display: block;
  width: 100%;
  background: linear-gradient(184.19deg, #ffe196 -59.64%, #fbc338 152.32%);
  color: #000;
  text-align: center;
  padding: 18px;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

section.loan-calculator-section
  .loan-card.scheme-card
  .custom-slider
  .input-display-box
  .slider-input-box {
  background: #253b64;
}

section.loan-calculator-section .loan-card.scheme-card .slider-label {
  color: #fff;
}

section.loan-calculator-section .loan-card.scheme-card .sub-label {
  opacity: 0.6;
  font-size: 15px;
}

.swap-icon {
  margin: 0 15px;
  transition: transform 0.3s ease;
}

.swap-btn {
  display: inline-flex;
  cursor: pointer;
}

.swap-icon.rotated {
  transform: rotate(180deg);
}

.loan-cards {
  box-shadow:
    0px 3px 7px 0px #7394c91a,
    0px 12px 12px 0px #7394c917,
    0px 27px 16px 0px #7394c90d,
    0px 48px 19px 0px #7394c903,
    0px 75px 21px 0px #7394c900;
  padding: 30px;
  border-radius: 36px;
  margin-bottom: 40px;
}

.loan-cards ul.unorder-list li {
  color: #3d3d3d;
  margin-bottom: 8px;
}

.section-breadcrumb {
  position: relative;
  background: url(../img/loans/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  min-height: 300px;
}

.section-breadcrumb::before {
  content: "";
  position: absolute;
  background: #2b446cb2;
  width: 100%;
  height: 100%;
  top: 0;
}

.section-breadcrumb h2 {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 1.4px;
}

.loan-grid-cards img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.loan-grid-cards {
  box-shadow:
    0px 4px 9px 0px #83a3d81a,
    0px 16px 16px 0px #83a3d817,
    0px 36px 22px 0px #83a3d80d,
    0px 64px 26px 0px #83a3d803,
    0px 100px 28px 0px #83a3d800;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 50px;
  color: #2b446c;
}

.loan-grid-cards .card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 160px;
}

.loan-grid-cards .card-content .card-title {
  flex: 1;
}

.loan-grid-cards .card-content .card-title p {
  font-size: 22px;
  font-weight: 600;
}

.loan-grid-cards .card-content .card-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.other-loans-section {
  margin-top: -7rem;
  position: relative;
}

.loan-section .section-breadcrumb {
  margin-top: 6rem;
}

section.loan-calculator-section.tab-2
  .loan-card.scheme-card
  .custom-slider
  .input-display-box
  .slider-input-box {
  background: #fff;
}

section.loan-calculator-section.tab-2
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .val-input,
section.loan-calculator-section.tab-2
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .input-box
  .val-text {
  color: #2d2d2d;
}

section.loan-calculator-section.tab-2
  .loan-card
  .loan-slider-group
  .custom-slider
  .input-display-box
  .input-box
  span {
  border-right: 0.75px solid #00000099;
  color: #eeae3f;
}

.loan-cards ul > li > ul {
  padding-left: 0;
  list-style: disc;
  margin-top: 8px;
}

.loan-cards.group-list ul.unorder-list li {
  margin-bottom: 22px;
  color: #3d3d3d;
}

.loan-cards ul.unorder-list li span {
  font-size: 18px;
  font-weight: 600;
}

.loan-cards ul.unorder-list li > ul > li {
  margin-bottom: 10px !important;
}

.feedback-form .select2-container .select2-selection.select2-selection--single {
  border: 1.5px solid #2b446c;
  border-radius: 12px;
}

.feedback-form
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  padding: 16px 25px;
  color: #000;
}

/* ------------------hero section------------ */

.hero-slider-section {
  position: relative;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slide {
  position: relative;
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ticker-section {
  background: var(--yellow);
  position: relative;
  z-index: 20;
}

.ticker-section .ticker-wrap .replay {
  box-shadow:
    1px 0px 2px 0px #c9970d4a,
    3px 0px 3px 0px #c9970d42,
    7px 0px 4px 0px #c9970d26,
    13px 0px 5px 0px #c9970d0a,
    20px 0px 5px 0px #c9970d03;
  padding: 15px 16px;
}

.ticker-section .ticker-wrap {
  display: flex;
  align-items: center;
}

.ticker-section .ticker-wrap .replay .ticker-control {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ticker-section .ticker-wrap .ticker-content {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  height: 24px;
}

.ticker-section .ticker-wrap .ticker-content .ticker-text {
  display: flex;
  white-space: nowrap;
  position: absolute;
  animation: marquee 25s linear infinite;
  gap: 40px;
  color: var(--blue);
  font-weight: 600;
  font-size: 15px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ticker-section .ticker-wrap .ticker-content .ticker-text ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
  list-style: none;
}

.ticker-section .ticker-wrap .ticker-content .ticker-text ul li {
  font-size: 18px;
  position: relative;
}

.ticker-section .ticker-wrap .ticker-content .ticker-text ul li a {
  color: var(--blue);
}

.hero-slider-section .heroSwiper .custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: 0px !important;
  position: relative;
  padding: 20px 0 30px;
}

.hero-slider-section .heroSwiper .custom-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 14px;
  background: #fff;
  border: 1px solid #83a3d5;
  opacity: 1;
  border-radius: 4px;
  transform: skewX(-20deg);
  transition: all 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(
    89.14deg,
    #2b446c 45.64%,
    #83a3d5 106.82%
  ) !important;
}

.mess-section {
  margin-top: 5rem;
  z-index: 30;
  position: relative;
}

.mess-section .divider {
  border: 2px solid #2b446c;
  top: 6.5rem;
  position: relative;
}

.mess-section .floating-services-wrap {
  background: #fff;
  border-radius: 46px;
  padding: 35px;
  margin-bottom: 50px;
  position: relative;
  border: 1px solid rgba(43, 68, 108, 0.05);
  box-shadow:
    0px 0px 1.17px 0px #e0ecff,
    0px 0px 2.34px 0px #e0ecff,
    0px 0px 8.2px 0px #e0ecff,
    0px 0px 16.4px 0px #e0ecff,
    0px 0px 28.11px 0px #e0ecff,
    0px 0px 49.19px 0px #e0ecff;
}

.mess-section .floating-services-wrap .service-info-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 22px;
  border: 2px solid #2b446c;
}

.mess-section .floating-services-wrap .service-info-card:hover {
  background: #f8fbff;
}

.mess-section .floating-services-wrap .service-info-card .icon-box .circle-bg {
  width: 60px;
  height: 60px;
  background: #e0ecff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--blue);
  flex-shrink: 0;
}

.mess-section .floating-services-wrap .service-info-card .text-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 8px;
}

.mess-section .floating-services-wrap .service-info-card .text-box p {
  color: #898989;
  margin-bottom: 0;
  line-height: 1.5;
}

.mess-section .quick-links-wrap .quick-link-btn {
  position: relative;
  background: #fff;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: var(--yellow);
  color: var(--blue);
  font-weight: 600;
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mess-section .quick-links-wrap.quick-link-btn:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.mess-section .quick-links-wrap .quick-link-btn.transparent-btn {
  background: transparent;
  box-shadow:
    0px 2px 4px 0px #2b446c1a,
    1px 7px 7px 0px #2b446c17,
    2px 16px 10px 0px #2b446c0d,
    4px 28px 11px 0px #2b446c03,
    6px 44px 12px 0px #2b446c00;
}

.mess-section .quick-links-wrap .quick-link-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.48px;
  border-radius: inherit;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #bad5ff 106.82%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Interest Rate Section */

.interest-section {
  padding: 80px 0 0;
  background-color: #fff;
}

.main-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 15px;
}

.main-section-header h2 {
  font-size: 30px;
  font-weight: 500;
  color: var(--blue);
  margin: 0;
}

.interest-section .main-section-header .view-more {
  font-size: 18px;
  font-weight: 600;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}

.interest-section .interest-header .view-more:hover {
  color: var(--yellow);
}

.card-bg {
  background: #fff;
  border-radius: 30px;
  padding: 40px 40px 30px;
  box-shadow:
    0px 2px 5px 0px #3d81f00d inset,
    0px 9px 9px 0px #3d81f00a inset,
    0px 20px 12px 0px #3d81f008 inset,
    0px 35px 14px 0px #3d81f003 inset,
    0px 55px 15px 0px #3d81f000 inset,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
  display: block;
}

.interest-section .interest-cards-container {
  margin-top: 14rem;
}

.interest-section .interest-cards-container .inner-wrapper {
  display: flex;
  align-items: end;
  margin-top: -12.5rem;
  justify-content: space-between;
}

.interest-section .interest-cards-container .inner-wrapper .icon-wrapper {
  margin-bottom: 20px;
}

.interest-section .interest-cards-container .inner-wrapper .interest-card {
  text-align: center;
  width: 25%;
  transition: transform 0.3s ease;
}

.interest-section
  .interest-cards-container
  .inner-wrapper
  .interest-card:hover {
  transform: translateY(-5px);
}

.interest-section
  .interest-cards-container
  .inner-wrapper
  .interest-card
  .icon-wrapper
  img {
  height: 100%;
}

.interest-section .interest-cards-container .inner-wrapper .interest-card h3 {
  font-size: 36px;
  font-weight: 500;
  color: var(--yellow);
  margin-bottom: 5px;
}

.interest-section .interest-cards-container .inner-wrapper .interest-card p {
  font-size: 22px;
  font-weight: 600;
  color: var(--blue);
  margin: 0;
}

.departments-wrapper {
  margin-top: 5rem;
}

.departments-wrapper .dept-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 40px;
}

.departments-wrapper .dept-card {
  background: linear-gradient(
    230.1deg,
    #ffffff 61.16%,
    rgba(251, 195, 56, 0.6) 235%
  );
  border: 1px solid var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 36px;
  padding: 30px;
  height: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
}

.departments-wrapper .dept-card:hover {
  box-shadow: 0 10px 30px rgba(251, 195, 56, 0.15);
}

.departments-wrapper .dept-card h4 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 85%;
}

.departments-wrapper .dept-card p {
  color: #2b446c;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: left;
  opacity: 0.6;
}

.departments-wrapper .dept-card .know-more {
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.departments-wrapper .dept-card .know-more:hover {
  gap: 12px;
}

.departments-wrapper .dept-card .top-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  color: var(--yellow);
  font-size: 24px;
}

.departments-wrapper .dept-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.departments-wrapper .dept-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--yellow);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.departments-wrapper .dept-nav-btn:hover {
  background: var(--yellow);
  color: #fff;
}

.latest-news-section {
  padding: 80px 0 0;
}

.latest-news-section .news-nav-controls {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 15px;
}

.news-nav-btn {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: var(--blue);
  transition: all 0.3s;
}

.news-nav-btn:hover {
  background: var(--yellow);
  color: #fff;
}

.news-slider-container {
  padding: 0 5%;
  margin-top: -6rem;
}

.news-slider-container .swiper.newsSwiper {
  overflow: visible !important;
}

.news-slider-container .news-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow:
    0px 4px 9px 0px #83a3d81a,
    0px 16px 16px 0px #83a3d817,
    0px 36px 22px 0px #83a3d80d,
    0px 64px 26px 0px #83a3d803,
    0px 100px 28px 0px #83a3d800;
}

.news-slider-container .news-card .news-card-img {
  height: 180px;
  overflow: hidden;
}

.news-slider-container .news-card .news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.news-slider-container .news-card:hover .news-card-img img {
  transform: scale(1.05);
}

.news-slider-container .news-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.news-slider-container .news-card .news-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--blue);
  margin-bottom: 18px;
  font-weight: 400;
  border-bottom: 1px solid #fbc338;
  padding-bottom: 4px;
  width: 100%;
}

.news-slider-container .news-card .news-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 10px;
  line-height: 1.4;
}

.news-slider-container .news-card .news-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
  color: var(--blue);
}

.news-slider-container .news-card .read-more {
  color: var(--blue);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.news-slider-container .news-card .read-more:hover {
  gap: 10px;
  color: var(--blue);
}

.swp-pagination-updates {
  margin-top: 24px;
  text-align: center;
}

.swp-pagination-updates .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #c7d4ee;
  opacity: 1;
  margin: 0 6px;
}

.swp-pagination-updates .swiper-pagination-bullet-active {
  background: var(--yellow);
  width: 12px !important;
  height: 12px !important;
  box-shadow:
    0 1px 1px #ddaa274a,
    0 3px 3px #ddaa2742,
    0 6px 6px #ddaa2726,
    0 10px 8px #ddaa270a;
}

/* Insights Video Banner */

section.insight-update-section {
  padding: 80px 0 0;
}

section.insight-update-section .insights-banner {
  background: var(--blue);
  border-radius: 30px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: #fff;
}

section.insight-update-section .insights-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

section.insight-update-section .insights-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 500px;
  font-weight: 400;
}

section.insight-update-section .youtube-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  margin-top: auto;
  font-size: 18px;
}

section.insight-update-section .youtube-link:hover {
  color: var(--yellow);
  border-color: var(--yellow);
}

section.insight-update-section .video-thumbnail-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 380px;
}

section.insight-update-section .custom-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

section.insight-update-section .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease;
}

section.insight-update-section .play-btn:hover {
  transform: scale(1.1);
}

section.insight-update-section .swp-pagination-updates {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

section.insight-update-section .insights-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0;
}

.swp-pagination-updates .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

.swp-pagination-updates .swiper-pagination-bullet-active {
  background: var(--yellow);
}

/* Schemes Section */

.schemes-section {
  padding: 80px 0 0;
  background: #fff;
}

.schemes-section .schemes-wrap {
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
}

.schemes-wrap .scheme-left {
  width: 30%;
  position: relative;
  background: url("../img/banner/scheme-bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  min-height: 400px;
}

.schemes-wrap .scheme-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2b446c99;
}

.schemes-wrap .scheme-left .scheme-left-content {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
}

.schemes-wrap .scheme-left .scheme-left-content p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}

.view-all-btn {
  background: #fff;
  color: #000;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.view-all-btn:hover {
  background: var(--yellow);
  color: #fff;
}

.schemes-section .schemes-wrap .scheme-right-grid {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.schemes-section .schemes-wrap .scheme-right-grid .scheme-item {
  width: 50%;
  padding: 40px;
  border-bottom: 1px solid #edf2f9;
  border-right: 1px solid #edf2f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s;
}

.schemes-section .schemes-wrap .scheme-right-grid .scheme-item:first-child,
.schemes-section .schemes-wrap .scheme-right-grid .scheme-item:last-child {
  background: linear-gradient(117.38deg, #ffffff 32.94%, #d2e2fd 204.08%);
}

.schemes-section .schemes-wrap .scheme-right-grid .scheme-item:nth-child(2n) {
  border-right: none;
}

.schemes-section
  .schemes-wrap
  .scheme-right-grid
  .scheme-item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.schemes-section .schemes-wrap .scheme-right-grid .scheme-item .scheme-cat {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
}

.schemes-section .schemes-wrap .scheme-right-grid .scheme-item .scheme-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 350px;
}

.schemes-section
  .schemes-wrap
  .scheme-right-grid
  .scheme-item
  .scheme-know-more {
  font-size: 14px;
  color: var(--blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

.schemes-section
  .schemes-wrap
  .scheme-right-grid
  .scheme-item
  .scheme-know-more:hover {
  gap: 10px;
  color: var(--blue);
}

@media (max-width: 991px) {
  .schemes-wrap {
    flex-direction: column;
  }
  .scheme-left,
  .scheme-right-grid {
    width: 100%;
  }
  .scheme-left {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .scheme-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .scheme-item:last-child {
    border-bottom: none;
  }
}

/* Useful Links Section */

.useful-links-section {
  padding: 80px 0 0;
  background: #fff;
}

.useful-links-section .useful-header {
  margin-bottom: 40px;
}

.useful-links-section .useful-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.useful-links-section .useful-links-grid .useful-link-card {
  border-radius: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.useful-links-section .useful-links-grid .useful-link-card .useful-img-wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 38px;
  padding: 0 26px;
}

.useful-links-section
  .useful-links-grid
  .useful-link-card
  .useful-img-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  border-radius: 38px;
  background: #f7f7f7;
}

.useful-links-section .useful-links-grid .useful-link-card .useful-card-body {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(117.38deg, #ffffff 32.94%, #d2e2fd 204.08%);
  border-radius: 38px;
  margin-top: -20px;
  z-index: 1;
  border: 1px solid var(--blue);
  margin-top: -65px;
  box-shadow:
    0px 3px 6px 0px #829dc91a,
    0px 10px 10px 0px #829dc917,
    0px 23px 14px 0px #829dc90d,
    0px 41px 17px 0px #829dc903,
    0px 65px 18px 0px #829dc900;
}

.useful-links-section .useful-links-grid .useful-link-card .useful-link-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 15px;
  line-height: 1.4;
}

.useful-links-section .useful-links-grid .useful-link-card .useful-link-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.useful-links-section .useful-links-grid .useful-link-card .useful-know-more {
  font-size: 14px;
  color: var(--blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}

.useful-links-section
  .useful-links-grid
  .useful-link-card
  .useful-know-more:hover {
  gap: 10px;
}

@media (max-width: 768px) {
  .useful-links-section .useful-links-grid {
    grid-template-columns: 1fr;
  }
}

/* DICGC Section */

.dicgc-section {
  padding: 100px 0 0;
}

.dicgc-section .dicgc-card {
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 60px;
  position: relative;
  overflow: visible;
  box-shadow:
    inset 0px 2px 5px 0px #3d81f00d,
    inset 0px 9px 9px 0px #3d81f00a,
    inset 0px 20px 12px 0px #3d81f008,
    inset 0px 35px 14px 0px #3d81f003,
    inset 0px 55px 15px 0px #3d81f000,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
}

.dicgc-section .dicgc-card .dicgc-content {
  max-width: 55%;
}

.dicgc-section .dicgc-card .dicgc-content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1f3a68;
  margin-bottom: 16px;
}

.dicgc-section .dicgc-card .dicgc-content p {
  line-height: 1.7;
  color: #424242;
  margin-bottom: 20px;
  font-weight: 400;
}

.dicgc-section .dicgc-card .dicgc-content .know-more {
  font-size: 15px;
  font-weight: 500;
  color: #1f3a68;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dicgc-section .dicgc-card .dicgc-content .know-more:hover {
  text-decoration: underline;
}

.dicgc-section .dicgc-card .dicgc-phone {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 320px;
  text-align: center;
}

.dicgc-section .dicgc-card .dicgc-phone img.mockup-img {
  width: 100%;
  display: block;
}

.dicgc-section .dicgc-card .dicgc-phone .phone-content {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dicgc-section .dicgc-card .dicgc-phone .phone-content p {
  font-size: 24px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 16px;
}

.dicgc-section .dicgc-card .dicgc-phone .phone-content img {
  width: 170px;
  height: 170px;
}

/* Featured Jobs */

.featured-jobs-section {
  padding: 80px 0 100px;
  background: #fff;
}

.featured-jobs-section .job-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #edf2f9;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow:
    0.49px 5.87px 12.71px 0px #3553820f,
    1.47px 22.97px 23.46px 0px #3553820d,
    3.42px 52.3px 31.28px 0px #35538208,
    6.35px 92.88px 37.15px 0px #35538203,
    9.78px 145.18px 40.57px 0px #35538200;
}

.featured-jobs-section .job-card:hover {
  box-shadow: 0 10px 30px rgba(43, 68, 108, 0.1);
  transform: translateY(-5px);
  border-color: transparent;
}

.featured-jobs-section .job-card .job-img {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.featured-jobs-section .job-card .job-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.featured-jobs-section .job-card:hover .job-img img {
  transform: scale(1.05);
}

.featured-jobs-section .job-card .job-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-jobs-section .job-card .job-body .job-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-jobs-section .job-card .job-body .job-link {
  font-size: 14px;
  color: var(--blue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.featured-jobs-section .job-card .job-body .job-link:hover {
  gap: 10px;
}

@media (max-width: 991px) {
  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dicgc-wrapper {
    flex-direction: column;
    padding: 40px 30px;
    text-align: center;
    gap: 40px;
  }
  .dicgc-content,
  .dicgc-right {
    width: 100%;
  }
  .dicgc-content h2 {
    font-size: 26px;
  }
  .dicgc-content p {
    max-width: 100%;
  }
  .dicgc-link {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .jobs-grid {
    grid-template-columns: 1fr;
  }
  .phone-mockup {
    width: 100%;
    max-width: 280px;
  }
}

#greenPinModal .redirect-modal-content {
  border-radius: 20px;
  padding: 20px;
  border: none;
  box-shadow: var(--shadow);
  text-align: center;
}

#greenPinModal .redirect-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--blue) !important;
  opacity: 1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  transition: all 0.3s ease;
}

#greenPinModal .redirect-close-btn:hover {
  transform: rotate(90deg);
}

#greenPinModal .redirect-img-wrap {
  margin: 20px 0;
}

#greenPinModal .redirect-img-wrap img {
  height: 180px;
  width: auto;
  object-fit: contain;
}

#greenPinModal .redirect-title {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.3;
}

#greenPinModal .redirect-desc {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

#greenPinModal .redirect-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
}

#greenPinModal .redirect-btns .btn {
  padding: 12px 35px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  min-width: 140px;
}

#greenPinModal .redirect-btns .proceed-btn {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}

#greenPinModal .redirect-btns .proceed-btn:hover {
  background-color: #1a2c4a;
  border-color: #1a2c4a;
}

#greenPinModal .redirect-btns .cancel-btn {
  background-color: #f5f5f5;
  color: #666;
  border: 1px solid #e0e0e0;
}

#greenPinModal .redirect-btns .cancel-btn:hover {
  background-color: #e0e0e0;
  color: #333;
}

/* --- Mobile Header Styles --- */

.header--mobile {
  display: none;
}

.msc-mobile-header {
  background: var(--blue);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.msc-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hamburger-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-logo img {
  height: 60px;
  width: auto;
}

.mobile-actions {
  display: flex;
  gap: 15px;
}

.mobile-actions .call-btn {
  width: 40px;
  height: 40px;
  background: var(--yellow);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
}

/* Offcanvas Menu Styles */

.msc-mobile-menu-drawer {
  width: 300px !important;
  background: #fff;
}

.msc-mobile-menu-drawer .offcanvas-header {
  background: var(--blue);
  color: #fff;
  padding: 20px;
}

.msc-mobile-menu-drawer .offcanvas-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.mobile-nav-links {
  padding-bottom: 50px;
}

.mobile-nav-item {
  display: block;
  padding: 15px 20px;
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
}

.mobile-nav-links .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-links .accordion-button {
  padding: 15px 20px;
  font-weight: 600;
  color: var(--blue);
  background: transparent;
  box-shadow: none;
  font-size: 15px;
}

.mobile-nav-links .accordion-button:not(.collapsed) {
  background: rgba(43, 68, 108, 0.05);
  color: var(--blue);
}

.mobile-nav-links .accordion-body {
  padding: 0;
  background: #f8f9fa;
}

.mobile-nav-links .list-group-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 0;
}

.mobile-nav-links .list-group-item a {
  display: block;
  padding: 12px 20px 12px 30px;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.mobile-nav-links .list-group-item a:hover {
  color: var(--blue);
  background: rgba(0, 0, 0, 0.02);
}

.mobile-lang-box {
  padding: 15px 20px;
  background: #f1f4f9;
  font-weight: 600;
  font-size: 14px;
  color: var(--blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-lang-box a {
  color: var(--blue);
  text-decoration: none;
  opacity: 0.7;
}

.mobile-lang-box a.active {
  opacity: 1;
  font-weight: 700;
}

.msc-mobile-menu-drawer img.sidebar-logo {
  height: 65px;
}

@media (max-width: 991px) {
  .header--1 {
    display: none !important;
  }
  .header--mobile {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.mobile-nav-links .accordion-button::after {
  display: none;
}

.mobile-nav-links .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav-links .accordion-button .custom-arrow {
  transition: transform 0.3s ease;
  font-size: 20px;
  color: var(--blue);
}

.mobile-nav-links .accordion-button:not(.collapsed) .custom-arrow {
  transform: rotate(180deg);
}

/* ----------------------Housing Loan-------------------- */

.housing-loan-section .loan-card.scheme-card .loan-left {
  background: url(../img/loans/housing-loan.jpg);
}

section.loan-calculator-section .loan-information {
  padding-top: 30px;
}

.loan-left.two-wheeler-bg {
  background: url(../img/loans/two-wheeler.jpg);
}

.loan-left.four-wheeler-bg {
  background: url(../img/loans/four-wheeler.jpg);
}

.education-loan-section .loan-left {
  background: url(../img/loans/education-loan.jpg);
}

.solar-loan-section .loan-left {
  background: url(../img/loans/solar-loan.jpg);
}

.redevelopment-loan-section .loan-left {
  background: url(../img/loans/redevelopment-loan.jpg);
}

.od-against-salary-section .loan-left {
  background: url(../img/loans/od-gainst-salary.jpg);
}

.cash-credit-loan-section .loan-left {
  background: url(../img/loans/clean-cash-credit.jpg);
}

/* ------------------CSOC Page-------------------- */

.csoc-information-section .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csoc-information-section .banner-image {
  margin-bottom: 30px;
}

.csoc-information-section .csoc-content {
  color: #232323;
  position: relative;
  z-index: 1;
}

.csoc-information-section .csoc-content p a {
  color: var(--yellow);
  font-weight: 600;
}

.csoc-information-section .project-objectives {
  background: url(../img/csoc/objective-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 70px;
  padding: 60px 0;
  position: relative;
}

.csoc-information-section .project-objectives::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
}

.csoc-information-section .project-objectives .main-title p {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.csoc-information-section .project-objectives .objective-card {
  position: relative;
  z-index: 2;
}

.csoc-information-section .project-objectives .objective-card img {
  width: 100%;
  margin-bottom: 20px;
}

.csoc-information-section .project-objectives .objective-card p {
  color: #fff;
}

.csoc-mission-vision .vision-mission-box .vision,
.csoc-mission-vision .vision-mission-box .mission {
  max-width: 56%;
}

.csoc-mission-vision .vision-mission-box ul li {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
}

.csoc-mission-vision .vision-mission-box .title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 34px;
  color: #fbc338;
  position: relative;
  border-bottom: 3.33px solid #fbc338;
  display: inline-block;
}

.csoc-mission-vision .vision-mission-box {
  padding: 150px 40px;
}

.csoc-mission-vision .vision-mission-box::before,
.csoc-mission-vision .vision-mission-box::after {
  height: 40%;
}

.csoc-mission-vision .vision-mission-box .vision {
  margin-bottom: 4rem;
}

.csoc-mission-vision .sqahkar-suraksha-logo {
  margin-bottom: 50px;
}

.csoc-process-section .inner-wrapper {
  padding: 46px 40px;
  border-radius: 36px;
  box-shadow:
    0px 3px 7px 0px #7394c91a,
    0px 12px 12px 0px #7394c917,
    0px 27px 16px 0px #7394c90d,
    0px 48px 19px 0px #7394c903,
    0px 75px 21px 0px #7394c900;
  position: relative;
  z-index: 1;
}

.csoc-clients-section .inner-wrapper {
  position: relative;
  z-index: 1;
}

.csoc-process-section .inner-wrapper::before,
.csoc-clients-section .inner-wrapper::before,
.csoc-information-section .csoc-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/csoc/sahakar-suraksha-logo.png) center no-repeat;
  background-size: 60%;
  opacity: 0.1;
  z-index: -1;
}

.csoc-process-section .inner-wrapper .process-content ol li {
  font-size: 18px;
  padding-left: 6px;
  padding-bottom: 24px;
  font-weight: 600;
}

.csoc-process-section .inner-wrapper .process-content ol li ul {
  list-style: disc;
  padding-left: 0;
  margin-top: 20px;
}

.csoc-process-section .inner-wrapper .process-content ol li ul li {
  font-size: 18px;
  padding-bottom: 8px;
  color: #313131;
  font-weight: 400;
}

.csoc-process-section .inner-wrapper .section-title,
.csoc-process-section .inner-wrapper .process-content {
  position: relative;
  z-index: 1;
}

.csoc-clients-section .client-table {
  width: 100%;
  position: relative;
  z-index: 1;
}

.csoc-clients-section .client-table tr {
  border-bottom: 3px solid #2b446c;
}

.csoc-clients-section .client-table tr:last-child {
  border-bottom: none;
}

.csoc-clients-section .client-table td {
  padding: 20px;
  text-align: center;
}

.csoc-clients-section .client-table td:first-child {
  border-right: 3px solid #2b446c;
}

.csoc-clients-section .client-table img.client-logo {
  width: 260px;
  height: 100%;
}

/* ------------------Central Financing Agencies-------------------- */

.daf-slider-wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
  min-height: 100%;
  /* border-radius: 12px; */
}

.daf-slider-wrapper .daf-slides .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: cfaSlideFade 12s infinite;
}

.daf-slider-wrapper .daf-slides .slide-item:nth-child(1) {
  animation-delay: 0s;
}

.daf-slider-wrapper .daf-slides .slide-item:nth-child(2) {
  animation-delay: 4s;
}

.daf-slider-wrapper .daf-slides .slide-item:nth-child(3) {
  animation-delay: 8s;
}

@keyframes cfaSlideFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  38.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.daf-slider-wrapper .daf-overlay-box {
  position: absolute;
  bottom: 70px;
  left: 0;
  background: #2b446c;
  padding: 20px 30px;
  width: 80%;
  max-width: 300px;
}

.daf-slider-wrapper .daf-overlay-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.daf-content-wrapper {
  padding-right: calc(var(--bs-gutter-x) * 3.5);
  padding-left: 30px;
}

.daf-content-wrapper p {
  color: #525252;
  line-height: 1.6;
  margin-bottom: 25px;
}

.daf-content-wrapper .daf-stats-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.daf-content-wrapper .daf-stats-grid .stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 47%;
}

.daf-content-wrapper .daf-stats-grid .stat-card .icon-box {
  width: 70px;
  height: 70px;
  background: #eef3f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b446c;
  flex-shrink: 0;
}

.daf-content-wrapper .stat-card .text-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}

/* CFA Credit Facilities Tabs */

.cfa-credit-facilities .section-title h2 {
  font-size: 32px;
  font-weight: 500;
  color: #2b446c;
  line-height: 1.3;
}

.cfa-nav-pills {
  padding-right: 30px;
}

.cfa-nav-pills .nav-link {
  color: #bcbcbc;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 25px;
  text-align: left;
  background: transparent;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.cfa-nav-pills .nav-link .dot {
  width: 14px;
  height: 14px;
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.daf-tabs .nav-item-wrapper {
  margin-bottom: 20px;
}

.daf-tabs
  .nav-item-wrapper:has(.nav-link.active, .accordion-trigger:not(.collapsed)) {
  background: transparent;
  border-radius: 14px;
  box-shadow:
    inset 0px 2px 5px 0px #3d81f00d,
    inset 0px 9px 9px 0px #3d81f00a,
    inset 0px 20px 12px 0px #3d81f008,
    inset 0px 35px 14px 0px #3d81f003,
    inset 0px 55px 15px 0px #3d81f000,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
}

.cfa-nav-pills .nav-link:hover,
.cfa-nav-pills .nav-link.active,
.cfa-nav-pills .nav-link:focus {
  color: transparent !important;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cfa-nav-pills .nav-link.active .dot,
.cfa-nav-pills .nav-link:hover .dot,
.cfa-nav-pills .nav-link.accordion-trigger:not(.collapsed) .dot {
  border: none;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
}

.cfa-nav-pills .nav-link.accordion-trigger:not(.collapsed) {
  color: transparent !important;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cfa-nav-pills .nav-link.accordion-trigger {
  justify-content: flex-start;
  width: 100%;
}

.cfa-nav-pills .nav-link.accordion-trigger::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23bcbcbc' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z'/%3E%3C/svg%3E");
  margin-left: auto;
  transition: transform 0.3s;
}

.cfa-nav-pills .nav-link.accordion-trigger[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.cfa-nav-pills .sub-nav-pills {
  padding-left: 20px;
  margin-top: 10px;
  margin-left: 17px;
}

.cfa-nav-pills .sub-nav-pills .nav-link {
  font-size: 16px;
  margin: 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2b446c4d;
  border-radius: 0;
}

.cfa-nav-pills .sub-nav-pills .nav-link:last-child {
  border-bottom: none;
}

.cfa-nav-pills .sub-nav-pills .nav-link .ring-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
}

.cfa-nav-pills .sub-nav-pills .nav-link.active {
  color: transparent !important;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  border-bottom: 3px solid #2b446c4d;
}

.cfa-nav-pills .sub-nav-pills .nav-link.active .ring-dot {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: none;
}

.cfa-nav-pills .sub-nav-pills .nav-link.active .ring-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(89.14deg, #2b446c 45.64%, #83a3d5 106.82%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Right Content */

.cfa-list-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cfa-list-box .list-item,
.cfa-details-box .detail-row {
  background: #e9ecef;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  color: #2b446c;
  list-style-position: inside;
}

.cfa-list-box .list-item ol,
.cfa-details-box .detail-row ol {
  padding-top: 15px;
  margin-bottom: 5px;
}

.cfa-list-box .list-item ol li,
.cfa-details-box .detail-row ol li {
  padding-bottom: 8px;
}

.cfa-list-box .list-item ol li:last-child,
.cfa-details-box .detail-row ol li:last-child {
  padding-bottom: 0;
}

.cfa-details-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cfa-details-box .detail-row {
  background: #2b446c1a;
  padding: 15px 25px;
  border-radius: 14px;
  font-size: 16px;
  color: #333;
}

.cfa-details-box .detail-row strong {
  color: #2b446c;
  display: inline-block;
}

.daf-tabs .tab-content {
  border-left: 4px solid #2b446c4d;
}

.daf-tabs .tab-content {
  padding-left: 50px;
}

.pb-90 {
  padding-bottom: 90px;
}

/* ----------------------Banking Department---------------------- */

.department-section {
  padding: 90px 0 50px;
}

.daf-content-wrapper h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.daf-content-wrapper ul {
  margin-bottom: 30px;
}

.daf-content-wrapper ul li {
  color: #525252;
  padding-bottom: 8px;
}

.details-card .inner-wrapper {
  padding: 50px 40px;
  border-radius: 36px;
  margin-bottom: 40px;
  box-shadow:
    0px 3px 7px 0px #7394c91a,
    0px 12px 12px 0px #7394c917,
    0px 27px 16px 0px #7394c90d,
    0px 48px 19px 0px #7394c903,
    0px 75px 21px 0px #7394c900;
}

.details-card .inner-wrapper:last-child {
  margin-bottom: 0;
}

.details-card .inner-wrapper h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.details-card .inner-wrapper ul {
  margin-bottom: 40px;
}

.details-card .inner-wrapper ul:last-child {
  margin-bottom: 0;
}

.details-card .inner-wrapper ul li:last-child {
  padding-bottom: 0;
}

.details-card .inner-wrapper ul li {
  color: #525252;
  padding-bottom: 15px;
  font-weight: 400;
}

.details-card .inner-wrapper ul li strong {
  font-weight: 500;
}

.details-card .wrapper-box {
  margin-top: 30px;
}

.details-card .wrapper-box:first-child {
  margin-top: 0;
}

.cpid-department .daf-content-wrapper .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.cpid-department .daf-content-wrapper .page-link a {
  box-shadow:
    0px 2px 5px 0px #3d81f00d inset,
    0px 9px 9px 0px #3d81f00a inset,
    0px 20px 12px 0px #3d81f008 inset,
    0px 35px 14px 0px #3d81f003 inset,
    0px 55px 15px 0px #3d81f000 inset,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
  padding: 20px;
  width: 100%;
  border-radius: 24px;
  text-align: center;
  font-weight: 600;
}

.cpid-department.details-card .inner-wrapper,
.aic-department.details-card .inner-wrapper {
  box-shadow: none;
  padding: 0;
}

.cpid-department.details-card .inner-wrapper .wrapper-box .details {
  margin: 20px 0;
}

.daf-slider-wrapper .daf-slides {
  height: 100%;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol {
  padding-left: 0;
  margin-left: 20px;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol li {
  list-style-position: inside;
  padding-bottom: 20px;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol li > ul {
  margin-top: 12px;
  margin-bottom: 6px;
  list-style: disc;
  padding-left: 0;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol li > ul li {
  padding-bottom: 8px;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol li p {
  margin-bottom: 0;
  color: #525252;
  font-weight: 400;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol li > ul li span {
  color: #2b446c;
  font-weight: 500;
}

.agro-industrial-cooperative.details-card .inner-wrapper ol li p.inner-title {
  color: #2b446c;
  margin-top: 12px;
  font-weight: 600;
}

.details-card .wrapper-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.inspection-department .section-title p {
  color: #2b446c;
}

.inspection-department ol li {
  color: #525252;
  padding-bottom: 20px;
  font-weight: 400;
}

.legal-details {
  margin-top: -4rem;
  position: relative;
}

.legal-details .inner-wrapper {
  border-radius: 24px;
  padding: 28px;
  background: #fff;
  box-shadow:
    0px 2px 5px 0px #3d81f00d inset,
    0px 9px 9px 0px #3d81f00a inset,
    0px 20px 12px 0px #3d81f008 inset,
    0px 35px 14px 0px #3d81f003 inset,
    0px 55px 15px 0px #3d81f000 inset,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
}

.chart-title {
  color: #2b446c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: 2px solid #fbc338;
  padding-bottom: 15px;
  text-align: left;
  width: 100%;
  margin-top: 0;
}

.node-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.org-node {
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.org-node:hover {
  transform: translateY(-2px);
}

.node-wrapper .level-1 {
  background: linear-gradient(87.97deg, #2b446c -13.07%, #5484d2 92.62%);
  color: #fff;
  border-radius: 50px;
  padding: 18px 50px;
  font-size: 18px;
}

.node-wrapper .level-2 {
  background: #d5e5ff;
  color: #2b446c;
  border-radius: 26px;
  padding: 25px 40px;
  line-height: 1.8;
  max-width: 600px;
  width: 100%;
  font-size: 18px;
}

.branches-wrapper .branch-column .level-3 {
  background: #5b7cb0;
  color: #fff;
  border-radius: 20px;
  padding: 15px 10px;
  width: 290px;
  min-height: 54px;
}

.line-vertical {
  width: 2px;
  height: 30px;
  background: #2b446c;
  margin: 0 auto;
}

.branch-connector {
  width: 750px;
  height: 30px;
  border-top: 2px solid #2b446c;
  border-left: 2px solid #2b446c;
  border-right: 2px solid #2b446c;
  border-radius: 15px 15px 0 0;
  margin: 0 auto;
}

.branches-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 510px;
  margin-top: -2px;
}

.branch-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
}

.branch-column .line-vertical-top {
  display: none;
}

.is-invalid {
  border: 1px solid red !important;
}

.error.text-danger {
  font-size: 12px;
  font-weight: 500;
}

.toast {
  position: fixed;
  top: 5%;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  z-index: 9999;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
}

.toast.active {
  transform: translateX(0%) !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.toast.error-toast {
  background: #fffafa;
}

.toast.error-toast .toast-content svg,
.toast.error-toast .message .text-1 {
  color: #cc0000;
}

.toast.error-toast .progress:before {
  background-color: #cc0000;
}

.toast .toast-content {
  display: flex;
  align-items: center;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #20477f;
  color: #d8e5e0;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.message .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.message .text.text-1 {
  font-weight: 600;
  color: #20477f;
}

.toast .close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.toast .toast-content svg {
  color: #20477f;
}

.toast .close:hover {
  opacity: 1;
}

.toast .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.toast .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #20477f;
}

.progress.active:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

@media (max-width: 1200px) {
  .branch-connector {
    width: 500px;
  }
  .branches-wrapper {
    gap: 260px;
  }
}

@media (max-width: 991px) {
  .branch-connector {
    width: 300px;
  }
  .branches-wrapper {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .org-chart-section .inner-wrapper {
    overflow-x: hidden;
  }
  .branches-wrapper {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
    align-items: center;
  }
  .branch-connector {
    display: none;
  }
  .branch-column::before {
    content: "";
    width: 2px;
    height: 30px;
    background: #2b446c;
    display: block;
    margin-bottom: 0;
  }
  .line-vertical-top {
    display: block !important;
    width: 2px;
    height: 30px;
    background: #2b446c;
    margin: 0 auto;
  }
  .level-2 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    font-size: 14px;
  }
  .branch-column {
    width: 100%;
  }
  .level-3 {
    width: 100%;
    max-width: 300px;
  }
}

.org-chart-section .icon-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 34px;
}

.org-chart-section .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  padding: 25px;
  border-radius: 50%;
  box-shadow:
    0px 1.65px 4.13px 0px #3d81f00d inset,
    0px 7.44px 7.44px 0px #3d81f00a inset,
    0px 16.54px 9.92px 0px #3d81f008 inset,
    0px 28.94px 11.58px 0px #3d81f003 inset,
    0px 45.48px 12.4px 0px #3d81f000 inset,
    0px 33.08px 9.1px 0px #9bb3d900,
    0px 21.5px 8.27px 0px #9bb3d903,
    0px 11.58px 7.44px 0px #9bb3d90d,
    0px 4.96px 4.96px 0px #9bb3d917,
    0px 1.65px 3.31px 0px #9bb3d91a;
}

.org-chart-section .icon-box .icon img {
  height: 100%;
  width: 90px;
}

.org-chart-section .icon-box .content p.card-title {
  font-size: 20px;
  font-weight: 600;
}

.org-chart-section .icon-box .content ol,
.org-chart-section .icon-box .content ul {
  margin-top: 10px;
}

.org-chart-section .icon-box .content ol li {
  padding-bottom: 15px;
  color: #575757;
}

section.achievements {
  margin-top: -8rem;
  position: relative;
}

section.achievements .achievement-card .icon {
  box-shadow:
    0px 2px 5px 0px #3d81f00d inset,
    0px 9px 9px 0px #3d81f00a inset,
    0px 20px 12px 0px #3d81f008 inset,
    0px 35px 14px 0px #3d81f003 inset,
    0px 55px 15px 0px #3d81f000 inset,
    0px 40px 11px 0px #9bb3d900,
    0px 26px 10px 0px #9bb3d903,
    0px 14px 9px 0px #9bb3d90d,
    0px 6px 6px 0px #9bb3d917,
    0px 2px 4px 0px #9bb3d91a;
  background: #fff;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -64px;
  margin-bottom: 24px;
}

section.achievements .achievement-card .icon img {
  height: 45px;
  width: 45px;
}

section.achievements .achievement-card {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  margin-top: 75px;
  min-height: 206px;
  box-shadow:
    0px 6px 13px 0px #2b446c29,
    0px 23px 23px 0px #2b446c24,
    0px 51px 31px 0px #2b446c14,
    0px 91px 36px 0px #2b446c05,
    0px 142px 40px 0px #2b446c00;
}

/* --------------------locator css------------------- */

.locator-page-wrapper {
  padding: 60px 0;
  background-color: #fff;
  font-family: "Inter", sans-serif;
}

.locator-page-wrapper .locator-search-area {
  display: flex;
  gap: 15px;
  align-items: center;
}

.locator-page-wrapper .search-input-group {
  display: flex;
  align-items: center;
}

.locator-page-wrapper .search-input-group input {
  border: 1px solid #fbc338;
  border-right: none;
  padding: 10px 15px;
  outline: none;
  height: 45px;
  border-radius: 4px 0 0 4px;
  width: 250px;
  font-size: 14px;
}

.locator-page-wrapper .search-input-group input::placeholder {
  color: #a8a8a8;
}

.locator-page-wrapper .search-input-group button {
  background: white;
  border: 1px solid #fbc338;
  height: 45px;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
}

.btn-locate-us {
  background-color: var(--yellow);
  color: var(--blue);
  font-weight: 600;
  border: none;
  padding: 0 25px;
  height: 45px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  transition: opacity 0.3s;
}

.btn-locate-us:hover {
  opacity: 0.9;
}

/* Form Card */

.filter-card {
  background-color: #f9f9f9;
  border: 2px solid #d7d7d7;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}

.filter-card .radio-options {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.filter-card .radio-options .custom-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.filter-card .radio-options .custom-radio input[type="radio"] {
  accent-color: #2b446c;
  width: 26px;
  height: 26px;
}

.filter-card .dropdown-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.filter-card .btn-submit-filter {
  background-color: #2b446c;
  color: var(--yellow);
  border: none;
  padding: 10px 40px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.filter-card .btn-submit-filter:hover {
  background-color: #d0d0d0;
  color: #2b446c;
}

.filter-card .btn-submit-filter:disabled {
  background-color: #e0e0e0;
  color: #a3a3a3;
  cursor: not-allowed;
}

.result-card {
  border: 2px solid #d7d7d7;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f9f9f9;
}

.result-card .inner-wrapper {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 2px solid #d7d7d7;
}

.result-card .inner-wrapper .result-title {
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 400;
}

.result-card .info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.result-card .info-list .info-item {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  align-items: center;
  gap: 15px;
}

.result-card .info-list .info-item .icon-wrapper {
  height: 35px;
  width: 35px;
}

.result-card .info-list .info-item .label-wrapper {
  width: 100px;
  color: #666;
  font-weight: 500;
}

.result-card .info-list .info-item .value-wrapper {
  flex: 1;
  color: #444;
}

.result-card .info-list .info-item .value-wrapper a {
  color: #444;
  text-decoration: none;
}

.result-card .info-list .info-item .icon-wrapper .contact-icon {
  background: var(--yellow);
  padding: 8px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.network-page .network-card {
  margin-top: -5%;
  position: relative;
}

.network-page .network-card,
.branch-codes-page.network-office .branches-grid .branch-card {
  border-radius: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.swiper-slide img.desktop-image {
  display: block;
  width: 100%;
}

.swiper-slide img.mobile-image {
  display: none;
  width: 100%;
}

.ticker-section .ticker-wrap .ticker-content .ticker-text ul li::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 9px;
  left: -23px;
  background: #2b446c;
}

.ticker-section
  .ticker-wrap
  .ticker-content
  .ticker-text
  ul
  li:first-child::before {
  display: none;
}

.video-thumbnail-wrapper iframe {
  width: 100%;
  height: 100%;
}

.gallery-album img {
  width: 100%;
  margin-bottom: 30px;
}

section.branches-page .branches-grid .branch-card .branch-info .info-text {
  margin-bottom: 8px;
}

.disclaimer-page .disclaimer-wrapper .content h4,
.csoc-process-section .inner-wrapper .process-content h4,
.mobile-banking h4 {
  display: flex;
  gap: 6px;
  font-size: 22px;
  font-weight: 500;
  color: #2b446c;
  padding-bottom: 10px;
  border-bottom: 2px solid #fbc338;
  margin-bottom: 30px;
}

.install-app img {
  width: 40%;
}

.footer-wrapper .footer-social-box .install-app {
  text-align: left;
}

.achievements .achievement-box {
  width: 20%;
}

div#locator_results_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.text-danger-error {
  font-size: 12px;
}

@media (max-width: 768px) {
  .dropdown-row {
    grid-template-columns: 1fr;
  }
  .locator-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .locator-search-area {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .search-input-group,
  .btn-locate-us {
    width: 100%;
  }
  .search-input-group input {
    width: 100%;
  }
  .perk-section {
    margin-top: 30px;
  }
  .achievements .achievement-box {
    width: 100%;
  }
  .page-modal .modal-content {
    max-width: 86%;
  }
  .page-modal .modal-text p.popup-title {
    font-size: 20px;
  }
  .accordion-item ul ul.list-group {
    list-style: none;
  }
}

.directions-btn {
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.directions-btn:hover {
  color: #fff !important;
  background: #1a2a44 !important;
  border-color: #1a2a44 !important;
}

.mobile-banking h4:first-child {
  margin-top: 0;
}

.hero-slide a {
  width: 100%;
}

.contact-table td {
  color: #000;
  font-weight: 400;
}

.contact-cards .card-body p,
.contact-cards .card-header p {
  color: #000;
}

.other-loans-section.loans-page {
  margin-top: -75px;
}

.emptyStatedesign {
  text-align: center;
}

.emptyStatedesign p {
  font-size: 24px;
  margin: 0;
}
