
/* =========================================================
   THE SCHOLAR ACADEMY - BRAND & UI OVERRIDES
   ========================================================= */
:root{
  --tsa-primary:#123c78;
  --tsa-primary-dark:#0b2b58;
  --tsa-accent:#f5a623;
  --tsa-text:#1b2940;
  --tsa-soft:#f5f8fc;
}
.tsa-brand-logo{
  display:inline-flex!important;
  flex-direction:column;
  justify-content:center;
  line-height:1;
  text-decoration:none!important;
  min-width:190px;
  padding:8px 0;
}
.tsa-brand-main{
  font-size:25px;
  font-weight:800;
  letter-spacing:-.6px;
  color:var(--tsa-primary);
}
.tsa-brand-sub{
  margin-top:5px;
  font-size:10px;
  font-weight:800;
  letter-spacing:4px;
  color:var(--tsa-accent);
}
.site-navigation .site-logo img{display:none!important}
.site-navigation .site-logo{display:flex;align-items:center}
#main-menu>ul>li>a:hover,
#main-menu>ul>li.current>a{color:var(--tsa-accent)!important}
.btn_one,.btn_two,
a.btn_one,a.btn_two{
  transition:all .25s ease!important;
}
.btn_one:hover,.btn_two:hover,
a.btn_one:hover,a.btn_two:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(18,60,120,.18);
}
.single_course,
.single_event,
.single_blog,
.course_single_item,
.single_team,
.single_feature,
.single_category{
  transition:transform .3s ease,box-shadow .3s ease;
}
.single_course:hover,
.single_event:hover,
.single_blog:hover,
.course_single_item:hover,
.single_team:hover,
.single_feature:hover,
.single_category:hover{
  transform:translateY(-7px);
  box-shadow:0 18px 40px rgba(17,48,86,.12);
}
.tsa-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 18px;
  border-radius:999px;
  background:#25D366;
  color:#fff!important;
  font-size:14px;
  font-weight:700;
  text-decoration:none!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  transition:transform .25s ease,box-shadow .25s ease;
}
.tsa-whatsapp i{font-size:22px}
.tsa-whatsapp:hover{
  color:#fff!important;
  transform:translateY(-4px) scale(1.02);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
@media(max-width:767px){
  .tsa-brand-logo{min-width:155px;padding:5px 0}
  .tsa-brand-main{font-size:19px}
  .tsa-brand-sub{font-size:8px;letter-spacing:3px}
  .tsa-whatsapp{
    right:14px;bottom:14px;
    width:52px;height:52px;
    padding:0;justify-content:center;
    border-radius:50%;
  }
  .tsa-whatsapp span{display:none}
  .tsa-whatsapp i{font-size:24px}
}
