/* Modern Footer Styles */
.footer-section {
    background: #2a1b68;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Footer üst kısmındaki widget başlıklarını düzeltme */
.footer-section .col-md-3 {
    background: #2a1b68;
    border: none;
    box-shadow: none;
}

.footer-section .col-md-3 h6 {
    background: #2a1b68;
    border: none;
    box-shadow: none;
    color: #fff;
    position: relative;
}


.footer-top-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

/* Widget Styles */
.footer-section .widget-block {
    margin-bottom: 30px;
    background: #2a1b68; /* Footer ile aynı arka plan */
    border: none; /* Sınır çizgisini kaldır */
    box-shadow: none; /* Gölgeyi kaldır */
}

.footer-section .widget-block-container {
    background: #2a1b68; /* Footer ile aynı arka plan */
    border: none; /* Sınır çizgisini kaldır */
    box-shadow: none; /* Gölgeyi kaldır */
    color: #fff; /* Metin rengini beyaz yap */
}

.footer-section .widget-block-title {
    margin-bottom: 25px;
    position: relative;
}

.footer-section .widget-block-title h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}

.footer-section .widget-block-title h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #007991;
}

.footer-section .widget-block-body {
    background: #2a1b68; /* Footer ile aynı arka plan */
    border: none; /* Sınır çizgisini kaldır */
    box-shadow: none; /* Gölgeyi kaldır */
}

.footer-section .widget-block-body p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-section .widget-block-body a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.footer-section .widget-block-body a:hover {
    color: #fff;
    text-decoration: none;
}

/* Social Icons */
.footer-section .social-icons-block {
    margin-top: 20px;
}

.footer-section .social-icons-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-section .social-icons-block ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-section .social-icons-block ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.footer-section .social-icons-block ul li a i:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.footer-section .social-icons-block ul li a i:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50px);
    transition: all 0.3s ease;
}

.footer-section .social-icons-block ul li a:hover {
    background: #007991;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-section .social-icons-block ul li a:hover i:first-child {
    transform: translate(-50%, -80px);
}

.footer-section .social-icons-block ul li a:hover i:last-child {
    transform: translate(-50%, -50%);
}

/* Links Block */
.footer-section .links-block {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section .links-block li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}

.footer-section .links-block li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007991;
}

.footer-section .links-block li a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.footer-section .links-block li a:hover {
    color: #fff;
    padding-left: 5px;
    text-decoration: none;
}

/* Blog Posts */
.footer-section .blog-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section .blog-posts li {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #2a1b68; /* Footer ile aynı arka plan */
}

.footer-section .blog-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.footer-section .blog-posts .item-image {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
    background: #2a1b68; /* Footer ile aynı arka plan */
}

.footer-section .blog-posts .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.footer-section .blog-posts .item-image:hover img {
    transform: scale(1.1);
}

.footer-section .blog-posts .blog-item-body {
    flex-grow: 1;
    background: #2a1b68; /* Footer ile aynı arka plan */
}

.footer-section .blog-posts .blog-item-small-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.footer-section .blog-posts .blog-item-small-title:hover {
    color: #007991;
    text-decoration: none;
}

.footer-section .blog-posts .blog-item-meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

/* Contact Info */
.footer-section .widget-block-body strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.footer-section .widget-block-body p {
    margin-bottom: 15px;
}

/* Call To Action Block */
.footer-section .cta-block {
    background: #2a1b68;
    padding: 30px;
    border-radius: 5px;
    margin: 40px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.footer-section .cta-block-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section .cta-block-body {
    flex-grow: 1;
}

.footer-section .cta-block-body p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.footer-section .cta-block-btn {
    margin-left: 20px;
}

.footer-section .cta-block-btn .btn {
    background: #fff;
    color: #3a2b78;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer-section .cta-block-btn .btn:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Footer Links */
.footer-section .footer-links-section {
    background: #2a1b68;
    padding: 20px 0;
    width: 100%;
}

.footer-section .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.footer-section .footer-links a {
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-section .footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

/* Footer Copyright */
.footer-section .footer-copyright-section {
    background: #2a1b68;
    padding: 40px 0 20px;
    width: 100%;
}

.footer-section .copyright-widget {
    margin: 10px 0;
}

.footer-section .copyright-widget p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.footer-section .copyright-widget a {
    color: #fff;
    transition: all 0.3s ease;
}

.footer-section .copyright-widget a:hover {
    color: #007991;
    text-decoration: none;
}

.footer-section .copyright-widget i {
    margin-right: 5px;
    color: #007991;
}

.footer-section .text-right {
    text-align: right;
}

/* Bootstrap Utility Classes */
.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.d-flex {
    display: flex !important;
}

.text-white {
    color: #fff !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.9) !important;
}

.small {
    font-size: 80% !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.border-top {
    border-top: 1px solid !important;
}

.border-secondary {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-section .footer-top-section {
        padding: 40px 0 20px;
    }
    
    .footer-section .cta-block-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-section .cta-block-btn {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .footer-section .text-right {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-section .widget-block {
        margin-bottom: 30px;
    }
    
    .footer-section .footer-links a {
        margin: 5px 10px;
    }
}
