/* ============================================
   FInvesTree — Redesigned Footer (SEO Friendly)
   ============================================ */

.ft-redesign {
  position: relative;
  background: #020024;
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(127, 192, 67, 1) 0%, rgba(0, 49, 148, 1) 100%);
  color: #cfd9f0;
  padding: 70px 0 0;
  overflow: hidden;
  font-family: inherit;
}

.ft-redesign::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(130, 195, 65, 0.18) 0%, rgba(130, 195, 65, 0) 70%);
  pointer-events: none;
}

.ft-redesign .ft-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.ft-redesign .ft-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .ft-redesign .ft-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 30px;
  }
}

@media (max-width: 575px) {
  .ft-redesign .ft-grid {
    grid-template-columns: 1fr;
  }
}

/* Brand column */
.ft-redesign .ft-brand img {
  max-width: 130px;
  margin-bottom: 18px;
}

.ft-redesign .ft-brand p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #FFF;
  margin-bottom: 20px;
}

.ft-redesign .ft-contact-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.ft-redesign .ft-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  line-height: 2;
  color: #FFF;
  margin-bottom: 14px;
}

.ft-redesign .ft-contact-list li i {
  margin-top: 3px;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  color: #82c341;
  border-radius: 50%;
  font-size: 13px;
}

.ft-redesign .ft-contact-list li a {
  color: #cfd9f0;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ft-redesign .ft-contact-list li a:hover {
  color: #82c341;
}

.ft-redesign .ft-social {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ft-redesign .ft-social li a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  transition: all 0.25s ease;
}

.ft-redesign .ft-social li a:hover {
  background: #82c341;
  color: #FFF !important;
  transform: translateY(-3px);
}

.ft-redesign .ft-social li svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.ft-redesign .ft-social li a:hover svg {
  fill: #002c92;
}

/* Link columns */
.ft-redesign .ft-col h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.ft-redesign .ft-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: #82c341;
  border-radius: 2px;
}

.ft-redesign .ft-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-redesign .ft-col ul li {
  margin-bottom: 12px;
}

.ft-redesign .ft-col ul li a {
  color: #FFF;
  font-size: 14.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;

}

.ft-redesign .ft-col ul li a i {
  font-size: 14px;
  color: #82c341;
 
}
.ft-redesign .ft-col ul li a:hover i{
  color: #fff;
  padding-left: 0;
}
.ft-redesign .ft-col ul li a:hover {
  color: #fff;
  padding-left: 4px;
}



/* Regulatory credential badges */
.ft-redesign .ft-credentials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 30px;
  padding: 26px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ft-redesign .ft-credential-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  flex: 1 1 200px;
}

.ft-redesign .ft-credential-item .ft-cred-logo {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.ft-redesign .ft-credential-item .ft-cred-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20ba5a;
}
.ft-redesign .ft-credential-item .ft-cred-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.ft-redesign .ft-credential-item .ft-cred-text strong {
  font-size: 11.5px;
  font-weight: 400;
  color: #FFF;
}

.ft-redesign .ft-credential-item .ft-cred-text span {
  font-size: 11px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.2px;
}

@media (max-width: 575px) {
  .ft-redesign .ft-credentials {
    gap: 16px;
  }
  .ft-redesign .ft-credential-item {
    min-width: 100%;
  }
}

/* Disclaimer strip */
.ft-redesign .ft-disclaimer {
  padding: 20px 0 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ft-redesign .ft-disclaimer p {
  font-size: 12.5px;
  line-height: 1.8;
  color: #FFF;
  margin: 0;
  text-align: justify;
}

.ft-redesign .ft-disclaimer p + p {
  margin-top: 8px;
}

/* Bottom bar */
.ft-redesign .ft-bottom {
  padding: 20px 0;
  
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ft-redesign .ft-bottom p {
  margin: 0;
  font-size: 13.5px;
  color: #b9c6e8;
}

.ft-redesign .ft-bottom p a {
  color: #82c341;
  text-decoration: none;
}

.ft-redesign .ft-bottom-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.ft-redesign .ft-bottom-links li a {
  color: #b9c6e8;
  font-size: 13.5px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.ft-redesign .ft-bottom-links li a:hover {
  color: #82c341;
}

@media (max-width: 575px) {
  .ft-redesign {
    padding-top: 50px;
  }
  .ft-redesign .ft-bottom {
    flex-direction: column;
    text-align: center;
  }
  .ft-redesign .ft-disclaimer p {
    text-align: left;
  }
}