        .carousel-item img {
            height: 500px;
            object-fit: cover;
        }
        
        /* Custom caption styling */
        .carousel-caption {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            padding: 20px;
        }
        
        @media (max-width: 768px) {
            .carousel-item img {
                height: 300px;
            }     }
   /* Slider Styles */
        .carousel-item img {
            height: 500px;
            object-fit: cover;
        }
        
        .carousel-caption {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            padding: 20px;
        }
        
        /* Content Section Styles */
        .content-container {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        
        .blog-post {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .sidebar {
            padding-left: 20px;
        }
        
        .sidebar-section {
            background-color: #f8f9fa;
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .sidebar-section h3 {
            color: #0d6efd;
            border-bottom: 2px solid #0d6efd;
            padding-bottom: 8px;
            font-size: 1.2rem;
        }
        
        .dzongkha-calendar {
            font-family: 'Noto Sans Dzongkha', sans-serif;
            text-align: center;
        }
        
        .calendar-header {
            background-color: #0d6efd;
            color: white;
            padding: 10px;
            border-radius: 5px 5px 0 0;
        }
        
        .calendar-body {
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 0 0 5px 5px;
        }
        
        .stat-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px dashed #ddd;
        }
        
        @media (max-width: 768px) {
            .carousel-item img {
                height: 300px;
            }
            
            .sidebar {
                padding-left: 0;
                margin-top: 30px;
            }
        }