/* ============================================================
   LCS HOSTING SOLUTIONS — Exact Footer CSS
   Matches the reference image pixel-perfectly
   ============================================================ */

/* ---- FOOTER MAIN (white background, 6 columns) ---- */
#footer-main {
  background: #ffffff;
  padding: 50px 0 30px;
  border-top: 1px solid #e9ecef;
}

/* Logo column */
.footer-logo-col .footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}
.footer-logo-col .footer-tagline {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 200px;
}
.footer-logo-col .footer-social {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-logo-col .footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}
.footer-logo-col .footer-social a:hover {
  background: #FFD338;
  color: #1a1a2e;
}
.footer-logo-col .footer-payment-img {
  max-width: 220px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}
.footer-logo-col .footer-legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-logo-col .footer-legal-links a {
  font-size: 12.5px;
  color: #555;
  text-decoration: none;
  transition: color .2s;
}
.footer-logo-col .footer-legal-links a:hover {
  color: #FFD338;
}

/* Column headings — bold, gold underline bar */
.footer-nav-col h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a2e;
  margin-bottom: 18px;
  padding-bottom: 10px;
  position: relative;
}
.footer-nav-col h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: #FFD338;
  border-radius: 2px;
}

/* Footer links */
.footer-nav-col a {
  display: block;
  font-size: 13.5px;
  color: #555;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color .2s;
  line-height: 1.4;
}
.footer-nav-col a:hover {
  color: #FFD338;
}

/* ---- YELLOW TRUST BAR ---- */
#footer-trust-bar {
  background: #FFD338;
  padding: 22px 0;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-bar-item img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

/* Company Profile button */
.btn-company-profile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a1a2e;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  border-radius: 6px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.btn-company-profile:hover {
  background: #0f3460;
  color: #fff;
}
.btn-company-profile .pdf-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.btn-company-profile .btn-text {
  line-height: 1.2;
}
.btn-company-profile .btn-text span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-company-profile .btn-text strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Trustpilot in trust bar */
.trustpilot-bar {
  text-align: center;
}
.trustpilot-bar .tp-click {
  font-size: 10px;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.trustpilot-bar .tp-score {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a2e;
}
.trustpilot-bar .tp-stars {
  color: #1a1a2e;
  font-size: 18px;
  letter-spacing: 1px;
}
.trustpilot-bar .tp-satisfaction {
  font-size: 10px;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
}

/* ---- DISCLAIMER BAR ---- */
#footer-disclaimer {
  background: #ffffff;
  border-top: 1px solid #e9ecef;
  padding: 18px 0;
}
#footer-disclaimer p {
  font-size: 11.5px;
  color: #888;
  line-height: 1.65;
  margin: 0;
}
#footer-disclaimer strong {
  color: #555;
  font-weight: 700;
}

/* ---- COPYRIGHT BAR ---- */
#footer-copyright {
  background: #ffffff;
  border-top: 1px solid #e9ecef;
  padding: 16px 0;
  text-align: center;
}
#footer-copyright p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991.98px) {
  #footer-trust-bar .row > div {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer-logo-col {
    text-align: center;
  }
  .footer-logo-col .footer-logo {
    margin: 0 auto 14px;
  }
  .footer-logo-col .footer-social {
    justify-content: center;
  }
  .footer-logo-col .footer-legal-links {
    justify-content: center;
  }
  .footer-nav-col h5::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-nav-col {
    text-align: center;
  }
}
