/*
Theme Name: Parikrama College Theme
Theme URI: https://parikrama.edu.in
Author: Parikrama
Description: Custom WordPress theme for Parikrama Arts Commerce and Science College
Version: 1.0
*/

body{
margin:0;
font-family:Arial,sans-serif;
color:#222;
}

.site-header{
background:#fff;
padding:15px 40px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.logo-wrap{
display:flex;
align-items:center;
gap:15px;
}

.logo-wrap img{
height:80px;
}

.main-menu a{
text-decoration:none;
margin-left:20px;
color:#222;
font-weight:600;
}

.hero-section{
min-height:720px;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
position:relative;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}

.hero-content{
position:relative;
z-index:2;
max-width:1200px;
margin:auto;
padding:80px 20px;
color:white;
}

.hero-btn{
display:inline-block;
padding:15px 35px;
border-radius:12px;
text-decoration:none;
font-weight:bold;
margin-right:15px;
}

.btn-primary{
background:#0b7a35;
color:white;
}

.btn-outline{
border:2px solid white;
color:white;
}

.section{
padding:80px 20px;
}

.container{
max-width:1200px;
margin:auto;
}

.course-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
margin-top:40px;
}

.course-card{
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
text-align:center;
}

.site-footer{
background:#111;
color:#ccc;
padding:60px 20px;
text-align:center;
}
