/* StudentsVidya V155 — final visual + registration routing hardening. */

/* HERO IMAGE: preserve the complete supplied 630x370 artwork. Never crop heads or body. */
.sv148-hero-image{
  height:356px!important;
  min-height:356px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  padding:0!important;
}
.sv148-hero-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
  filter:none!important;
}
.sv148-hero-image:after{pointer-events:none!important}

/* HOMEPAGE FOOTER: clean white foundation so the supplied logo and service links remain readable. */
.site-footer{
  background:#fff!important;
  color:#24324a!important;
  border-top:1px solid #e7ebf3!important;
}
.footer-logo{color:#17233a!important}
.footer-brand p{color:#667085!important}
.footer-badges span{color:#475467!important;border-color:#dfe5ee!important;background:#f8fafc!important}
.footer-col h3{color:#17233a!important}
.footer-col a{color:#526074!important}
.footer-col a:hover{color:#5b2be0!important}
.footer-bottom{border-top:1px solid #e7ebf3!important;color:#667085!important}
.footer-bottom a{color:#526074!important}
.footer-bottom a:hover{color:#5b2be0!important}

/* SERVICE CARDS: stable two-column mobile layout, no text escaping. */
.sv150-service-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}
.sv150-service-card{min-width:0!important;overflow:hidden!important;box-sizing:border-box!important}
.sv150-service-card>span:last-child{min-width:0!important;overflow:hidden!important}
.sv150-service-card b,.sv150-service-card small{display:block!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}

@media(max-width:1120px){
  .sv148-hero-image{height:320px!important;min-height:320px!important}
  .sv150-service-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .sv148-hero-image{height:230px!important;min-height:230px!important}
  .sv148-hero-image img{width:100%!important;height:auto!important;max-height:230px!important}
  .sv150-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .sv150-service-card{min-height:68px!important;padding:8px!important}
  .sv150-service-card b{font-size:9px!important;line-height:1.16!important}
  .sv150-service-card small{font-size:7px!important;line-height:1.18!important}
  .site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:460px){
  .sv148-hero-image{height:205px!important;min-height:205px!important}
  .sv148-hero-image img{max-height:205px!important}
  .sv150-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .sv150-service-card{min-height:66px!important;padding:7px!important}
  .sv150-service-card b{font-size:8.7px!important}
  .sv150-service-card small{font-size:6.8px!important}
}
