/* / titale / */
.creative-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #f39c12;
  /* / Orange color / */
  text-transform: uppercase;
  letter-spacing: 3px;
  background: linear-gradient(179deg, rgb(47 40 39) 0%, rgb(45, 156, 219) 100%);
  background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  animation: gradientAnimation 5s infinite alternate;
  position: relative;
}

.creative-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, rgb(45, 156, 219), rgb(255, 94, 58));
  animation: underlineAnimation 3s infinite alternate;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 25%;
  }

  100% {
    background-position: 50% 25%;
  }
}

@keyframes underlineAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 30%;
  }
}

/* / end titale / */

/* / header / */

/* Dropdown Item Styling */

.dropdown-item {
  color: #333;
  padding: 10px 15px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
  color: #1256a6;
}

.dropdown-menu {
  display: none;
  z-index: 1050 !important;
  top: 100%;
  left: 0;
  border: none; /* Removed border */
  box-shadow: none; /* Removed shadow */
  margin-top: 0.25rem;
}
.navbar .nav-link {
  font-size: 14px;
  color: white !important;
}

.navbar .nav-link.active {
  border-bottom: 3px solid #eef0f1;
  padding-bottom: 3px;
}

.nav-item .dropdown-menu {
  position: absolute;
  top: 100%; /* Ensures dropdown starts below the parent */
  left: 0;
  z-index: 1050;
  margin-top: 10px; /* Adds a small gap for clarity */
  border-radius: 5px;
}

.nav-item .dropdown-item {
  color: #333;
  padding: 10px 15px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
/* Show Dropdown on Click */
.nav-item.dropdown.show .dropdown-menu {
  display: visible !important;
}

.dropdown-item {
  color: #333;
  padding: 10px 15px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
  color: #1256a6;
}

.dropdown-item.active, .dropdown-item:active{
  color: #fff !important;
  width:unset;
}

.heading-main {
  margin-left: 40px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: #0d4284;
}
.nav-link.active {
  /* border-bottom: 3px solid #eef0f1; */
  padding-bottom: 3px;
  /* / Optional: Adjust to create space between text and border / */
}

.ml-custom {
  margin-left: 2rem;
}

.additional-buttons .buton-add {
  font-size: 14px;
  font-weight: bold;
  border: none; /* Removed border */
  color: white;
  background-color: transparent; /* Made background transparent */
}

.header-new {
  position: relative;
  background-color: #1256a6;
  color: #000;
  text-align: center;
  padding: 30px 10px !important;
  overflow: visible !important;
}
.logo1 {
  z-index: 1;
}
.logo1 img {
  height: 100px;
}

.bank-title-header {
  text-align: center;
  margin: 0 auto;
}

.bank-title-header h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}

.top-header {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.top-header a {
  color: #008000;
  text-decoration: none;
  font-size: 14px;
}
.nav-link i {
  margin-right: 3px; /* Adjust the value for desired spacing */
}
.top-header a:hover {
  text-decoration: underline;
}

.main-headers {
  /* background-color: #004a9e; */
  color: white;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.logo1 {
  /* content: ''; */
  display: flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  top: -7px;
  left: 220px;
  width: 48rem;
  background-color: white;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
/* Remove default list styling */
.list-group {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}

/* Style each list item */
.list-group li {
  position: relative; /* To position the line */
  padding-left: 15px; /* Space for the vertical line */
}

/* Add vertical line before list items */
.list-group li::before {
  content: "|"; /* Vertical line */
  position: absolute;
  top: 6px;
  left: 5px; /* Align the line to the left */
  color: #000; /* Line color (adjust as needed) */
  font-weight: bold; /* Make the line bold */
}

/* Style the anchor tags */
.list-group li a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Keep text color consistent */
  display: inline-block; /* Align text properly */
}

.container1-main-header {
  display: flex;
  flex-wrap: wrap;
}

.contact-section {
  display: flex;
  align-items: center;
  /* margin-right: 5rem;
  gap: 7px; */
}

.contact-section a {
  color: black;
  font-size: 16px;
  text-decoration: none;
  margin-right: 15px;
}

.login-button {
  background-color: transparent !important; /* Removed background */
  color: #fff !important;
  border: none;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none; /* Removed shadow */
  transition: color 0.3s ease;
}

.login-button:hover {
  background-color: transparent !important; /* Ensure hover background remains transparent */
  color: #1256a6; /* Change hover text color */
}

.contact-section a:hover {
  text-decoration: underline;
}
.nav-item .nav-link {
  font-size: 15px !important;
  margin-left: 25px;
}
.navbar a {
  font-size: 12px;
}

/* General Cyber Awareness Button Styling */
.cyber-btn {
  display: flex;
  align-items: center;
}

.cyber-btn .btn {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #008000;
  border-radius: 30px;
}

/* For Mobile Screens: Proper Alignment */
@media (max-width: 992px) {
  .cyber-btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (max-width:772px){
  .cyber-btn {
    position: absolute;
    top: 6px;
    right: 10px;
  }
}
.locate-us-icon {
  font-size: 18px !important; /* Adjust the size of the icon */
  color: white !important; /* Icon color */
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease;
}

/* Hide Chairman Message and Locate Us between 330px and 440px */
@media (max-width: 400px) and (min-width: 330px) {
  .chairman-btn,
  .locate-us-icon {
    display: none !important;
  }
}

.chairman-btn-wrapper .chairman-btn,
.locate-us-wrapper .locate-us-icon {
  display: none !important;
}
/* Show Chairman Message and Locate Us in Navbar for 330px to 400px */
@media (max-width: 400px) and (min-width: 330px) {
  .chairman-btn-wrapper .chairman-btn,
  .locate-us-wrapper .locate-us-icon {
    display: inline-block !important; /* Make them visible */
    vertical-align: middle; /* Align properly in the navbar */
    margin-left: -5px;
    color: #fff;
  }

  .chairman-btn-wrapper {
    flex-grow: 1;
  }

  .locate-us-wrapper {
    margin-left: 5px;
    font-size: 8px;
  }
  .locate{
    font-size: 15px;
  }
}

@media (min-width: 330px) and (max-width: 400px) {
  .login-button {
    font-size: 12px !important;
  }

  .cyber-btn {
    width: 70% !important;
  }
  .search-nav .search-btn {
    margin-left: -9px;
    font-size: 14px;
    padding-top: 6px;
  }
  .contact-section {
    margin-right: -26px;
  }
  .logo1 {
    width: 6.8rem !important;
  }
  .logo1 img {
    height: 85px;
  }
  .logo1 {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8rem !important;
    height: 100%;
    background-color: white;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
  }
}
@media (min-width: 400px) and (max-width: 454px) {
  .login-button {
    margin-left: -36px !important;
    font-size: 10px !important;
  }
  .cyber-btn {
    width: 50% !important;
  }
  .search-nav .search-btn {
    margin-left: -28px;
    font-size: 13px;
    padding-top: 6px;
  }
  .locate-us-icon {
    margin-left: -35px !important;
    font-size: 15px !important;
  }
  .additional-buttons .buton-add {
    font-size: 10px !important;
  }
  .cyber-btn .btn {
    font-size: 12px;
    padding: 5px 8px;
    background-color: #008000;
    border-radius: 25px;
}
  .contact-section {
    margin-right: -26px;
  }
  .logo1 {
    width: 7.0rem !important;
  }
  .logo1 img {
    height: 85px;
  }
  .logo1 {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48rem;
    height: 100%;
    background-color: white;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
  }
}

/* For screens between 500px and 575px */
@media (min-width: 455px) and (max-width: 626px) {
  .login-button {
    margin-left: -30px !important;
    font-size: 12px !important;
  }
  .cyber-btn {
    width: 55% !important;
  }
  .search-nav .search-btn {
    margin-left: -25px;
    font-size: 14px;
    padding-top: 6px;
  }
  .locate-us-icon {
    font-size: 15px !important;
    padding: unset;
  }
  .additional-buttons .buton-add {
    font-size: 12px !important;
  }
  .contact-section {
    margin-right: -4px;
  }
  .logo1 {
    width: 7.2rem !important;
  }
  .logo1 img {
    height: 85px;
  }
  .logo1 {
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48rem;
    height: 100%;
    background-color: white;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
  }

  .chairman-btn{
    padding: 18px 12px !important;
  }

  .contact-section{
    gap:0;
  }

  .contact-section a{
    margin-right:unset;
  }
}

/* For screens between 576px and 623px */
@media (min-width: 626px) and (max-width: 684px) {
  .cyber-btn {
    width: 40% !important;
  }
  .search-nav .search-btn {
    margin-left: -25px;
    font-size: 13px;
    padding-top: 6px;
  }
  .locate-us-icon {
    font-size: 15px !important;
  }
  .contact-section {
    margin-right: 2rem;
  }

  .locate-us-icon{
    padding: unset;
  }

  .contact-section a{
    margin-right:unset;
  }
  .additional-buttons .buton-add {
    font-size: 13px !important;
  }
  .login-button {
    margin-left: -35px !important;
    font-size: 12px !important;
  }
  .img-fluid {
    max-width: 95%;
  }
  .logo1 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
    left: 1px;
    width: 8.4rem !important;
    height: 100%;
  }
}

/* For screens between 624px and 771px */
@media (min-width: 685px) and (max-width: 771px) {
  .logo1 {
    width: 10rem !important;
    height: 117px;
  }
  .cyber-btn {
    width: 37% !important;
  }
  .logo1 {
    left: 5px;
  }
  .search-nav .search-btn {
    margin-left: -17px;
    font-size: 13px;
    padding-top: 6px;
  }
  .locate-us-icon {
    margin-left: -22px !important;
    font-size: 14px !important;
  }
  .contact-section {
    margin-right: 45px;
  }
  .additional-buttons .buton-add {
    font-size: 12px !important;
  }
  .login-button {
    margin-left: -35px !important;
    font-size: 12px !important;
  }
  .img-fluid {
    max-width: 96%;
    margin-left: 14px !important;
  }
  .logo1 {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 3px !important;
    left: 1px;
  }
}

/* For screens between 772px and 810px */
@media (min-width: 772px) and (max-width: 810px) {
  .logo1 {
    width: 12rem !important;
    height: 100px;
  }
  .search-nav .search-btn {
    margin-left: -17px;
    font-size: 13px;
    padding-top: 6px;
  }
  .locate-us-icon {
    margin-left: -22px !important;
    font-size: 14px !important;
  }
  .contact-section {
    margin-right: 17px;
  }
  .additional-buttons .buton-add {
    font-size: 12px !important;
  }
  .login-button {
    margin-left: -25px;
    font-size: 14px !important;
  }
  .img-fluid {
    max-width: 96%;
  }
  .logo1 img {
    height: 86px;
    margin-left: 41px;
  }
  .logo1 {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 36px !important;
    left: 1px;
  }
}

/* For screens between 810px and 880px */

@media (min-width: 810px) and (max-width: 880px) {
  .search-nav .search-btn {
    margin-left: -17px;
    font-size: 13px;
    padding-top: 6px;
  }
  .locate-us-icon {
    margin-left: -22px !important;
    font-size: 14px !important;
  }
  .contact-section {
    gap:0;
  }
  .contact-section a{
    margin-right: unset;
  }
  .additional-buttons .buton-add {
    font-size: 12px !important;
  }
  .login-button {
    margin-left: -25px;
    font-size: 14px !important;
  }
  .img-fluid {
    max-width: 95%;
  }
  .logo1 {
    border-bottom-right-radius: 44px !important;
    border-bottom-left-radius: 36px !important;
    left: 1px;
    height: 114px;
    width: 10rem !important;
  }
  .logo1 img {
    height: 100px;
    margin-left: 18px;
  }
}
@media (min-width: 881px) and (max-width: 940px) {
  .logo1 {
    width: 13rem !important;
    left: 2px;
    height: 113px;
  }
  .search-nav .search-btn {
    margin-left: -17px;
    font-size: 15px;
    padding-top: 6px;
  }
  .locate-us-icon {
    margin-left: -14px !important;
  }
  .contact-section {
    margin-right: -14px;
  }
  .login-button {
    margin-left: -25px;
  }
  .logo1 img {
    height: 88px;
  }
  .img-fluid {
    margin-left: 46px !important;
  }
}
@media (min-width: 940px) and (max-width: 992px) {
  .logo1 {
    width: 25rem;
    left:30px;
    height: 87%;
  }
  .locate-us-icon {
    margin-left: -14px !important;
    padding:unset;
  }
  .contact-section {
    margin-right: 3px;
  }

  .contact-section a{
    margin-right:unset;
  }
  .login-button {
    margin-left: -25px;
  }
  .search-nav .search-btn {
    margin-left: -17px;

    font-size: 15px;
    padding-top: 6px;
  }

  .img-fluid {
    max-width: 100%;
    margin-left: 15px;
  }
  .logo1 img {
    height: 88px;
    width: 87%;
    margin-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1179px) {
  .navbar-nav {
    margin-left: -22px;
  }
  .navbar-nav .nav-link{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .locate-us-icon {
    margin-left: -14px !important;
    padding: unset;
  }

  .contact-section a{
    margin-right:unset;
  }
  .login-button {
    margin-left: -25px;
  }
  .search-nav .search-btn {
    margin-left: -17px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    padding-top: 6px;
  }
  .logo1 img {
    height: 100px;
    margin-top: 6px;
    margin-left: -3px;
    width: 80%;
  }
  .img-fluid {
    max-width: 110%;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 13px !important;
  }
  .logo1 {
    width: 27rem;
    left:15px;
  }
  .container{
    max-width: 1133px;
  }
  .cyber-btn .btn {
    font-size: 12px;
    padding: 8px 16px;
    background-color: #008000;
    border-radius: 28px;
}
  .cyber-btn {
    margin-right: -25px !important;
  }
}

@media (min-width: 1180px) and (max-width: 1257px) {
  .navbar-nav {
    margin-left: -65px;
  }
  .locate-us-icon {
    margin-left: 4px;
  }
  .contact-section {
    margin-right: 2rem;
  }

  .search-nav .search-btn {
    margin-left: 0px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    padding-top: 6px;
  }
  .logo1 {
    width: 33rem;
    left:1px;
  }
  .logo1 img {
    height: 100px;
    margin-top: 5px;
    width: 88%;
  }
  .img-fluid {
    max-width: 110%;
    margin-left: 33px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .container {
    max-width: 1126px !important;
  }
  .cyber-btn {
    margin-right: -71px !important;
  }
}


/* / Medium Screens: 992px to 1400px / */
@media (min-width: 1258px) and (max-width: 1400px) {
  .navbar-nav {
    margin-left: -16px;
  }
  .contact-section a{
    margin-right:unset;
  }
  .contact-section {
    margin-right: 0rem;
    gap:0;
  }
  .internet-banking-dropdown {
    margin-left: -10;
  }
  .search-nav .search-btn {
    margin-left: 0px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    padding-top: 6px;
  }
  .logo1 {
    width: 45rem;
    left:17px;
  }
  .logo1 img {
    height: 100px;
    margin-top: 5px;
    width: 120%;
  }
  .img-fluid {
    max-width: 110%;
    margin-left: 43px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .logo1 {
    width: 42rem;
  }
  .cyber-btn {
    margin-right: -35px !important;
  }
}

/* / Large Screens: 1401px and above / */
@media (min-width: 1401px) and (max-width: 1499px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
  }
  .internet-banking-dropdown {
    margin-left: -10;
  }
  .search-nav .search-btn {
    margin-left: 0px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    padding-top: 6px;
  }
  .logo1 {
    width: 48rem;
    left:41px;
  }
  .logo1 img {
    height: 100px;
    margin-top: 5px;
    width: 111%;
  }
  .img-fluid {
    max-width: 110%;
    margin-left: 50px;
  }
  .cyber-btn {
    margin-right: -65px !important;
  }
  .contact-section {
    margin-right: 0rem;
  }
  .contact-section a{
    margin-right: 0;
  }
  .locate-us-icon{
    padding:unset;
  }
}

@media (min-width: 1500px) and (max-width: 1782px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
  }
  .locate-us-icon {
    margin-left: 6px;
  }
  .internet-banking-dropdown {
    margin-left: -10;
  }
  .search-nav .search-btn {
    margin-left: 0px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    padding-top: 6px;
  }
  .logo1 {
    width: 48rem;
    left: 54px;
  }
  .logo1 img {
    height: 100px;
    margin-top: 5px;
    width: 111%;
  }
  .img-fluid {
    max-width: 110%;
    margin-left: 50px;
  }
  .cyber-btn {
    margin-right: -65px !important;
  }
}

@media (min-width: 1782px) and (max-width: 1980px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
  }
  .locate-us-icon {
    margin-left: 6px;
  }
  .internet-banking-dropdown {
    margin-left: -10;
  }
  .search-nav .search-btn {
    margin-left: 0px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    padding-top: 6px;
  }
  .logo1 {
    width: 48rem;
  }
  .logo1 img {
    height: 100px;
    margin-top: 5px;
    width: 111%;
  }
  .img-fluid {
    max-width: 110%;
    margin-left: 50px;
  }
  .cyber-btn {
    margin-right: -65px !important;
  }
}

/* / End header / */


/* link of main section  */
/* Scrollable Container */
.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 10px 0;
}

/* Scrollable Content */
.scroll-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

/* Individual Scroll Items (Cards) */
.scroll-item {
  flex: 0 0 auto;
  width: 250px; /* Increased width */
  height: 100px; /* Slightly bigger */
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center; /* Ensures Image is Centered */
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #ddd;
  overflow: hidden; /* Prevents any overflow */
}

/* Hover Effect */
.scroll-item:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.important-link-img {
  max-width: 100%; /* Ensures image fits within the card */
  max-height: 70%; /* Ensures image maintains aspect ratio */
  object-fit: contain; /* Ensures no stretching */
  display: block;
}


/* sticky above section   */

.curved-section {
  position: relative;
  background: #2254ab; /* Blue background */
  padding: 40px 0 30px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* Curved White Box (Adjusted Position) */
.curved-box {
  position: absolute;
  top: -78px; /* Moves it slightly up to balance space */
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

/* Info Card Container (All Cards in One Box) */
.info-card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  width: 100%;
  max-width: 800px;
  background: white;
  border-radius: 50px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

/* Individual Info Card */
.info-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #002c7a;
  text-align: center;
  gap: 8px; /* Keep space between icon and text */
  min-width: 180px; /* Ensures all items take equal width */
}

/* Ensuring All Items are Equal */
.info-card:nth-child(1),
.info-card:nth-child(3) {
  justify-content: center;

}
.info-card:nth-child(1){
  margin-left: -25px;
}
.info-card:nth-child(2) {
  justify-content: center;
}

/* Separator Line */
.separator {
  width: 1px;
  height: 50px;
  background: #ddd;
}

/* Icons Styling */
.info-icon {
  font-size: 22px;
  color: #002c7a;
  min-width: 25px; /* Ensures all icons take equal space */
}

/* Text Styling */
.info-text {
  text-align: left;
  font-size: 18px;
  white-space: nowrap; /* Prevents text from breaking */
}


/* end sticky above section  */

/* Event Gallary */
.gallery-section {
  background-color: #ebebeb;
  padding: 55px 0;
}

.gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.gallery {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery img {
  width: 30%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.gallery img:hover {
  width: 70%;
}

.mb-10 {
  margin-bottom: 30px;
}
.btn-color {
  background-color: #1256a6;
}
.title-text1 {
  color: #1256a6;
}

/* Quicklink */

.links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.links-list li {
  padding: 12px 15px;
  margin: 5px 0;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.links-list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  text-align: center;
  transition: color 0.3s ease;
}

#slideoutprofilequick {
  position: fixed;
  top: 482px;
  right: -4px;
  z-index: 10;
  transition-duration: 0.1s;
}

#slideout_innerprofilequick {
  position: fixed;
  top: 482px;
  right: -356px;
  transition-duration: 0.1s;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  /* border: 1px solid #3876cd; */
}

#slideoutprofilequick:hover {
  right: 315px;
}

#slideoutprofilequick:hover #slideout_innerprofilequick {
  right: 0;
}

.slide-out-divprofilequick1 {
  padding: 15px;
  width: 320px;
  font-size: 14px;
  height: 300px;
  text-align: justify;
  color: #fff;
  background-color: #ffffff;
  border-radius: 5px;
  overflow-y: scroll;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.quick-link-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.quick-link-tab p {
  writing-mode: vertical-lr;
  margin: 0;
  font-size: 1rem;
}

#slideoutprofilequick .quick-link-tab {
  background: linear-gradient(45deg, #2b4b79, #628cc2);

  color: #ffffff;
}

#slideoutprofilequick .links-list li {
  background-color: #527ba8;
}

#slideoutprofilequick .links-list li:hover {
  transform: scale(1.05);
}

#slideoutprofilequick .links-list a:hover {
  color: #fff;
}

/* FDRATE Quicklink */
#slideoutfdquick {
  position: fixed;
  top: 290px;
  right: -4px;
  z-index: 10;
  transition-duration: 0.1s;
}

#slideout_innerfdquick {
  position: fixed;
  top: 290px;
  right: -350px;
  transition-duration: 0.1s;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  /* border: 1px solid #3876cd; */
}

#slideoutfdquick:hover {
  right: 315px;
}

#slideoutfdquick:hover #slideout_innerfdquick {
  right: 0;
}

.slide-out-divfdquick1 {
  padding: 15px;
  width: 320px;
  font-size: 14px;
  height: 180px;
  text-align: justify;
  color: #0e0303;
  background-color: #f9f9f9;
  border-radius: 5px;
  overflow-y: scroll;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

#slideoutfdquick .quick-link-tab {
  background-color: #527ba8;
  color: #ffffff;
}
#fd-container {
  text-align: center;
}
.fd-title {
  text-align: center !important;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.fd-rate {
  /* background-color: #f1f1f1; */
  padding: 5px;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  font-size: 1.5rem;
  color: #333;
}
.more-rates-btn {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #527ba8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease;
}

.more-rates-btn:hover {
  background-color: #41668c;
}

/*end  FDRATE Quicklink Styles */

/* chairman's message */

#slideoutprofile {
  position: fixed;
  top: 444px;
  left: -4px;
  z-index: 10;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout_innerprofile {
  position: fixed;
  top: 385px;
  left: -331px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideoutprofile:hover {
  left: 327px;
}

#slideoutprofile:hover #slideout_innerprofile {
  left: 0;
}

.slide-out-divprofile {
  padding: 7px;
  width: 330px;
  font-size: 13px;
  height: 300px;
  text-align: justify;
  letter-spacing: 0.1px;
  line-height: 19px;
  color: #000;
  background: #f9d63d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-y: scroll;
  border: 0.3px solid black;
}

#slideout {
  position: fixed;
  top: 235px;
  left: 0;
  z-index: 10;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout_inner {
  position: fixed;
  color: white;
  top: 235px;
  left: -250px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout:hover {
  left: 250px;
}

#slideout:hover #slideout_inner {
  left: 0;
}

.slide-out-div {
  padding: 20px;
  width: 250px;
  height: 190px;
  color: rgba(0, 0, 0, 0.9);
  background: rgba(47, 45, 45, 0.77);
  border: 1px solid #29216d;
}

#slidetabindexout {
  position: fixed;
  top: 235px;
  z-index: 10;
  right: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideindextab-out-div {
  padding: 20px;
  width: 290px;
  background: #fff;
  border: 1px solid #29216d;
}

#slidetabindexout_inner {
  position: fixed;
  top: 235px;
  right: -290px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slidetabindexout:hover {
  right: 290px;
}

#slidetabindexout:hover #slidetabindexout_inner {
  right: 0;
}

.modal {
  position: fixed;
  top: 200px;
}

.fa-envelope:before {
  content: "\f0e0";
  font-size: 45px;
}

.owl-wrapper-outer .fa {
  font-size: 80px;
  color: #00911a;
}

.bg-default {
  background-color: #0d4a8f;
}

.widget-footer ul li a {
  color: #ffffff;
}

.popbtn > .close {
  position: absolute;
  right: 22px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #slideoutprofile {
    display: none;
  }

  #slideout {
    display: none;
  }

  .banner-section {
    padding-bottom: 10px;
  }

  .nav-link.active {
    border-bottom: none;
    /* Change color as needed */
    padding-bottom: none;
    /* Optional: Adjust to create space between text and border */
  }
}

dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

.pills_data_style {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  color: #3c4d6b;
}

.dormat_list_modal {
  max-width: 90%;
  margin: 0 auto;
}

.dormat_list_modal_body {
  max-height: calc(60vh - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.dormat_list_modal .modal-content {
  overflow: hidden;
}

.dormat_model {
  top: 0;
}

.modal-body::-webkit-scrollbar {
  width: 10px;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888;
}




/* Responsive Styles for 328px to 578px */
@media (min-width: 328px) and (max-width: 578px) {
  .services-section h2.creative-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .service-item {
    padding: 15px; /* Adjust padding for smaller screens */
    margin-bottom: 20px; /* Add spacing between components */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  .service-item h5 {
    font-size: 16px; /* Adjust font size for headings */
    margin-bottom: 10px;
  }

  .service-item p {
    font-size: 14px; /* Adjust font size for text */
  }

  .bank_details .row {
    gap: 20px; /* Add spacing between rows */
  }

  .bank_details .col-lg-3,
  .bank_details .col-md-4,
  .bank_details .col-sm-6 {
    flex: 0 0 100%; /* Each component spans full width */
    max-width: 100%; /* Ensures full width */
  }
}

@media (min-width: 578px) and (max-width: 992px) {
  .services-section h2.creative-title {
    font-size: 24px;
  }

  .service-item {
    padding: 12px; /* Adjust padding for smaller screens */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .service-item h5 {
    font-size: 16px; /* Smaller font size for headings */
  }

  .service-item p {
    font-size: 12px; /* Smaller font size for text */
  }

  .bank_details .col-lg-3 {
    flex: 0 0 48%; /* Adjust column width for better alignment */
    max-width: 48%;
    margin-bottom: 15px; /* Add spacing between items */
  }

  .bank_details .row {
    gap: 15px; /* Add consistent spacing between rows */
  }
}

/* Reverse Wrapper Adjustments */
@media (min-width: 578px) and (max-width: 992px) {
  .reverse-wrapper .row {
    flex-direction: column; /* Stack items for this range */
  }

  .reverse-wrapper .service-item {
    margin-bottom: 20px;
  }
}

.services-section h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.service-item {
  padding: 9px;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  /* Slight elevation on hover */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.service-item h5 {
  font-size: 18px;
  color: #0056b3;
  margin-bottom: 8px;
}

.service-item p {
  font-size: 14px;
  color: #666;
}

.row.gy-4 {
  justify-content: center;
}

/* Reverse Wrapper */
.reverse-wrapper .row {
  flex-direction: row-reverse;
  /* Reverses the order of the child elements */
}

/* End bank details  */


/* add qr code  */
.app-section {
  /* background: #ffff; */
  background: linear-gradient(180deg, #ffffff, #626060);
  color: dark;
  border-radius: 14px;
}
.title-qr {
  font-size: 24px;
  margin-left: 5px;
  margin-top: 25px;
  color: #000;
  font-style: oblique 90deg;
  font-weight: 600;
}
.btn-dowload {
  border-radius: 20px !important;
}
.mlcustomqr {
  margin-left: 23px;
  text-transform: capitalize !important;
}
.qr-code-image {
  width: 8rem;
  border: 3px solid #382d2d;
  border-radius: 25px;
  padding: 1px;
}
.text-app-qr {
  display: inline-block;
  line-height: 15px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .qr-code-image {
    max-width: 90px; /* Further shrink QR code size */
  }

  .btn-dowload {
    font-size: 12px; /* Reduce button font size */
    padding: 4px 12px; /* Adjust padding */
  }

  .title-qr {
    font-size: 16px; /* Shrink title size */
  }
}

/* slider */
.carousel-indicators {
  display: flex; /* Aligns dots in a single line */
  justify-content: center; /* Centers the dots horizontally */
  align-items: center; /* Ensures vertical alignment */
  gap: 8px; /* Adds spacing between dots */
  margin-top: 20px; /* Adjust spacing from the slider if needed */
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4); /* Subtle gray for inactive dots */
  border-radius: 50%; /* Circular dots */
  border: none; /* No border for inactive dots */
  transition: all 0.3s ease; /* Smooth transition */
}

.carousel-indicators button.active {
  width: 40px; /* Wider size for pill-shaped design */
  height: 10px; /* Maintain height for pill shape */
  border-radius: 20px; /* Fully round the edges for pill shape */
  transition: all 0.3s ease; /* Smooth transition */
}

.carousel-indicators button:hover {
  cursor: pointer; /* Pointer to indicate interactivity */
}

.carousel-indicators {
  bottom: -23px !important;
}

.carousel-inner {
  height: auto; /* Default height for medium and large screens */
}

.carousel-inner img {
  object-fit: cover; /* Ensures the images fit without distortion */
  width: 100%; /* Full width */
  height: 100%; /* Matches the height of the container */
}

@media (max-width: 768px) {
  .carousel-inner {
    height: auto; /* Smaller height for tablets and smaller screens */
  }
}

@media (max-width: 480px) {
  .carousel-inner {
    height: auto; /* Smaller height for mobile devices */
  }
}

/* end slider  */

/* services */

#our-services {
  padding: 40px 0;
}

.our-services-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

/* Scrollable Container */
.services-scroll-container {
  display: flex; /* Align cards horizontally */
  gap: 15px; /* Space between cards */
  overflow-x: auto; /* Enable horizontal scrolling */
  margin-left: 28px;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch; /* Smooth touch gestures on mobile */
}

.services-scroll-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

/* Service Card */
.service-card {
  flex: 0 0 calc(33.33% - 15px); /* Show 3 cards at a time */
  background-color: #0a3b85; /* Blue background */
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  color: white;
  min-width: 280px; /* Fixed card width */
  height: 160px; /* Fixed card height */
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: space-between; /* Space between icon, text, and arrow */
  align-items: flex-start;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.02); /* Slight zoom effect on hover */
}

/* Icon */
.service-card .icon {
  font-size: 32px; /* Large icon size */
  color: white;
  margin-bottom: 0px;
}

/* Text Content */
.service-card .text-content {
  margin-top: 0px;
  margin-bottom: 45px;
}

.service-card .text-content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.service-card .text-content p {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 1.4;
}

/* Arrow Icon */
.service-card .arrow-icon {
  font-size: 18px;
  background-color: rgb(255, 253, 253); /* Semi-transparent circle */
  color: #0056b3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5px;
  right: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transform: rotate(320deg); /* Rotate the arrow icon by 45 degrees */
}

.service-card .arrow-icon:hover {
  background-color: rgba(255, 255, 255, 0.8); /* Highlight on hover */
  transform: rotate(45deg) scale(1.2); /* Slightly enlarge on hover */
}

/* Wrapper for Scroll and Dots */
.services-scroll-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Scrollable Container */
.services-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  scroll-behavior: smooth;
  padding: 10px 0;
}

/* Dot Container */
.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px; /* Space between cards and dots */
}

/* Dots Styling */
.dot {
  width: 12px;
  height: 12px;
  background-color: #ccc; /* Default inactive dot color */
  border-radius: 50%; /* Circular dots */
  transition: all 0.3s ease;
}

/* Active Dot Styling */
.dot.active {
  width: 30px; /* Elongated size for active dot */
  height: 12px;
  background-color: white; /* Background color for active dot */
  border: 7px solid ; /* Blue border for active dot */
  border-radius: 30px; /* Rounded corners for elongated shape */

}

/* Optional Hover Effect */
.dot:hover {
  cursor: pointer;
  transform: scale(1.2); /* Slight scaling on hover */
}




/*css for footer */
.text-uppercase1 {
  text-transform: uppercase !important;
  color: #fff;
}
.footer-text-color,
.footer-text-color li a,
.footer-text-color p a {
  color: #fff ;
}

.custom-footer {
  background:#023068; /* Light grey background color */

  color: #fff !important; /* Black text for contrast */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.custom-footer h3 {
  color: #333; /* Darker text for headings */
}

.custom-footer a {
  color: #0056b3; /* Blue color for links */
}

.bg-footer-subline {
  background-color: #ffffff;
}
.dicgc-image{
  width: 80px !important;
}
.footer-img-qr{
  width: 80px !important;
}

/* contact page email icon  */
.footer_icon_email:before {
  font-size: 20px !important;
}

.image-width {
  width: 60%;
}

.btn-mt-premium {
  margin-top: 12px;
}


/* Ensure the services list is aligned properly */
.footer-text-color {
  padding-left: 0;
}

.footer-text-color li {
  list-style: none;
}

.footer-text-color li a {
  font-size: 16px;
}

/* Ensure QR Code and DICGC Logo scale properly */
.footer-add-qr img {
  max-width: 100%;
  height: auto;
}


/* QR Code Section Adjustments */
.footer-add-qr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* .footer-sub-qr,
.footer-sub2-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
} */

/* Text alignment inside QR Section */
.footer-second {
  margin-top: 10px;
}

@media (max-width:992px) and (min-width:768px){
  .links-class{
    width: 203px !important;
  }
}
/* Adjust Layout for Tablets */
@media (max-width: 768px) {
  /* .footer-add-qr {
    flex-direction: column;
    text-align:start;
  } */
  /* .footer-sub-qr,
  .footer-sub2-qr {
    width: 100% !important;
    justify-content: center;
    margin-bottom: 10px;
  } */

  .footer-second h2 {
    font-size: 20px;
  }

  .footer-second h4 {
    font-size: 16px;
  }
  .links-class{
    width: 203px !important;
  }
}

/* Adjust Layout for Small Mobiles */
@media (max-width: 480px) {
  .footer-text-color li a {
    font-size: 14px; /* Slightly smaller text on small screens */
  }

  .footer-second h2 {
    font-size: 18px;
  }
  .dicgc-image{
    width: 110px !important;
  }
  .footer-img-qr{
    width: 110px !important;
  }
  .footer-second h4 {
    font-size: 14px;
  }
  .links-class{
    width: 203px !important;
  }
}

/* rates and charges  */
/* Loan Section */

/* Loan Rates Section */
.loan-wrapper {
  background: #f8f9fa;
  padding: 50px 0;
}



/* Loan Cards Container */
.loan-cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

/* Individual Loan Box */
.loan-box {
  background: #003b82;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.loan-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Loan Icon */
.loan-icon {
  font-size: 32px;
  color: white;
}

/* Loan Details */
.loan-details {
  text-align: left;
}

.loan-rate {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.loan-type {
  font-size: 16px;
}

/* Loan Link (Arrow) */
.loan-link a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s ease-in-out;
}

.loan-link a:hover {
  background: white;
  color: #003b82;
}


/*Custom CSS*/


.recurring-deposit-section,
.other-matters-section {
    background-color: #f8f9fa;
    /* Light Gray Background */
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #002c7a;
    /* Blue Highlight Bar */
    margin-top: 20px;
}

.recurring-deposit-section h2,
.other-matters-section h2 {
    color: #000000;
    /* Reddish Heading */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recurring-deposit-section p,
.other-matters-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.recurring-deposit-section ul,
.other-matters-section ul {
    list-style: none;
    padding-left: 0;
}

.recurring-deposit-section ul li,
.other-matters-section ul li {
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #000000;
}

.recurring-deposit-section ul li::before,
.other-matters-section ul li::before {
    content: '✔';
    color: #002c7a;
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: bold;
}

.notes-section {
    background-color: #fff3cd;
    /* Light Yellow Background */
    padding: 20px;
    border-left: 5px solid #ffcc00;
    /* Yellow Highlight Bar */
    border-radius: 8px;
    margin-top: 20px;
}

.notes-section h2 {
    color: #d39e00;
    /* Dark Yellow Heading */
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.notes-section ul {
    list-style: none;
    padding-left: 0;
}

.notes-section ul li {
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    color: #000000;
}

.notes-section ul li::before {
    content: '⚠';
    /* Warning Icon */
    color: #d39e00;
    position: absolute;
    left: 0;
    font-size: 22px;
    font-weight: bold;
}

.starting-content {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    padding: 15px 0;
    color: #000000;
}

.starting-content h2, .section-title h2 {
    color: #002c7a;
    /* Dark Blue for Emphasis */
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 3px solid #002c7a;
    /* Underline Effect */
    display: inline-block;
    padding-bottom: 5px;
}

.starting-content ul {
    list-style: none;
    padding-left: 0;
}

.starting-content ul li {
    font-size: 18px;
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
    color: #000000;
}

.starting-content ul li::before {
    content: '✔';
    /* Checkmark Icon */
    color: #002c7a;
    position: absolute;
    left: -5px;
    font-size: 22px;
    font-weight: bold;
}

.table>tbody>tr>th
{
    color: #000000;
}

.table>thead>tr>th {
    color: #ffffff !important;
}

thead{
    background-color: #002c7a;
}

tr td {
  color: #000000 !important;
}

.baroda_accb_container{
  max-width: 95%;
}

.font-weight-600 {
  font-weight: 600;
}

.section_h2_title {
  color: #002c7a;
  /* Dark Blue for Emphasis */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 3px solid #002c7a;
  /* Underline Effect */
  display: inline-block;
  padding-bottom: 5px;
}

.wrapper-content {
  margin-top: 50px !important;
}


.team-block {
  text-align: center;
  padding: 15px; /* Reduce padding */
  max-width: 372px; /* Limit block width */
  height:100%;
  margin: 0 auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.team-block:hover {
  transform: translateY(-5px);
}

.team-content h3 {
  font-size: 18px; /* Reduce name size */
  font-weight: bold;
  text-wrap: nowrap;
}

.designation {
  font-size: 14px; /* Reduce designation size */
  color: #008000; /* Green for emphasis */
}

.team-img img {
  /* width: 100%;
  max-width: 180px; Reduce image width */
  max-height: 220px; /* Reduce image height */
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.info-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  color: #4a5568;
  font-weight: 600;
}

.info-value {
  color: #2d3748;
  text-align: right;
  font-weight: 500;
}

.bank_section_h2 {
  color: #2c5282;
  font-weight: 700;
  border-bottom: 2px solid #2c5282;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

/*Chairmain's Message*/

 /* General Page Styling */
 .profile-container {
  max-width: 90%;
  margin: 2rem auto;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-header {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #ddd;
}

.profile-image img {
  width: 187px;
  height: 160px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.profile-title h2 {
  font-size: 1.8rem;
  color: #333;
  margin: 0;
}

.profile-title p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

.profile-content {
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.profile-content ul {
  list-style: none;
  padding: 0;
}

.profile-content li {
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 0.8rem;
  border-left: 4px solid #002171;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.profile-content li ul {
  margin-top: 0.5rem;
  padding-left: 20px;
}

.profile-content li ul li {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {
  .profile-header {
    flex-direction: column;
    text-align: center;
  }

  .profile-image img {
    width: 140px;
    height: 140px;
  }

  .profile-title h2 {
    font-size: 1.5rem;
  }

  .profile-content {
    font-size: 14px;
  }
}

.view-all-rates-btn {
  display: inline-block;
  background-color: #0b4987;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
}

.view-all-rates-btn:hover {
  background-color: #093968;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.text-align-end{
  text-align: end;
}