* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html, body {
  overflow-x: hidden;
}

.h2{
  color: #333333 !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}

a{
  text-decoration: none !important;
}

.text{
color: #333333  !important;
}

.text-primary{
  color: #eb841f !important;
}

.btn-primary{
  background-color: #eb841f !important;
}


.h2{
  color: #333333 !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 45px !important;
}



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Responsive Adjustments for Image Size */



@media (max-width: 768px) {
  .blog-item img {
    width: 100%; 
  }
  .logo{
    max-width: 250px !important;
  }
    [data-aos="fade-right"], 
    [data-aos="fade-left"] {
      opacity: 1 !important;
      transform: none !important;
    }
  
  .products{
    font-size: 19px !important;
    margin-bottom: 50px !important;
  }

  .text-container {
    position: relative;
    width: 100% !important;
    padding: 5px;
    background-color: white;
  }


  .text1{
    margin-right: 10px !important;
  }

  .blog-text {
    padding: 15px;
  }
  .accordion {
    margin-right: 0 !important;  
  }
  .mobile-app{
    width: 300px !important;
   }
   .faqs-img{
    width: 250px !important;
   }
    /* Popup Menu */
 .popup-menu {
  width: 760px !important; 
}

/* Logo Centered */
.popup-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-logo .logo{
  width: 85% !important;
  margin-right: 130px !important;
}

.popup-menu .menu-items li {
  margin: 0 2px !important; 
}

.popup-menu .menu-items li {
  width: 100%; 
}


.submenu-items {
  margin-left: 2px !important; 
  margin-top: 30px !important;
}

.submenu-items li a {
  font-size: 20px  !important; 
}


.banking1-btn i {
  font-size: 18px;
  padding: 8px;
}

/* Close Button */
.popup-menu .close-btn {
  top: 5px;
  right: 5px;
  font-size: 20px;
}

}

.products{
  font-size: 19px !important;
}
.span{
  color:#eb841f; 
  font-weight:600;

}


@media (min-width: 992px) {
  .accordion {
      margin-right: 30px; 
  }
 
}


/* Responsive Styling */
@media (max-width: 576px) {
  /* For very small screens (like extra small phones) */
  .nav-tabs .nav-link {
    font-size: 13px !important;
    padding: 9px 15px !important;
    margin-bottom: 10px !important; 
  }

  .nav-tabs {
    flex-wrap: nowrap;
    justify-content: space-between; 
  }

  .nav-tabs .nav-link {
    flex: 1 1 100%; 
    text-align: center; 
  }


  .nav-tabs .nav-link.active {
    background-color: #007bff;
    color: #fff;
  }
}

@media only screen and (max-width: 430px) {
    
  .divider5{
    display: none !important;
  }
  
  .faqs-img{
    width: 200px !important;
   }
   
  .text-container {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .custom-bg {
    display: none !important;
  }
  .products{
    display: none !important;

  }

  .language-switcher {
    min-width: 0px !important; 
  }

  .logo {
    max-width: 200px !important;
  }
  
  @media (min-width: 768px) { 
    .header .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
  }
  
  @media (max-width: 767px) { 
    .header .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
    }
   
  }
  

/* Responsive Design for Small Screens */
@media (max-width: 430px) {
  

  /* Popup Menu */
  .popup-menu {
    width: 340px !important; 
    overflow-y: auto; 
  }
  body {
    overflow-x: hidden !important;
  }
  

  .item-spacing{
    margin-top: 50px 0px;
  }
  
  .popup-content {
    max-height: 100vh; 
    overflow-y: auto; 
  }

 
  /* Logo Centered */
  .popup-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .popup-logo .logo{
    width: 85% !important;
    margin-right: 130px !important;
  }

  .popup-menu .menu-items {
    flex-direction: column !important; 
    align-items: flex-start !important;
    padding-left: 20px; 
    gap: 10px; 
    
  }


  .popup-menu .menu-items li {
    width: 100%; 
  }

  .popup-menu .menu-items li a {
    display: block !important;
    text-align: left !important; 
    font-size: 18px;
    padding: 4px 0px !important;
  }

  
  .submenu-items {
    margin-left: 2px !important; 
    margin-top: 30px !important;
  }
  
  
  .submenu-items li a {
    font-size: 18px  !important; 
  }

  /* Divider */
  .divider {
    display: none; 
  }

  /* Banking Buttons */
  .banking1-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    padding-left: 20px;
  }

  .banking1-btn {
    font-size: 12px;
    width: 100%;
    justify-content: flex-start; 
  }

  .banking1-btn i {
    font-size: 15px;
    padding: 8px;
  }

  /* Close Button */
  .popup-menu .close-btn {
    top: 5px;
    right: 5px;
    font-size: 20px;
  }
}


  .nav-tabs{
    padding-top: 70px !important;
  }

  .header {
    padding: 0px !important;
    display: flex;
    align-items: start;
    
  }

  .img1{
    max-width: 250px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }

  .header {
    padding: 0px !important;
    
  }
  .app1{
    width: 150px !important;
    }


  .digital-banking .container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.digital-banking{
  padding-top: 10px !important;
}
.text-container{
  padding: 5px !important;
}


  .mobile-app{
  margin-top: 20px !important; 
  width: 300px !important;
 }


.app {
    max-width: 100% !important; 
    width: 100%;
    height: auto;
}

.d-flex {
  flex-direction: column; 
  align-items: center; 
}

  .logo {
    max-width: 200px !important;
    margin: 0px 10px;
  }

  .text-container {
    position: absolute;
    width: 100% !important;
    padding: 5px;
    background-color: white;
    margin-top: 10px; 

  }

   .generation{
    font-size: 10px !important;
  }
  
  .text1 {
    font-size: 15px;
    margin-right: 0 !important;
  }

}
@media (max-width: 1024px) {  
  .header .row {
    flex-wrap: nowrap; 
    justify-content: space-between; 
    align-items: center;
  }

  .header .col-4 {
    flex: unset;
     margin: 0px 16px 0px 0px !important;
  }

  .header .logo {
    max-width: 160px; 
    display: block;
    margin: 0 auto; 
  }

  .language-switcher {
    margin-right: 10px; 
    min-width: 60px; 
  }

  .button1 {
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap; 
  }

 
  .svg {
    width: 30px;
    height: 30px;
  }
}


@media (max-width: 768px) {  
  .header .row {
    justify-content: space-between; 
  }
  .text-container{
    position: relative !important;
   }


  .logo {
    max-width: 140px; 
  }

  .language-switcher {
    margin-right: 5px;
  }

  .button1 {
    font-size: 12px;
    padding: 4px 8px;

  }
}


/*--------------------------------------------------------------
# End Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/

.custom-bg {
  background-color: #000;
  padding: 15px 0px;
}

.right-button{
  font-family: "Poppins",sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}


.custom-bg a {
  color: white;
  text-decoration: none;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family-secondary) !important;
}

.custom-bg a:hover {
  text-decoration: underline !important;
  text-decoration-color: #eb841f !important;
  text-underline-offset: 12px; 
}
/*--------------------------------------------------------------
#  End Top Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/* CSS for the popup menu */

.popup-menu {
  position: fixed;
  top: 0;
  left: -1000px; /* Initially hidden to the left */
  width: 1000px;
  height: 100%;
  background-color: #000000E8 !important;
  transition: all 0.3s ease-in-out;
  border-right: 10px solid #eb841f !important;
  backdrop-filter: blur(10px) !important;
  z-index: 10000 !important;
}


.popup-logo {
  display: flex;
  justify-content: center; 
  align-items: center;
  width: 100%;
}

.item-spacing{
  margin-top: 50px 0px;
}

.popup-logo .logo {
  width: 85% !important;
  margin: 0 auto !important; 
  display: block;
}

.popup-content {
  padding: 20px;
  color: white;
  font-size: 18px;
}

.popup-menu .menu-items {
  list-style: none; 
  padding: 0; 
  display: flex; 
  flex-direction: row; 
  justify-content: center; 
  align-items: center;
  margin: 0; 
  gap: 10px; 
  margin: 50px 0px;
}

.language-switcher {
  top: 10px;
  right: 20px;
  font-size: 14px; 
  display: flex;
  align-items: center; 

}

/* homepage modal popup */
  .aani-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }

  .aani-modal-box {
    background: #fff;
    max-width: 600px;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.6s ease-out forwards;
  }

  .aani-header {
    background: #f58220;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
  }

  .aani-close {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 24px;
    cursor: pointer;
  }

  .aani-body {
    padding: 20px;
    font-size: 16px;
    color: #000;
  }

  .aani-link {
    color: #0a58ca;
    text-decoration: underline;
  }

  .aani-footer {
    background: #f58220;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* end hompage modal popup */

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

  .fadeInDown {
    animation: fadeInDown 0.5s ease;
  }

@media only screen and (max-width: 430px) {
   .aani-header {
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }

  .aani-body {
    font-size: 13px !important;
  }
}

.lang-btn {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.lang-btn:hover {
  background-color: #f8f9fa;
  border-color: #999;
}


.popup-menu .menu-items li {
  margin: 0 20px; 
}



.popup-menu .menu-items li a {
  display: block; 
  padding: 5px 7px !important; 
  text-decoration: none;
  color: white;
  font-size: 21px !important;
  font-weight: 500;
}

.popup-menu .close-btn {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.submenu-items {
  list-style: none;
  padding: 0;
  margin-left: 22px;
}

.submenu-items li {
  margin: 20px 0;
}


.submenu-items li a {
  text-decoration: none;
  color: white;
  font-size: 19px;
  font-family: "Roboto",sans-serif;
}

.submenu-items li::before {
  content: "— ";
  color: #eb841f;
  font-weight: 600 !important;
  padding-right: 3px !important;
}

/* Divider */
.divider {
  width: 2px; 
  height: 100%; 
  border-left: 2px dashed #464646; 
  margin: auto;
  opacity: 1; 
}


.banking1-buttons {
  margin-top: 20px;
}

.banking1-btn {
  background-color: #eb841f !important;
  color: white !important;
  border: none  !important;
  border-radius: 50px !important;
  padding: 0px 20px 0px 0px !important;
  margin: 10px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: "Roboto",sans-serif !important;
  text-transform: uppercase !important;

}

.banking1-btn i {
  font-size: 20px !important;
  background-color: #000 !important;
  padding: 10px 15px !important;
  border-radius: 50px !important;
  border: 1px solid #fff !important;
  transition: all 0.3s ease-in-out !important;
  animation: fadeInLeft 0.5s ease-out forwards !important;
}

.banking1-btn i:hover {
  background-color: #2D9CDB; 
transform: scale(1.1); 
border-color: #EB841F; 
animation: iconHoverEffect 0.3s ease-in-out forwards; 
}



@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translateX(-20px); 
  }
  100% {
      opacity: 1;
      transform: translateX(0); 
  }
}


@keyframes iconHoverEffect {
  0% {
      transform: scale(1);
      background-color: #000;
      border-color: #fff;
  }
  100% {
      transform: scale(1.1);
      background-color: #000000;
      border-color: #ffff;
  }
}

.banking1-btn:hover {
  background-color: #cf730e;
}

.svg {
  cursor: pointer; 
}


.header {
  padding: 15px 0px !important;
  
}

.logo {
  max-width: 400px; 


}

/* Animation Button */
.button1{
  width:260px;
  height: 50px;
  text-transform: uppercase !important;
  background-color: #eb841f;
  border-style: none;
  color:#fff;
  font-size: 14px !important;
  font-family: var(--font-family-primary) !important;
  font-weight: 400 !important;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0px;
  overflow: hidden;
  transition: all .5s;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

.button1:hover{
   background-color: #eb841f;
}

      .dropdown {
          position: relative;
          display: inline-block;
      }

      .dropdown-content {
          display: none;
          position: absolute;
          top: 50px;
          left: 0;
          background-color: #fff;
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
          z-index: 999 !important;
          min-width: 260px;
          overflow: hidden;
      }

      .dropdown-content a {
          color: #000;
          font-family: var(--font-family-primary) !important;
          padding: 12px 16px;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 14px !important;
          display: block;
          font-size: 16px;
          background: #f9f9f9;
      }

    .dropdown-content a:hover {
          background-color: #000;
          color: #FFF !important;
      }

      .dropdown:hover .dropdown-content {
          display: block;
      }


.button1 span{
  position: absolute;
  display: block;
}
.button1 span:nth-child(1){
  height: 3px;
  width:200px;
  top:0px;
  left:-200px;
  background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}

@keyframes span1{
  0%{
      left:-200px
  }
  100%{
      left:200px;
  }
}
.button1 span:nth-child(2){
  height: 70px;
  width: 3px;
  top:-70px;
  right:0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}

@media only screen and (max-width: 1024px) {
.button1{

       font-size: 13px !important;
       width:200px;
       height: 50px;

      }
}  

@keyframes span2{
  0%{
      top:-70px;
  }
  100%{
      top:70px;
  }
}
.button1 span:nth-child(3){
  height:3px;
  width:200px;
  right:-200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}
@keyframes span3{
  0%{
      right:-200px;
  }
  100%{
      right: 200px;
  }
}
/* End Animation Button */

/*--------------------------------------------------------------
# End Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Slides
--------------------------------------------------------------*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  fill: #000 !important;
}
/*--------------------------------------------------------------
# End Slides
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/


.carousel-container {
  margin-top: 20px !important;
}

.slick-slide {
  margin: 0 10px !important; /* Adds space between images */
  position: relative;
}
.tabs{
  color: #fff !important;
}

.slick-list {
  margin: 0 -10px !important;
}

.slick-slide img {
  width: 100%;
  height: 450px !important;
  object-fit: cover !important;
}

/* Gradient + Caption inside the image */
.carousel-caption {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right:0 !important;
  width: 100% !important;
  padding: 25px !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 2) 0%, rgba(255, 255, 255, 0) 100%) !important;
  color: white;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  line-height: 25px !important;
  
}

.arrow-right {
font-size: 20px !important;
color: #eb841f !important;
padding-left: 10px !important;
}
 
.divider5{
  border: 1px solid #000 !important;
  margin-top: 1px !important;
  opacity: 1;
}
 


.nav-tabs {
  display: flex;
  justify-content: flex-end !important; 
  margin-bottom: 20px;
  border: none !important;
  margin-top: -60px !important;
}

.nav-tabs .nav-link {
  color: #000 !important;
  text-transform: uppercase !important;
  border: 1px solid #999999 !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 10px 20px !important;
}

.nav-tabs .nav-link.active {
  background-color: #eb841f !important;
  color: #fff !important;
}



/*--------------------------------------------------------------
# End Tabs
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Next Generation Section
--------------------------------------------------------------*/
.generation{
  background-color: #eb841f;
  color: #fff !important;
  font-size: 21px !important;
  text-transform: uppercase;
  display: inline-block; 
  width: fit-content;
}


.divider01 {
  border: 1px solid #333333 !important; 
  margin-top: 1px !important;
  opacity: 1;
  
}


.container-fluid {
  position: relative;
}

.text-container {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: white;
  
}

.text1 {
  margin: 0; 
  font-size: 17px; 
  color: #333333; 
  text-align: justify;
  margin-right: 60px;
}


/*--------------------------------------------------------------
# End Next Generation Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Digital Banking
--------------------------------------------------------------*/

.divider1 {
  border: 1px solid #333333 !important; 
  margin-top: 1px !important;
  opacity: 1;
  width: 30%; 
}

.digital-banking{
  background-image: url(../img/bg-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}

.app{
  max-width: 180px !important;
}

.mobile-app{
  max-width: 400px !important;
}


/*--------------------------------------------------------------
# End Digital Banking
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Faqs
--------------------------------------------------------------*/
.faqs{
  background-image: url(../img/bg-2.webp) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 30px 0px;

}


.divider2 {
  border: 1px solid #333333 !important; /* Ensures black color */
  margin-top: 1px !important;
  opacity: 1;
  margin-left: auto;  
  margin-right: auto; 
}



.faqs-img{
  max-width: 280px !important;
}


/*--------------------------------------------------------------
# End Faqs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
/* Blogs Background Styling */
.blogs {
  background-image: url(../img/News-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; /* Added padding to give space around the blogs */
}

/* Divider Styling */
.divider3 {
  border: 1px solid #fff !important; /* Ensures white color */
  margin-top: 1px !important;
  opacity: 1;
  margin-right: auto;
  margin-left: auto;
}

/* Blog Item Styling */

.blog-item img {
  width: 100%; 
  height: auto;
  margin: 0 auto; 
}

/* Blog Text Styling */
.blog-text {
  background-color: #fff !important;
  padding: 15px;
  margin-left: 50px;
  margin-top: -80px !important;
  position: relative; 
  z-index: 999 !important; 
}

.blog-text h6 {
  font-size: 15px !important;
  color: #eb841f !important;
}

.blog-text p {
  font-size:16px !important;
  color: #333333 !important;
  font-family: var(--font-family-primary) !important;
  font-weight: 300;
}


/* Center the Blogs on Larger Screens */
.row.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# End Blogs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
ul {
  margin: 0px;
  padding: 0px !important;
}
.footer-section {
background: #fff;
position: relative;
}

.footer-text p {
margin-top: 54px;
font-size: 15px !important;
line-height: 28px;
font-family: "Inter",sans-serif;
 
}

.app1{
max-width: 140px !important;
}


.footer-widget-heading h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
position: relative;
}

.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 8px;
}

.footer-widget ul li a:hover{
color: #eb841f;
}
.footer-widget ul li a {
color: #333333;
text-transform: capitalize;
text-decoration: none;
font-size: 16px;
font-family: "Inter",sans-serif;
}

.copyright-area{
background: #fff;
padding: 25px 0;
border-top: 1px solid #ccc;
}
.copyright-text p {
margin: 0;
font-size: 15px !important;
font-family: "Inter",sans-serif;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}

.footer-menu li:hover a{
color: #ff5e14;
}

.footer-menu li a {
font-size: 15px;
color: #333333;
text-decoration: none !important;

}

/*--------------------------------------------------------------
# End Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/



/* Overlay effect using ::after */
.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; 
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1; 
}

/* Hero Text */
.hero-text {
  position: relative; 
  top: 40px;
  color: white !important; 
  font-size: 60px !important; 
  font-weight: bold !important;
  text-align: start !important;
  width: 100% !important;
  z-index: 2 !important; 
}

.about-section{
  padding: 70px 0px 70px 0px;
}

.about-heading{
  font-size: 35px  !important;
  font-weight: 600 !important;
  color: #000 !important;
 
}

.about-content{
  font-family: var(--font-family-secondary) !important;
  line-height: 30px !important;
  font-weight: 400;
  font-size: 19px !important;
  color: #333333 !important;
}


.vision-mission-section {
  padding: 50px 0;
}

.vision-box {
  background: url(../img/border.webp) no-repeat center center;
  background-size: cover; 
  padding: 60px 40px;
  text-align: end;
  max-width: 410px;
  margin-left: auto;
  margin-right: 0 !important; 
  min-height: 280px;
 
}


.mission-box {
  margin-top: 100px !important;
  background-color: #eb841f;
  color: white;
  padding: 45px;
  text-align: end;
  max-width: 530px;
  margin-left: auto;  
  margin-right: 0;   
  align-self: flex-end; 
}

.vision-box h3, .mission-box h3 {
  font-size: 32px !important;
  font-weight: bold;
 
}
.vision-box p, .mission-box p {
  font-size: 18px !important;
  margin-top: 10px;
  font-family: var(--font-family-secondary) !important;
  margin-top: 15px;
}

.vision-mission-img img {
  width: 100%;
  height: auto;
}


.subscribe {
  background: url('../img/CTA_BG.webp') no-repeat center center;
  background-size: cover;
  padding: 70px 20px;
  color: white;
  text-align: center;
  position: relative;
}

.subscribe h3 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.subscribe p {
  font-size: 20px !important;
  font-family: var(--font-family-secondary);
}

.subscribe-form {
  display: flex;
  max-width: 450px;
  margin: auto;
  overflow: hidden;
  background-color: #eb841f;
  margin-top: 20px;
}

.subscribe-form input {
  flex: 1;
  padding: 20px;
  font-size: 1rem;
  border: none;
  color: white;
  background-color: #333;
}

.subscribe-form input::placeholder {
  color: #bbb;
}

.subscribe-form button {
  width: 80px;
  background-color: #f5a623;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.subscribe-form button i {
  color: white;
  font-size: 1.2rem;
}


/* Responsive Design About Us Page */
@media (max-width: 768px) {
  .hero-text {
      font-size: 2rem !important;
      padding: 3%;
  }

  .about-section{
    padding: 30px 0px 30px 0px;
  }
  
  .hero-banner {
    min-height: 23vh !important;
   
  }

  /* cta-styling */
  .subscribe h3{
   font-size: 35px !important;
  }
 
  .mission-box {
    margin-top: 30px !important;

}

.vision-box {
  background: url(../img/border.webp) no-repeat center center;
  background-size: contain !important; 
  padding: 60px 40px;

}
.vision-box h3, .mission-box h3 {
  font-size: 25px !important;

}
}
/* End Responsive Design About Us Page */

/*--------------------------------------------------------------
# End About Us Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Contact  Us Page
--------------------------------------------------------------*/
.contact-banner {
  position: relative;
  background: url(../img/Corporate-Banking-Banner.jpg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 58vh !important;
  display: flex;
  align-items: flex-end; 
  padding: 5%;
}

/* Black Overlay Effect */
.contact-banner::after {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%; 
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1; 
}

 /* Head Office & Regional Office */
 .office-container {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.office-box {
  background-color: #f5f5f5;
  padding: 35px 24px;
  flex: 1;
  min-width: 280px;
}

.office-box h2 {
  font-size: 32px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.office-box h2::before {
  content: "|";
  color: #EB841F;
  font-size: 28px;
  margin-right: 10px;
  font-weight: 800;
}
.office-box p{
  font-size: 19px !important;
  line-height: 36px !important;
}

/* Our Branches Section */
.branches-section {
  text-align: start;
  margin: 50px 0;
}

.branches-section h2 {
  font-size: 45px !important;
  font-weight: 600;
  margin-bottom: 20px;
 }

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

.branch {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.branch img {
  width: 330px;
  height: 210px;
  object-fit: cover;
  margin-right: 15px;
}

.branch-info h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-family-primary) !important;
  color: #2C2F3B !important;
}
.branch-info p{
  font-size: 17px !important;
  font-family: var(--font-family-primary) !important;
  line-height: 32px;
}

.contact-bg{
  background-color: #F6F6F6F6 !important;
  padding: 40px 0px 40px 0px;
}

.contact-form-container {
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 1270px;
  margin: 50px auto;
}

.btn-submit {
  background-color: #e67e22;
  color: white;
  font-weight: 500;
  padding: 10px;
}
.btn-submit:hover {
  background-color: #d35400;
  color: #fff;
}

.form-label{
  font-size: 19px !important;
}

.form-control{
  background-color: #F6FBFF;
  padding: 13px;
  border-color: #072D7E2B;
}

/* Responsive Design */
@media (max-width: 768px) {
  .office-container {
      flex-direction: column;
  }

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

  .branch img {
      margin-right: 0;
      margin-bottom: 10px;
  }

  .contact-banner {
    min-height: 23vh !important;
  }

  .office-container {
    margin-top: 30px !important;
  }

  .office-box h2{
    font-size: 25px !important;
  }
  .contact-bg{
    padding: 20px 10px 20px 10px !important;
  }

  .branches-section{
    margin: 30px 0px !important;
  }

}
/* End Responsive Design */

/*--------------------------------------------------------------
# End Contact  Us Page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Banking Page Styling
--------------------------------------------------------------*/

.banking-banner{
  position: relative;
  background: url(../img/personal-banking-banner.webp);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 58vh;
  display: flex;
  align-items: flex-end; 
  padding: 5%;
  color: #fff;
}

.banking-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1; 
}

.bg-light{
  background-image: linear-gradient(180deg, #FFFFFF 0%, #D9E2E9 100%) !important;
  padding: 0px !important;
}


.navbar-nav {
  display: flex;
  justify-content: center; 
  width: 100%;
}

.navbar-nav .nav-item {
  flex: 0; 
  text-align: center;
}

.navbar-nav .nav-link {
  color: #000 !important;
  font-size: 20px !important; 
  font-family: var(--font-family-secondary);
  padding: 20px 27px !important; 
  white-space: nowrap; 
}

.max-width-600{
  max-width: 600px !important;
}

.navbar-nav .nav-link:hover {
  background-color:#eb841f !important;
  color: #fff !important;
}

.tabs-content{
  font-family: var(--font-family-secondary) !important;
  font-size: 17px !important;
  margin-top: 15px !important;
}



@media (max-width: 991px) { 

  .navbar-collapse {
    display: none !important;
  }

  .navbar-toggler[aria-expanded="true"] + .navbar-collapse {
    display: block !important;
    text-align: center; 
  }

  .navbar-toggler {
    margin: 0 auto; 
    display: block;
  }
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
}
.nav-item {
    text-align: center;
}
.navbar-nav .nav-link{
  padding: 20px 10px !important;
}


  .navbar-nav {
    flex-direction: column; 
    text-align: center;
  }
}


/* For small screens */
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  .navbar-nav {
    gap: 15px !important;
  }
}

@media (max-width: 430px) {

 .banking-banner{
  min-height: 26vh !important;
  background-position: center center !important;
  background-size: cover;
  background-repeat: no-repeat;
 }
 .hero-text{
  font-size: 25px !important;
  top: 0px !important;
 }
 .navbar-toggler{
  display: none !important;
 }

}


/*--------------------------------------------------------------
# End Banking Page Styling
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#  Premium Banking Overview Styling
--------------------------------------------------------------*/

.overview-section {
  padding: 50px 0;
  text-align: center;
}
.overview-section h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
.overview-section p {
  max-width: 1200px;
  margin: 0 auto 20px;
  color: #333;
}
.card-custom {
  border: none !important;
  transition: transform 0.3s ease-in-out;
  border-radius: 0px !important;
  cursor: pointer; 
  
}
.card-custom:hover {
  transform: translateY(-5px);
}
.card-custom img {
  height: 200px;
  object-fit: cover;
  border-radius: 0px !important;
}

.card-custom .card-body {
  text-align: center;
}
.card-custom .card-title {
  font-weight: bold;
  color: #E77C25;
}

.custom-width {
  max-width: 700px !important; 
}

.custom-modal {
  border-radius: 0 !important;  
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); 
  border: none; 
}


.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px; /* Adjust padding */
}

.modal-title {
  color: #eb841f !important;
  font-weight: 600;
  font-size: 1.5rem; 
  flex: 1; 
  white-space: nowrap; 
}


@media (max-width: 768px) {
  .modal-title {
    font-size: 1.2rem; 
    white-space: normal; 
    word-wrap: break-word;
  }
}

/* Mobile ke liye */
@media (max-width: 768px) {
  .modal-title {
    font-size: 20px !important;
      white-space: normal;
  }
}

.modal-header {
  background: #f8f9fa; 
  border-bottom: none !important; 
  padding: 20px 20px 0px 20px !important;
}

.modal-body {
  font-size: 16px;
  color: #333; 
  margin-bottom: 20px;
}


@media (max-width: 430px) {

  .overview-section {
    padding: 20px 0;
    text-align: center;
  }
  
   .px-5{
    padding: 10px !important;
   }
  
  }

/*--------------------------------------------------------------
#  End Premium Banking Overview Styling
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#  Page Title Styling
--------------------------------------------------------------*/

.page-title-banner{
  position: relative;
  background: url(../img/Page_title.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 40vh;
  display: flex;
  align-items: flex-end; 
  padding: 5%;
  color: #fff;
}

.page-title-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1; 
}
 /* privacy content styling */
.privacy-container {
  margin: 0 auto;
  padding: 20px 20px;
}

.policy-h3 {
  font-size: 28px;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
}

p, li {
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--font-family-secondary) !important;
}

.bullets {
  padding-left: 30px !important;

}

@media (max-width: 768px) {
  .privacy-container {
      padding: 30px 15px;
  }

  .policy-h3 {
      font-size: 20px;
  }

  p, li {
      font-size: 14px;
  }
}

@media (max-width: 430px) {

  .page-title-banner{
   min-height: 25vh !important;
  }
  .privacy-container {
    margin: 0 auto;
    padding: 10px 20px;
  }
  
  }
  
 /* end privacy content styling */

  /*--------------------------------------------------------------
# End Page Title Styling
--------------------------------------------------------------*/


  /*--------------------------------------------------------------
# Forms Page Styling
--------------------------------------------------------------*/

.forms{
  background-color:#F4F4F4 !important;
  padding: 50px 0px;
}



/* Sidebar List Styling */
.list-group-item {
  font-weight: bold;
  cursor: pointer;
  padding: 20px 15px !important;
  border-radius: 0px !important;
 
}
.list-group-item{
  font-size: 15px !important;
  font-family: var(--font-family-secondary) !important;
  font-weight: 300 !important;
}

.list-group-item a {
  text-decoration: none;
  color: black;
 
}
.sidebar-hr{
 border:2px solid #ea6128; 
 opacity:1; 
 margin:10px 0px;
}

    .sidebar-hr1{
    border:1px solid #DDDDDD !important;
    opacity: 1 !important;
    margin-top:30px;
    }


.list-group-item:hover {
  background: #eb841f;
  color: white !important; 
}

.list-group-item:hover a {
  color: white !important; 
}
/* Download Links */
.download-list {
  padding-left: 33px !important;
  color: #eb841f;
}

.download-list li {
  margin-bottom: 0px !important;
  font-size: 23px !important;
}

.download-list li a {
  color: #000;
  font-size: 15px !important;
  font-family: var(--font-family-secondary) !important;
  font-weight: bold;
  text-decoration: none;
  font-weight: 400;
}

.text-black1{
  color: #333 !important;
}


@media (max-width: 430px) {
.sidebar-content{
 margin-top: 20px !important;
 
}
.forms{
  padding: 20px 0px !important;
}

}
  /*--------------------------------------------------------------
# End Forms Page Styling
--------------------------------------------------------------*/


  /*--------------------------------------------------------------
# End Aani Page Styling
--------------------------------------------------------------*/
.border-right {
  border-right: 1px solid #ddd;
}
.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.feature-box img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
.faq-header {
  font-size: 32px !important;
  font-weight: bold;
  margin-bottom:20px !important
 
}

.faq-header span {
  color: #f7941d;

}

.accordion-button {
  font-size:20px !important;
  font-weight: 500 !important;
  color: #000;
  padding:24px !important;
}

.accordion-body {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.accordion-button:focus{
  box-shadow:none !important
}


.accordion-item{
  border-radius: 0px !important;
}

.accordion-body {
  font-size: 16px !important;
  padding:24px !important;
  
}


@media (max-width: 768px) {
  .nav-tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; 
  }
  .slick-slide img{
    height: 350px !important;
  }

  .nav-tabs .nav-item {
      width: 33.3%; 
      text-align: center;
  }
}


@media (max-width: 992px) {
  .border-right {
      border-right: none;
      border-bottom: 1px solid #ddd;
      
  }
  .border-end{
    border-right: none !important;
    border-bottom:1px solid #DDDDDD;
    margin: 10px 0px;
  }

  .col-lg-2:last-child {
      border-bottom: none;
  }
}
  /*--------------------------------------------------------------
# End Aani Page Styling
--------------------------------------------------------------*/

  /*--------------------------------------------------------------
# Start Our Financials Page Styling
--------------------------------------------------------------*/

.statement-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px !important;
  font-weight: 600;
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  transition: background 0.3s;
}

.statement-item:hover {
  background: #f1f1f1;
}


.download-btn {
  background: #EB841F;
  color: white;
  border: none;
  padding: 15px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; 
  text-decoration: none;
}


.download-btn svg {
  width: 24px;
  height: 24px;
  fill: white;
}


@media (max-width: 576px) {
  .statement-item {
      flex-direction: row; 
      align-items: center;
  }

  .download-btn {
      width: auto;
      padding: 10px 14px;
  }
}

  /*--------------------------------------------------------------
# End Our Financials Page Styling
--------------------------------------------------------------*/

  /*--------------------------------------------------------------
# Start Our Internet Banking Page Styling
--------------------------------------------------------------*/
.bullets1{
  padding-left: 20px !important;
}

.bullets1 li {
  line-height: 1.6; 
}

.bullets1 li::marker {
  color: #EB841F; 
  font-size: 1.6em; 
}
  /*--------------------------------------------------------------
# End Internet Banking Page Styling
--------------------------------------------------------------*/


/* JU */
.tab-content>.tab-pane{
  height: 0px;
  overflow: hidden;
  display: block !important;
}

.tab-content>.tab-pane.active{
  height: auto;
}