/* =========================
   JobFairPro Footer (New)
   ========================= */
.jfp-footer{
  background: #0b1220;
  color: rgba(255,255,255,.86);
  padding: 46px 0 22px;
}

.jfp-footer a{ color: rgba(255,255,255,.92); text-decoration: none; }
.jfp-footer a:hover{ color: #fff; text-decoration: none; }

.jfp-footer__cta{ margin-bottom: 28px; }
.jfp-footer__ctaCard{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 22px;
  height: 100%;
}
.jfp-footer__ctaCard--dark{
  background: rgba(0,0,0,.18);
  border-color: rgba(255,255,255,.12);
}
.jfp-footer__ctaEyebrow{
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .10em;
  opacity: .85;
  margin-bottom: 10px;
}
.jfp-footer__ctaTitle{
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.jfp-footer__ctaText{
  margin: 0 0 14px;
  line-height: 1.55;
  opacity: .9;
}

.jfp-footer__btn{
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  letter-spacing: .01em;
}
.jfp-footer__btn--primary{
  background: #f5a623;
  border: 1px solid #f5a623;
  color: #111;
}
.jfp-footer__btn--primary:hover{ filter: brightness(.95); color: #111; }

.jfp-footer__btn--secondary{
  background: #fff;
  border: 1px solid #fff;
  color: #111;
}
.jfp-footer__btn--secondary:hover{ filter: brightness(.95); color: #111; }

.jfp-footer__grid{
  padding: 18px 0 10px;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.jfp-footer__title{
  font-weight: 900;
  color: #fff;
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.jfp-footer__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}
.jfp-footer__list a{
  opacity: .9;
}
.jfp-footer__list a:hover{
  opacity: 1;
}

.jfp-footer__contact{ display: grid; gap: 8px; margin-bottom: 12px; }
.jfp-footer__contactRow{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  opacity: .92;
}
.jfp-footer__contactRow i{ margin-top: 3px; opacity: .9; }

.jfp-footer__social{
  display: flex;
  gap: 10px;
  margin: 10px 0 14px;
}
.jfp-footer__social a{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}
.jfp-footer__social a:hover{
  background: rgba(255,255,255,.12);
}

.jfp-footer__apps{
  display: grid;
  gap: 10px;
  max-width: 190px;
}
.jfp-footer__apps img{
  width: 100%;
  height: auto;
  display: block;
}

.jfp-footer__trust{
  padding: 18px 0 6px;
}
.jfp-footer__trustHeader{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.jfp-footer__trustTitle{ font-weight: 900; color: #fff; }
.jfp-footer__trustSub{ opacity: .75; font-size: 13px; }

.jfp-footer__partners{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.jfp-footer__partner{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.jfp-footer__partner img{
  height: 26px;
  width: auto;
  display: block;
  opacity: .95;
}

.jfp-footer__bottom{
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 18px;
}
.jfp-footer__brand img{
  height: 38px;
  width: auto;
}
.jfp-footer__legalLinks{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  opacity: .92;
}
.jfp-footer__legalLinks span{ opacity: .55; }

.jfp-footer__copyright{
  margin: 0;
  font-size: 13px;
  opacity: .92;
}
.jfp-footer__copyright a{
  color: #fff;
  font-weight: 800;
}

@media (max-width: 991px){
  .jfp-footer__trustHeader{ flex-direction: column; align-items: flex-start; }
  .jfp-footer__apps{ max-width: 220px; }
}
/* Footer buttons: scoped + high specificity */
.jfp-footer .btn.jfp-footer__btn{
  border-radius: 999px !important;
  padding: 10px 14px !important;
  font-weight: 900 !important;
  letter-spacing: .01em;
  line-height: 1.2;
  border-width: 1px;
}

.jfp-footer .btn.jfp-footer__btn--primary{
  background: #f5a623 !important;
  border-color: #f5a623 !important;
  color: #111 !important;
}

.jfp-footer .btn.jfp-footer__btn--secondary{
  background: #fff !important;
  border-color: #fff !important;
  color: #111 !important;
}
/* =========================================
   Legacy footer CSS kill-switch
   (prevents old footer-wrapper styles)
   ========================================= */

.footer-wrapper{
  background: transparent !important;
  padding: 0 !important;
  line-height: normal !important;
}

.footer-innter-wrapper,
.footer-title,
.copy-right-wrapper,
.copy-right{
  all: unset;
}

/* But keep layout block behavior */
.footer-innter-wrapper,
.copy-right-wrapper{
  display: block;
}
/* =========================
   Footer polish overrides
   (paste at BOTTOM of footer.css)
   ========================= */

/* --- CTA Buttons: less round + animated hover --- */
.jfp-footer .jfp-footer__btn{
  border-radius: 5px;                 /* less round (header-like) */
  padding: 10px 16px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  position: relative;
  overflow: hidden;
}

/* subtle shine sweep on hover */
.jfp-footer .jfp-footer__btn::after{
  content: "";
  position: absolute;
  top: -40%;
  left: -120%;
  width: 60%;
  height: 180%;
  transform: rotate(20deg);
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.20) 50%,
    rgba(255,255,255,0) 100%
  );
  transition: left .55s ease;
  pointer-events: none;
}

.jfp-footer .jfp-footer__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  filter: brightness(.98);
}

.jfp-footer .jfp-footer__btn:hover::after{
  left: 160%;
}

.jfp-footer .jfp-footer__btn:active{
  transform: translateY(0px);
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
}

/* Optional: make the orange CTA match your site a bit more */
.jfp-footer .jfp-footer__btn--primary{
  background: #f5a623;
  border-color: #f5a623;
}

/* White CTA: slightly less stark */
.jfp-footer .jfp-footer__btn--secondary{
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.96);
}


/* --- Footer list links: underline-draw animation --- */
/* Targets: Job Seekers / Employers / Explore lists + legal links */
.jfp-footer .jfp-footer__list a,
.jfp-footer .jfp-footer__legalLinks a{
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  transition: opacity .18s ease, transform .18s ease;
}

/* line that draws in */
.jfp-footer .jfp-footer__list a::after,
.jfp-footer .jfp-footer__legalLinks a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: rgba(245,166,35,.95);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
  border-radius: 2px;
}

.jfp-footer .jfp-footer__list a:hover,
.jfp-footer .jfp-footer__legalLinks a:hover{
  opacity: 1;
  transform: translateY(-1px);
}

.jfp-footer .jfp-footer__list a:hover::after,
.jfp-footer .jfp-footer__legalLinks a:hover::after{
  transform: scaleX(1);
}

/* Keep icons/social buttons feeling responsive too */
.jfp-footer .jfp-footer__social a{
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.jfp-footer .jfp-footer__social a:hover{
  transform: translateY(-1px);
}