
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5;
    color: #333;
}

.card-img-top {
    max-height: 200px;
    object-fit: cover;
}

.content img, .content video, .content iframe {
    max-width: 100%;
    height: auto;
}



#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    object-fit: cover;
    height: 200px;
}

.content img, .content video, .content iframe {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}






.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

footer {
    background: linear-gradient(90deg, #343a40, #495057);
}

footer h5 {
    color: #fff;
    font-weight: bold;
}

#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item a {
    color: #007bff;
    text-decoration: none;
}

.list-group-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}







.featured-post {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 10px;
    overflow: hidden;
}

.featured-post .card-img-top {
    height: 300px;
    object-fit: cover;
}

.featured-post .card-title {
    font-size: 1.75rem;
    color: #007bff;
}

.featured-post .card-text {
    font-size: 1.1rem;
}

.card {
    border-radius: 10px;
}

.card-title a {
    color: #333;
    transition: color 0.2s;
}

.card-title a:hover {
    color: #007bff;
}

.btn-outline-primary {
    border-width: 2px;
    font-weight: bold;
}

.list-group-item {
    border: none;
    padding: 10px 0;
}

header .display-4 {
    color: #343a40;
}

header .lead {
    font-size: 1.25rem;
}




.text-danger {
    color: #dc3545 !important;
}