.p-container { max-width: 1200px; margin: 110px auto 40px; padding: 20px; }
.center { text-align: center; }
.gold-text { color: #f5c542; }
.cinzel { font-family: 'Cinzel', serif; }
.card-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 15px; margin-bottom: 30px; }
.card-section .service-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(245,197,66,0.15); border-radius: 15px; padding: 15px; text-align: center; min-height: 100px; display: flex; flex-direction: column; justify-content: center; }
.choghadiya-section, .calendar-wrapper { background: rgba(255,255,255,0.02); border-radius: 20px; padding: 25px; border: 1px solid rgba(245,197,66,0.1); }
.tab-container { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; }
.tab-btn { background: transparent; border: 1px solid #f5c542; color: white; padding: 8px 25px; border-radius: 50px; cursor: pointer; }
.tab-btn.active { background: #f5c542; color: black; }
.chaug-table { width: 100%; border-collapse: collapse; }
.chaug-table td, .chaug-table th { padding: 12px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.calendar-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.calendar-day { background: rgba(255,255,255,0.03); border: 1px solid rgba(245,197,66,0.1); padding: 15px 5px; text-align: center; border-radius: 10px; cursor: pointer; position: relative; }
.calendar-day.active { background: #f5c542; color: black; font-weight: bold; }
.calendar-day.empty { border: none; background: transparent; }
.event-dot { width: 6px; height: 6px; background: #f5c542; border-radius: 50%; position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); }
.gold-btn-outline { background: transparent; border: 1px solid #f5c542; color: #f5c542; padding: 5px 15px; border-radius: 5px; cursor: pointer; }
.event-list-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; }
.event-card { background: rgba(255,255,255,0.04); border-left: 4px solid #f5c542; padding: 15px; border-radius: 0 10px 10px 0; display: flex; align-items: center; gap: 15px; }
.event-date-number { font-size: 1.2rem; font-weight: bold; color: #f5c542; }
@media (max-width: 600px) { .card-section { grid-template-columns: repeat(2, 1fr); } }
