/* ==========================================================================
   Modern Footer - Bul Bizden
   ========================================================================== */

/* Footer Top Area */
.modern-footer .footer-top-area {
    padding: 70px 0 40px;
    background-color: #01152e;
    position: relative;
    overflow: hidden;
}

.modern-footer .footer-top-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f7930f, #013463, #f7930f);
}

/* Widget Columns */
.modern-footer .footer-widget-col {
    margin-bottom: 30px;
}

/* Widget Titles */
.modern-footer .footer-top-area .widget > h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.modern-footer .footer-top-area .widget > h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #f7930f;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.modern-footer .footer-widget-col:hover .widget > h3::after {
    width: 60px;
}

/* Widget Text & Links */
.modern-footer .footer-top-area .widget {
    color: #8b9baa;
}

.modern-footer .footer-top-area .widget a {
    color: #8b9baa;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.modern-footer .footer-top-area .widget a:hover {
    color: #f7930f;
    padding-left: 5px;
}

/* Menu Items */
.modern-footer .footer-top-area .widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-footer .footer-top-area .widget .menu li {
    padding: 0;
    margin: 0;
    border: none;
}

.modern-footer .footer-top-area .widget .menu li a {
    display: block;
    padding: 8px 0;
    color: #8b9baa;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.modern-footer .footer-top-area .widget .menu li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #f7930f;
    opacity: 0;
    transition: all 0.3s ease;
    display: inline-block;
    transform: translateX(-10px);
}

.modern-footer .footer-top-area .widget .menu li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.modern-footer .footer-top-area .widget .menu li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.modern-footer .footer-top-area .widget .menu li:last-child a {
    border-bottom: none;
}

/* About Widget */
.modern-footer .widget.widget_classima_about .footer-about-logo {
    margin-bottom: 20px;
}

.modern-footer .widget.widget_classima_about p,
.modern-footer .widget.widget_classima_about .textwidget {
    color: #8b9baa;
    line-height: 1.8;
    font-size: 14px;
}

.modern-footer .widget.widget_classima_about ul {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.modern-footer .widget.widget_classima_about ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #8b9baa;
    font-size: 15px;
    transition: all 0.3s ease;
    padding-left: 0 !important;
}

.modern-footer .widget.widget_classima_about ul li a:hover {
    background: #f7930f;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(247, 147, 15, 0.3);
    padding-left: 0 !important;
}

/* Footer Bottom Area */
.modern-footer .footer-bottom-area {
    background-color: #010d1f;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.modern-footer .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.modern-footer .footer-copyright {
    color: #6b7b8a;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.modern-footer .footer-copyright a {
    color: #f7930f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.modern-footer .footer-copyright a:hover {
    color: #ffffff;
}

/* Footer Social Icons */
.modern-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-footer .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #6b7b8a;
    font-size: 14px;
    transition: all 0.3s ease;
}

.modern-footer .footer-social a:hover {
    background: #f7930f;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 147, 15, 0.25);
}

/* Payment Icons */
.modern-footer .footer-payment .payment-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-footer .footer-payment .payment-icons li {
    display: inline-flex;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.modern-footer .footer-payment .payment-icons li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.modern-footer .footer-payment .payment-icons li img {
    height: 20px;
    width: auto;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.modern-footer .footer-payment .payment-icons li:hover img {
    filter: brightness(1.1);
}

/* Responsive */
@media (max-width: 991.98px) {
    .modern-footer .footer-top-area {
        padding: 50px 0 20px;
    }

    .modern-footer .footer-widget-col {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .modern-footer .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .modern-footer .footer-social {
        justify-content: center;
    }

    .modern-footer .footer-payment .payment-icons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .modern-footer .footer-top-area .widget > h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .modern-footer .footer-widget-col:hover .widget > h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 575.98px) {
    .modern-footer .footer-top-area {
        padding: 40px 0 10px;
    }

    .modern-footer .footer-top-area .widget > h3 {
        font-size: 16px;
    }
}
