/* ═══════════════════════════════════════════
   THINK FOR EDUCATION — Redesigned Footer
═══════════════════════════════════════════ */
.t4e-footer {
  background: linear-gradient(180deg, #0b1f38 0%, #0f2744 100%);
  color: rgba(255,255,255,.75);
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ── CTA STRIP ──────────────────────────── */
.t4e-footer-cta {
  background: linear-gradient(135deg, #066599 0%, #0ea5e9 100%);
  padding: 28px 0;
}
.t4e-footer-cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.t4e-footer-cta h3 { font-size: 1.1rem; font-weight: 800; color: #fff; margin: 0 0 4px; }
.t4e-footer-cta p  { font-size: .82rem; color: rgba(255,255,255,.82); margin: 0; }
.t4e-footer-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }
.t4e-cta-btn-primary {
  background: #fff; color: #066599; border: none; border-radius: 8px;
  padding: 10px 22px; font-size: .88rem; font-weight: 800; cursor: pointer; transition: all .2s;
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
}
.t4e-cta-btn-primary:hover { background: #f59e0b; color: #1a1a1a; }
.t4e-cta-btn-outline {
  background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5);
  border-radius: 8px; padding: 10px 22px; font-size: .88rem; font-weight: 700;
  cursor: pointer; transition: all .2s;
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
}
.t4e-cta-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

/* ── MAIN GRID ──────────────────────────── */
.t4e-footer-main { padding: 52px 0 36px; }
.t4e-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1.2fr 1fr 1.4fr;
  gap: 40px;
}
@media (max-width: 991px) { .t4e-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 575px) { .t4e-footer-grid { grid-template-columns: 1fr; gap: 28px; } }

/* Column titles */
.t4e-footer-col-title {
  font-size: .72rem; font-weight: 700; color: #f59e0b;
  text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.08);
}

/* About column */
.t4e-footer-logo { height: 52px; width: auto; margin-bottom: 16px; display: block; }
.t4e-footer-about-text { font-size: .83rem; line-height: 1.75; color: rgba(255,255,255,.6); margin-bottom: 20px; }

/* Social icons */
.t4e-social-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.t4e-social-btn {
  width: 36px; height: 36px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; color: #fff; text-decoration: none;
  transition: all .2s; border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.t4e-social-btn:hover { transform: translateY(-2px); color: #fff; border-color: rgba(255,255,255,.3); }
.t4e-social-btn.wa  { background: rgba(37,211,102,.15); }  .t4e-social-btn.wa:hover  { background: #25d366; }
.t4e-social-btn.fb  { background: rgba(24,119,242,.15); }  .t4e-social-btn.fb:hover  { background: #1877f2; }
.t4e-social-btn.ig  { background: rgba(225,48,108,.15); }  .t4e-social-btn.ig:hover  { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.t4e-social-btn.li  { background: rgba(10,102,194,.15); }  .t4e-social-btn.li:hover  { background: #0a66c2; }
.t4e-social-btn.yt  { background: rgba(255,0,0,.15); }     .t4e-social-btn.yt:hover  { background: #ff0000; }
.t4e-social-btn.tg  { background: rgba(0,136,204,.15); }   .t4e-social-btn.tg:hover  { background: #0088cc; }
.t4e-social-btn.tw  { background: rgba(29,161,242,.15); }  .t4e-social-btn.tw:hover  { background: #1da1f2; }
.t4e-social-btn.th  { background: rgba(255,255,255,.06); } .t4e-social-btn.th:hover  { background: rgba(255,255,255,.2); }

/* Footer links */
.t4e-footer-links { list-style: none; padding: 0; margin: 0; }
.t4e-footer-links li { padding: 5px 0; }
.t4e-footer-links li a {
  font-size: .83rem; color: rgba(255,255,255,.62); text-decoration: none;
  display: flex; align-items: center; gap: 7px; transition: all .18s;
}
.t4e-footer-links li a::before {
  content: '›'; color: #f59e0b; font-size: 1rem; line-height: 1; flex-shrink: 0;
}
.t4e-footer-links li a:hover { color: #fff; padding-left: 4px; }

/* Contact items */
.t4e-contact-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06);
}
.t4e-contact-item:last-of-type { border-bottom: none; }
.t4e-contact-icon {
  width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; color: #fff;
}
.t4e-contact-icon.email { background: linear-gradient(135deg,#066599,#0ea5e9); }
.t4e-contact-icon.phone { background: linear-gradient(135deg,#16a34a,#22c55e); }
.t4e-contact-icon.loc   { background: linear-gradient(135deg,#7c3aed,#a78bfa); }
.t4e-contact-text { flex: 1; }
.t4e-contact-text strong { display: block; font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .6px; margin-bottom: 3px; }
.t4e-contact-text a,
.t4e-contact-text p { font-size: .82rem; color: rgba(255,255,255,.75); text-decoration: none; margin: 0; line-height: 1.5; display: block; }
.t4e-contact-text a:hover { color: #fff; }

/* ── DIVIDER ────────────────────────────── */
.t4e-footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.07); margin: 0; }

/* ── POLICY BAR ─────────────────────────── */
.t4e-policy-bar {
  padding: 16px 0;
  display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap;
}
.t4e-policy-bar a {
  font-size: .78rem; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s;
}
.t4e-policy-bar a:hover { color: rgba(255,255,255,.9); }
.t4e-policy-sep { color: rgba(255,255,255,.2); font-size: .75rem; }

/* ── SEO LINKS ──────────────────────────── */
.t4e-seo-wrap {
  background: rgba(0,0,0,.25);
  padding: 16px 0; border-top: 1px solid rgba(255,255,255,.05);
}
.t4e-seo-list { display: flex; flex-wrap: wrap; gap: 0; justify-content: center; }
.t4e-seo-list li { list-style: none; }
.t4e-seo-list li::after { content: '·'; color: rgba(255,255,255,.2); margin: 0 4px; }
.t4e-seo-list li:last-child::after { display: none; }
.t4e-seo-list li a { font-size: .72rem; color: rgba(255,255,255,.4); text-decoration: none; line-height: 1.9; transition: color .2s; }
.t4e-seo-list li a:hover { color: rgba(255,255,255,.75); }

/* ── COPYRIGHT ──────────────────────────── */
.t4e-copyright {
  background: rgba(0,0,0,.3); padding: 12px 0; text-align: center;
  font-size: .78rem; color: rgba(255,255,255,.35);
}
