﻿.footer_topLeftBox {
  padding-left: 6rem;
  padding-right: 6rem;
}

.footer_topLeftBox p {
  width: 70%;
  z-index: 11;
  position: relative;
}

.footer_Wrapper {
  margin-top: -20rem;
}

.footer_topWrapper {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}

.footer_topWrapper .mobileAppContent{
  max-width: 400px;
  z-index: 9;
  position: relative;
}

.footer_topWrapper h6 {
  font-size: 3rem;
  line-height: 3rem !important;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer_Wrapper > img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transform: translateY(0.25rem);
  z-index: -1;
  position: relative;
}

.ecomworldpayAppView {
  position: relative;
  z-index: 1;
}
.ecomworldpayAppView::before {
  content: "";
  background: url("../images/direction_arrow.png");
  width: 196px;
  height: 137px;
  position: absolute;
  left: -260px;
  top: 100px;
}

.footerMenus_Box {
  /* background-color: #06065e; */
  background-color: var(--custom-dark-blue);
  padding-top: 2rem;
}

.footerMenus {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footerMenus_left {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  grid-column: span 3 / span 3;
}
/* 
.footerMenus_left > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
} */

.footerMenus_right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  grid-column: span 1 / span 1;
}

.fPanel {
  margin-bottom: 1.25rem;
}

.fTitle {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fLinks {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.5rem;
}

.fLinks li {
  color: var(--white);
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.fLinks li img {
  width: 100%;
  max-width: 28px;
  height: 28px;
  background-color: var(--blue-color);
  padding: 0.4rem;
}

.fLinks li p {
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  font-weight: 300;
  color: var(--white);
}

.fLinks a {
  align-self: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: var(--white);
}

.fLinks a span {
  color: var(--white);
}

.fLinks a:hover {
  color: var(--custom-orange-hover);
}

.fLinks i {
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
}
.footer_bootom {
  padding-top: 2.75rem;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer_bootom .fPanel a img {
  color: transparent;
  max-width: 120px;
  height: auto;
  width: 100%;
}

.footer_bootom .fPanel img {
  color: transparent;
  max-width: 65%;
  height: auto;
  width: 100%;
}

.footer_bootom .fPanel > div {
  gap: 0.5rem;
}

.footer_bootom .fPanel .social-icon {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

.footer_bootom .fPanel .social-icon svg {
  color: transparent;
  max-width: 20px;
  height: 20px;
  width: 100%;
  fill: var(--white);
}

.footer_bootom .fPanel .social-icon svg:hover {
  fill: var(--custom-orange-hover);
}

.footer_bootom1 {
  padding-top: 2.75rem;
  gap: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bootom1 .fPanel a img {
  color: transparent;
  max-width: 120px;
  height: auto;
  width: 100%;
}

.footer_bootom1 .fPanel > div {
  gap: 0.5rem;
}

.policySection ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--white) !important;
  padding-left: 0;
  flex-wrap: wrap;
}

.policySection ul li {
  position: relative;
}

.policySection ul li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: var(--white);
}

.policySection ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -8px;
}

.policySection ul li a:hover {
  color: var(--custom-orange-hover);
}

.policySection ul li:last-child::after {
  display: none;
}

.copyRightBox {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.copyRightBox p {
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  color: var(--white);
  margin-bottom: 0;
}

/* .footerMenus_right > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
} */
.socialIcon-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socialIcon-footer .fPanel {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.socialIcon-footer h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: var(--white);
  width: auto;
  margin-bottom: 0;
}

.socialIcon-footer .fPanel .social-icon svg {
  color: transparent;
  max-width: 20px;
  height: 20px;
  width: 100%;
  fill: var(--white);
}

.socialIcon-footer .social-icon {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

.socialIcon-footer .social-icon a {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.socialIcon-footer p {
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1;
  text-align: right;
}
