
/* Dedicated Courses & Exams stylesheet — isolated from browser/server caching */
.courseGroup{margin:0 0 42px!important}.courseGroup .sectionTop{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.courseGroup .sectionTop h2{margin:0;color:#113566;font-size:30px}.courseGroup .sectionTop a{font-weight:800;color:#173f79;text-decoration:none}
.courseGroup .grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.courseCategoryCard{position:relative;overflow:hidden;display:flex!important;min-height:205px;flex-direction:column;justify-content:flex-end;border:0!important;border-radius:16px!important;padding:24px!important;text-decoration:none!important;color:#102f5f!important;box-shadow:0 10px 26px rgba(11,45,93,.12)!important;transition:transform .2s ease,box-shadow .2s ease;background:#fff!important}
.courseCategoryCard:before{content:'';position:absolute;right:-24px;top:-24px;width:118px;height:118px;border-radius:50%;background:rgba(255,255,255,.42)}
.courseCategoryCard:after{content:'BOOKS';position:absolute;right:16px;top:45px;font:900 13px Arial;letter-spacing:2px;transform:rotate(90deg);opacity:.14}
.courseCategoryCard:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(11,45,93,.18)!important}.courseCategoryCard .courseCount{position:absolute;left:22px;top:20px;display:inline-block;background:rgba(255,255,255,.72)!important;color:#17345f!important;border-radius:30px;padding:7px 11px;font:800 11px Arial}.courseCategoryCard h3{position:relative;margin:46px 0 7px!important;font-size:23px!important;line-height:1.1;color:inherit!important}.courseCategoryCard p{position:relative;margin:0 0 15px;color:inherit!important;opacity:.72;min-height:38px}.courseCategoryCard b{position:relative;color:inherit!important;font-size:13px}
.courseCategoryCard.drawing{background:#fff0b8!important}.courseCategoryCard.bcom{background:#dfe1e5!important}.courseCategoryCard.bscnep{background:#cdeaff!important}.courseCategoryCard.bscall{background:#173f8f!important;color:#fff!important}.courseCategoryCard.mscchem{background:#d9efbd!important}.courseCategoryCard.mscmath{background:#161616!important;color:#fff!important}.courseCategoryCard.btech{background:linear-gradient(135deg,#e9f2ff,#b9d5ff)!important}.courseCategoryCard.pharmacy{background:#0d6b3d!important;color:#fff!important}.courseCategoryCard.bbabca{background:#e2cff7!important}.courseCategoryCard.mbamca{background:#9ce1d9!important}.courseCategoryCard.jee{background:linear-gradient(135deg,#f3f5f8,#dbe4f2)!important}.courseCategoryCard.upsc{background:#df332c!important;color:#fff!important}.courseCategoryCard.neet{background:#dbea35!important}.courseCategoryCard.tgt{background:#ff982f!important}
@media(max-width:900px){.courseGroup .grid3{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){.courseGroup .grid3{grid-template-columns:1fr!important}.courseCategoryCard{min-height:175px}.courseGroup .sectionTop h2{font-size:25px}}

/* V12.7 additional mobile safeguards */
@media(max-width:600px){
 .courseGroup{margin-bottom:28px!important}
 .courseGroup .sectionTop{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}
 .courseGroup .grid3{grid-template-columns:1fr!important;width:100%!important}
 .courseCategoryCard{width:100%!important;min-width:0!important;padding:20px!important;min-height:165px!important}
 .courseCategoryCard h3{font-size:21px!important}
}
