/* Main styles for Istanbul Senin Haber */

/* Global styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

a {
    color: #0056b3;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #003d7a;
    text-decoration: underline;
}

/* Header styles */
header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 50px;
}

/* Main content area */
main {
    min-height: 60vh;
}

/* News cards */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-title {
    font-weight: 600;
    font-size: 1.25rem;
}

/* Category badge */
.badge {
    font-weight: 500;
    padding: 0.4em 0.6em;
}

/* Pagination */
.pagination {
    margin-top: 2rem;
}

.page-item.active .page-link {
    background-color: #0056b3;
    border-color: #0056b3;
}

.page-link {
    color: #0056b3;
}

/* Footer */
footer {
    background-color: #343a40;
    color: #fff;
    padding: 3rem 0 2rem;
}

footer a {
    color: #f8f9fa;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.social-icons a {
    font-size: 1.5rem;
    margin-right: 1rem;
}

/* Newsletter form */
.input-group .form-control {
    border-right: none;
}

.input-group .btn {
    border-left: none;
}

/* News detail page */
.blog-post h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-post-meta {
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.blog-post-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-post h1 {
        font-size: 2rem;
    }
}
