/* Blog sayfası özel stil */
.page-header {
    background: linear-gradient(135deg, #464444 0%, #9d7a7a 100%);
    color: white;
    padding: 3rem 0;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header h1 {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    font-weight: 700 !important;
}

.page-header p {
    font-size: 1.2rem !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    opacity: 0.9 !important;
    text-align: center !important;
}

.blog-section {
    margin-top: 20px !important;
    padding-top: 30px !important;
}

.article-card {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-bottom: 30px !important;
    height: 100% !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
}

.article-card .card-body {
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex: 1 !important;
    position: relative !important;
    padding-bottom: 70px !important; /* Buton için yer ayır */
}

.article-card h3 {
    font-size: 1.2rem !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.article-card p {
    text-align: justify !important;
    margin-bottom: 15px !important;
    flex-grow: 1 !important;
}

.article-card .category {
    text-align: center !important;
    margin-bottom: 10px !important;
    background-color: #f5f5f5 !important;
    padding: 5px 10px !important;
    border-radius: 15px !important;
    display: inline-block !important;
}

.article-card .post-meta {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 15px !important;
    font-size: 0.9rem !important;
    color: #777 !important;
}

.btn-read-more {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 8px 20px !important;
    background-color: #3f3f3f !important;
    color: white !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    width: fit-content !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
}

.btn-read-more:hover {
    background-color: #555 !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

/* Makale Detay Sayfası */
.blog-detail-section {
    margin-top: 25px !important;
}

.blog-detail-section .post-header {
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
    background: transparent;
    margin-top: -20px;
}

.blog-post .post-title,
.blog-detail-section .post-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #333;
    font-size: 2rem;
}

.blog-post .post-meta,
.blog-detail-section .post-meta {
    display: none;
}

.blog-post .post-meta .category a,
.blog-detail-section .post-meta .category a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.blog-post .post-meta .category a:hover,
.blog-detail-section .post-meta .category a:hover {
    text-decoration: underline;
}

.blog-post .post-meta .date,
.blog-detail-section .post-meta .date {
    margin-left: 10px;
    position: relative;
    color: #666 !important;
}

.blog-post .post-meta .date:before,
.blog-detail-section .post-meta .date:before {
    content: "•";
    margin-right: 10px;
    color: #999;
}

.blog-post .post-image {
    margin-bottom: 25px !important;
    text-align: center !important;
}

.blog-post .post-image img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 500px !important;
    object-fit: contain !important;
    border-radius: 5px !important;
}

.blog-post .image-caption {
    font-size: 0.85rem !important;
    color: #777 !important;
    text-align: center !important;
    margin-top: 8px !important;
    font-style: italic !important;
}

.blog-post .post-content {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #333 !important;
    margin-bottom: 40px !important;
}

.blog-post .post-content p {
    margin-bottom: 20px !important;
}

.social-share {
    text-align: center !important;
    margin: 25px 0 !important;
}

.social-share .share-buttons {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.social-share .share-buttons li {
    margin: 0 10px !important;
}

.social-share .share-buttons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #f5f5f5 !important;
    color: #3f3f3f !important;
    transition: all 0.3s ease !important;
}

.social-share .share-buttons a:hover {
    background-color: #3f3f3f !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
}

/* Sosyal Medya Platform Renkleri */
.social-share .share-buttons li:nth-child(1) a:hover {
    background-color: #1877f2 !important; /* Facebook */
}

.social-share .share-buttons li:nth-child(2) a:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; /* Instagram */
}

.social-share .share-buttons li:nth-child(3) a:hover {
    background-color: #1da1f2 !important; /* Twitter */
}

.social-share .share-buttons li:nth-child(4) a:hover {
    background-color: #25d366 !important; /* WhatsApp */
}

.social-share .share-buttons li:nth-child(5) a:hover {
    background-color: #0077b5 !important; /* LinkedIn */
}

.blog-footer {
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid #eee !important;
}

.blog-footer .section-title {
    font-size: 1.8rem !important;
    color: #3f3f3f !important;
    margin-bottom: 25px !important;
    text-align: center !important;
}

.related-post-card {
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    height: 100% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08) !important;
}

.related-post-card .card-img {
    height: 180px !important;
    overflow: hidden !important;
}

.related-post-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.related-post-card .card-body {
    padding: 15px !important;
    text-align: center !important;
}

.related-post-card h4 {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
}

.related-post-card .post-meta {
    font-size: 0.85rem !important;
    color: #777 !important;
}

.sidebar-box {
    margin-bottom: 30px !important;
}

.sidebar-box h3 {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
    color: #3f3f3f !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.categories-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.categories-list li {
    border-bottom: 1px solid #eee !important;
}

.categories-list li a {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 5px !important;
    color: #3f3f3f !important;
    transition: all 0.3s ease !important;
}

.categories-list li a:hover,
.categories-list li a.active {
    background-color: #f5f5f5 !important;
    padding-left: 10px !important;
}

.categories-list li a .count {
    color: #777 !important;
    font-size: 0.9rem !important;
}

.recent-posts {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.recent-posts li {
    margin-bottom: 15px !important;
}

.recent-posts li a {
    display: flex !important;
    align-items: center !important;
    color: #3f3f3f !important;
}

.recent-posts li.active a {
    font-weight: bold !important;
}

.recent-posts .post-thumb {
    width: 70px !important;
    height: 70px !important;
    margin-right: 15px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.recent-posts .post-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.recent-posts .post-info {
    flex-grow: 1 !important;
}

.recent-posts .post-info h4 {
    font-size: 0.95rem !important;
    margin-bottom: 5px !important;
    line-height: 1.4 !important;
}

.recent-posts .post-info .date {
    font-size: 0.85rem !important;
    color: #777 !important;
}

/* Blog Sidebar Stilleri */
.blog-sidebar {
    position: sticky !important;
    top: 20px !important;
}

.sidebar-widget {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    margin-bottom: 30px;
}

.sidebar-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.sidebar-widget .widget-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #3d9970;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/* İletişim Formu Widget */
.contact-form-widget {
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 25px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.contact-form-widget .widget-title {
    color: #333333 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    text-align: left !important;
    position: relative !important;
    padding-bottom: 10px !important;
}

.contact-form-widget .widget-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #28a745 !important;
    border-radius: 2px !important;
}

.contact-form-widget .form-control {
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
    font-size: 1rem !important;
    color: #495057 !important;
    transition: all 0.3s ease !important;
}

.contact-form-widget .form-control::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

.contact-form-widget .form-control:focus {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.contact-form-widget .btn-primary {
    background-color: #343a40 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}

.contact-form-widget .btn-primary:hover {
    background-color: #23272b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.contact-form-widget .form-check {
    padding-left: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
}

.contact-form-widget .form-check-input {
    margin-top: 0.3rem !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    width: 1.25em !important;
    height: 1.25em !important;
    flex-shrink: 0 !important;
}

.contact-form-widget .form-check-label {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    margin-top: 0 !important;
}

.contact-form-widget .form-check-label a {
    color: #2a3b4c !important;
    text-decoration: underline !important;
}

.contact-form-widget .form-check-label a:hover {
    color: #3498db !important;
}

/* Kategoriler Widget */
.categories-widget .categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories-widget .categories-list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
}

.categories-widget .categories-list li:last-child {
    border-bottom: none;
}

.categories-widget .categories-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.categories-widget .categories-list a:hover {
    color: #3d9970;
    padding-left: 5px;
}

.categories-widget .categories-list a.active {
    color: #3d9970;
    font-weight: 600;
}

.categories-widget .count {
    background-color: #f0f0f0;
    color: #555;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 10px;
}

/* Tarayıcı Mobil ve Tablet Medya Sorguları */
@media (max-width: 991px) {
    .blog-sidebar {
        position: static !important;
        margin-top: 30px !important;
    }
}

/* Hakkımda Sayfası */
.about-detail-section {
    margin-top: 25px !important;
}

.about-detail-section .post-header {
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
    background: transparent;
    margin-top: -20px;
}

.about-post .post-title,
.about-detail-section .post-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #333;
    font-size: 2.2rem;
}

.about-post .post-image {
    margin-bottom: 25px !important;
    text-align: center !important;
}

.about-post .post-image img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 500px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.about-post .image-caption {
    font-size: 0.85rem !important;
    color: #777 !important;
    text-align: center !important;
    margin-top: 8px !important;
    font-style: italic !important;
}

.about-post .post-content {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #333 !important;
    margin-bottom: 40px !important;
}

.about-post .post-content p {
    margin-bottom: 20px !important;
}

.about-post .post-content h2,
.about-post .post-content h3,
.about-post .post-content h4 {
    color: #2a3b4c !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
}

.about-post .post-content h2 {
    font-size: 1.8rem !important;
}

.about-post .post-content h3 {
    font-size: 1.5rem !important;
}

.about-post .post-content h4 {
    font-size: 1.3rem !important;
}

.about-post .post-content ul,
.about-post .post-content ol {
    margin-bottom: 20px !important;
    padding-left: 20px !important;
}

.about-post .post-content li {
    margin-bottom: 8px !important;
}

.about-post .post-content blockquote {
    border-left: 4px solid #2a3b4c !important;
    padding-left: 20px !important;
    margin: 20px 0 !important;
    font-style: italic !important;
    color: #555 !important;
    background-color: #f8f9fa !important;
    padding: 15px 20px !important;
    border-radius: 0 5px 5px 0 !important;
}

/* Responsive tasarım için hakkımda sayfası */
@media (max-width: 991px) {
    .blog-sidebar {
        position: static !important;
        margin-top: 30px !important;
    }
    
    .about-post .post-title,
    .about-detail-section .post-title {
        font-size: 1.8rem !important;
    }
    
    .about-post .post-content {
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .about-post .post-title,
    .about-detail-section .post-title {
        font-size: 1.6rem !important;
    }
    
    .about-post .post-content h2 {
        font-size: 1.5rem !important;
    }
    
    .about-post .post-content h3 {
        font-size: 1.3rem !important;
    }
    
    .about-post .post-content h4 {
        font-size: 1.1rem !important;
    }
}

/* Newsletter Form Stilleri */
.newsletter-section {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.newsletter-section h6 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.newsletter-form .input-group {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
}

.newsletter-form .form-control {
    border: 1px solid #ddd;
    border-right: none;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    background-color: #fff;
}

.newsletter-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    z-index: 3;
}

.newsletter-form .btn {
    border: 1px solid #f8f3f2;
    background-color: #f8f3f2;
    color: #3f3f3f;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    background-color: #fff;
    border-color: #3f3f3f;
    transform: translateY(-1px);
}

.newsletter-form .btn:active {
    transform: translateY(0);
}

/* Responsive Newsletter Form */
@media (max-width: 768px) {
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-form .form-control {
        border-right: 1px solid #ddd;
        border-bottom: none;
        border-radius: 6px 6px 0 0;
    }
    
    .newsletter-form .btn {
        border-radius: 0 0 6px 6px;
        width: 100%;
    }
} 