/* Ensures the menu-item is positioned correctly */
.menu-item, .menu-item1, .menu-item2 {
  /* position: relative; */
  display: inline-block;
  /* max-width: 500px; */
  padding-right: 196px;
}

/* Submenu positioned on the right */
.submenu, .submenu1, .submenu2 {
  position: absolute;
  top: 0px;
  right: 0%;
  /* Moves submenu to the right */
  /* background-color: white; */
  /* border: 1px solid #ddd; */
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
  padding: 10px;
  display: none;
  /* Initially hidden */

}

/* Submenu item styles */
.submenu-item {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  /* color: #333; */
  white-space: nowrap;
}

/* .submenu-item:hover {
    background-color: #f1f1f1;
} */

.button_flex {

  display: flex;
  gap: 15px;
}

.d_none {

  display: none;
}

.pt-80 {

  padding-top: 100px;
}

.flex--flex {
  width: 100%;
  max-width: 800px !important;
  background-color: #1e3251 !important;
  position: relative;
}

.dropdown_menu {
  display: flex;
  /* flex: 0 0 70% !important; */
  justify-content: flex-start;
  margin-right: auto;
  flex-direction: column;
}

.dis-fl {

  display: flex;
  /* flex-direction: column; */
  align-items: center;

}

.image-cls {

  display: flex;

  justify-content: center;
  align-items: center;
}

.content_hedaing {

  padding-left: 10px;
}

.image-cls img {

  width: 30px;
  height: 30px;
}

.fs-20px {

  font-size: 20px;
}

.color_ff {

  color: #ffff;
}

.wh_50px {

  width: 50px;
  height: 50px;
}

.flex--flex .text-size-regular {

  color: #ffff;
  font-size: 16px;
  font-weight: 800;
}

.pb-100 {

  padding-bottom: 100px;
}

.ds_flex {

  display: flex;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-links-vertical {
  display: flex;
  justify-content: space-between;
  /* Ensures spacing between columns */
  gap: 2rem;
  flex-wrap: nowrap;
  /* Prevents wrapping on larger screens */
}

.first_column,
.second_columns,
.third_column {
  display: flex;
  flex-direction: column;
  min-width: 220px;
  /* Ensures each column has enough space */
  flex: 1;
  /* Makes all columns equal width */
}

.footer-link {
  margin-bottom: 15px;
  text-decoration: none;
  /* color: #ffffff; */
  font-size: 16px;
}

.footer-link:hover div {
  color: #ffcc00;
  /* Changes text color on hover */
}

/* ✅ Mobile Responsive Design */
@media (max-width: 992px) {
  .footer-links-vertical {
    flex-wrap: wrap;
    /* Allows columns to wrap on smaller screens */
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-links-vertical {
    flex-direction: column;
    gap: 1rem;
  }

  .first_column,
  .second_columns,
  .third_column {
    min-width: 100%;
  }
}

.mt-0 {

  margin-top: 0px;
}

.mb-15 {

  margin-bottom: 15px;
}

.wh-50px {

  width: 50px;
  height: 50px;
}

.powering_your_payments .button-secondary {

  color: black !important;
  padding: 5px 5px;
}

.transform_payment .heading-text-size {

  font-size: 80px;

}

.transform_payment .blue-heading-wrapper {

  margin-left: 0px;
}

.text_16px {

  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
}

.sign_content {

  margin-top: 15px;
}

.b_bold {

  color: #000;
  font-weight: 600;
}

.b_bold:hover {

  color: #001C64;
}

#email-error {

  color: red;
}

#password-error {

  color: red;
}

#name-error {

  color: red;
}

#phone-error {

  color: red;
}

#Last-Name-error {

  color: red;
}

#password1-error {

  color: red;
}

#field-2-error {

  color: red;
}

.logos-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  background-color: #f9f9f9;
  padding: 1rem 0;
}

.logos-ticker {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

.logos-wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 2rem;
}

.logos-text {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  color: #333;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.menu-item a:hover {

  background-color: red;
}

.menu-item a:hover {

  background-color: red;
}

.menu-item {
  overflow: visible;
}

.menu-item a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  /* Makes space for the arrow */
  text-decoration: none;
  color: #000;
  overflow: visible;
}

.menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu-item a:hover::after {
  border-color: transparent transparent transparent red;
  opacity: 1;
}



/*  */

.menu-item1 a:hover {

  background-color: red;
}

.menu-item1 a:hover {

  background-color: red;
}

.menu-item1 {
  overflow: visible;
}

.menu-item1 a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  /* Makes space for the arrow */
  text-decoration: none;
  color: #000;
  overflow: visible;
}

.menu-item1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu-item1 a:hover::after {
  border-color: transparent transparent transparent red;
  opacity: 1;
}

/*  */


.menu-item2 a:hover {

  background-color: red;
}

.menu-item2 a:hover {

  background-color: red;
}

.menu-item1 {
  overflow: visible;
}

.menu-item2 a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  /* Makes space for the arrow */
  text-decoration: none;
  color: #000;
  overflow: visible;
}

.menu-item2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu-item2 a:hover::after {
  border-color: transparent transparent transparent red;
  opacity: 1;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .submenu, .submenu1, .submenu2 {
    position: static;
    display: none;
    opacity: 0;
    pointer-events: none;
    box-shadow: none;
    width: 100%;
  }

  .menu-item, .menu-item1, .menu-item2 {
    width: 100%;
  }

  .submenu a,
  .submenu1 a,
  .submenu2 a {
    padding: 12px 20px;
  }
}

@media (max-width: 768px) {
  .pos-ini{

    position: inherit;
    top: 0;
  }
}


@media (max-width: 991px) {
  .dropdown-list.w--open {

    height: auto;
  }

  .menu-item, .menu-item1, .menu-item2 {

    padding-right: 30px;
  }

  .dis-fl {

    display: inline-flex;
  }
  .submenu, .submenu1, .submenu2{

    display: block !important;
    opacity: 1 !important;
  }
}
.fw-600{

  font-weight: 600;
}
.line-height{

  line-height: 118px;
}
.ml-0{

  margin-left: 0px !important;
}

@media (min-width: 992px) and (max-width: 1024px) {
  /* Your CSS rules here */
  .footer-left{

    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-content{

    display: unset !important;
  }
}
.mt-15{

  margin-top: 15px;
}
.end_dig_exp ul li{

  font-size: 20px;
  margin-top: 15px;
}
.neo_banking ul li{

  font-size: 20px;
  margin-top: 15px;
}
.flex-start{

  justify-content: flex-start !important;
}






.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Wrap on smaller screens */
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.card-image-home {
  flex: 1 1 45%;
  text-align: center;
}

.card-image-home img {
  max-width: 100%;
  height: auto;
}

.features-content {
  flex: 1 1 50%;
}

.features-content .cta-heading-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* .features-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
} */

.features-content p {
  font-size: 20px;
  line-height: 1.6;
  /* color: #333; */
}

.features-content ul {
  padding-left: 20px;
  margin-top: 10px;
}

.features-content li {
  margin-bottom: 10px;
  font-size: 15px;
}

.double-button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}



/* Responsive Design */
@media screen and (max-width: 768px) {
  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .features-content {
    padding: 0;
  }

  .double-button-wrapper {
    justify-content: center;
  }
}

.supply_chain ul li{

  font-size: 20px;
  margin-top: 15px;
}




.logos-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
  padding: 10px 0;
}

.logos-ticker {
  display: flex;
  width: max-content;
  animation: scrollLeft 20s linear infinite;
}

.logos-wrapper {
  display: flex;
  flex: 0 0 auto;
}

.logos-text {
  flex: 0 0 auto;
  padding: 0 40px;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
  color: #333;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .logos-text {
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .logos-text {
    padding: 0 10px;
    font-size: 14px;
  }
}

.slider-content {
  min-height: 200px; /* Adjust height based on your design */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
