.syllabus-hero{
padding:90px 0;
background:#f7f2e4;
}

.hero-tag{
display:inline-block;
padding:10px 22px;
background:#fff;
border-radius:50px;
font-size:12px;
letter-spacing:2px;
color:#7a0000;
font-weight:600;
margin-bottom:20px;
}

.syllabus-hero h1{
font-size:70px;
font-family:Georgia,serif;
font-weight:700;
color:#7a0000;
}

.hero-line{
width:180px;
height:2px;
background:#d4a64a;
margin:25px 0;
}

.syllabus-hero p{
font-size:20px;
line-height:1.9;
color:#333;
}

.hero-banner{
width:100%;
}

.search-section{
margin-top:-40px;
position:relative;
z-index:99;
}

.search-box{
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.search-btn{
height:50px;
background:#8b0000;
color:#fff;
border:none;
}

.syllabus-area{
padding:60px 0;
background:#faf8f4;
}

.sidebar-card{
background:#fff;
border:1px solid #eadfce;
border-radius:15px;
overflow:hidden;
}

.sidebar-title{
background:#8b0000;
color:#fff;
padding:18px 20px;
font-size:20px;
font-weight:600;
}

.sidebar-card ul{
margin:0;
padding:0;
list-style:none;
}

.sidebar-card ul li{
border-bottom:1px solid #f1ece2;
}

.sidebar-card ul li a{
display:flex;
justify-content:space-between;
align-items:center;
padding:16px 20px;
text-decoration:none;
color:#333;
}

.sidebar-card ul li a:hover{
background:#fff7ef;
}

.download-card{
padding:25px;
background:#fff8ea;
text-align:center;
}

.download-all{
display:block;
padding:12px;
background:#d4a64a;
color:#fff;
border-radius:8px;
text-decoration:none;
}

.list-card{
background:#fff;
border-radius:15px;
border:1px solid #eadfce;
overflow:hidden;
}

.list-title{
background:#8b0000;
padding:18px 25px;
color:#fff;
font-size:22px;
font-weight:600;
}

.subject-row{
padding:25px;
border-bottom:1px solid #eee;
}

.subject-info{
display:flex;
align-items:center;
gap:15px;
}

.subject-info img{
width:70px !important;
height:70px !important;
max-width:70px !important;
object-fit:cover;
border-radius:10px;
border:1px solid #eee;
}

.subject-info h5{
margin:0;
font-size:18px;
font-weight:600;
}

.subject-info p{
margin:0;
font-size:14px;
color:#777;
}

.subject-type{
display:inline-block;
padding:8px 18px;
background:#fff3d8;
color:#8b0000;
border-radius:30px;
font-size:13px;
}

.btn-view{
border:1px solid #8b0000;
color:#8b0000;
margin-right:8px;
}

.btn-download{
background:#8b0000;
color:#fff;
}

@media(max-width:991px){

.syllabus-hero{
text-align:center;
}

.syllabus-hero h1{
font-size:50px;
}

.hero-banner{
margin-top:40px;
}

.sidebar-card{
margin-bottom:30px;
}

.subject-row{
text-align:center;
}

.subject-info{
flex-direction:column;
}

.subject-row .col-lg-3,
.subject-row .col-lg-4{
margin-top:15px;
}

.btn-view,
.btn-download{
width:100%;
margin-bottom:10px;
}

}