.header{
    background:#2c3e50;
    padding:10px 20px;
}

.logo-box{
    display:flex;
    align-items:center;
}

.logo-box img{
    width:50px;
    height:50px;
    margin-right:10px;
}

.logo-text h1{
    margin:0;
    color:white;
    font-size:22px;
}

.logo-text p{
    margin:0;
    color:#f1c40f;
    font-size:14px;
}
.highlight{
    background:#2c3e50;
    text-align:center;
    padding:20px 10px;
}

.highlight h2{
    margin:0;
    font-size:24px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.highlight h3{
    margin:8px 0;
    font-size:20px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.highlight p{
    margin:0;
    font-size:16px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}
.highlight{
    background:#2c3e50;
    text-align:center;
    padding:20px 10px;
}

.highlight h2{
    margin:0;
    font-size:24px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.highlight h3{
    margin:8px 0;
    font-size:20px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.highlight p{
    margin:0;
    font-size:16px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}
.padyansh{
    padding:20px;
    text-align:left;
}

.padyansh h3{
    margin-bottom:10px;
    font-size:20px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.padyansh p{
    font-size:17px;
    line-height:1.8;
    color:#333;
}
.shabdarth{
    padding:0 20px 20px 20px;
    text-align:left;
}

.shabdarth h4{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.shabdarth ul{
    margin:0;
    padding-left:20px;
}

.shabdarth li{
    font-size:16px;
    line-height:1.8;
    color:#333;
}
.sandर्भ{
    padding:0 20px 20px 20px;
    text-align:left;
}

.sandर्भ h4{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.sandर्भ p{
    font-size:16px;
    line-height:1.8;
    color:#333;
}
.prasang{
    padding:0 20px 20px 20px;
    text-align:left;
}

.prasang h4{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.prasang p{
    font-size:16px;
    line-height:1.8;
    color:#333;
}
.vyakhya{
    padding:0 20px 30px 20px;
    text-align:left;
}

.vyakhya h4{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.vyakhya p{
    font-size:16px;
    line-height:1.9;
    color:#333;
    margin-bottom:10px;
}
.kavya-saundarya{
    padding:0 20px 30px 20px;
    text-align:left;
}

.kavya-saundarya h4{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    color:#d4a017; /* dark yellow */
}

.kavya-saundarya p{
    font-size:16px;
    line-height:1.8;
    color:#333;
}

.kavya-saundarya ul{
    padding-left:20px;
    margin:10px 0;
}

.kavya-saundarya li{
    font-size:16px;
    line-height:1.8;
}
.quiz-box{
    margin:30px 20px;
    padding:20px;
    border:2px solid #d4a017;
    border-radius:10px;
    background:#fff8dc;
}

.quiz-box h3{
    margin-top:0;
    color:#d4a017;
}

#question{
    font-size:18px;
    margin-bottom:15px;
    font-weight:bold;
}

.option{
    display:block;
    width:100%;
    padding:10px;
    margin:8px 0;
    font-size:16px;
    cursor:pointer;
    border:1px solid #ccc;
    border-radius:5px;
    background:white;
}

.option:hover{
    background:#f1f1f1;
}

.correct{
    background:#2ecc71 !important;
    color:white;
}

.wrong{
    background:#e74c3c !important;
    color:white;
}

#result{
    margin-top:10px;
    font-weight:bold;
}
/* Hamburger Icon */
.menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 1001;
}

.menu-icon div {
  height: 4px;
  background: #f5f4f4;
  margin: 6px 0;
  border-radius: 2px;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: -220px;
  width: 200px;
  height: 100%;
  background: #ffffff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  padding-top: 60px;
  transition: 0.3s;
  z-index: 1000;
}

.side-menu a {
  display: block;
  padding: 12px 20px;
  color: #0f0f0f;
  text-decoration: none;
  font-weight: 500;
}

.side-menu a:hover {
  background: #f0f0f0;
}
