@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans", serif;
  font-weight: 400;
}
* {
  outline: 0;
  box-sizing: border-box;
}
:root {
  --displayf-1: flex;
  --displayf-2: inline-flex;
  --displayf-3: block;
  --flex-wrap: wrap;
  --displayf-4: inline-block;
  --displayf-5: inline;
  --displayf-6: none;
  --primary-position: relative;
  --secondary-position: absolute;
  --third-position: fixed;
  --anchor-text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1480px;
}
.home-section-3 {
  padding: 20px 0;
}
.home-section-5 {
  padding: 50px 0;
}
/*......................Header-css-start..............*/
.logo {
  padding-bottom: 10px;
}
.top-strip img {
  width: 100%;
  display: block;
}
.main-header {
  box-shadow: 0 0 20px 1px rgba(0, 00, 08, 0.5);
  position: var(--primary-position);
  left: 0;
  right: 0;
  top: 0;
  z-index: 91;
}
.main-header.sticky {
  position: var(--third-position);
  left: 0;
  right: 0;
  top: 0;
  z-index: 91;
  box-shadow: 0 0 20px 1px rgba(162, 10, 58, 0.5);
}
.mid-header {
  padding: 7px 0 0 0;
  background: #fff;
}
.mid-header .logo ul {
  display: var(--displayf-1);
  align-items: center;
  padding-bottom: 10px;
  margin: 0 -6px;
}
.mid-header ul {
  margin: 0;
  padding: 0;
  align-items: center;
}
.mid-header ul li {
  padding: 0 3px;
  list-style: none;
}
.mid-header .logo ul li a.active,
.mid-header .logo ul li a:hover {
  background: #ec1f26;
  color: #fff;
  text-decoration: var(--anchor-text-decoration);
}
.mid-header .logo ul li a {
  font-size: 11px;
  color: #333;
  position: var(--primary-position);
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 4px;
  text-decoration: var(--anchor-text-decoration);
}
.mid-header .topnav ul li {
  padding: 0 7px;
}
.mid-header .topnav ul li.humburge-menu {
  position: var(--primary-position);
}
.mid-header .topnav ul li a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: var(--anchor-text-decoration);
}
.mid-header .topnav ul li.top-whatsapp,
.mid-header .topnav ul li.top-whatsapp a {
  color: #80c342;
}
.mid-header .topnav ul li.top-whatsapp span,
.mid-header .topnav ul li.top-fa-phone span {
  margin-right: 4px;
}
.mid-header .topnav ul li.top-fa-phone a {
  color: #ed1b23;
}
.mid-header .topnav ul li a.fa-map-marker-alt,
.mid-header .topnav ul li a.fa-calculator {
  color: #616161;
  font-size: 20px;
}
.mid-header .topnav ul li.color-blind a {
  background: #e8e8e8;
  padding: 9px 10px;
  color: #616161;
  border-radius: 4px;
}
.mid-header .topnav ul li.color-blind a:hover {
  text-decoration: var(--anchor-text-decoration);
}
.mid-header .topnav ul li .drop-language {
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #6e6464;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-flex;
  width: 100px;
}
.mid-header .topnav ul li .drop-language .selected-option {
  width: 100%;
}
.mid-header .topnav ul li .drop-language .selected-option .dropdown-option {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #6e6464;
  background-color: #fff;
  z-index: 10;
}
.mid-header .topnav ul li .drop-language .dropdown-option div {
  padding: 6px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.mid-header .topnav ul li .drop-language .dropdown-option div:hover {
  color: #1d9dd8;
}
.mid-header
  .topnav
  ul
  li
  .drop-language
  .selected-option
  .dropdown-option
  div:hover {
  background-color: #f0f0f0;
}
.mid-header
  .topnav
  ul
  li
  .drop-language
  .selected-option:hover
  .dropdown-option
  div {
  display: block;
}
.mid-header .topnav ul li .drop-language:hover {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.mid-header .topnav ul li .drop-language .dropdown-option {
  position: absolute;
  width: 100px;
  background: #fff;
  border: 1px solid #6e6464;
  display: none;
  z-index: 10;
  top: 100%;
  left: 0;
}
.mid-header .topnav ul li .drop-language:hover .dropdown-option {
  display: block;
}

.mid-header
  .topnav
  ul
  li
  .drop-language
  .dropdown-option
  .dropdown-option
  div:last-child {
  border-bottom: none;
}
.mid-header .topnav ul li.explore-more .drop-language {
  width: 150px;
}
.mid-header .topnav ul li.explore-more .dropdown-option {
  width: 200px;
}

.mid-header .topnav ul li select {
  border: none;
}
.mid-header ul li.multi-laung {
  padding: 0;
  position: var(--primary-position);
}
.mid-header ul li.multi-laung a {
  background: #cd2159;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
}
.mid-header ul li.multi-laung ul {
  position: var(--primary-position);
  right: 0;
  z-index: 99;
  width: 120px;
  top: 28px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.9s ease;
  visibility: hidden;
  opacity: 0;
  border-top: 5px solid #cd2159;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.mid-header ul li.multi-laung ul li:last-child a {
  border-bottom: 0;
}
.mid-header ul li.multi-laung a .fas {
  font-size: 10px;
  margin-left: 5px;
}
.mid-header ul li.multi-laung a:hover {
  text-decoration: var(--anchor-text-decoration);
}
.mid-header ul li.multi-laung:hover ul {
  overflow: visible;
  max-height: 400px;
  visibility: visible;
  opacity: 1;
}
.mid-header ul li.multi-laung ul li {
  padding: 0;
}
.mid-header ul li.multi-laung ul li a {
  background: transparent;
  color: #000;
  font-size: 15px;
  padding: 10px 24px 10px 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  position: var(--primary-position);
}
.mid-header ul li.multi-laung ul li a:hover {
  text-decoration: var(--anchor-text-decoration);
  color: #cd2159;
}
.mid-header ul li.multi-laung ul li a:hover .fas {
  right: 15px;
}
.mid-header ul li.multi-laung ul li a .fas {
  position: var(--primary-position);
  right: 20px;
  transition: all 0.5s ease;
  top: 17px;
}
.mid-header ul li.mid-input {
  position: var(--primary-position);
  margin-left: 20px;
}
.mid-header ul li.mid-select select,
.mid-header ul li.mid-input input {
  width: 140px;
  font-size: 13px;
  background: #cd2159;
  border: 0;
  color: #fff;
  border-radius: 2px;
  padding: 5px 27px 5px 7px;
}
.mid-header ul li.mid-select select {
  width: auto;
}
.mid-header ul li.mid-input input::placeholder {
  color: #fff;
}
.mid-header ul li.mid-input input:-ms-input-placeholder {
  color: #fff;
}
.mid-header ul li.mid-input input::-ms-input-placeholder {
  color: #fff;
}
.mid-header ul li.mid-input .fas {
  position: var(--primary-position);
  right: 14px;
  top: 9px;
  color: #fff;
  font-size: 13px;
  background: transparent;
  border: 0;
}
.dropdown-btn {
  background-color: #1d9dd8;
  color: white;
  padding: 6px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  position: var(--primary-position);
  z-index: 9999;
}
.dropdown-btn img {
  margin-right: 5px;
}
.dropdown-btn .fas {
  font-size: 14px;
  margin-left: 5px;
}
.dropdown-content {
  position: var(--secondary-position);
  top: 33px;
  right: 0;
  transition: all 0.5s ease;
  z-index: 1000;
  cursor: pointer;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.dropdown.active .dropdown-content {
  max-height: 600px;
  visibility: visible;
  opacity: 1;
}
.login-overlay,
.humburg-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  bottom: 0;
  background: rgb(0 0 0 / 80%);
}
.dropdown-content-bx {
  background: white;
  border: 2px solid #1d9dd8;
  border-radius: 8px 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 460px;
  position: var(--primary-position);
  z-index: 2;
  padding: 10px 20px 20px 20px;
}
.dropdown-content .dropdown-content-bx ul {
  column-count: 2;
}
.dropdown-content .heading2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0 3px 0;
  color: #1d9dd8;
}
.dropdown-content ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.dropdown-content ul:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.login .dropdown-content ul li {
  padding: 6px 0 6px 12px;
}
.login .dropdown-content ul li a {
  font-weight: 500 !important;
  font-size: 13px;
  position: var(--primary-position);
  padding-left: 0;
  text-decoration: var(--anchor-text-decoration);
}
.login .dropdown-content ul li a::before {
  content: "";
  background: #1d9dd8;
  position: var(--secondary-position);
  left: -12px;
  top: 7px;
  width: 5px;
  height: 5px;
}
.dropdown.active .dropdown-content:hover .login-overlay {
  display: block;
}
.dropdown-content button,
.dropdown-content ul li a {
  width: 100%;
  background-color: transparent;
  color: #333;
  padding: 0 8px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  text-align: left;
}
.login .dropdown-content ul li a:hover {
  text-decoration: none;
  color: #1d9dd8;
}
.humbericon {
  cursor: pointer;
  display: block;
  height: 43px;
  transition: all ease-in-out 0.5s;
  border-radius: 8px;
}
.humbericon span {
  position: var(--primary-position);
  width: 30px;
  height: 4px;
  background: #616161;
  top: 10px;
  float: left;
  border-radius: 8px;
}
.humbericon span::before,
.humbericon span::after {
  transition: all ease-in-out 0.3s;
}
.humbericon span::before {
  width: 30px;
  top: 11px;
}
.humbericon span::before,
.humbericon span::after {
  content: "";
  position: var(--secondary-position);
  right: 0;
  height: 4px;
  background: #616161;
  border-radius: 8px;
}
.humbericon span::after {
  width: 20px;
  top: 22px;
}
.humbericon.active span::before {
  transform: rotate(135deg);
  width: 30px;
  top: 8px;
}
.humbericon.active span::after {
  transform: rotate(45deg);
  top: 8px;
  width: 30px;
}
.humbericon.active span {
  background: transparent;
}
#hamburger {
  position: var(--secondary-position);
  top: 100%;
  right: 7px;
  background: #fff;
  width: 300px;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 5px 0 5px 5px;
  margin-top: -6px;
  overflow: hidden;
}
.mid-header .topnav ul li.humburge-menu #hamburger-4 a {
  position: var(--primary-position);
  z-index: 99;
  background: #fff;
  display: inline-block;
  border-radius: 4px 4px 0 0;
  padding: 3px 6px;
}
.mid-header .topnav ul li.humburge-menu #hamburger-4 a.collapsed {
  position: unset;
  background: transparent;
}
#hamburger .menu-hamburger-menu-container {
  position: var(--primary-position);
  z-index: 999;
  background: #fff;
}
#hamburger ul {
  display: block;
  padding: 20px;
}
#hamburger ul li {
  width: 100%;
}
#hamburger ul li a {
  display: block;
  padding: 10px 0;
  color: #000;
  transition: 0.3s;
  border-bottom: 1px solid #dddd;
}
#hamburger ul li a:hover {
  text-decoration: none;
  color: #1d9dd8;
}
.hamburger-menu.show .humburg-overlay {
  display: block;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  list-style: none;
  padding: 3px 0 0 5px;
}
.main-nav ul li:hover a.drodown-link {
  background: #80c342;
  color: #fff;
}

/* SHOW menu on hover OR keyboard focus */
.main-nav ul li.multi-dropdown:focus-within .fullbox-menu {
  display: block;
}

/* Keyboard focus style */
.dropdown-trigger:focus-visible {
  outline: 3px solid #005fcc;
}

.main-nav ul li.multi-dropdown:before {
  content: "";
}
.main-nav ul li a {
  display: inline-block;
  padding: 12px 9px;
  color: #333;
  text-decoration: var(--anchor-text-decoration);
  font-size: 14px;
  border-radius: 3px 3px 0 0;
  margin-top: 5px;
}
.main-nav ul li a .fas {
  font-size: 12px;
  margin: 0 0 0 5px;
}
.main-nav ul li.internet-banking {
  position: var(--primary-position);
}
.main-nav ul li.internet-banking ul {
  position: var(--secondary-position);
  right: 5px;
  z-index: 99;
  width: 265px;
  top: 42px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.9s ease;
  visibility: hidden;
  opacity: 0;
  border-top: 5px solid #a20a3a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.main-nav ul li.internet-banking:hover ul {
  overflow: visible;
  max-height: 400px;
  visibility: visible;
  opacity: 1;
}
.main-nav ul li.internet-banking:hover .fas.fa-chevron-down:before {
  content: "\f077";
}
.main-nav ul li.internet-banking ul li {
  padding: 0;
}
.main-nav ul li.internet-banking ul li a {
  background: transparent;
  color: #000;
  font-size: 15px;
  padding: 12px 24px 12px 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  position: var(--primary-position);
}
.main-nav ul li.internet-banking ul li a:hover {
  color: #a20e37;
}
.main-nav ul li.internet-banking ul li:last-child a {
  border-bottom: 0;
}
.main-nav ul li.internet-banking ul li a .fas {
  position: var(--secondary-position);
  right: 20px;
  transition: all 0.5s ease;
  top: 19px;
}
.main-nav ul li.internet-banking ul li a:hover .fas {
  right: 15px;
}
.main-nav ul li.internet-banking a {
  background: #a20a3a;
  border-radius: 5px;
  color: #fff;
}
.fullbox-menu {
  position: var(--secondary-position);
  left: 0;
  right: 0;
  box-shadow: 0 60px 60px 1px rgba(0, 0, 0, 0.7);
  top: 100%;
  margin-top: 0px;
  z-index: 9;
  background: #fff;
  z-index: 91;
  display: none;
  overflow: hidden;
  border-top: 4px solid #80c342;
  border-radius: 0 0 5px 5px;
}
.main-nav ul li.multi-dropdown:hover .fullbox-menu {
  display: var(--displayf-3);
}
.nav-top {
  display: var(--displayf-4);
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}
.nav-top ul {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
  margin: 0;
  padding: 0;
  border: 0;
}
.nav-top ul li {
  padding: 0;
  margin: 0;
}
.nav-top ul li a.nav-link {
  display: var(--displayf-4);
  padding: 5px 20px;
  background: #b9b9b9;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.nav-top ul li a.nav-link:hover,
.nav-top ul li a.nav-link.active {
  background: #a20a3a;
  color: #fff;
  text-decoration: var(--anchor-text-decoration);
  box-shadow: rgba(239, 139, 117, 0.6) 0px 8px 29px 0px;
}
.nav-top ul.nav-tabs li a.nav-link {
  border: 0;
}
.nav-top .col-md-4 ul {
  justify-content: end;
}
.nav-top .col-md-4 ul li {
  padding: 0 6px;
}
.nav-top .col-md-4 ul li a {
  padding: 0;
  position: var(--primary-position);
  width: 30px;
  text-align: center;
  height: 35px;
}
.nav-top .col-md-4 ul li a img {
  position: var(--secondary-position);
  top: 5px;
  transition: all 0.5s ease;
  left: 0;
}
.nav-top .col-md-4 ul li a:hover img {
  top: 0px;
}
.nav-top .col-md-4 ul li a:before {
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  position: var(--secondary-position);
  left: 5px;
  opacity: 0;
  visibility: hidden;
  top: 100%;
}
.nav-top .col-md-4 ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.nav-top .col-md-4 ul li a span {
  position: var(--secondary-position);
  left: 50%;
  background: #000;
  top: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  transition: all 0.5s ease;
  text-transform: uppercase;
  transform: translate(-50%, 0);
}
.nav-top .col-md-4 ul li a:hover span {
  opacity: 1;
  visibility: visible;
}
ul.nav-lave2ul {
  border-right: 1px solid #ddd;
  height: 100%;
}
ul.nav-lave2ul li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
ul.nav-lave2ul li.second-lavel-dropdown .tab_cont_nav a {
  border-right: 0;
}
.nav-category ul.nav-lave2ul li a.customerCarelinks {
  border: 1px solid #bbbbbb;
  margin-bottom: 10px;
  display: var(--displayf-1);
  align-items: center;
  border-radius: 4px;
  justify-content: space-between;
}
.nav-category ul.nav-lave2ul li a.customerCarelinks:hover,
.nav-category ul.nav-lave2ul li a.customerCarelinks.customerCare-active {
  background: #1d9dd8;
  border-color: #1d9dd8;
  color: #fff;
}
.nav-category ul.nav-lave2ul li a {
  font-size: 14px;
  color: #515151;
  font-weight: 500;
  width: 100%;
  padding: 10px 15px 10px 15px;
  border-right: 7px solid transparent;
  transition: all 0.5s ease;
}

ul.nav-lave2ul li a:hover,
ul.nav-lave2ul li.active-cat-nav a,
ul.nav-lave2ul li a.active,
ul.nav-lave2ul li a.corporate-active,
ul.nav-lave2ul li a.customerCare-active,
ul.nav-lave2ul li a.tab_active {
  border-color: #a20a3a;
  color: #a20a3a;
  text-decoration: var(--anchor-text-decoration);
}
ul.cate-r-link {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 60px;
}
ul.cate-r-link li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
ul.cate-r-link li a {
  padding: 4px 20px;
  font-weight: 500;
  border-radius: 23px;
  width: 100%;
}
ul.cate-r-link li a span {
  transition: all 0.5s ease;
}
ul.cate-r-link li a:hover span {
  padding-left: 10px;
}
ul.cate-r-link li a:hover {
  background: #a20a3a;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(239, 139, 117, 0.6) 0px 8px 29px 0px;
}
.nav-col-md3 {
  max-width: 265px;
  flex: 0 0 100%;
  padding: 0 15px;
}
.nav-col-md9 {
  flex: 0 0 100%;
  max-width: calc(100% - 265px);
  padding: 0 15px;
}
.nav-col-md9.tab-content {
  border-right: 1px solid #ddd;
}
.nav-category ul.nav-lave2ul li ul {
  padding-bottom: 10px;
}
.buletlink ul.category-link {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
  padding-bottom: 20px;
}
.buletlink ul.category-link li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}
.buletlink .nav-heading {
  color: #a20e37;
}
.nav-category ul.nav-lave2ul li ul li {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.fullbox-menu.customercare-nav .nav-category .col-md-8 .col-md-6 {
  position: unset;
}
.nav-category ul.nav-lave2ul li.second-lavel-dropdown .nav-col-md9.tabcontent,
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .nav-col-md9.corporatetabcontent,
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid {
  position: var(--secondary-position);
  left: 345px;
  top: 0;
  right: 0;
  width: auto;
  bottom: 0;
  overflow-y: auto;
  max-width: unset;
}
.main-nav ul li.second-lavel-dropdown a.exploremore {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
  color: #a20e37;
}
.nav-category
  ul.nav-lave2ul
  li
  ul
  li.second-lavel-dropdown
  .nav-col-md9.tabcontent
  .category-link
  a,
.nav-category
  ul.nav-lave2ul
  li
  ul
  li.second-lavel-dropdown
  .nav-col-md9.corporatetabcontent
  .category-link
  a {
  border-right: 0;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent
  .category-link
  li {
  border-top: 0;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent
  .category-link
  li
  a {
  padding: 10px 0 10px 0;
  border-right: 0;
  display: var(--displayf-4);
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent
  .category-link
  li:last-child
  a {
  border-bottom: 0;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent
  .category-link
  li
  a:hover {
  padding-left: 5px;
}
.nav-category ul.nav-lave2ul li ul li a {
  padding: 5px 0 5px 47px;
  margin: 0;
}
.nav-category .nav-col-md9 .category-link ul li {
  padding: 0 0px;
}
.nav-category .nav-col-md9 .category-link ul li a,
.buletlink ul.category-link li a {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 16px;
  position: var(--primary-position);
  padding: 3px 0 3px 16px;
  width: auto;
  transition: all 0.5s ease;
  border-right: 0;
}
.nav-category .nav-col-md9 .category-link ul li a:hover,
.buletlink ul.category-link li a:hover {
  color: #1d9dd8;
  text-decoration: var(--anchor-text-decoration);
  padding-left: 20px;
}
.nav-category .nav-col-md9 .category-link ul li a:hover:before,
.buletlink ul.category-link li a:hover:before {
  background: #a20e37;
}
.buletlink ul.category-link li a:before {
  top: 9px;
}
.nav-heading {
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px;
}
.main-nav ul li a.exploremore {
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
}
.exploremore img {
  left: 10px;
  position: var(--primary-position);
  transition: all 0.2s ease;
}
.main-nav ul li a.exploremore:hover {
  text-decoration: var(--anchor-text-decoration);
}
.main-nav ul li a.exploremore:hover img {
  left: 15px;
}
.col-md-12.category-link ul {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
}
.col-md-12.category-link ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid {
  overflow-y: auto;
  margin-top: 40px;
}
.customercare-nav .nav-category ul.nav-lave2ul {
  padding: 40px;
}
.nav-bottom,
.tab_cont_nav,
.corporatetabcontent,
.customerCarecontent,
.main-nav ul li a .fas.open-dropdown {
  display: var(--displayf-6);
}
.desktopblock {
  display: var(--displayf-3);
}
.customercare-nav .buletlink ul.category-link li {
  flex: 0 0 100%;
  max-width: 100%;
}
.nav-overlay {
  position: var(--third-position);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 80%);
  display: none;
  z-index: -1;
}
.nav-overlay.nav-overlay-active {
  z-index: 1;
  display: block;
}
.quicklink-nav {
  padding: 20px 33px;
  /* overflow-x: scroll; */
}
.quicklink-nav .heading2 {
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 700;
  padding: 0 0 0 4px;
  margin: 0;
}

.quicklink-nav ul {
  display: var(--displayf-1);
  /*flex-wrap: var(--flex-wrap);*/
}
.quicklink-nav ul li a {
  font-size: 10px;
  color: #333;
  border: 1px solid #ddd;
  padding: 5px 5px;
  border-radius: 4px;
}
.quicklink-nav ul li a:hover {
  background: #ddd;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid {
  overflow-y: auto;
  margin-top: 40px;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar {
  width: 7px;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 5px;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: 5px;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-button {
  background: #ccc;
  display: none;
}
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
/*......................Header-css-end..............*/

/*......................Slider-css-start..............*/
.home-slider {
  position: var(--primary-position);
}
.home-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.home-slider .owl-dots {
  position: var(--secondary-position);
  left: 0;
  right: 0;
  bottom: 20px;
  max-width: 1360px;
  text-align: right;
  margin: 0 auto;
}
.left-panel {
  position: var(--third-position);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
  margin-top: 60px;
}
.slider-hover {
  position: var(--secondary-position);
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9;
}
.r-panel {
  position: var(--secondary-position);
  right: 0;
  top: -233px;
  width: 300px;
  padding: 15px;
  background: #fff;
  z-index: 1;
}
.r-panel ul {
  margin: 0;
  padding: 0;
}
.r-panel ul li {
  list-style: none;
  background: #fff;
  position: var(--primary-position);
  padding: 10px 15px;
  padding-left: 65px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 700;
  border: 1px solid #81c341;
  margin-bottom: 10px;
}
.r-panel ul li a {
  color: #212529;
}
.r-panel ul li:hover > a {
  color: #fff;
  text-decoration: var(--anchor-text-decoration);
}
.r-panel ul li.r-dropdown:before {
  content: "";
  position: ar(--secondary-position);
  right: 100%;
  width: 0;
  top: 0;
  bottom: 0;
  margin-right: -3px;
  transition: all 0.5s ease;
}
.r-panel ul li.r-dropdown .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: var(--third-position);
  left: 0;
  right: 0;
  top: 0;
  display: none;
  bottom: 0;
  z-index: -1;
}
.r-panel ul li.r-dropdown:hover .overlay {
  display: var(--displayf-2);
}
.r-panel ul li.r-dropdown .overlay:hover {
  display: var(--displayf-6);
}
.r-panel ul li.r-dropdown:hover:before {
  width: 10px;
}
.r-panel ul li .r-nav {
  position: var(--secondary-position);
  left: 0;
  border-radius: 4px 0 0 4px;
  top: 0;
  bottom: 0;
  background: #81c341 url(../images/r-panel-nav-icon.png);
  background-position-y: 6px;
  background-position-x: 4px;
  width: 49px;
}
.r-panel ul li .fas {
  position: var(--secondary-position);
  right: 10px;
  top: 11px;
  width: 17px;
  font-size: 16px;
  text-align: center;
  height: 16px;
  padding: 2px 0;
  color: #81c341;
  border-radius: 0;
}
.r-panel ul li span.online-payment-icon {
  background-position-y: 3px;
}
.r-panel ul li span.r-drop-2box {
  background-position-y: -35px;
}
.r-panel ul li span.mobile-banking-apps-icon {
  background-position-y: -74px;
}
.r-panel ul li span.debit-credit-cards-icon {
  background-position-y: -107px;
}
.r-panel ul li span.interest-rates-icon {
  background-position-y: -144px;
}
.r-panel ul li span.r-dropdown-locate {
  background-position-y: -182px;
}
.r-panel ul li span.cyber-security-icon {
  background-position-y: -222px;
}
.r-panel ul li span.other-services-icon {
  background-position-y: -261px;
}
.r-dropdown-fulbox {
  position: var(--secondary-position);
  right: 100%;
  top: -120px;
  background: #a20a3a;
  padding: 0;
  border-radius: 10px;
  width: 0px;
  transition: all 0.5s ease;
  margin-right: 7px;
  overflow: hidden;
}
.r-panel ul li.r-dropdown:hover .r-dropdown-fulbox {
  width: 740px;
}
.r-drop-5box.r-dropdown ul {
  width: 620px;
}
.r-panel ul li.r-dropdown.r-drop-5box:hover .r-dropdown-fulbox {
  width: 640px;
}
.r-drop-4box.r-dropdown ul {
  width: 450px;
}
.r-panel ul li.r-dropdown.r-drop-4box:hover .r-dropdown-fulbox {
  width: 470px;
}
.r-drop-2box.r-dropdown ul {
  width: 246px;
}
.r-panel ul li.r-dropdown.r-drop-2box:hover .r-dropdown-fulbox {
  width: 266px;
}
.r-drop-2box.r-dropdown ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.r-drop-4box.r-dropdown ul li {
  flex: 0 0 25%;
  max-width: 25%;
}
.r-drop-5box.r-dropdown ul li {
  flex: 0 0 20%;
  max-width: 20%;
}
.r-panel ul li.r-dropdown.r-dropdown-relative {
  position: var(--primary-position);
}
.r-panel ul li.r-dropdown.r-dropdown-relative .r-dropdown-fulbox {
  top: -30px;
}
.r-dropdown ul {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
  width: 720px;
  margin: 10px;
  overflow: auto;
}
.r-dropdown ul li {
  flex: 0 0 16.66%;
  max-width: 16.66%;
  background: transparent;
  padding: 3px;
}
.r-dropdown li span {
  display: var(--displayf-3);
  width: 100%;
  padding-bottom: 10px;
}
.r-dropdown li span img {
  width: auto;
  max-width: 100%;
}
.r-dropdown li a {
  display: var(--displayf-3);
  width: 100%;
  background: #fff;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  color: #333;
  padding: 10px;
}
.r-panel .r-dropdown li a:hover {
  background: #fdbd30;
  color: #a20a3a;
  text-decoration: var(--anchor-text-decoration);
}
.r-panel ul li:hover {
  background: #81c341;
  color: #fff;
}
.r-panel ul li:hover .fa-chevron-right {
  color: #fff;
}
.home-slider .owl-nav {
  display: var(--displayf-6);
}
.home-slider .owl-nav {
  position: var(--secondary-position);
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.home-blog-section .owl-dots button.active,
.home-slider .owl-dots button.active,
.home-section-3 .owl-dots button.active,
.home-section-4 .owl-dots button.active,
.home-offer-section .owl-dots button.active {
  background: #1d9dd8;
  border-color: #1d9dd8;
}
.home-blog-section .owl-dots button,
.home-slider .owl-dots button,
.home-section-3 .owl-dots button,
.home-section-4 .owl-dots button,
.home-offer-section .owl-dots button {
  width: 11px;
  height: 11px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin: 0 3px;
  background: #d4d4d4;
}
/*......................Slider-css-end..............*/

/*......................Middle-css-end..............*/
.news-ticker {
  background: #e6e6e6;
}
.acme-news-ticker {
  position: var(--primary-position);
  height: 45px;
  border: 0;
  margin-top: 0;
  padding-left: 120px;
}
.acme-news-ticker .news-title {
  position: var(--secondary-position);
  left: 0;
  top: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #ed1b23;
}
.acme-news-ticker .news-title img {
  margin-right: 7px;
}
.acme-news-ticker-box {
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.acmeticker-wrap {
  position: var(--primary-position);
}
.acme-news-ticker-box ul {
  width: 100%;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.acme-news-ticker-box ul li a {
  color: #000;
  font-size: 13px;
  text-decoration: var(--anchor-text-decoration);
}

/*........Common-Css-start...........................*/
.carusel-fullbox {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  display: var(--displayf-4);
  width: calc(100% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
  padding: 15px 15px;
  position: var(--primary-position);
}
.blog-img {
  position: var(--primary-position);
  display: var(--displayf-4);
  width: 100%;
}
.carusel-fullbox p {
  font-size: 15px;
  padding: 0 0px;
}
.owl-nav {
  display: none;
}
.home-section-4 .heading2,
.inner-section-2 .heading2 {
  color: #333333;
  font-size: 27px;
  font-weight: 700;
}
.home-section-4,
.inner-section-2,
.top-footer {
  background: #f3f3f3;
  padding: 50px 0;
}
/*......................Middle-css-end..............*/

.heading2 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 25px;
}
.home-section-3 .heading2 {
  color: #333;
}
.heading2 strong {
  font-weight: 700;
  font-size: 27px;
}
.home-section-3 .carusel-fullbox::before {
  content: "";
  position: var(--secondary-position);
  left: 8px;
  right: 8px;
  top: 8px;
  border: 1px solid transparent;
  bottom: 8px;
}
.home-section-3 .blog-img {
  margin-bottom: 0;
  height: 65px;
  overflow: hidden;
  width: auto;
}

.home-section-3 .blog-img img {
  width: auto;
  display: var(--displayf-4);
}
.home-section-3 .carusel-fullbox p {
  height: 35px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  color: #231f20;
}

.home-section-3 .carusel-fullbox:hover {
  background: #009ee2;
  transform: scale(1.03);
}
.home-section-3 .carusel-fullbox:hover a {
  text-decoration: none;
}

.home-section-3 .carusel-fullbox:hover::before {
  border-color: #fff;
}
.home-section-3 .carusel-fullbox:hover img {
  filter: invert(1) brightness(100);
}
.home-section-3 .carusel-fullbox:hover p {
  color: #fff;
}
.home-section-3 .owl-dots {
  position: var(--secondary-position);
  right: 5px;
  top: -31px;
}
.home-section-3 .owl-dots button.active {
  background: #828282;
  border-color: #828282;
}

.home-section-4 .way-col {
  padding: 0 10px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.home-section-4 .way-col .d-flex,
.inner-section-2 .d-flex {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.way-col-imgbox {
  flex: 0 0 100%;
  max-width: 160px;
}
.way-col-contentbox {
  flex: 0 0 100%;
  max-width: calc(100% - 160px);
  padding-left: 25px;
  padding-right: 15px;
}
.home-section-4 .way-col .d-flex h3,
.inner-section-2 .d-flex h3 {
  font-size: 16px;
  font-weight: 700;
}
.home-section-4 .way-col p,
.inner-section-2 .d-flex p {
  font-size: 13px;
  line-height: 18px;
  color: #2a2a2a;
  font-weight: 400;
}
.home-section-4 .way-col a,
.inner-section-2 .d-flex a {
  background: #fde6e7;
  display: var(--displayf-4);
  font-size: 11px;
  padding: 8px 10px;
  color: #ed1b23;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s;
  border-radius: 3px;
}
.home-section-4 .way-col a img,
.inner-section-2 .d-flex a img,
.home-section-5 .download-app img {
  margin-left: 5px;
  transition: all 0.5s;
}
.home-section-4 .way-col .d-flex:hover,
.inner-section-2 .d-flex:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
}
.home-section-4 .way-col a:hover,
.inner-section-2 .d-flex a:hover {
  text-decoration: var(--anchor-text-decoration);
  background: #ed1b23;
  color: #fff;
}
.home-section-4 .way-col a:hover img,
.inner-section-2 .d-flex a:hover img {
  margin-left: 7px;
  filter: invert(1) brightness(200);
}

.home-offer-section {
  padding: 60px 0;
  background: #009ee2;
}
.home-offer-section .heading2 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}
.home-offer-section .nav-tabs {
  border-bottom: 0;
  margin-bottom: 15px;
}
.home-offer-section .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  margin-right: 5px;
  border-radius: 5px;
  padding: 5px 6px;
  transition: all 0.5s ease;
}
.home-offer-section .carusel-fullbox {
  border-radius: 5px;
  padding: 0;
  background: transparent;
  margin: 0;
  width: 100%;
}
.home-offer-section .large-12 .carusel-fullbox {
  height: calc(100% - 30px);
}
.home-offer-section .nav-tabs .nav-link.active,
.home-offer-section .nav-tabs .nav-link:hover {
  color: #009ee2;
  background: #d9f4ff;
}
.home-offer-section .owl-dots button.active {
  background: #fff;
  border-color: #fff;
}
.home-offer-section .exclusive-offers {
  max-width: calc(100% - 478px);
}
.home-offer-section .exclusive-offers,
.home-offer-section .jk-loan {
  flex: 0 0 100%;
}
.home-offer-section .jk-loan {
  max-width: 478px;
}
.home-offer-section .jk-loan .large-12 {
  text-align: right;
}
.home-offer-section .large-12 .item .carusel-fullbox img {
  height: 450px;
}
.home-offer-section .large-12 .owl-carousel,
.home-offer-section .large-12 .owl-stage-outer,
.home-offer-section .large-12 .owl-stage,
.home-offer-section .large-12 .owl-item,
.home-offer-section .large-12 .item,
.home-offer-section .large-12 .item img {
  height: 100%;
}

.home-section-5 .heading4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  display: var(--displayf-4);
}
.home-section-5 .mobile-list li {
  padding: 10px 0;
  font-size: 13px;
}
.home-section-5 .mobile-list li span {
  margin-right: 8px;
  max-width: 100%;
}
.home-section-5 .way-col-imgbox {
  max-width: 250px;
}
.home-section-5 .way-col-contentbox {
  max-width: calc(100% - 250px);
  padding-left: 3px;
  padding-right: 8px;
}
.home-section-5 .download-app {
  background: #81c341;
  display: var(--displayf-4);
  font-size: 15px;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s;
  border-radius: 6px;
  margin-top: 20px;
}
.home-section-5 .download-app:hover {
  background: #6a9541;
}
.home-section-5 .download-app:hover img {
  margin-left: 7px;
}

/*......footer-css-start........*/
.top-footer .heading6 {
  font-size: 20px;
  font-weight: bold;
}
.top-footer p {
  font-size: 17px;
  font-weight: 500;
}
.top-footer ul,
.mid-footer .mid-footer-listing {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
}
.top-footer ul li a {
  padding: 0 14px 0 0;
  display: var(--displayf-4);
  max-width: 100%;
  text-decoration: var(--anchor-text-decoration);
}
.top-footer .feed-box {
  float: right;
  display: var(--displayf-2);
  align-items: center;
}
.top-footer .feed-box .heading6 {
  border-right: 1px solid #ddd;
  padding-right: 30px;
  line-height: 48px;
  margin-top: 10px;
}
.top-footer .feed-box a {
  text-decoration: var(--anchor-text-decoration);
  border: 2px solid #009ee2;
  padding: 20px 20px;
  display: var(--displayf-14);
  max-width: 300px;
  margin-left: 30px;
  border-radius: 6px;
  color: #009ee2;
  font-size: 16px;
  background: #fff;
}
.top-footer .feed-box a:hover {
  background-color: #009ee2;
  color: #fff;
}
.mid-footer .mid-footer-listing {
  justify-content: space-between;
}
.mid-footer,
.main-footer {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.mid-footer .mid-footer-listing li {
  position: var(--primary-position);
}
.mid-footer .mid-footer-listing a {
  transition: all 0.5s;
  padding: 0 6px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  text-decoration: var(--anchor-text-decoration);
}
.mid-footer .mid-footer-listing li:before {
  position: var(--secondary-position);
  content: "";
  background-color: red;
  width: 6px;
  height: 6px;
  left: -12px;
  bottom: 7px;
  border-radius: 20px;
}
.mid-footer .mid-footer-listing a:hover {
  color: #ec1f26;
  padding-left: 8px;
}

.main-footer {
  background-color: #e8f7fd;
}
.main-footer .column {
  padding: 0;
  margin: 0 -15px;
  column-count: 4;
}
.main-footer .column li {
  text-align: left;
  padding: 0 25px;
  position: var(--primary-position);
}
.main-footer .column li a {
  transition: all 0.5s;
  color: #4d5153;
  font-size: 12px;
  font-weight: 500;
}
.main-footer .column li:before {
  position: var(--secondary-position);
  content: "";
  width: 10px;
  height: 10px;
  left: -4px;
  top: 10px;
  border-radius: 20px;
  background-image: url(../images/light-blue-image.png);
  background-repeat: no-repeat;
}
.main-footer .column li.store-image:before {
  display: none;
}
.main-footer .column li.store-image a:hover {
  padding-left: 0;
}
.main-footer .column li.store-image {
  padding: 30px 0 0 0;
}
.main-footer .column li.store-image span.store-class {
  padding-top: 20px;
  display: block;
}
.main-footer .column li a:hover {
  color: #1d9dd8;
  padding-left: 8px;
}
.footer-bottom {
  padding: 20px 0;
  background-color: #009ee2;
}

.footer-bottom-top-listing,
.footer-bottom-bottom-listing ul {
  display: var(--displayf-1);
  flex-wrap: var(--flex-wrap);
}
.footer-bottom-top-listing li a,
.footer-bottom-bottom-listing ul a {
  color: #fff;
  border-right: 1px solid #ddd;
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
  padding: 0 10px 0 10px;
}
.updated-class p {
  font-size: 11px;
  color: #fff;
  margin: 0;
}
.footer-bottom .col-md-8 {
  padding: 0;
}

.calculator {
  background-color: #fff;
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 2px solid #3cb5e9;
}
.calculator .calculator-bg {
  background-color: #009ee2;
  margin: -20px;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.calculator h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  color: #291f74;
}

.slider-container .label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 10px;
}

.slider-value {
  text-align: right;
  margin-bottom: 10px;
  display: inline-block;
  float: none;
  background: #80cff1;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  width: 100px;
  text-align: center;
}
.tenure-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.tenure-options button {
  flex: auto;
  padding: 8px;
  background-color: #f3f3f3;
  color: #b1b1b1;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}
.tenure-options button.active {
  background-color: #0797db;
  color: white;
  border-color: #0797db;
}
.calculate-btn {
  width: 100%;
  padding: 10px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.result {
  margin-top: 20px;
  text-align: center;
  color: #000;
}
.totalamount {
  display: flex;
  justify-content: space-between;
}
.totalamount .range-label {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.totalamount .calc-amount {
  font-size: 18px;
  color: #009ee2;
  font-weight: bold;
}
.totalamount .range-down {
  font-size: 12px;
  color: #8fd4f2;
}
.totalamount .calc-perct {
  font-size: 12px;
  color: #8fd4f2;
}
/*.....footer-css-close-------*/
.slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right, orange 40%, lightblue 40%);
  height: 8px;
  border-radius: 5px;
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.chatboot-icon {
  float: right;
  margin-top: -54px;
}

div.admin.my-workbench .workbench-left,
div.admin.my-workbench .workbench-right {
  float: none;
  width: auto;
}

.main-container {
  padding: 100px;
  text-align: center;
}

.inner-page-section .inner-section-2 .way-col-imgbox {
  position: relative;
}
.inner-page-section .inner-banner img {
  width: 100%;
}
.inner-page-section .inner-section-2 .owl-nav,
.inner-page-section .inner-section-4 .owl-nav {
  display: none;
}
.inner-page-section .inner-section-2 .owl-dots,
.inner-page-section .inner-section-4 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -20px;
}
.inner-page-section .inner-section-2 .owl-dots button.owl-dot,
.inner-page-section .inner-section-4 .owl-dots button.owl-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #d3d3d3;
  margin: 0 3px;
}
.inner-page-section .inner-section-2 .owl-dots button.owl-dot.active,
.inner-page-section .inner-section-4 .owl-dots button.owl-dot.active {
  background: #009ee2;
}
.inner-page-section .inner-section-4 {
  background: #f3f3f3;
  padding: 50px 0 60px 0;
}
.inner-page-section .inner-section-4 .heading2 {
  font-weight: 700;
  font-size: 27px;
}
.inner-page-section .inner-section-4 .carusel-fullbox {
  padding: 0;
}
.inner-page-section .inner-section-4 .carusel-fullbox:hover {
  transform: scale(1.02);
}
.inner-page-section .inner-section-4 .carusel-fullbox .blog-img::before {
  content: "";
  background: #db4e56;
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 6px;
  width: 100px;
}
.inner-page-section .inner-section-4 .carusel-fullbox h3 {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 700;
  text-align: left;
}
.inner-page-section .inner-section-4 .carusel-fullbox p {
  font-size: 13px;
  text-align: left;
  color: #2a2a2a;
}
.inner-page-section .inner-section-4 .carusel-fullbox a {
  width: 140px;
  background: #e3f4fc;
  display: flex;
  padding: 10px 15px;
  font-size: 13px;
  align-items: center;
  grid-gap: 10px;
  transition: all 0.5s ease;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.inner-page-section .inner-section-4 .carusel-fullbox a:hover {
  grid-gap: 13px;
  text-decoration: none;
  background: #009ee2;
  color: #fff;
}
.inner-page-section .inner-section-4 .carusel-fullbox a:hover img {
  filter: invert(1) brightness(500);
}
.inner-page-section .inner-section-4 .carusel-fullbox a img {
  width: auto;
}
.inner-page-section .inner-section-4 .carusel-content {
  padding: 20px;
  height: 222px;
  position: relative;
  padding-bottom: 65px;
}
.inner-page-section .inner-section-4 .large-12 {
  margin: 0 -10px;
}
.inner-page-section .inner-banner {
  position: relative;
}

.inner-page-section .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.inner-page-section .breadcurmb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 1;
}
.inner-page-section .breadcurmb ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.inner-page-section .breadcurmb ul li {
  font-size: 12px;
  color: #c1c0bf;
}
.inner-page-section .breadcurmb li a {
  color: #c1c0bf;
  padding: 0 10px;
}
.inner-page-section .breadcurmb li span {
  color: #fff;
  padding-left: 10px;
}
.inner-page-section .breadcurmb li a:hover {
  text-decoration: none;
  color: #fff;
}

.inner-page-section .inner-section-3 {
  padding: 50px 0;
}
.inner-page-section .inner-section-3 .heading2 {
  font-size: 27px;
  font-weight: 700;
}
.inner-page-section ul.box3list {
  margin: 0;
  padding: 0 90px;
  display: flex;
  list-style: none;
}
.inner-page-section ul.box3list li {
  flex: 0 0 100%;
  max-width: calc(25% - 30px);
  margin: 15px;
}
.inner-page-section ul.box3list li a {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #6d6c6c;
  line-height: 17px;
  font-size: 13px;
  transition: all 0.5s ease;
  height: 100%;
}
.inner-page-section ul.box3list li a:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.inner-page-section ul.box3list li a span {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.inner-page-section ul.box3list li a p {
  margin: 0;
  padding: 0 0px;
}
.inner-page-section ul.box3list li a h3 {
  font-size: 35px;
  color: #009ee2;
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
}
.inner-page-section ul.box3list li a p strong {
  font-size: 16px;
  color: #333333;
}
.inner-page-section .inner-section-3 ul.nav {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
.inner-page-section .inner-section-3 ul.nav li {
  padding: 0 45px 0 0;
}
.inner-page-section .inner-section-3 ul.nav li a {
  font-size: 14px;
  color: #000000;
  padding: 15px 0 15px 15px;
  display: inline-block;
  position: relative;
}
.inner-page-section .inner-section-3 ul.nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 6px;
  height: 6px;
  background: #888888;
  border-radius: 50%;
}
.inner-page-section .inner-section-3 ul.nav li a::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
  height: 4px;
  background: transparent;
}
.inner-page-section .inner-section-3 ul.nav li a:hover {
  text-decoration: none;
  color: #0d96d5;
}
.inner-page-section .inner-section-3 ul.nav li a.active::after {
  background: #81c341;
}
.inner-page-section .inner-section-3 ul.nav li a.active {
  color: #0d96d5;
}
.inner-page-section .inner-section-3 ul.nav li a.active::before {
  background: #f2585e;
}
.inner-page-section .inner-section-3 .tab-content .tab-pane .heading2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
/*.inner-page-section .inner-section-3 .tab-content .tab-pane p {
  font-size: 14px;
}*/
.inner-page-section .banner-text,
.loan-calculator {
  padding: 0 15px;
  flex: 0 0 100%;
}
.inner-page-section .banner-text {
  max-width: calc(100% - 350px);
  text-align: left;
}
.inner-page-section .loan-calculator {
  max-width: 435px;
}
.inner-page-section .loan-content {
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 5px;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.inner-page-section .loan-content .heading2 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-page-section .loan-content .heading2 img {
  width: auto;
}
.inner-page-section .loan-content ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.inner-page-section .loan-content ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 5px;
}
.inner-page-section .loan-content ul li p {
  font-size: 16px;
  color: #333;
}
.inner-page-section .loan-content ul li .output {
  display: none;
}
.inner-page-section .loan-content ul li .price-value {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  color: #009ee2;
  border: 0;
  width: 112px;
  min-width: unset;
  display: flex;
  font-weight: 700;
  align-items: center;
  grid-gap: 2px;
}
.inner-page-section .loan-content ul li .price-value input {
  width: 89px;
  border: 0;
  color: #009ee2;
  font-weight: 700;
  font-size: 18px;
}
.inner-page-section .totalamount {
  background: #eaf6fc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  font-weight: 700;
  padding: 20px;
  font-size: 20px;
  color: #009ee2;
  text-align: center;
}
.inner-page-section .totalamount span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.inner-page-section .banner-text img {
  width: auto;
}
.inner-page-section .banner-heading {
  border-left: 5px solid #81c341;
  padding-left: 25px;
  padding-bottom: 7px;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.inner-page-section .banner-heading h1 {
  font-size: 35px;
  font-weight: 700;
  padding: 0 0 6px 0;
  margin: 0;
  color: #fff;
}
.inner-page-section .banner-heading h2 {
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.inner-page-section .banner-btn {
  margin-bottom: 25px;
}
.inner-page-section .banner-btn a {
  display: inline-block;
  background: #fff;
  color: #009ee2;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.5s ease;
  margin-right: 14px;
}
.inner-page-section .banner-btn a:hover {
  background: #009ee2;
  color: #fff;
  text-decoration: none;
}
.inner-page-section .banner-btn a img {
  margin-left: 5px;
}
.inner-page-section .banner-btn a:hover img {
  filter: invert() brightness(500);
}
.inner-page-section .banner-text p {
  color: #fff;
  font-size: 16px;
}
.inner-page-section .loan-content ul li.tenure-list .price-value input {
  width: 34px;
}
.inner-page-section .loan-content ul li.interest-rate .price-value input {
  width: 50px;
}

.inner-page-section .valu-indi {
  display: flex;
  justify-content: space-between;
}
.inner-page-section .valu-indi span {
  font-size: 12px;
  color: #7e7e7e;
}

.inner-page-section .inner-section-2 .way-col-imgbox::before {
  content: "";
  background: #81c341;
  position: absolute;
  left: 100%;
  width: 6px;
  top: 45px;
  bottom: 45px;
}
/* Target the container */
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid {
  overflow-y: auto; /* Enable vertical scrolling */
  margin-top: 40px;
}

/* Customize the scrollbar track */
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar {
  width: 7px; /* Width of the scrollbar */
}

.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-track {
  background: #f2f2f2; /* Background of the scrollbar track */
  border-radius: 5px; /* Rounded edges */
}

/* Customize the scrollbar thumb */
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-thumb {
  background: #cdcdcd; /* Color of the scrollbar thumb */
  border-radius: 5px; /* Rounded edges */
}

.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color when hovering */
}

/* Optional: Add scroll indicator arrows */
.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar-button {
  background: #ccc;
  display: none; /* Hide arrows if not needed */
}

.nav-category
  ul.nav-lave2ul
  li.second-lavel-dropdown
  .customerCarecontent.dropdown-mid::-webkit-scrollbar {
  scrollbar-width: thin; /* Options: auto, thin */
  scrollbar-color: #888 #f1f1f1; /* thumb color, track color */
}

/*new css*/
.main-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.leftPannel,
.rightPannel {
  flex: 0 0 100%;
  padding: 0 15px;
}
.leftPannel {
  max-width: 300px;
}
.left-content {
  background: #eee;
  padding: 20px;
  border-radius: 3px;
}
.relatedlink .heading2,
.LeftFormlink .heading2 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 4px 0;
}
.relatedlink ul li a,
.LeftFormlink ul li a {
  padding: 12px 0;
  display: inline-block;
  width: 100%;
  color: #333;
  transition: all 0.5s ease;
  font-size: 14px;
  border-radius: 3px;
  border-bottom: 1px solid #ddd;
}
.relatedlink ul li a:hover,
.LeftFormlink ul li a:hover {
  background: #1d9dd8;
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
  border-color: #1d9dd8;
}
.LeftFormlink {
  margin-top: 30px;
}
.left-btn {
  margin-top: 20px;
}
.left-btn ul li a {
  display: inline-block;
  width: 100%;
  background: #fff;
  font-size: 14px;
  padding: 9px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #333;
  transition: all 0.5s ease;
}
.left-btn ul li a:hover {
  background: #1d9dd8;
  color: #fff;
  padding-left: 15px;
  text-decoration: none;
}
.relatedlink ul li:last-child a {
  border-bottom: 0;
}
/* .rightPannel{max-width: calc(100% - 300px);padding-left: 35px} */
.inner-page-section .inner-banner .heading1 {
  color: #fff;
}
.PressForm {
  padding: 0 0 20px 0;
}
.PressForm ul {
  display: flex;
  justify-content: end;
  grid-gap: 30px;
}
.PressForm ul li .form-control {
  border: 1px solid #009ee2;
  padding: 8px 10px;
  height: auto;
  min-width: 200px;
}
.bankinNewListing {
  padding: 0 0 50px 0;
}
/* .bankinNewListing .fullwidth {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 80px;
}
.bankinNewListing .fullwidth p {
  font-size: 13px;
  line-height: 18px;
  color: #2a2a2a;
  font-weight: 400;
}
.bankinNewListing .fullwidth .heading3 {
  font-size: 16px;
  font-weight: 700;
}
.bankinNewListing .fullwidth a {
  width: 143px;
  background: #e3f4fc;
  display: flex;
  padding: 10px 15px;
  font-size: 13px;
  align-items: center;
  grid-gap: 10px;
  transition: all 0.5s ease;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  position: absolute;
  bottom: 25px;
}
.bankinNewListing .fullwidth a:hover {
  grid-gap: 13px;
  text-decoration: none;
  background: #009ee2;
  color: #fff;
}
.bankinNewListing .fullwidth a:hover img {
  filter: invert(1) brightness(500);
} */

/* bank in news */

/* Bank in News Listing Section */
.bankinNewListing {
  /* Light off-white for a premium feel */
}

/* Ensure the parent has display: flex for layout */
/*.bankinNewListing .view-content .row*/
.bankinNewListing .views-element-container,
.bankinNewListing .view-press-media,
.bankinNewListing .view-content {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px; /* Slightly larger gap for a refined look */
}

/* Reset any conflicting styles on intermediate wrappers */
.bankinNewListing .view-content .row > div {
/*  display: block;
  margin: 0;
  padding: 0;*/
  margin-top: 30px;
}

/* Style for each news item column */
.bankinNewListing .col-md-4 {
  /*flex: 1 1 calc(33.33% - 16px); 
  min-width: 320px;*/
}

/* Style for the news item container */
.bankinNewListing .fullwidth {
  /* height: 320px; */
  background: #ffffff;
  border: 1px solid #e6ecef; /* Subtle border */
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px; /* Balanced spacing between elements */
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.bankinNewListing .fullwidth:hover {
  border-color: #d3d9de;
  box-shadow: 0 4px 12px rgb(0 0 0 / 34%);
}

/* Style for the image container */
.bankinNewListing .fullwidth .press-img {
  flex-shrink: 0;
  width: 100%;
  height: 250px;
}

/* Style for the actual image */
.bankinNewListing .fullwidth .press-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block; /* Remove any inline spacing */
}

/* Fallback for when image is not present */
.bankinNewListing .fullwidth .press-img:empty {
  background: #f0f3f5;
  border-radius: 6px;
}

/* Style for the news title */
.bankinNewListing .fullwidth p {
  font-size: 15px; /* Slightly larger for readability */
  font-weight: 500;
  color: #1a2526; /* High contrast for readability */
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1; /* Ensure title takes available space */
}

/* Style for the date */
.bankinNewListing .fullwidth .heading3 {
  font-size: 13px;
  font-weight: 400;
  color: #4a5b5d; /* Softer color for secondary info */
  margin: 0;
  letter-spacing: 0.02em;
}

/* Style for the "Know More" link */
.bankinNewListing .fullwidth a {
  font-size: 13px;
  font-weight: 500;
  color: #009ee2; 
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Slightly larger gap for better spacing */
  padding: 8px 14px; /* Slightly larger padding for touch */
  border: 1px solid #009ee2;
  border-radius: 4px;
  background: #ffffff;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

/* Hover state for "Know More" link */
.bankinNewListing .fullwidth a:hover {
  color: #ffffff;
  background: #81c341; 
  border-color: #81c341;
}

/* Style for the arrow icon in "Know More" link */
.bankinNewListing .fullwidth a i {
  font-size: 12px;
  color: inherit;
  transition: transform 0.3s ease;
}

/* Add slight arrow movement on hover */
.bankinNewListing .fullwidth a:hover i {
  transform: translateX(4px); /* Subtle arrow animation */
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .bankinNewListing .col-md-4 {
    flex: 1 1 calc(50% - 12px);
    max-width: 50%;
  }
  .bankinNewListing .view-filters #edit-field-date-value-min, .bankinNewListing #edit-field-date-value-max {
      flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .bankinNewListing {
    padding: 32px 0;
  }

  .bankinNewListing .col-md-4 {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .bankinNewListing .fullwidth {
    height: 300px; /* Slightly shorter on mobile */
    padding: 16px;
  }

  .bankinNewListing .fullwidth .press-img,
  .bankinNewListing .fullwidth .press-img img {
    height: 120px; /* Adjusted image height */
  }

  .bankinNewListing .fullwidth p {
    font-size: 14px;
  }

  .bankinNewListing .fullwidth .heading3 {
    font-size: 12px;
  }

  .bankinNewListing .fullwidth a.local {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 576px) {
  .bankinNewListing {
    padding: 24px 0;
  }

  .bankinNewListing .fullwidth {
    height: 280px;
    padding: 14px;
  }

  .bankinNewListing .fullwidth .press-img,
  .bankinNewListing .fullwidth .press-img img {
    height: 100px;
  }

  .bankinNewListing .fullwidth p {
    font-size: 13px;
  }

  .bankinNewListing .fullwidth a.local {
    padding: 6px 10px;
  }
}

/* end */

.responsive-table table,
.responsive-table table tr,
.responsive-table table tr th,
.responsive-table table tr td {
  border-collapse: collapse;
  border: 1px solid #ddd;
  padding: 11px 18px;
  font-size: 14px;
}
.responsive-table table tr th {
  background: #1d9dd8;
  color: #fff;
  border-color: #1d9dd8;
}
.responsive-table table tr td {
  color: #333;
}
.responsive-table table tr td a {
  color: #333;
}
.responsive-table table tr td a:hover {
  text-decoration: none;
  color: #1d9dd8;
}
.responsive-table table tr:nth-child(odd) td {
  background: #f3fbff;
}
.responsive-table table tr td i {
  color: #1d9dd8;
  padding-right: 5px;
}
.bgoverlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
}
.DigitalTransactionsPage .heading3 {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 0 0;
}
.DigitalTransactionsPage p {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}
.DigitalTransactionsPage .card {
  border: 0;
  height: calc(100% - 30px);
}
.DigitalTransactionsPage .card-body-padding {
  padding: 30px;
  color: #333;
  transition: all 0.5s ease;
}
.DigitalTransactionsPage .card-body-padding:hover {
  transform: scale(1.04);
  text-decoration: none;
}

/*....inner-css-page.....*/


.mortgagePage .form-item {
  margin-bottom: 0;
  width: 100%;
}


.mortgagePage .col-md-4 {
  flex: 0 0 30%;
  max-width: 30%;
  margin: 10px;
}

.mortgagePage .card {
  /* background: #fff; */
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: left;
  min-height: 130px;
}

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

.mortgagePage .card-body-padding {
  display: block;
  padding: 25px;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.mortgagePage .heading3 {
  font-size: 16px;
  font-weight: 600;
  color: #4d4f4c; /* .green */
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mortage-details table {
  text-align: left;
}

.mortgagePage .card p {
  font-size: 14px;
  color: #009EE2; /* .blu */
  margin: 0;
  font-weight: 500;
}


.mortgagePage .views-exposed-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.mortgagePage .form-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 400px;
}

.mortgagePage label {
  display: none;
}

.mortgagePage select {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  background: transparent;
  transition: border-color 0.3s ease;
}

.mortgagePage select:focus {
  border-color: #81C341; /* .green */
  outline: none;
}

.mortgagePage .form-actions {
  display: flex;
  gap: 10px;
}

.mortgagePage .form-submit {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: #009EE2; /* .blu */
  color: #fff;
  transition: background 0.3s ease;
}

.mortgagePage .form-submit:hover {
  background: #007bb5;
}


/* pagination */

/* Pagination Styles */
.bl_pager {
  margin: 24px 0; /* Spacing above and below pagination */
}

/* Inner container for pagination items */
.bl_pager_inner {
  display: flex;
  justify-content: center; /* Center pagination items */
  align-items: center;
  list-style: none; /* Remove default list styles */
  padding: 0;
  margin: 0;
  gap: 8px; /* Space between pagination items */
}

/* Individual pagination items */
.pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Links for pagination items */
.pager__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px; /* Ensure consistent width for all items */
  height: 32px; /* Fixed height for uniformity */
  padding: 0 8px; /* Padding for clickable area */
  font-size: 14px;
  font-weight: 500;
  color: #009ee2; /* J&K Bank blue for links */
  text-decoration: none;
  border: 1px solid #e8ecef; /* Light border */
  border-radius: 4px;
  background: #ffffff;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

/* Hover state for pagination links */
.pager__item a:hover {
  color: #ffffff;
  background: #81c341; /* J&K Bank green on hover */
  border-color: #81c341;
}

/* Active page state */
.pager__item.is-active a {
  color: #ffffff;
  background: #009ee2; /* J&K Bank blue for active page */
  border-color: #009ee2;
  font-weight: 600; /* Slightly bolder for emphasis */
  cursor: default; /* Indicate non-clickable */
}

/* Disabled state (if applicable, e.g., when on the first page and "Previous" is disabled) */
.pager__item--first a[title="Go to first page"]:not([href]),
.pager__item--previous a[rel="prev"]:not([href]),
.pager__item--next a[rel="next"]:not([href]),
.pager__item--last a[title="Go to last page"]:not([href]) {
  color: #a0a9ad; /* Muted color for disabled state */
  background: #f7f9fb;
  border-color: #e8ecef;
  cursor: not-allowed;
}

/* First, Previous, Next, Last items - adjust padding for text */
.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a {
  padding: 0 12px; /* Slightly more padding for text */
}

/* Ensure accessibility for screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .bl_pager_inner {
    gap: 6px; /* Slightly tighter spacing on mobile */
  }

  .pager__item a {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
    padding: 0 6px;
  }

  .pager__item--first a,
  .pager__item--previous a,
  .pager__item--next a,
  .pager__item--last a {
    padding: 0 10px;
  }
}

/* end */

.explore-more li a {
  font-size: 12px !important;
  color: #000;
  font-weight: 500 !important;
}

.mid-header .topnav ul li .drop-language .dropdown-option div:hover a {
  color: #fff;
}

.mid-header .topnav ul li .drop-language .dropdown-option div:hover {
  background-color: #1d9dd8;
}
.tender-page {
  max-width: 100% !important;
}

.tender-page table {
  text-align: left;
}


nav.bl_pager {
  padding-top: 40px;
}
.tender-page .bankinNewListing {
  padding: 0px !important;
}
.inner-banner::before {
  content: ""; /* Required for pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    0,
    0,
    0,
    0.1
  ); /* Semi-transparent black overlay (adjust opacity as needed) */
  z-index: 1; /* Places overlay above the image */
}

.social-icon > li > a > span {
  color: #1d9dd8;
}

.inner-section {
  padding: 20px 0;
}

/* tender info page */


/* JK Bank Tender Page Styles */
.tender-info-section .inner-section {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.tender-info-section .tender-heading {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 600;
  padding-top: 50px;
}

.tender-info-section .tender-dates-print {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}

.tender-info-section .tender-start-date, .tender-end-date {
  color: #438700;
  font-weight: 500;
  font-size: 16px;
}

.tender-info-section .tender-print-btn {
  margin-left: auto;
  background-color: #009EE2;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.tender-info-section .tender-print-btn:hover {
  background-color: #0082bc;
}

.tender-info-section .tender-body-section {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  border-left: 5px solid #1d9dd8;
  transition: all .3s ease;
}

.tender-info-section .tender-body-section:hover{
    border-left: 5px solid #ED1B23;
}


.tender-info-section .table-bordered {
  width: 100%;
  border-collapse: collapse;
}

.tender-info-section .table-bordered td {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
}

.tender-info-section .table-bordered tr:nth-child(even) {
  background-color: #f8f9fa;
}

.tender-info-section .table-bordered a {
  color: #009EE2;
  text-decoration: none;
}

.tender-info-section .table-bordered a:hover {
  color: #81C341;
  text-decoration: underline;
}

.tender-info-section .tender-subheading {
  color: #ED1B23;
  font-size: 20px;
  margin: 30px 0 15px;
  font-weight: 600;
}
.tender-info-section .tender-department-section {
  padding: 25px 0;
  text-align: end;
}

.tender-info-section .tender-department-section a {
  color: #ffffff !important;
  font-size: 16px !important;
  border: 2px solid #1d9dd8;
  padding: 7px;
  border-radius: 5px;
  background: #1d9dd8;
  text-decoration: none;
}


@media (max-width: 768px) {
  .tender-info-section .tender-heading {
     font-size: 20px;
  }
  
  .tender-info-section .tender-dates-print {
     flex-direction: column;
     text-align: center;
  }
  
  .tender-info-section .tender-print-btn {
     margin: 15px auto 0;
  }
}


/* Search Popup Styles */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 82%);
}

.search-content {
  position: relative;
  background: white;
  width: 80%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.search-suggestions > li > a {
  color: #000000;
  text-decoration: none;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.search-bar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.search-icon {
  font-size: 20px;
  color: #666;
  margin-right: 10px;
}

.search-bar input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.search-suggestions {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.search-suggestions li {
  padding: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.search-suggestions li:hover {
  background: #e9e3e3;
  border-radius: 10px;
}

.popular-searches h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.search-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.search-tab-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background-color: #e6f0fa;
  color: #00aeef;
  transition: background-color 0.3s, color 0.3s;
}

.search-tab-btn:hover {
  background-color: #00aeef;
  color: white;
}

.search-tab-btn.active {
  background-color: #00aeef;
  color: white;
}

.tab-content .promo-tab {
  display: none;
}

.tab-content .promo-tab.active {
  display: flex;
  gap: 20px;
}

.promo-tab .card {
  flex: 1;
  text-align: left;
}

.promo-tab .card img {
  width: auto !important;
  height: 100px;
  border-radius: 8px;
  object-fit: contain;
  margin-top: 20px;
}

.promo-tab .card h4 {
  margin: 10px 0;
  font-size: 16px;
  color: #e30613;
}

.promo-tab .card p {
  font-size: 14px;
  color: #666;
}

.retired-emp-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.retired-emp-title {
  text-align: center;
  color: #e30613;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  padding-top: 20px;
}

.retired-emp-icon-section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.retired-emp-icon-item {
  text-align: center;
  flex: 1;
  min-width: 120px;
  margin: 10px;
}
.retired-emp-icon-item a {
  color: #00aeef;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.retired-emp-icon-item a:hover {
  text-decoration: underline;
}
.retired-emp-icon-item i {
  font-size: 24px;
  color: #e30613;
  margin-bottom: 5px;
}
.retired-emp-body {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}
.retired-emp-body h3 {
  color: #e30613;
  font-size: 20px;
  margin-bottom: 10px;
}
.retired-emp-body p {
  font-size: 16px;
  color: #666;
}
.bankinNewListing .fullwidth {
  text-align: left;
}

/* consult page */

/* Container for both sections */
.jkbank-consult-container {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Left Section */
.jkbank-consult-left {
  flex: 1;
  background-color: #f9f9f9;
  padding: 40px;
  min-width: 300px;
}

.jkbank-consult-left h2 {
  color: #d32f2f; /* Red color from J&K Bank branding */
  font-size: 28px;
  margin-bottom: 20px;
}

.jkbank-consult-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.jkbank-consult-left ul {
  list-style: none;
  padding: 0;
}

.jkbank-consult-left ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.jkbank-consult-left ul li:before {
  content: "✔";
  color: #1976d2; /* Blue color from J&K Bank branding */
  position: absolute;
  left: 0;
  font-size: 18px;
}

/* Right Section */
.jkbank-consult-right {
  flex: 1;
  padding: 40px;
  background-color: #fff;
  min-width: 300px;
}

.jkbank-consult-right h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.jkbank-consult-right .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.jkbank-consult-right .js-form-item {
  display: flex;
  flex-direction: column;
}

.jkbank-consult-right .js-form-item label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.jkbank-consult-right .js-form-item input,
.jkbank-consult-right .js-form-item select,
.jkbank-consult-right .js-form-item textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.jkbank-consult-right .js-form-item textarea {
  resize: vertical;
  min-height: 100px;
}

.jkbank-consult-right .js-form-item .container-inline {
  display: flex;
  gap: 10px;
}

.jkbank-consult-right .js-form-item .container-inline input {
  width: auto;
}

.jkbank-consult-right .js-form-item .select2-container {
  width: 100% !important;
}

.jkbank-consult-right .js-form-item .select2-selection {
  /* padding: 10px; */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.jkbank-consult-right .form-actions {
  margin-top: 20px;
}

.jkbank-consult-right .webform-button--submit {
  background-color: #1d9dd8; /* Blue color from J&K Bank branding */
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.jkbank-consult-right .webform-button--submit:hover {
  background-color: #0f82b7;
}

/* .jkbank-consult-right input#edit-phone {
  padding-left: 50px;
} */

/* Handle error messages */
.jkbank-consult-right .error.form-item--error-message {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 5px;
}

.field.field--name-field-disclaimer-text-banner.field--type-string.field--label-hidden.field-item {
  color: #bababa;
  font-size: 12px;
}

/* panel body css */

.inner-page-section .tab-content .tab-pane.fade {
  opacity: 1;
  padding: 30px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
}

.inner-page-section .tab-content .tab-pane.fade:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.inner-page-section .tab-content .tab-pane.fade .heading2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a3c34;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.inner-page-section .tab-content .tab-pane.fade .heading2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background: #1d9dd8;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.inner-page-section .tab-content .tab-pane.fade .heading2:hover::after {
  width: 100%;
}

.inner-page-section .tab-content .tab-pane.fade .listing {
  background: #ffffff;
  border-radius: 5px;
  padding: 25px;
  border-left: 5px solid #1d9dd8;
  transition: all 0.3s ease;
}

.inner-page-section .tab-content .tab-pane.fade .listing:hover {
  border-left-color: #ec1f26;
}

.inner-page-section .tab-content .tab-pane.fade .panel-body {
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.inner-page-section .tab-content .tab-pane.fade .panel-body p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555;
}

.inner-page-section .tab-content .tab-pane.fade .panel-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.inner-page-section .tab-content .tab-pane.fade .panel-body ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
  transition: all 0.3s ease;
}

.inner-page-section .tab-content .tab-pane.fade .panel-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #1d9dd8;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.inner-page-section .tab-content .tab-pane.fade .panel-body ul li:hover {
  padding-left: 35px;
  color: #1a3c34;
}

.inner-page-section
  .tab-content
  .tab-pane.fade
  .panel-body
  ul
  li:hover::before {
  background-color: #ec1f26;
}

.message.message-error .status-message-list li {
  color: #d30007;
}

img.brand-identity-img {
  width: auto;
  height: 150px;
}

/* board of director page css */

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

.jkbd-director-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  /* border-radius: 10px; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

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

.jkbd-director-image {
  width: 130px;
  height: 130px;
  object-fit: cover;
  /* border-radius: 5px; */
  margin-right: 15px;
}

.jkbd-director-content {
  flex: 1;
  text-align: left;
}

.jkbd-director-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #005b96;
  margin-bottom: 5px;
}

.jkbd-director-din {
  font-size: 0.9rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
}

.jkbd-director-bio {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jkbd-read-more {
  display: inline-block;
  padding: 8px 20px;
  color: #186196;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  border: 1px solid #186196;
}
.jkbd-modal .pb-lg-5 {
  padding-bottom: 0px !important;
}

.jkbd-read-more:hover {
  background-color: #1d9dd8;
  color: #fff;
  text-decoration: none;
  border: 1px solid #1d9dd8;
}

/* Modal Custom Styles */

/* Modal Styling */
.jkbd-modal.modal.fade {
  background: rgba(0, 0, 0, 0.5); /* Dimmed background */
}

.jkbd-modal .jkbd-modal-dialog {
  max-width: 1100px; /* Adjusted width to match IndusInd */
}

.jkbd-modal .jkbd-modal-content {
  border: none;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  padding: 20px;
}

.jkbd-modal .jkbd-modal-body {
  padding: 0;
}

/* Close Button */
.jkbd-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: #000;
}

.jkbd-modal .close:hover {
  color: #c1272d; /* J&K Bank Red on hover */
}

.jkbd-modal .close svg {
  width: 40px;
  height: 40px;
}

.jkbd-modal .imgbx {
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
}

.jkbd-modal .imgbx img {
  width: 100%;
  max-width: 310px;
  height: auto;
  border-radius: 0px;
  border-bottom-right-radius: 40px;
}

/* Decorative Elements (similar to IndusInd) */
.jkbd-modal .element1 {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #c1272d; /* J&K Bank Red */
}

.jkbd-modal .element2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #009ee2;
}

/* Content Styling */
.jkbd-modal .contentbx {
  padding: 20px 0;
}

.jkbd-modal .jkbd-modal-name {
  font-size: 2rem;
  font-weight: 300;
  color: #c1272d;
  margin-bottom: 5px;
}

.jkbd-modal .jkbd-modal-din {
  font-size: 0.9rem;
  color: #939393;
  margin-bottom: 15px;
  font-weight: 300;
}

.jkbd-modal .jkbd-modal-bio {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}

.jkbd-modal .contentbx {
  text-align: justify;
}

.block-region.region-footer-bottom {
  color: #ffff;
  font-size: 11px;
}

/* career page */

/* .career-page {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
}

.career-page .filter-sidebar {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-height: 400px;
}

.career-page .filter-sidebar h3 {
  color: #a0522d;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.career-page .filter-sidebar .search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.career-page .filter-sidebar .search-bar input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.career-page .filter-sidebar .search-bar .search-btn,
.career-page .filter-sidebar .search-bar .clear-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.career-page .filter-sidebar .search-bar .search-btn {
  background-color: #a0522d;
  color: #ffffff;
}

.career-page .filter-sidebar .search-bar .search-btn:hover {
  background-color: #8b4513;
}

.career-page .filter-sidebar .search-bar .clear-btn {
  background-color: #e6f0fa;
  color: #0066cc;
}

.career-page .filter-sidebar .search-bar .clear-btn:hover {
  background-color: #d0e0f5;
}

.career-page .filter-sidebar .filter-section {
  margin-bottom: 20px;
}

.career-page .filter-sidebar .filter-section h4 {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.career-page .filter-sidebar .filter-section select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}


.career-page .job-listings-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-page .job-listings-container .job-listings-header h2 {
  color: #a0522d;
  font-size: 1.8rem;
  position: relative;
  padding-left: 15px;
}

.career-page .job-listings-container .job-listings-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #a0522d;
}

.career-page .job-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-page .job-listings .job-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-page .job-listings .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.career-page .job-listings .job-card .highlight {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #1d9dd8;
}

.career-page .job-listings .job-card h3 {
  color: #000000;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: justify;
}

.career-page .job-listings .job-card .job-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #333;
}

.career-page .job-listings .job-card .job-details span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.career-page .job-listings .job-card .job-details i {
  color: #1d9dd8;
}

.career-page .job-listings .job-card .job-details .department {
  color: #a0522d;
}

.career-page .job-listings .job-card .job-details .location {
  color: #006400; 
}

.career-page .job-listings .job-card .job-details .experience {
  color: #8b0000;
}

.career-page .job-listings .job-card .job-details .posted {
  color: #666;
}

.career-page .job-listings .job-card .apply-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #1d9dd8;
  border: 1px solid #1d9dd8;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.career-page .job-listings .job-card .apply-btn:hover {
  background-color: #0066cc;
  color: #ffffff;
  transform: scale(1.05);
  border: 1px solid #0066cc;
} */

/* Responsive Design */
/* .career-page .responsive-media {
  display: contents;
}

@media (max-width: 768px) {
  .career-page .responsive-media {
    display: block;
  }

  .career-page {
    grid-template-columns: 1fr;
  }

  .career-page .filter-sidebar {
    order: 2;
  }

  .career-page .job-listings-container {
    order: 1;
  }
} */

.job-listings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.job-listings .job-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 11%);
  transition: transform .3s ease,box-shadow .3s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.job-listings .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.job-listings .job-card h3 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-align: left;
}

.job-listings .job-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

.job-listings .job-details span {
  display: flex;
  align-items: center;
}

.job-listings .job-details i {
  margin-right: 0.5rem;
  color: #81c341;
}

.job-listings .apply-btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: #81c341;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.job-listings .apply-btn:hover {
  background-color: #6aa933;
}

.job-listings .apply-btn.local {
  background-color: #009ee2;
}

.job-listings .apply-btn.local:hover {
  background-color: #007bb5;
}




.career-page .view-filters {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.career-page .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.career-page .form-item {
  flex: 1;
  min-width: 200px;
}

.career-page .form-item-title input.form-text {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #333;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.career-page .form-item-title input.form-text:focus {
  outline: none;
  border-color: #009EE2;
  box-shadow: 0 0 0 3px rgba(0, 158, 226, 0.1);
}

.career-page .form-item-title input.form-text::placeholder {
  color: #999;
  font-style: italic;
}

.career-page .form-item-field-job-location-target-id select.form-select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #333;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}

.career-page .form-item-field-job-location-target-id select.form-select:focus {
  outline: none;
  border-color: #009EE2;
  box-shadow: 0 0 0 3px rgba(0, 158, 226, 0.1);
}

.career-page .form-actions {
  flex: 0 0 auto;
}

.career-page .form-actions input.form-submit {
  padding: 0.75rem 1.5rem;
  background-color: #81C341;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.career-page .form-actions input.form-submit:hover {
  background-color: #6aa933;
  transform: translateY(-2px);
}

.career-page .form-actions input.form-submit:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .career-page .views-exposed-form {
    flex-direction: column;
    align-items: stretch;
  }

  .career-page .form-item {
    min-width: 100%;
  }

  .career-page .form-actions input.form-submit {
    width: 100%;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .job-listings .job-listings {
    grid-template-columns: 1fr;
  }

  .job-listings .main-container {
    padding: 2rem 0;
  }
}

/* career page end */

/* Parent class for the menu */
ul.about-us-menu {
  list-style: none;
  padding: 15px 20px; /* Add padding for a boxed look */
  margin: 20px 0; /* Increase margin to separate from tabs below */
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* Increase gap for better spacing */
  background-color: #f5f9ff; /* Light blue background to stand out */
  border-left: 4px solid #00a859; /* Green border on the left to match J&K Bank branding */
  border-radius: 4px; /* Slight border radius for a modern look */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Style for each list item */
ul.about-us-menu li {
  display: inline-block;
}

/* Style for the links */
ul.about-us-menu li a {
  text-decoration: none;
  color: #0055a4; 
  font-size: 15px; /* Slightly larger for emphasis */
  font-weight: 600; /* Bolder for prominence */
  /* text-transform: uppercase; */
  padding: 8px 12px; /* Add padding for a button-like feel */
  display: inline-flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
  border-radius: 4px; /* Rounded corners for a modern look */
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
}

ul.about-us-menu li a:hover,
ul.about-us-menu li a.active {
  color: #ffffff;
  background-color: #1d9dd8;
  transform: translateY(-2px);
}

/* Style for the FontAwesome icons */
ul.about-us-menu li a i,
ul.about-us-menu li a span {
  font-size: 18px; /* Larger icons to draw attention */
  color: #0055a4;
  transition: color 0.3s ease;
}

/* Ensure icon color changes with link on hover/active */
ul.about-us-menu li a:hover i,
ul.about-us-menu li a:hover span,
ul.about-us-menu li a.active i,
ul.about-us-menu li a.active span {
  color: #ffffff; /* White icons on hover/active */
}

/* Style for the heading */
.body-content-basic .heading2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px; /* Align with the border */
  text-align: justify;
}

/* Add a green accent to the heading */
.body-content-basic .heading2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #00a859; /* Green accent to match the border */
}

/* Global styles for tables inside panel-body */
.panel-body .table-responsive {
  width: 100%;
  overflow-x: auto; /* Ensure responsiveness on smaller screens */
}

/* Base table styles */
.panel-body table {
  width: 100%;
  border-collapse: collapse; /* Ensure borders merge cleanly */
  font-size: 14px; /* Consistent font size */
  color: #333; /* Dark gray for readability */
  background-color: #fff; /* White background for the table */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Table borders */
.panel-body table,
.panel-body table th,
.panel-body table td {
  border: 1px solid #e0e0e0; /* Light gray border for a clean look */
}

/* Table header styles */
.panel-body table th {
  background-color: #0055a4; /* J&K Bank blue for headers */
  color: #fff; /* White text for contrast */
  font-weight: 600; /* Slightly bold for emphasis */
  text-transform: uppercase; /* Match the uppercase style of the site */
  padding: 12px 15px; /* Comfortable padding */
  text-align: left; /* Align text to the left for consistency */
  vertical-align: middle; /* Center vertically */
}

/* Center the S. No column header */
.panel-body table th:first-child {
  text-align: center; /* Center the "S. No" column header */
}

/* Table cell styles */
.panel-body table td {
  padding: 10px 15px; /* Comfortable padding for cells */
  vertical-align: middle; /* Center content vertically */
  color: #333; /* Dark gray for readability */
}

/* .panel-body table td:first-child {
  text-align: center;
} */

/* Hover effect on rows */
.panel-body table tr:hover td {
  background-color: #f5f9ff; /* Light blue background on hover */
  transition: background-color 0.3s ease; /* Smooth transition */
}

/* Alternating row colors for better readability */
.panel-body table tbody tr:nth-child(even) {
  background-color: #f9f9f9; /* Very light gray for even rows */
}

/* Ensure the table is responsive */
@media (max-width: 768px) {
  .panel-body table th,
  .panel-body table td {
    padding: 8px 10px; /* Reduce padding on smaller screens */
    font-size: 13px; /* Slightly smaller font for mobile */
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .jkbd-header h1 {
    font-size: 2rem;
  }

  .jkbd-directors-grid {
    grid-template-columns: 1fr;
  }

  .jkbd-director-card {
    margin: 0 10px;
  }

  .jkbd-director-name {
    font-size: 1.1rem;
  }

  .jkbd-director-din {
    font-size: 0.85rem;
  }

  .jkbd-director-bio {
    font-size: 0.8rem;
  }

  .jkbd-modal-body {
    flex-direction: column;
  }

  .jkbd-modal-image {
    width: 100%;
    height: 250px;
  }

  .jkbd-modal-details {
    margin-top: 15px;
  }
}

/* end */

@media (max-width: 768px) {
  .tab-pane.fade .tab-pane.fade {
    padding: 20px;
    margin: 10px 0;
  }

  .tab-pane.fade .heading2 {
    font-size: 2rem;
  }

  .tab-pane.fade .listing {
    padding: 15px;
  }

  .tab-pane.fade .panel-body p,
  .tab-pane.fade .panel-body ul li {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .tab-pane.fade .heading2 {
    font-size: 1.8rem;
  }

  .tab-pane.fade .panel-body ul li {
    padding-left: 25px;
  }

  .tab-pane.fade .panel-body ul li::before {
    font-size: 1rem;
  }
}

/* end */

/* Panel body css */

@media print {
  .tender-print-btn {
    display: none; /* Hide button when printing */
  }
}

/* financial result */

/* Scoped under .financial-results-landing for all rules */
.financial-results-landing {
  background-color: #f5f7fa; /* Light, clean background */
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
}

.financial-results-landing .heading2 {
  text-align: justify;
  padding-top: 20px;
}

.financial-results-landing .container {
  max-width: 100%;
  padding: 0;
}

.financial-results-landing .views-element-container {
  background: #ffffff; /* Pure white for content area */
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #e0e4e8; /* Light border for definition */
}

.financial-results-landing .view-filters {
  margin-bottom: 30px;
}

.financial-results-landing .views-exposed-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.financial-results-landing .form-item-field-year-target-id {
  margin: 0;
}

.financial-results-landing select#edit-field-year-target-id {
  padding: 10px 30px 10px 15px;
  border: 1px solid #d1d5db; /* Light gray border */
  border-radius: 4px;
  background: #fff;
  color: #1a2a6c; 
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%231a2a6c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.financial-results-landing select#edit-field-year-target-id:focus {
  border-color: #1a2a6c;
  box-shadow: 0 0 0 3px rgba(26, 42, 108, 0.1);
  outline: none;
}

.financial-results-landing .form-actions {
  display: none; 
}

.financial-results-landing .financial-reports {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.financial-results-landing .report-item {
  background: #ffffff;
  border: 1px solid #e0e4e8;
  border-radius: 6px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.financial-results-landing .report-item:hover {
  border-color: #009ee2; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.financial-results-landing .report-title {
  font-size: 16px;
  font-weight: 500;
  color: #1a2a6c; 
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
  transition: color 0.3s ease;
}

/* Add underline animation on hover for the title */
.financial-results-landing .report-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #009ee2; 
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.financial-results-landing .report-item:hover .report-title::after {
  width: 100%; 
}

.financial-results-landing .report-item:hover .report-title {
  color: #2c3e8a; 
}

.financial-results-landing .report-quarter {
  font-size: 14px;
  color: #6b7280; 
  margin-bottom: 15px;
  font-weight: 400;
}

.financial-results-landing .report-file {
  display: inline-block;
  padding: 5px 15px;
  background: #009ee2; 
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #009ee2; 
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Add shine effect on hover for the button */
.financial-results-landing .report-file::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.financial-results-landing .report-file:hover::before {
  left: 100%; /* Shine effect moves from left to right on hover */
}

/* Hover effect for the download button */
.financial-results-landing .report-file:hover {
  background: #009ee2; 
  border-color: #009ee2; 
  transform: translateY(-1px);
}

/* Add bounce animation on button click */
.financial-results-landing .report-file:active {
  animation: bounce 0.3s ease;
}

.financial-results-landing {
  padding-top: 0px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .financial-results-landing {
    padding: 20px;
    margin: 15px;
  }

  .financial-results-landing .views-element-container {
    padding: 20px;
  }

  .financial-results-landing .financial-reports {
    grid-template-columns: 1fr;
  }

  .financial-results-landing .report-item {
    padding: 20px;
  }

  .financial-results-landing .report-title {
    font-size: 16px;
  }

  .financial-results-landing .report-quarter {
    font-size: 13px;
  }

  .financial-results-landing .report-file {
    padding: 8px 16px;
    font-size: 13px;
  }

  .financial-results-landing select#edit-field-year-target-id {
    font-size: 14px;
    padding: 8px 25px 8px 12px;
  }
}

@media (max-width: 480px) {
  .financial-results-landing {
    padding: 15px;
  }

  .financial-results-landing .views-element-container {
    padding: 15px;
  }

  .financial-results-landing .report-item {
    padding: 15px;
  }
}

.financial-results-block {
  margin-top: 20px;
}

.financial-reports .right-annou {
  text-align: justify;
}

.financial-reports .right-annou .annpucement-date {
  font-size: 12px;
  text-align: justify;
  color: #333;
}

/* end */

/* board meeting css */

/* Scoped under .board-meeting-landing for all rules */
.board-meeting-landing {
  background-color: #fafafa; /* Slightly off-white for a softer look */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* Subtle shadow for depth */
  padding: 0px !important;
}

.board-meeting-landing .container {
  max-width: 100%;
  padding: 0;
}

.board-meeting-landing .views-element-container {
  background: #ffffff; /* Pure white for content area */
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #e5e7eb; /* Very light gray border */
}

.board-meeting-landing .view-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.board-meeting-landing .board-meeting-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #1d9dd8;
  border-radius: 6px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.board-meeting-landing .board-meeting-card:hover {
  border-color: #009ee2; 
  border-left-color: #80c342;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.board-meeting-landing .board-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a2a6c; 
  margin: 0;
  line-height: 1.4;
  position: relative;
  transition: color 0.3s ease;
}

/* Add underline animation on hover for the title */
.board-meeting-landing .board-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #009ee2; 
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.board-meeting-landing .board-meeting-card:hover .board-title::after {
  width: 100%; 
}

.board-meeting-landing .board-meeting-card:hover .board-title {
  color: #2c3e8a; 
}

.board-meeting-landing .board-meeting-file {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #009ee2; 
  border-radius: 4px;
  color: #009ee2; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Add shine effect on hover for the button */
.board-meeting-landing .board-meeting-file::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.board-meeting-landing .board-meeting-file:hover::before {
  left: 100%; /* Shine effect moves from left to right on hover */
}

/* Hover effect for the button */
.board-meeting-landing .board-meeting-file:hover {
  background: #009ee2; 
  color: #ffffff;
  border-color: #009ee2; 
  box-shadow: 0 2px 8px rgba(26, 42, 108, 0.2);
}

/* Add bounce animation on button click */
.board-meeting-landing .board-meeting-file:active {
  animation: bounce 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .board-meeting-landing {
    padding: 20px;
    margin: 15px;
  }

  .board-meeting-landing .views-element-container {
    padding: 20px;
  }

  .board-meeting-landing .board-meeting-card {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .board-meeting-landing .board-title {
    font-size: 18px;
  }

  .board-meeting-landing .board-meeting-file {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .board-meeting-landing {
    padding: 15px;
  }

  .board-meeting-landing .views-element-container {
    padding: 15px;
  }

  .board-meeting-landing .board-meeting-card {
    padding: 15px;
  }

  .board-meeting-landing .board-title {
    font-size: 16px;
  }
}

/* Annual report page */

.annual-report-landing {
  margin: 0 auto;
  padding: 40px 0;
  padding: 0px !important;
  margin-top: 50px;
}

/* Container Styling */
.annual-report-landing .container {
  padding: 0 15px;
}

/* List Styling */
.annual-report-landing .annual-report-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Views Element Container */
.annual-report-landing .views-element-container {
  background: #ffffff; /* White background for content area */
  border-radius: 8px;
  padding: 20px;
}

/* View Content */
.annual-report-landing .view-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Annual Report Items */
.annual-report-landing .annual-report-items {
  width: 100%;
}

/* Annual Report Paragraph */
.annual-report-landing .annual-report-paragraph {
  margin-bottom: 30px;
  opacity: 0; /* For animation */
  animation: fadeIn 0.5s ease forwards; /* Fade-in animation */
}

/* Staggered Animation for Paragraphs */
.annual-report-landing .annual-report-paragraph:nth-child(1) {
  animation-delay: 0.1s;
}
.annual-report-landing .annual-report-paragraph:nth-child(2) {
  animation-delay: 0.2s;
}
.annual-report-landing .annual-report-paragraph:nth-child(3) {
  animation-delay: 0.3s;
}

/* Fade-In Animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.annual-report-landing .heading2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a2a6c;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: justify;
}

/* Annual Report Container */
.annual-report-landing .annual-report {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two cards per row */
  gap: 20px;
}

/* Report Item Styling */
.annual-report-landing .report-item {
  background: #ffffff; /* White card */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Subtle shadow */
  border: 1px solid #e8ecef; /* Light border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect for Report Items */
.annual-report-landing .report-item:hover {
  border-color: #009ee2; 
  transform: translateY(-3px); /* Slight lift */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Deeper shadow */
}

/* Report Title Styling */
.annual-report-landing .report-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a2a6c; /* Deep navy blue */
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  transition: color 0.3s ease;
}

/* Add underline animation on hover for the title */
.annual-report-landing .report-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #009ee2; 
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.annual-report-landing .report-item:hover .report-title::after {
  width: 100%; 
}

.annual-report-landing .report-item:hover .report-title {
  color: #2c3e8a; 
}

/* Download Link Styling */
.annual-report-landing .report-file {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #009ee2; 
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #009ee2; 
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* Add shine effect on hover for the button */
.annual-report-landing .report-file::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.annual-report-landing .report-file:hover::before {
  left: 100%; /* Shine effect moves from left to right on hover */
}

/* Button Hover Effect */
.annual-report-landing .report-file:hover {
  background: #009ee2; 
  border-color: #009ee2; 
  transform: translateY(-2px); /* Slight lift */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Glow effect */
}

/* Add bounce animation on button click */
.annual-report-landing .report-file:active {
  animation: bounce 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .annual-report-landing {
    padding: 20px 0;
  }
  .annual-report-landing .annual-report {
    grid-template-columns: 1fr; /* One card per row on mobile */
  }
  .annual-report-landing .heading2 {
    font-size: 24px;
  }
  .annual-report-landing .report-item {
    padding: 20px;
  }
  .annual-report-landing .report-title {
    font-size: 16px;
  }
  .annual-report-landing .report-file {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* Main container styling */
.secretrial-compliance-reports {
  background-color: #f5f7fa; /* Light, clean background from screenshot */
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Subtle shadow for depth */
}

/* Container for the reports */
.secretrial-compliance-reports .container {
  max-width: 100%;
  padding: 0;
}

/* Views element container */
.secretrial-compliance-reports .views-element-container {
  background: #ffffff; /* Pure white for content area */
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #e0e4e8; /* Light border for definition */
}

/* View content styling */
.secretrial-compliance-reports .view-content {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(300px, 1fr)
  ); /* Grid layout from screenshot */
  gap: 20px;
}

/* Financial reports container */
.secretrial-compliance-reports .financial-reports {
  display: flex;
  flex-direction: column;
}

/* Individual report item */
.secretrial-compliance-reports .report-item {
  background: #ffffff;
  border: 1px solid #e0e4e8;
  border-radius: 6px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect for report item */
.secretrial-compliance-reports .report-item:hover {
  border-color: #009ee2; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); /* Lift effect on hover */
}

/* Add a subtle background overlay animation on hover */
.secretrial-compliance-reports .report-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(26, 42, 108, 0.05),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.secretrial-compliance-reports .report-item:hover::before {
  opacity: 1; /* Fade in the gradient overlay on hover */
}

/* Report title styling */
.secretrial-compliance-reports .report-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a2a6c; 
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  transition: color 0.3s ease;
}

/* Add underline animation on hover for the title */
.secretrial-compliance-reports .report-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #009ee2; 
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.secretrial-compliance-reports .report-item:hover .report-title::after {
  width: 100%; 
}

.secretrial-compliance-reports .report-item:hover .report-title {
  color: #2c3e8a; 
}

/* Download link/button styling */
.secretrial-compliance-reports .report-file {
  display: inline-block;
  padding: 10px 20px;
  background: #009ee2; 
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #009ee2; 
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Add shine effect on hover for the button */
.secretrial-compliance-reports .report-file::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.secretrial-compliance-reports .report-file:hover::before {
  left: 100%; /* Shine effect moves from left to right on hover */
}

/* Hover effect for the download button */
.secretrial-compliance-reports .report-file:hover {
  background: #009ee2; 
  border-color: #009ee2; 
  transform: scale(1.05); /* Slight scale-up effect */
}

/* Add bounce animation on button click */
.secretrial-compliance-reports .report-file:active {
  animation: bounce 0.3s ease;
}

/* Bounce animation keyframes */
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/* Financial results block */
.secretrial-compliance-reports .financial-results-block {
  margin-top: 20px;
}

/* Remove top padding */
.secretrial-compliance-reports {
  padding-top: 0px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .secretrial-compliance-reports {
    padding: 20px;
  }

  .secretrial-compliance-reports .views-element-container {
    padding: 20px;
  }

  .secretrial-compliance-reports .view-content {
    grid-template-columns: 1fr; /* Stack items on smaller screens */
  }

  .secretrial-compliance-reports .report-item {
    padding: 20px;
  }

  .secretrial-compliance-reports .report-title {
    font-size: 16px;
  }

  .secretrial-compliance-reports .report-file {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .secretrial-compliance-reports {
    padding: 15px;
  }

  .secretrial-compliance-reports .views-element-container {
    padding: 15px;
  }

  .secretrial-compliance-reports .report-item {
    padding: 15px;
  }
}

/* credit rating page */

/* Main Container */
.jkb-credit-ratings {
  background-color: #f4f7fc;
  color: #333;
}

.jkb-credit-ratings .container {
  display: flex;
  min-height: calc(100vh - 80px);
  gap: 30px;
}

/* Timeline Section */
.jkb-credit-ratings .jkb-timeline {
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
}

.jkb-credit-ratings .jkb-timeline h2 {
  font-size: 22px;
  color: #003087;
  margin-bottom: 20px;
  text-align: center;
}

.jkb-credit-ratings .timeline-item {
  padding: 15px;
  margin-bottom: 10px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.jkb-credit-ratings .timeline-item:hover {
  border-left: 3px solid #80c342;
  background-color: #f9f9f9;
}

.jkb-credit-ratings .timeline-item.active {
  border-left: 3px solid #ed1b23;
  background-color: #e6f0ff;
}

.jkb-credit-ratings .timeline-item h3 {
  font-size: 15px;
  color: #003087;
  font-weight: 500;
  text-align: justify;
}

/* Content Section */
.jkb-credit-ratings .jkb-content-area {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  overflow-y: auto; /* Ensure table is fully visible with scroll if needed */
}

.jkb-credit-ratings .jkb-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.jkb-credit-ratings .jkb-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.jkb-credit-ratings .jkb-content h3 {
  font-size: 20px;
  color: #003087;
  margin-bottom: 20px;
}

/* Table Styles */
.jkb-credit-ratings .jkb-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.jkb-credit-ratings .jkb-content th,
.jkb-credit-ratings .jkb-content td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.jkb-credit-ratings .jkb-content th {
  background-color: #003087;
  color: #fff;
  font-weight: 600;
}

.jkb-credit-ratings .jkb-content td {
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .jkb-credit-ratings .container {
    flex-direction: column;
    padding: 15px;
  }

  .jkb-credit-ratings .jkb-timeline {
    width: 100%;
  }

  .jkb-credit-ratings .jkb-content-area {
    padding: 20px;
  }
}

/* Annoucements newpaper listing */

/* Reset default styles under annoucements-newpaper */
.annoucements-newpaper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Main container */
.annoucements-newpaper {
  background-color: #f4f7fc;
  padding: 30px 0;
}

/* Container */
.annoucements-newpaper .container {
  margin: 0 auto;
  padding: 0 15px;
}

/* View content */
.annoucements-newpaper .view-content {
  padding: 20px 0;
}

.annoucements-newpaper .financial-results-block {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 15px;
}

/* Financial reports container */
.annoucements-newpaper .financial-reports {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Report item */
.annoucements-newpaper .report-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-left: 4px solid #1d9dd8; /* Gold accent */
  background-color: #f9f9f9;
  border-radius: 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover effect for report item */
.annoucements-newpaper .report-item:hover {
  transform: translateX(5px);
  background-color: #e6f0ff;
}

.annoucements-newpaper .report-title {
  font-size: 18px;
  color: #003087;
  font-weight: 500;
  text-align: justify;
  margin-right: 50px;
}

/* Download link (styled as a button) */
.annoucements-newpaper .report-file {
  background-color: #1d9dd8;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

/* Hover effect for download link */
.annoucements-newpaper .report-file:hover {
  background-color: #1880b1;
}

/* Responsive design */
@media (max-width: 768px) {
  .annoucements-newpaper .financial-results-block {
    padding: 15px;
  }

  .annoucements-newpaper .report-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }

  .annoucements-newpaper .report-title {
    font-size: 16px;
  }

  .annoucements-newpaper .report-file {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

/* end */

/* website-feedback */

/* website-feedback */

/* Reset default styles under website-feedback */
.website-feedback * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.website-feedback .js-form-item.form-item-captcha-response{flex-wrap: wrap;}
.website-feedback .js-form-item.form-item-captcha-response label{flex: 0 0 100%;max-width: 100%;}
.website-feedback .js-form-item.form-item-captcha-response input{width: 200px}
.website-feedback .js-form-item.form-item-captcha-response .description{
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  padding-top: 4px;
}
/* Main container */
.website-feedback {
  background-color: #f4f7fc;
  padding: 30px 0;
}

/* Container */
.website-feedback .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Form */
.website-feedback .webform-submission-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

/* Fieldset */
.website-feedback fieldset {
  border: none;
  margin-bottom: 20px;
}

/* Legend (Fieldset title) */
.website-feedback .fieldset-legend {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 18px;
  display: block;
  text-align: left; /* Align legend to the left */
}

/* Required field indicator */
.website-feedback .form-required::after {
  content: "*";
  color: #ec1f26;
  margin-left: 5px;
}

/* Radio buttons wrapper */
.website-feedback .js-webform-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start; /* Align radio buttons to the left */
}

/* Radio button item */
.website-feedback .js-form-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Radio button input */
.website-feedback .form-radio {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #003087;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: center;
}

/* Radio button checked state */
.website-feedback .form-radio:checked {
  background-color: #003087;
}

.website-feedback .form-radio:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #003087;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Radio button label */
.website-feedback .option {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

/* Text input fields (Full Name, Email Address) */
.website-feedback .js-form-item {
  margin-bottom: 20px;
}

/* Labels for text inputs */
.website-feedback .js-form-item label {
  font-size: 14px;
  color: #003087;
  font-weight: 500;
  display: block;
  text-align: left; /* Align labels to the left */
}

/* Text inputs */
.website-feedback .form-text,
.website-feedback .form-email {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s ease;
  text-align: left; /* Align text input content to the left */
}

/* Text input focus state */
.website-feedback .form-text:focus,
.website-feedback .form-email:focus {
  border-color: #003087;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 48, 135, 0.2);
}

/* Placeholder text */
.website-feedback .form-email::placeholder {
  color: #999;
  text-align: left; /* Align placeholder text to the left */
}

/* Submit button */
.website-feedback .form-submit {
  background-color: #1d9dd8;
  color: #fff;
  border: none;
  padding: 12px 50px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Submit button hover state */
.website-feedback .form-submit:hover {
  background-color: #0578ad;
}

/* Form actions wrapper */
.website-feedback .form-actions {
  text-align: left; /* Align submit button to the left */
}

/* Responsive design */
@media (max-width: 768px) {
  .website-feedback .webform-submission-form {
    padding: 20px;
  }

  .website-feedback .fieldset-legend {
    font-size: 16px;
  }

  .website-feedback .js-webform-radios {
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start; /* Ensure radio buttons stay left-aligned on mobile */
  }

  .website-feedback .js-form-item label {
    font-size: 14px;
  }

  .website-feedback .form-text,
  .website-feedback .form-email {
    font-size: 13px;
  }

  .website-feedback .form-submit {
    width: 100%;
    padding: 12px;
    text-align: center; /* Center the text inside the button, but the button itself is left-aligned */
  }
}

/* end */

.card-img-top {
  height: 50px;
  width: auto;
}

/* digital Banking landing Page */

.DigitalTransactionsPage .service-card img {
  filter: grayscale(100%) brightness(-1%);
}

.DigitalTransactionsPage {
  min-height: 100vh;
}

.DigitalTransactionsPage .digital-banking-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.DigitalTransactionsPage .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.DigitalTransactionsPage .section-header h1 {
  font-size: 3rem;
  color: #009ee2; /* JK Blue - Minimal use */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.DigitalTransactionsPage .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.DigitalTransactionsPage .service-card {
  position: relative;
  height: 250px;
  perspective: 1000px;
  text-decoration: none;
  color: inherit;
}

.DigitalTransactionsPage .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.DigitalTransactionsPage .service-card:hover .card-inner {
  transform: rotateY(180deg);
}

.DigitalTransactionsPage .card-front,
.DigitalTransactionsPage .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.DigitalTransactionsPage .card-front {
  z-index: 2;
}

.DigitalTransactionsPage .card-back {
  transform: rotateY(180deg);
  background: #009ee2;
}

.DigitalTransactionsPage .service-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.DigitalTransactionsPage .service-card h3 {
  font-size: 1.1rem;
  color: #009ee2;
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 500;
}

.DigitalTransactionsPage .card-back p {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
  line-height: 1.5;
}

.DigitalTransactionsPage .service-card:hover .card-front {
  box-shadow: 0 10px 20px rgba(129, 195, 65, 0.2); /* JK Green - Minimal hover effect */
}

@media (max-width: 768px) {
  .DigitalTransactionsPage .section-header h1 {
    font-size: 2rem;
  }

  .DigitalTransactionsPage .service-card {
    height: 250px;
  }

  .DigitalTransactionsPage .service-card h3 {
    font-size: 1.2rem;
  }

  .DigitalTransactionsPage .card-back p {
    font-size: 0.9rem;
  }
}

/* extra */

.social-icon .fa-google-plus.fa-2x {
  color: #db4437;
}
.social-icon .fa-facebook.fa-2x {
  color: #1877f2;
}
.social-icon .fa-instagram.fa-2x {
  color: #e1306c;
}
.social-icon .fa-linkedin.fa-2x {
  color: #0077b5;
}
.social-icon .fab.fa-youtube.fa-2x {
  color: #ff0000;
}

/* .jklogo{
  width: auto;
  height: 80px;
} */

/* Invstor relation landing page */

.investrelation-landing h2 {
  font-size: 1.3rem;
  color: #008ecf;
  margin-bottom: 25px;
  /* JKBank green for section headings */
  position: relative;
  transition: all 0.3s ease;
  text-align: justify;
  font-weight: 600;
}

.investrelation-landing h2::after {
  /* content: ''; */
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: #009ee2; /* JKBank blue underline */
}

/* Tab Navigation */
.investrelation-landing .investor-nav {
  background-color: #fff;
  padding: 5px 0;
  margin-bottom: 40px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: sticky;
  top: 100px;
  z-index: 100;
}

.investrelation-landing .investor-nav .nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .investor-nav .nav-item {
  margin: 0 20px;
}

.investrelation-landing .investor-nav .nav-link {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
  transition: color 0.3s ease;
}

.investrelation-landing .investor-nav .nav-link:hover,
.investrelation-landing .investor-nav .nav-link.active {
  color: #009ee2; /* JKBank blue */
}

.investrelation-landing .investor-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #81c341; /* JKBank green underline on hover */
  transition: width 0.3s ease;
}

.investrelation-landing .investor-nav .nav-link:hover::after,
.investrelation-landing .investor-nav .nav-link.active::after {
  width: 100%;
}

/* Section 1: 50/50 Grid */
.investrelation-landing .section-1 {
  margin-bottom: 60px;
}

.investrelation-landing .section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Block 1: Financial Results */
.investrelation-landing .financial-results-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 23%);
  /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0px !important;
}

.investrelation-landing .financial-results-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .quarterly-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

.investrelation-landing .quarterly-tabs .tab-item {
  flex: 1 0 auto;
}

.investrelation-landing .quarterly-tabs .tab-link {
  display: block;
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .quarterly-tabs .tab-link.active,
.investrelation-landing .quarterly-tabs .tab-link:hover {
  background-color: #009ee2; /* JKBank blue */
  color: white;
  transform: scale(1.05);
}

.investrelation-landing .tab-content .tab-pane {
  display: none;
}

.investrelation-landing .tab-content .tab-pane.active {
  display: block;
}

.investrelation-landing .link-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.investrelation-landing .link-item a {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .link-item a:hover {
  color: #009ee2; /* JKBank blue on hover */
  transform: translateX(5px);
}

.investrelation-landing .link-item i {
  font-size: 18px;
  color: #81c341; /* JKBank green for icons */
  transition: color 0.3s ease;
}

.investrelation-landing .link-item a:hover i {
  color: #009ee2; /* JKBank blue on hover */
}

.investrelation-landing .link-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: justify;
}

.investrelation-landing .footer-left,
.investrelation-landing .footer-right {
  flex: 1;
}

.investrelation-landing .footer-right {
  text-align: right;
}

.investrelation-landing .footer-link {
  color: #009ee2; /* JKBank blue */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  font-weight: 600;
}

.investrelation-landing .footer-link:hover {
  color: #81c341; /* JKBank green on hover */
}

/* Block 2: Investor Presentations */
.investrelation-landing .investor-presentations-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 23%);
  /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .investor-presentations-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .presentations-list {
  list-style: none;
  padding: 0;
}

.investrelation-landing .presentation-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .presentation-item a:hover {
  color: #009ee2; /* JKBank blue on hover */
  transform: translateX(5px);
}

.investrelation-landing .presentation-item i {
  font-size: 25px;
  color: #81c341; /* JKBank green for icons */
  transition: color 0.3s ease;
}

.investrelation-landing .presentation-item a:hover i {
  color: #009ee2; /* JKBank blue on hover */
}

/* Section 2: Conference Calls */
.investrelation-landing .section-2 {
  margin-bottom: 60px;
}

.investrelation-landing .conference-calls-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #81c341; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .conference-calls-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .conference-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .conference-list .views-element-container {
  width: 100%;
}

.investrelation-landing .conference-list .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
}

.investrelation-landing .conference-list .views-row {
  display: contents; /* Ensures the li inside views-row is styled directly */
}

.investrelation-landing .conference-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .conference-item:hover {
  background-color: #e6f0fa; /* Lighter shade of JKBank blue for hover */
  transform: translateY(-2px);
}

.investrelation-landing .conference-details {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.investrelation-landing .conference-text {
  display: flex;
  flex-direction: column;
  text-align: left; /* Changed from justify to left for better readability */
}

.investrelation-landing .conference-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.investrelation-landing .conference-date {
  font-size: 14px;
  color: #666;
  margin-top: 2px;
  transition: color 0.3s ease;
}

.investrelation-landing .conference-item:hover .conference-title,
.investrelation-landing .conference-item:hover .conference-date {
  color: #333; /* Keep text color consistent on hover for readability */
}

.investrelation-landing .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  background-color: #009ee2; /* JKBank sky blue */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .download-btn i {
  font-size: 16px;
}

.investrelation-landing .download-btn:hover {
  background-color: #007bbf; /* Slightly darker blue on hover */
  transform: scale(1.3);
}

.investrelation-landing .view-footer {
  text-align: right;
}

.investrelation-landing .link-footer {
  display: flex;
  justify-content: flex-end;
}

.investrelation-landing .footer-right {
  flex: 1;
  text-align: right;
}

.investrelation-landing .footer-link {
  color: #009ee2; /* JKBank blue */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.investrelation-landing .footer-link:hover {
  color: #81c341; /* JKBank green on hover */
}

/* Background for the main container */
.investrelation-landing.main-container.inner-section-3 {
  background: #00000008; /* Subtle background as specified */
}

/* Section 3: Announcements and Annual Reports */
.investrelation-landing .section-3 {
  margin-bottom: 60px;
}

.investrelation-landing .section-3 .section-grid {
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Left Block: Announcements */
.investrelation-landing .announcements-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #1d9dd8; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .announcements-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .announcements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .announcement-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  text-align: justify;
}
.investrelation-landing .announcement-item:hover a {
  text-decoration: none;
}

/* .investrelation-landing .announcement-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
} */

.investrelation-landing .announcement-item h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.investrelation-landing .announcement-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.investrelation-landing .announcement-item:hover h3 {
  color: #009ee2; /* JKBank blue on hover */
}

/* Right Block: Annual Reports */
.investrelation-landing .annual-reports-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #1d9dd8; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .annual-reports-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .reports-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* Limit height to match IndusInd design */
  overflow-y: auto; /* Add scrollbar if content overflows */
}

.investrelation-landing .report-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .report-item:last-child {
  border-bottom: none;
}

.investrelation-landing .report-item:hover {
  background-color: #f9f9f9;
  transform: translateX(5px);
}

.investrelation-landing .report-item i {
  font-size: 20px;
  color: #81c341; /* JKBank green for icons */
  transition: color 0.3s ease;
}

.investrelation-landing .report-item:hover i {
  color: #009ee2; /* JKBank blue on hover */
}

.investrelation-landing .report-item span {
  flex: 1;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  text-align: justify;
}
.inve-annu-img {
  width: auto;
  height: 100px;
  margin-left: 15px;
}

.investrelation-landing .report-item .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #009ee2; /* JKBank blue */
  text-decoration: none;
  border-radius: 5px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .report-item .download-btn i {
  font-size: 16px;
}

.investrelation-landing .report-item .download-btn:hover {
  color: #81c341; /* JKBank green on hover */
  transform: scale(1.1);
}

/* Link Footer */
.investrelation-landing .section-3 .link-footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.investrelation-landing .section-3 .annual-reports-block .link-footer {
  justify-content: flex-end;
}

.investrelation-landing .section-3 .footer-left,
.investrelation-landing .section-3 .footer-right {
  flex: 1;
}

.investrelation-landing .section-3 .footer-right {
  text-align: right;
}

.investrelation-landing .section-3 .footer-link {
  color: #009ee2; /* JKBank blue */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.investrelation-landing .section-3 .footer-link:hover {
  color: #81c341; /* JKBank green on hover */
}

.investrelation-landing .report-item .annual-liks {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.investrelation-landing .report-item .annual-liks span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.investrelation-landing .report-item .annual-liks .annual-pdf {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #009ee2; /* JKBank blue */
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .report-item .annual-liks .annual-pdf:hover {
  color: #81c341; /* JKBank green on hover */
  transform: translateX(5px);
}

.investrelation-landing .report-item .annual-liks .annual-pdf:hover::before {
  color: #009ee2; /* JKBank blue on hover */
}

/* Section 4: Debt Investor, Debt Programs, Credit Ratings, and Disclosures */
.investrelation-landing .section-4 {
  margin-bottom: 60px;
}

/* Top Row: 3 Columns */
.investrelation-landing .section-4 .section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

/* Column 1: Debt Investor Presentation */
.investrelation-landing .debt-investor-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #81c341; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .debt-investor-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .debt-investor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .debt-investor-item .clickable-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
  padding: 12px 0;
  transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.investrelation-landing .debt-investor-item .clickable-link:hover {
  color: #009ee2; /* JKBank blue on hover */
  background-color: #f9f9f9;
  transform: translateX(5px);
}

.investrelation-landing .debt-investor-item i {
  font-size: 25px;
  color: #81c341; /* JKBank green for icons */
  transition: color 0.3s ease;
}

.investrelation-landing .debt-investor-item .clickable-link:hover i {
  color: #009ee2; /* JKBank blue on hover */
}

/* Column 2: Debt Programs */
.investrelation-landing .debt-programs-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #81c341; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .debt-programs-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .debt-programs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .debt-programs-item .clickable-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.investrelation-landing .debt-programs-item:last-child .clickable-link {
  border-bottom: none;
}

.investrelation-landing .debt-programs-item .clickable-link:hover {
  color: #009ee2; /* JKBank blue on hover */
  background-color: #f9f9f9;
  transform: translateX(5px);
}

.investrelation-landing .debt-programs-item i {
  font-size: 18px;
  color: #81c341; /* JKBank green for icons */
  transition: color 0.3s ease;
}

.investrelation-landing .debt-programs-item .clickable-link:hover i {
  color: #009ee2; /* JKBank blue on hover */
}

/* Column 3: Credit Ratings */
.investrelation-landing .credit-ratings-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #81c341; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .credit-ratings-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .ratings-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .ratings-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: justify;
}

/* .investrelation-landing .ratings-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
} */

.investrelation-landing .ratings-item a {
  font-size: 16px;
  color: #373435;
  text-decoration: none;
  transition: color 0.3s ease;
}
.investrelation-landing .modal-dialog {
  max-width: 900px;
  width: 90%;
}

.investrelation-landing .ratings-item a:hover {
  color: #81c341; /* JKBank green on hover */
}

.investrelation-landing .ratings-item p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
}

/* Modal Styling */
.investrelation-landing .modal {
  z-index: 1050; /* Ensure modal is above other elements */
}

.investrelation-landing .modal-backdrop {
  z-index: 1040; /* Ensure backdrop is below modal but above other content */
}

.investrelation-landing .modal-content {
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.investrelation-landing .modal-header {
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}

.investrelation-landing .modal-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  border-left: 4px solid #81c341; /* JKBank green */
  padding-left: 10px;
}

.investrelation-landing .modal-body {
  padding: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.investrelation-landing .btn-close {
  transition: color 0.3s ease;
  border: none;
  background: #00000000;
}

.investrelation-landing .btn-close:hover {
  color: #009ee2; /* JKBank blue on hover */
}

/* Bottom Row: Disclosures */
.investrelation-landing .disclosures-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #81c341; /* JKBank green */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.investrelation-landing .disclosures-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.investrelation-landing .disclosures-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investrelation-landing .disclosure-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease, transform 0.3s ease;
}

.investrelation-landing .disclosure-item:last-child a {
  border-bottom: none;
  text-align: left;
}

.investrelation-landing .disclosure-item a:hover {
  color: #009ee2; /* JKBank blue on hover */
  transform: translateX(5px);
}

.investrelation-landing .disclosure-item i {
  font-size: 40px;
  color: #81c341;
  transition: color 0.3s ease;
}

.investrelation-landing .disclosure-item a:hover i {
  color: #009ee2; /* JKBank blue on hover */
}

/* Parent class for the page */
.investrelation-landing .section-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* List container - reset default styles */
.investrelation-landing .corporate-governance-section {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Views container adjustments */
.investrelation-landing .section-5 .views-element-container {
  width: 100%;
}

/* View content - apply the grid layout here */
.investrelation-landing .section-5 .view-content {
  display: grid;
  grid-template-columns: repeat(
    3,
    1fr
  ); /* 3 columns for three blocks in a single row */
  gap: 20px;
}

/* Ensure views-row doesn't interfere with the grid */
.investrelation-landing .section-5 .views-row {
  margin: 0; /* Remove any default margins */
}

/* Common styles for each block */
.investrelation-landing .section-5 .corporate-governance-block {
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
}

/* Block titles */
.investrelation-landing .section-5 .corporate-governance-block h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* Block descriptions */
.investrelation-landing .section-5 .corporate-governance-block p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* Links */
.investrelation-landing .section-5 .local {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #009ee2; /* JKBank blue */
  text-decoration: none;
}

/* Hover effect for links */
.investrelation-landing .section-5 .local:hover {
  color: #009ee2; /* JKBank blue */
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .investrelation-landing .section-5 .view-content {
    grid-template-columns: 1fr; /* Stack blocks on smaller screens */
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .investrelation-landing .section-4 .section-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .investrelation-landing .section-3 .section-grid {
    grid-template-columns: 1fr;
  }

  .investrelation-landing .section-3 .link-footer {
    flex-direction: column;
    gap: 10px;
  }

  .investrelation-landing .section-3 .footer-right {
    text-align: left;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .investrelation-landing .conference-list .view-content {
    grid-template-columns: 1fr;
  }

  .investrelation-landing .conference-item {
    flex-direction: row;
    align-items: center;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .investrelation-landing .section-grid {
    grid-template-columns: 1fr;
  }

  .investrelation-landing .investor-nav .nav-list {
    flex-direction: column;
  }

  .investrelation-landing .investor-nav .nav-item {
    margin: 5px 0;
  }

  .investrelation-landing .quarterly-tabs .tab-item {
    flex: 1 0 45%;
  }

  .investrelation-landing .link-footer {
    flex-direction: column;
    gap: 10px;
  }

  .investrelation-landing .footer-right {
    text-align: left;
  }
}

/* Enhanced hover and animation effects for home-section-4 */
.home-section-4 .way-col {
  padding: 0 10px !important;
  flex: 0 0 33.33% !important;
  max-width: 33.33% !important;
  transition: transform 0.3s ease !important;
}

.home-section-4 .way-col .d-flex {
  background: #fff !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  transition: all 0.5s ease, transform 0.4s ease-out, box-shadow 0.3s ease !important;
  position: relative !important;
}

.home-section-4 .way-col .d-flex:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(-5px) scale(1.02) !important;
}

.home-section-4 .way-col-imgbox {
  flex: 0 0 100% !important;
  max-width: 160px !important;
  transition: transform 0.4s ease !important;
}

.home-section-4 .way-col .d-flex:hover .way-col-imgbox {
  transform: scale(1.05) !important;
}

.home-section-4 .way-col-contentbox {
  flex: 0 0 100% !important;
  max-width: calc(100% - 160px) !important;
  padding-left: 25px !important;
  padding-right: 15px !important;
  transition: padding 0.3s ease !important;
}

.home-section-4 .way-col .d-flex:hover .way-col-contentbox {
  padding-left: 30px !important;
}

.home-section-4 .way-col .d-flex h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: color 0.3s ease !important;
}

.home-section-4 .way-col .d-flex:hover h3 {
  color: #ed1b23 !important;
}

.home-section-4 .way-col p {
  font-size: 13px !important;
  line-height: 18px !important;
  color: #2a2a2a !important;
  font-weight: 400 !important;
  transition: color 0.3s ease !important;
}

.home-section-4 .way-col .d-flex:hover p {
  color: #333333 !important;
}

.home-section-4 .way-col a:hover::after {
  width: 200% !important;
  height: 200% !important;
}

.home-section-4 .way-col a:hover {
  text-decoration: var(--anchor-text-decoration) !important;
  background: #ed1b23 !important;
  color: #fff !important;
  transform: translateX(5px) !important;
}

.home-section-4 .way-col a:hover img {
  margin-left: 7px !important;
  filter: invert(1) brightness(200) !important;
  transform: rotate(45deg) !important;
}

.DigitalTransactionsPage .card-back h3 {
  color: #ffff;
  margin-bottom: 5px;
}

.Management-Executives .text-center.border.p-3.bg-light.h-100:hover p {
  color: #0096d6;
}

/* Earnings Update Section */
/* .earning-updates .financial-results-block {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #81C341;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.earning-updates .financial-results-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.earning-updates .financial-results-block .heading2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.earning-updates .financial-reports {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.earning-updates .report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease;
}

.earning-updates .report-item:last-child {
  border-bottom: none;
}

.earning-updates .report-item:hover {
  background-color: #f9f9f9;
}

.earning-updates .report-title {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 0;
}

.earning-updates .report-file {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #009EE2;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.earning-updates .report-file:hover {
  color: #81C341; 
  background-color: #f0f0f0;
  transform: translateX(5px);
}

.earning-updates .report-file:hover::before {
  color: #009EE2; 
}


@media (max-width: 768px) {
  .earning-updates .report-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .earning-updates .report-file {
    padding: 8px 0;
  }
} */

/* Earnings Update Section */
.earning-updates {
  background: #ffffff; /* Clean white background */
  padding: 40px 0; /* Reduced padding for simplicity */
}

/* Ensure the parent has display: flex */
.earning-updates .views-element-container,
.earning-updates .view-financial-results,
.earning-updates .view-content {
  display: flex !important; /* Override potential conflicts */
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* Reduced gap for tighter layout */
}

/* Reset any conflicting styles on intermediate wrappers */
.earning-updates .view-content > div {
  display: block;
  margin: 0;
  padding: 0;
}

/* Style for the financial results block */
.earning-updates .financial-results-block {
  flex: 1 1 calc(33.33% - 14px); /* Three blocks per row, adjusted for gap */
  min-width: 300px; /* Consistent width for readability */
  background: #ffffff;
  border: 1px solid #e8ecef; /* Light, clean border */
  border-radius: 8px; /* Softer corners */
  padding: 20px; /* Reduced padding for compactness */
  box-shadow: none; /* Removed shadow for a flatter design */
  transition: border-color 0.3s ease;
}

.earning-updates .financial-results-block:hover {
  border-color: #d3d9de; /* Subtle border change on hover */
  box-shadow: none; /* No shadow on hover for simplicity */
}

.earning-updates .financial-results-block .heading2 {
  font-size: 18px; /* Smaller, more readable size */
  font-weight: 600;
  color: #1a2526; /* High contrast for readability */
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ecef; /* Light divider */
  letter-spacing: 0.02em;
}

.earning-updates .financial-reports {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Tighter spacing for clarity */
}

.earning-updates .report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0; /* Reduced padding */
  border-bottom: 1px solid #f0f3f5; /* Very light divider */
  transition: none; /* Removed hover transition for simplicity */
}

.earning-updates .report-item:last-child {
  border-bottom: none;
}

.earning-updates .report-item:hover {
  background: none; /* Removed hover background for cleaner look */
}

.earning-updates .report-title {
  font-size: 14px; /* Smaller, clearer text */
  font-weight: 400;
  color: #2a3b3d; /* Slightly darker for better contrast */
  margin: 0;
  letter-spacing: 0.01em;
}

.earning-updates .report-file {
  font-size: 13px; /* Smaller for balance */
  font-weight: 500;
  color: #ffffff; 
  text-decoration: none;
  padding: 6px 12px; /* Smaller padding for a compact button */
  border: 1px solid #009ee2;
  border-radius: 4px; /* Smaller radius for a sharper look */
  background: #1d9dd8;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.earning-updates .report-file:hover {
  color: #ffffff;
  background: #81c341; 
  border-color: #81c341;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .earning-updates .financial-results-block {
    flex: 1 1 calc(50% - 10px); /* Two blocks per row */
  }
}

@media (max-width: 768px) {
  .earning-updates {
    padding: 32px 0;
  }

  .earning-updates .financial-results-block {
    flex: 1 1 100%; /* Stack blocks vertically */
    min-width: 100%;
  }

  .earning-updates .report-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
  }

  .earning-updates .report-file {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .earning-updates {
    padding: 24px 0;
  }

  .earning-updates .financial-results-block {
    padding: 16px;
  }

  .earning-updates .heading2 {
    font-size: 16px;
  }

  .earning-updates .report-title {
    font-size: 13px;
  }

  .earning-updates .report-file {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* sitemap */

/* Reset and Base Styles */
.sitemap {
  background-color: #f5f7fa;
  padding: 40px 20px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Container for responsive layout */
.sitemap .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Sitemap Item Styling */
.sitemap-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #009ee2; /* Blue accent */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sitemap-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Headings */
.sitemap-item h2 {
  color: #81c341; /* Green for headings */
  font-size: 1.8rem;

  margin-bottom: 20px;

  letter-spacing: 0.5px;
}

/* Menu Lists */
.sitemap-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-item ul li {
  margin-bottom: 12px;
  position: relative;
}

.sitemap-item ul li a {
  color: #333333;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sitemap-item ul li a:hover {
  background-color: #009ee2; /* Blue on hover */
  color: #ffffff;
}

/* Nested Lists */
.sitemap-item ul ul {
  padding-left: 20px;
  margin-top: 8px;
}

.sitemap-item ul ul li a {
  font-size: 0.95rem;
  color: #555555;
}

.sitemap-item ul ul li a:hover {
  background-color: #ed1b23; /* Red for nested links on hover */
}

/* Active Link */
.sitemap-item a.is-active {
  background-color: #81c341; /* Green for active link */
  color: #ffffff;
  font-weight: 500;
}

/* External Links */
.sitemap-item a.external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 0.8rem;
  color: #ed1b23; /* Red for external link icon */
}

/* Responsive Design */
@media (max-width: 768px) {
  .sitemap .container {
    grid-template-columns: 1fr;
  }

  .sitemap-item {
    padding: 20px;
  }

  .sitemap-item h2 {
    font-size: 1.5rem;
  }

  .sitemap-item ul li a {
    font-size: 0.95rem;
    padding: 8px 12px;
  }
}

/* Accessibility Enhancements */
.sitemap-item a:focus {
  outline: 2px solid #009ee2;
  outline-offset: 2px;
}

/* Subtle Animations for Links */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sitemap-item ul li {
  animation: fadeIn 0.5s ease forwards;
  animation-delay: calc(0.1s * var(--index));
}

.social-wall-s {
  background: #ed1b23;
  border-radius: 5px;
  margin-top: 15px;
}
.social-wall-s .heading2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: 300;
}

/* page not found */

.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.page-not-found .container {
  max-width: 600px;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.page-not-found .error-code {
  font-size: 120px;
  font-weight: 700;
  color: #ed1b23; /* J&K Bank Red */
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.page-not-found h1 {
  font-size: 30px;
  font-weight: 500;
  color: #009ee2; 
  margin-bottom: 15px;
}

.page-not-found p {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-not-found .search-section {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.page-not-found .search-section input {
  width: 70%;
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  color: #333333;
  outline: none;
  transition: border-color 0.3s ease;
}

.page-not-found .search-section input:focus {
  border-color: #81c341; 
}

.page-not-found .search-section button {
  padding: 12px 20px;
  border: none;
  background: #009ee2; 
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.page-not-found .search-section button:hover {
  background: #81c341; 
}

.page-not-found .search-section button i.fas.fa-search {
  font-size: 16px;
}

.page-not-found .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-not-found .cta-buttons .btn {
  padding: 12px 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.page-not-found .cta-buttons .btn-primary {
  background: #009ee2;
  color: #ffffff;
  border: none;
}

.page-not-found .cta-buttons .btn-primary:hover {
  background: #81c341;
  transform: translateY(-2px);
  border: none;
}

.page-not-found .cta-buttons .btn-secondary {
  background: #ffffff;
  color: #009ee2;
  border: 2px solid #009ee2;
}

.page-not-found .cta-buttons .btn-secondary:hover {
  background: #f5f9fd;
  border-color: #81c341;
  color: #81c341;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-not-found .container {
    padding: 30px;
  }

  .page-not-found .error-code {
    font-size: 80px;
  }

  .page-not-found h1 {
    font-size: 28px;
  }

  .page-not-found .search-section {
    flex-direction: column;
    gap: 10px;
  }

  .page-not-found .search-section input {
    width: 100%;
    border-radius: 25px;
  }

  .page-not-found .search-section button {
    border-radius: 25px;
    padding: 12px;
  }

  .page-not-found .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

/* login form */
.jkb-login-wrapper {
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  background: url("../images/login-wall.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.jkb-login-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 39%);
  backdrop-filter: blur(8px);
}

/* Container and layout */
.jkb-login-wrapper .container {
  max-width: 960px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.jkb-login-wrapper .row {
  border-radius: 0.75rem;
  overflow: hidden;
}

/* Form styling */
.jkb-login-wrapper .login-card {
  background: transparent;
  backdrop-filter: blur(10px);
  padding: 2rem;
}

/* Logo and content */
.jkb-login-wrapper .jkb-logo {
  display: block;
  margin: 0 auto 1rem;
  max-width: 120px;
  height: auto;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.jkb-login-wrapper .text-primary {
  color: #009ee2 !important;
}

.jkb-login-wrapper .text-center {
  text-align: center;
}

/* Form elements */
.jkb-login-wrapper .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.jkb-login-wrapper .form-label .text-danger {
  font-size: 1rem;
}

.jkb-login-wrapper .form-control {
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.95);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jkb-login-wrapper .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem linear-gradient(45deg, #009ee2, #81c341);
  background: linear-gradient(white, white) padding-box,
    linear-gradient(45deg, #009ee2, #81c341) border-box;
  border: 1px solid transparent;
  outline: none;
}

.jkb-login-wrapper .form-control::placeholder {
  color: #6b7280;
  opacity: 0.7;
}

/* Password field lock icon */
.jkb-login-wrapper .position-relative {
  position: relative;
}

.jkb-login-wrapper .lock-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  transition: stroke 0.2s ease;
}

.jkb-login-wrapper .form-control:focus + .lock-icon {
  stroke: #81c341;
}

/* Submit button */
.jkb-login-wrapper .btn-primary {
  background: linear-gradient(45deg, #81c341, #6daf2e);
  border: none;
  font-weight: 600;
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jkb-login-wrapper .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(129, 195, 65, 0.4);
  animation: pulseButton 1.5s infinite;
}

@keyframes pulseButton {
  0% {
    box-shadow: 0 4px 12px rgba(129, 195, 65, 0.4);
  }
  50% {
    box-shadow: 0 4px 16px rgba(129, 195, 65, 0.6);
  }
  100% {
    box-shadow: 0 4px 12px rgba(129, 195, 65, 0.4);
  }
}

.jkb-login-wrapper .btn-primary svg {
  width: 1.25rem;
  height: 1.25rem;
}

.jkb-login-wrapper .user-login-form {
  border-radius: 10px;
  border: none;
}

/* Footer text and verified badge */
.jkb-login-wrapper .text-muted {
  font-size: 0.75rem;
  color: #6b7280;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: transform 0.2s ease;
}

.jkb-login-wrapper .text-muted:hover {
  transform: scale(1.05);
}

.jkb-login-wrapper .text-muted svg {
  vertical-align: middle;
  margin-right: 0.5rem;
  filter: drop-shadow(0 0 4px rgba(129, 195, 65, 0.5));
}

.jkb-login-wrapper .text-primary {
  -webkit-text-fill-color: #000000;
}

.jkb-login-wrapper .text-primary:hover {
  color: #007bb5 !important;
}

/* Error state */
.jkb-login-wrapper .form-control.error {
  border-color: #ed1b23;
  box-shadow: 0 0 0 0.2rem rgba(237, 27, 35, 0.3);
}
.jkb-login-wrapper .bg-light {
  padding: 20px;
}
.jkb-login-wrapper .h2.fw-bold.text-primary.mb-3 {
  font-size: 26px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .jkb-login-wrapper .container {
    max-width: 90%;
  }

  .jkb-login-wrapper .login-card {
    padding: 1.5rem;
  }

  .jkb-login-wrapper .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }

  .jkb-login-wrapper .btn-primary {
    padding: 0.5rem;
    font-size: 0.875rem;
  }

  .jkb-login-wrapper .lock-icon {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.75rem;
  }

  .jkb-login-wrapper .jkb-logo {
    max-width: 100px;
  }
}

/* Ensure logo visibility on small screens */
@media (max-width: 576px) {
  .jkb-login-wrapper .jkb-logo {
    max-width: 80px;
  }
}
/* end */

/* eauction page */


.e-auction-page {
  background-color: #f5f7fa;
}


.e-auction-page .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}


.e-auction-page .view-content > div {
  display: contents; /* Removes extra div wrapper impact on grid */
}

.e-auction-page .auction-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.e-auction-page .auction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.e-auction-page .card-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.e-auction-page .auction-card h3 {
  font-size: 1.0rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #576368;
}
.e-auction-page .auction-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

.e-auction-page .auction-details span {
  display: flex;
  align-items: center;
}

.e-auction-page .auction-details i {
  margin-right: 0.5rem;
}

.e-auction-page .auction-details .status {
  color: #333;
}

.e-auction-page .auction-details .status.open {
  color: #333;
}

.e-auction-page .auction-details .status.open i {
  color: #81C341; /* Green for open status icon */
}

.e-auction-page .auction-details .status.closed {
  color: #ED1B23; /* Red for closed status text */
}

.e-auction-page .auction-details .status.closed i {
  color: #ED1B23; /* Red for closed status icon */
}

.e-auction-page .bid-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #81C341; /* JK Bank green for buttons */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-self: flex-start;
}


.e-auction-page .new-label {
  display: inline-block;
  /* background-color: #ef4b37; */
  color: #ef4b37;
  font-size: .7rem;
  font-weight: 700;
  /* padding: .2rem .4rem; */
  /* border-radius: 3px; */
  /* margin-right: .1rem; */
  vertical-align: text-top;
  animation: blink 1.2s infinite;
}

/* Blinking Animation */
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
}

.e-auction-page .bid-btn:hover {
  background-color: #6aa933; /* Darker green on hover */
  transform: translateY(-2px);
}

.e-auction-page .bid-btn.local {
  background-color: #009EE2; /* JK Bank blue for local links */
}

.e-auction-page .bid-btn.local:hover {
  background-color: #007bb5; /* Darker blue on hover */
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .e-auction-page .auction-listings {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .e-auction-page .auction-listings {
    grid-template-columns: 1fr;
  }

  .e-auction-page .auction-details {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* latest news homepage */

.latest-news__item {
  padding: 15px 0;
  border-bottom: 1px solid #79bc01;
  width: 100%;
}

.latest-news__item:last-child {
  border-bottom: none;
}

.latest-news__item-date {
  font-size: 12px;
  font-weight: 500;
  color: #018eca;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.latest-news__item-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.4;
}
section.latest-news {
  padding: 0px 15px 0px 15px !important;
  max-width: 400px;
}

/* form-page */


.formsPage .view-filters {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.formsPage .views-exposed-form {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 600px;
  justify-content: center;
}

.formsPage .form-item {
  flex: 1;
}

.formsPage .form-text {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.formsPage .form-text:focus {
  border-color: #81C341; /* .green */
  box-shadow: 0 0 8px rgba(129, 195, 65, 0.2);
  outline: none;
}

.formsPage .form-actions {
  display: flex;
  gap: 10px;
}

.formsPage .form-submit {
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background: #009EE2; /* .blu */
  color: #fff;
  transition: background 0.3s ease;
}

.formsPage .form-submit:hover {
  background: #007bb5;
}

.formsPage .forms-list {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.formsPage .forms-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.formsPage .forms-list .view-content>div li {
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
}
.formsPage .form-link {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s ease, color 0.3s ease;
}

.formsPage .form-link:hover {
  background: rgba(0, 158, 226, 0.05);
  color: #81C341; /* .green */
}

.formsPage .form-title {
  font-size: 16px;
  font-weight: 500;
  flex: 1;
}

.formsPage .form-pdf {
  font-size: 14px;
  font-weight: 500;
  color: #009EE2; /* .blu */
  background: rgba(0, 158, 226, 0.1);
  padding: 5px 12px;
  border-radius: 15px;
  transition: background 0.3s ease, color 0.3s ease;
}

.formsPage .form-link:hover .form-pdf {
  background: rgba(129, 195, 65, 0.2);
  color: #81C341; /* .green */
}

/* grivience */

.portlet {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 11%);
  margin: 20px 0;
}

.portlet .portlet-title {
  background: linear-gradient(270deg, #009EE2, #007bb5); /* .blu gradient */
  padding: 15px 20px;
   /* .green */
}

.portlet .caption {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.portlet .portlet-body {
  padding: 20px;
  min-height: 100px;
  border-bottom: 15px solid #0096d6;
}

.portlet #msg {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
}

.portlet blockquote {
  margin: 15px 0;
  padding: 0;
  border: none;
}

.portlet blockquote p {
  margin: 0;
  padding: 0;
}

.portlet .external {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #0096d6; /* .green */
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  transition: color 0.3s cubic-bezier(0.97, -0.03, 0.05, 1.01), background 0.3s ease;
}

.portlet .external:hover {
  color: #fff;
  background: #ED1B23; /* .red */
}

/* offer page */

.exclusive-offers-page .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #FFFFFF;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
  position: sticky;
  top: 20px;
  z-index: 20;
  animation: slideIn 0.5s ease-out;
}

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

.exclusive-offers-page .filter-item {
  flex: 1;
  min-width: 240px;
  position: relative;
}

.exclusive-offers-page .filter-item label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1A1A3A;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.exclusive-offers-page .filter-item input,
.exclusive-offers-page .filter-item select {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #DDE2EA;
  border-radius: 12px;
  font-size: 0.95rem;
  background: #F0F4FF;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23009EE2" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2em;
}

.exclusive-offers-page .filter-item input:focus,
.exclusive-offers-page .filter-item select:focus {
  border-color: #009EE2;
  box-shadow: 0 0 0 4px rgba(0, 158, 226, 0.15);
  outline: none;
  transform: scale(1.02);
}

.exclusive-offers-page .filter-item input::placeholder {
  color: #94A3B8;
}

.exclusive-offers-page .filter-item:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #009EE2;
  transform: scaleX(0);
  transform-origin: right;
  animation: underline 0.3s ease forwards;
}

@keyframes underline {
  to { transform: scaleX(1); transform-origin: left; }
}

/* .exclusive-offers-page .offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
} */

.exclusive-offers-page .offer-card {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #DDE2EA;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
  animation: cardFloat 6s ease-in-out infinite;
  animation-delay: calc(var(--delay) * 0.2s);
}


@keyframes cardFloat {
  0%, 100% { transform: translateY(0) perspective(1000px) rotateX(0deg) rotateY(0deg); }
  50% { transform: translateY(-10px) perspective(1000px) rotateX(2deg) rotateY(-2deg); }
}

.exclusive-offers-page .offer-card:hover {
  /* transform: translateY(-10px) perspective(1000px) rotateX(4deg) rotateY(-4deg); */
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-color: #009EE2;
  animation: none;
}

.exclusive-offers-page .offer-card .card-header {
  background: #009EE2;
  color: #FFFFFF;
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #DDE2EA;
  position: relative;
  overflow: hidden;
}

.exclusive-offers-page .offer-card .card-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}

.exclusive-offers-page .offer-card:hover .card-header::before {
  transform: rotate(45deg) translate(50%, 50%);
}

.exclusive-offers-page .offer-card .card-body {
  padding: 30px;
  position: relative;
}

.exclusive-offers-page .offer-card .card-body p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #475569;
  transform: translateY(10px);
  opacity: 0;
  animation: textReveal 0.5s ease forwards;
  animation-delay: calc(var(--delay) * 0.1s + 0.3s);
}

@keyframes textReveal {
  to { transform: translateY(0); opacity: 1; }
}

.exclusive-offers-page .offer-card .card-body p strong {
  color: #1A1A3A;
  font-weight: 600;
}

.exclusive-offers-page .offer-card .card-body .code {
  background: #ED1B23;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.exclusive-offers-page .offer-card .card-body .code::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.3s ease;
}

.exclusive-offers-page .offer-card .card-body .code:hover {
  transform: scale(1.1);
}

.exclusive-offers-page .offer-card .card-body .code:hover::before {
  left: 100%;
}

.exclusive-offers-page .offer-card .card-footer {
  padding: 10px;
  text-align: center;
  background: #F0F4FF;
  border-top: 1px solid #DDE2EA;
  border-radius: 0 0 5px 5px;
}

.exclusive-offers-page .offer-card .card-footer a {
  text-decoration: none;
  color: #009ee2;
  font-weight: 500;
}

.exclusive-offers-page .offer-card .card-footer a:hover {
  /* background: #009EE2;
  color: #FFFFFF; */
  transform: translateY(-3px);
  /* box-shadow: 0 4px 15px rgba(0, 158, 226, 0.3); */
}

@media (max-width: 768px) {
  .exclusive-offers-page .filters {
      flex-direction: column;
      padding: 20px;
      border-radius: 12px;
  }

  .exclusive-offers-page .filter-item {
      min-width: 100%;
  }

  .exclusive-offers-page .offer-card {
      max-width: 380px;
      margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .exclusive-offers-page .filter-item input,
  .exclusive-offers-page .filter-item select {
      padding: 12px 15px;
      font-size: 0.9rem;
  }

  .exclusive-offers-page .offer-card .card-header {
      font-size: 1.3rem;
      padding: 15px;
  }

  .exclusive-offers-page .offer-card .card-body {
      padding: 20px;
  }

  .exclusive-offers-page .offer-card .card-footer a {
      padding: 10px 20px;
      font-size: 0.9rem;
  }
}

.exclusive-offers-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.offers-grid .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.exclusive-offers-page .view-filters {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 50px;
  animation: slideIn 0.5s ease-out;
}

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

.exclusive-offers-page .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.exclusive-offers-page .js-form-item {
  flex: 1;
  min-width: 240px;
  position: relative;
}

.exclusive-offers-page .js-form-item label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1A1A3A;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
  text-align: left;
}

.exclusive-offers-page .js-form-item input[type="text"],
.exclusive-offers-page .js-form-item select {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #DDE2EA;
  border-radius: 5px;
  font-size: 0.95rem;
  background: #F0F4FF;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  appearance: none;
}

.exclusive-offers-page .js-form-item select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23009EE2" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2em;
}

.exclusive-offers-page .js-form-item input[type="text"]:focus,
.exclusive-offers-page .js-form-item select:focus {
  border-color: #009EE2;
  box-shadow: 0 0 0 4px rgba(0, 158, 226, 0.15);
  outline: none;
  transform: scale(1.02);
}

.exclusive-offers-page .js-form-item input[type="text"]::placeholder {
  color: #94A3B8;
}

.exclusive-offers-page .js-form-item:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #009EE2;
  transform: scaleX(0);
  transform-origin: right;
  animation: underline 0.3s ease forwards;
}

@keyframes underline {
  to { transform: scaleX(1); transform-origin: left; }
}

.exclusive-offers-page .form-actions {
  display: flex;
  align-items: flex-end;
}

.exclusive-offers-page .form-submit {
  padding: 14px 30px;
  border: 2px solid #009EE2;
  border-radius: 5px;
  background: #009EE2;
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-left: 10px;
}

.exclusive-offers-page .form-submit:hover {
  background: #FFFFFF;
  color: #009EE2;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 158, 226, 0.3);
}

@media (max-width: 768px) {
  .exclusive-offers-page .view-filters {
      padding: 20px;
      border-radius: 12px;
  }

  .exclusive-offers-page .views-exposed-form {
      flex-direction: column;
  }

  .exclusive-offers-page .js-form-item {
      min-width: 100%;
  }

  .exclusive-offers-page .form-submit {
      width: 100%;
      text-align: center;
  }
}

@media (max-width: 480px) {
  .exclusive-offers-page .js-form-item input[type="text"],
  .exclusive-offers-page .js-form-item select {
      padding: 12px 15px;
      font-size: 0.9rem;
  }

  .exclusive-offers-page .form-submit {
      padding: 12px 20px;
      font-size: 0.9rem;
  }
}

.exclusive-offers-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.exclusive-offers-page .offer-modal .modal-dialog {
  max-width: 900px;
}

.exclusive-offers-page .offer-modal .modal-content {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  /* border: 1px solid #DDE2EA; */
  animation: modalOpen 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes modalOpen {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.exclusive-offers-page .offer-modal .modal-header {
  background: #009EE2;
  color: #FFFFFF;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.exclusive-offers-page .offer-modal .modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}

.exclusive-offers-page .offer-modal .modal-header:hover::before {
  transform: rotate(45deg) translate(50%, 50%);
}

.exclusive-offers-page .offer-modal .modal-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.exclusive-offers-page .offer-modal .btn-close {
  background: none;
  border: none;
  color: #fff;
}

.exclusive-offers-page .offer-modal .btn-close:hover {
  opacity: 1;
}

.exclusive-offers-page .offer-modal .modal-body {
  padding: 30px;
  text-align: left;
}

.exclusive-offers-page .offer-modal .modal-body p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #475569;
}

.exclusive-offers-page .offer-modal .modal-body p strong {
  color: #1A1A3A;
  font-weight: 600;
}

.exclusive-offers-page .offer-modal .modal-body .code {
  background: #ED1B23;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .exclusive-offers-page .offer-modal .modal-dialog {
      width: 95%;
      margin: 0 auto;
  }

  .exclusive-offers-page .offer-modal .modal-header {
      font-size: 1.3rem;
      padding: 15px;
  }

  .exclusive-offers-page .offer-modal .modal-body {
      padding: 20px;
  }
}

@media (max-width: 480px) {
  .exclusive-offers-page .offer-modal .modal-body p {
      font-size: 0.9rem;
  }

  .exclusive-offers-page .offer-modal .modal-body .code {
      font-size: 0.85rem;
      padding: 6px 12px;
  }

  .exclusive-offers-page .offer-modal .modal-header {
      font-size: 1.2rem;
  }
}

li.dicgv-logo>a>img {
  width: auto;
  height: 100px;
  margin-left: 0px !important;
}

li.dicgv-logo:before {
  content: none !important;
}

li.dicgv-logo {
  padding: 0px !important;
  margin-top: 10px;
}

li.dicgv-logo span {
  font-size: 12px;
  color: #4d5153;
  font-weight: 400;
}

.social-icon .fab.fa-x-twitter.fa-2x {
  color: #000;
}

.updated-class a {
  color: #ffff;
}

.home-slider .owl-dots button.active{background: #0096d6 !important;}


/* press media filter */

.bankinNewListing .view-filters div#edit-field-date-value-wrapper {
  width: 100%;
}

.bankinNewListing .view-filters form#views-exposed-form-press-media-block-1 {
  display: flex;
  align-items: end;
}

.bankinNewListing .view-filters h4 {
  font-size: 1.2rem;
}

.bankinNewListing .view-filters {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  width: 100% !important;
}

.bankinNewListing .view-filters fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.bankinNewListing .view-filters legend {
  display: none;
}

.bankinNewListing .view-filters .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.bankinNewListing .view-filters #edit-field-date-value-min,
.bankinNewListing #edit-field-date-value-max {
  flex: 1 1 250px;
}

.bankinNewListing .view-filters #edit-field-date-value-min::before,
.bankinNewListing .view-filters #edit-field-date-value-max::before {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #555;
}

.bankinNewListing .view-filters input[type="date"] {
  padding: 0.5rem;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
}

.bankinNewListing .view-filters .form-actions {
  margin-top: 1.5rem;
  width: 18%;
}

.bankinNewListing .view-filters .form-actions input[type="submit"] {
  background-color: #009ee2;
  color: #fff;
  border: none;
  padding: 0.6rem 4.0rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.bankinNewListing .view-filters .form-actions input[type="submit"]:hover {
  background-color: #007bb5;
}

/* Desktop (≥1200px) */
@media (min-width: 1200px) {
  .bankinNewListing .view-filters form#views-exposed-form-press-media-block-1 {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}

/* Tablets (768px–1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .bankinNewListing .view-filters form#views-exposed-form-press-media-block-1 {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .bankinNewListing .view-filters .form-actions {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
  }

  .bankinNewListing .view-filters .form-actions input[type="submit"] {
    width: auto;
    padding: 0.6rem 2rem;
  }
}

/* Mobile (≤767px) */
@media (max-width: 767px) {
  .bankinNewListing .view-filters form#views-exposed-form-press-media-block-1 {
    flex-direction: column;
    align-items: stretch;
  }

  .bankinNewListing .view-filters .fieldset-wrapper {
/*    flex-direction: column;*/
    gap: 0.75rem;
  }

  .bankinNewListing .view-filters #edit-field-date-value-min,
  .bankinNewListing .view-filters #edit-field-date-value-max {
    flex: 1 1 100%;
  }

  .bankinNewListing .view-filters .form-actions {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }

  .bankinNewListing .view-filters .form-actions input[type="submit"] {
    width: 100%;
    padding: 0.75rem;
  }

  .bankinNewListing .view-filters h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .main-container{padding:60px 30px;}
  .bankinNewListing .views-element-container, .bankinNewListing .view-press-media, .bankinNewListing .view-content{max-width: 100%}
}



.skip-link {
  color: #333;
  padding: 8px 16px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
}

.skip-link:focus {
  top: 10px;
}

/* Fixed header offset */
#main-content {
  scroll-margin-top: 120px;
}

:focus-visible, .main-nav ul li.multi-dropdown:focus-visible .fullbox-menu{
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

a, button, input, select, textarea {
  outline-offset: 2px;
}


/* end */

