.elementor-154 .elementor-element.elementor-element-98023ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-154 .elementor-element.elementor-element-6660237{--display:flex;}.elementor-154 .elementor-element.elementor-element-9da87aa{width:initial;max-width:initial;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-154 .elementor-element.elementor-element-98023ae{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-9da87aa *//* ═══════════════════════════════════════
   FOOTER: TRADERDESK — PREMIUM
   ═══════════════════════════════════════ */

.td-footer {
  position: relative;
  background: #060a14;
  overflow: hidden;
}
/* ═══ FIX: BODY & PAGE BACKGROUND ═══ */
body,
html {
  background: #0b1120 !important;
}

/* Starter/Astra theme page wrapper */
.site,
.starter-starter-entry-content,
.ast-container,
.site-content,
#content,
#page,
.page,
.entry-content,
.starter-starter-container,
.starter-starter-content-area,
.starter-starter-site-content {
  background: #0b1120 !important;
}

/* ═══ FIX: FOOTER FULL WIDTH ═══ */
.td-footer {
  position: relative;
  background: #060a14 !important;
  overflow: hidden;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ═══ FIX: REMOVE GAP ABOVE FOOTER ═══ */
.s-cta {
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
  background: #0b1120 !important;
}

/* ═══ FIX: REMOVE ANY RED/PINK COLOR ═══ */
.starter-starter-entry-content > *:not(.s-header):not(.s-hero):not(.s-ticker):not(.s-features):not(.s-how):not(.s-testimonials):not(.s-pricing):not(.s-faq):not(.s-cta):not(.td-footer) {
  display: none !important;
}

/* ═══ FIX: ELEMENTOR CONTAINER ═══ */
.elementor-section-wrap,
.elementor-element,
.elementor-widget-container {
  background: transparent !important;
}

.elementor-page,
.elementor {
  background: #0b1120 !important;
}

/* ═══ FIX: BETWEEN SECTIONS GAP ═══ */
section + .td-footer,
.s-cta + .td-footer {
  margin-top: 0 !important;
}

/* ═══ HIDE THEME DEFAULT FOOTER ═══ */
.site-footer,
footer#colophon,
.ast-footer,
.ast-small-footer,
.site-below-footer-wrap,
.ast-footer-overlay,
.starter-starter-footer,
.starter-starter-footer-builder,
#starter-starter-footer-wrap {
  display: none !important;
}

/* ═══ KILL ANY REMAINING PINK/RED ═══ */
body::before,
body::after,
.site::before,
.site::after {
  display: none !important;
}
/* ── Top Gradient Border ── */
.td-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #3b82f6 20%, 
    #22c55e 50%, 
    #3b82f6 80%, 
    transparent 100%
  );
  opacity: 0.6;
  animation: footerBorderFlow 4s linear infinite;
}

@keyframes footerBorderFlow {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.td-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.008) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}

/* ═══════════════════════════════════════
   FOOTER MAIN
   ═══════════════════════════════════════ */

.td-footer-main {
  position: relative;
  z-index: 1;
  padding: 80px 24px 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════
   FOOTER GRID
   ═══════════════════════════════════════ */

.td-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 48px;
}

/* ═══════════════════════════════════════
   COLUMN 1 — BRAND
   ═══════════════════════════════════════ */

.td-footer-logo {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 18px 0;
  background-image: linear-gradient(135deg, #3b82f6, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  letter-spacing: -0.5px;
  position: relative;
}

.td-footer-logo::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
  border-radius: 10px;
  transition: width 0.4s ease;
}

.td-footer-col:first-child:hover .td-footer-logo::after {
  width: 80px;
}

.td-footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  line-height: 1.8;
  margin: 0 0 24px 0;
  max-width: 300px;
}

/* ── Social Icons ── */
.td-footer-social {
  display: flex;
  gap: 10px;
}

.td-footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.td-footer-social a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3b82f6, #22c55e);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.td-footer-social a:hover {
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(59,130,246,0.25);
}

.td-footer-social a:hover::before {
  opacity: 1;
}

.td-footer-social a i {
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════
   COLUMN HEADINGS
   ═══════════════════════════════════════ */

.td-footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.td-footer-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
  border-radius: 10px;
  transition: width 0.4s ease;
}

.td-footer-col:hover .td-footer-heading::after {
  width: 50px;
}

/* ═══════════════════════════════════════
   FOOTER LINKS
   ═══════════════════════════════════════ */

.td-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.td-footer-links li {
  margin-bottom: 12px;
}

.td-footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  display: inline-block;
  padding-left: 0;
}

.td-footer-links a::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid #3b82f6;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  opacity: 0;
  transition: all 0.35s ease;
}

.td-footer-links a:hover {
  color: #60a5fa;
  padding-left: 18px;
}

.td-footer-links a:hover::before {
  opacity: 1;
  left: 0;
}

/* ── Underline slide ── */
.td-footer-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
  transition: width 0.35s ease;
}

.td-footer-links a:hover::after {
  width: 100%;
}

/* ═══════════════════════════════════════
   CONTACT LIST
   ═══════════════════════════════════════ */

.td-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.td-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  transition: all 0.35s ease;
}

.td-footer-contact li:hover {
  transform: translateX(5px);
}

.td-footer-contact i {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(59,130,246,0.06);
  border: 1px solid rgba(59,130,246,0.1);
  color: #3b82f6;
  font-size: 13px;
  transition: all 0.35s ease;
}

.td-footer-contact li:hover i {
  background: rgba(59,130,246,0.12);
  border-color: rgba(59,130,246,0.25);
  box-shadow: 0 4px 15px rgba(59,130,246,0.15);
  transform: scale(1.08);
}

.td-footer-contact span {
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  padding-top: 6px;
  transition: color 0.35s ease;
}

.td-footer-contact li:hover span {
  color: rgba(255,255,255,0.6);
}

/* ═══════════════════════════════════════
   FOOTER BOTTOM BAR
   ═══════════════════════════════════════ */

.td-footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 0 24px;
}

/* ── Animated border glow ── */
.td-footer-bottom::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(59,130,246,0.15),
    rgba(34,197,94,0.1),
    transparent
  );
  background-size: 200% 100%;
  animation: footerBottomGlow 6s linear infinite;
}

@keyframes footerBottomGlow {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.td-footer-bottom-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* ── Copyright ── */
.td-footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.2);
  margin: 0;
  letter-spacing: 0.3px;
}

/* ── Legal Links ── */
.td-footer-legal {
  display: flex;
  align-items: center;
  gap: 8px;
}

.td-footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.2);
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.35s ease;
}

.td-footer-legal a:hover {
  color: #60a5fa;
  background: rgba(59,130,246,0.06);
  border-color: rgba(59,130,246,0.12);
}

/* ── Dot Separators ── */
.td-footer-legal a:not(:last-child)::after {
  content: '·';
  margin-left: 8px;
  color: rgba(255,255,255,0.1);
  pointer-events: none;
}

/* ═══════════════════════════════════════
   CORNER GLOWS
   ═══════════════════════════════════════ */

.td-footer-main::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59,130,246,0.03), transparent 70%);
  pointer-events: none;
}

.td-footer-main::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(34,197,94,0.025), transparent 70%);
  pointer-events: none;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */

@media (max-width: 1024px) {
  .td-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .td-footer-main {
    padding: 60px 24px 40px;
  }
  .td-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .td-footer-desc {
    max-width: 100%;
  }
  .td-footer-social {
    justify-content: center;
  }
  .td-footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .td-footer-links a {
    padding-left: 0;
  }
  .td-footer-links a:hover {
    padding-left: 0;
  }
  .td-footer-links a::before {
    display: none;
  }
  .td-footer-contact li {
    justify-content: center;
  }
  .td-footer-contact li:hover {
    transform: translateX(0) translateY(-2px);
  }
  .td-footer-bottom-grid {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .td-footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .td-footer-main {
    padding: 50px 16px 30px;
  }
  .td-footer-logo {
    font-size: 22px;
  }
  .td-footer-desc {
    font-size: 13px;
  }
  .td-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 13px;
  }
  .td-footer-contact i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 12px;
  }
  .td-footer-legal a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .td-footer-copy {
    font-size: 12px;
  }
}/* End custom CSS */