header {
    background-color: #2EABDD;
}

.content-bg{
  background: linear-gradient(360deg, #86CCFF 0%, #FFFFFF 100%);
}

.container-fluid {
  height: 100%; /* Pastikan container sesuai tinggi parent */
  overflow: auto; /* Overflow terjadi di parent, bukan iframe */
}

footer {
    background-color: #2EABDD;
    color: white;
    padding: 20px 0;
}

.footer-icon {
    margin-right: 10px;
    color: white;
}

.footer-section {
    margin-bottom: 15px;
}

.footer-section a {
    text-decoration: none;
    color: white;
}

.footer-section a:hover {
    text-decoration: underline;
}

.list-article-section h4,
.list-video-section h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.list-group-item {
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.list-group-item:hover {
    background-color: #007bff;
    color: white;
}

.article-content {
    word-wrap: break-word;
}

.widget img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.widget h4 {
    margin-bottom: 20px;
    text-align: center;
}

.widget .img-container {
    margin-bottom: 20px;
}

