/* Enhanced Footer Styles - Improved Contrast & UI */

/* Newsletter Section */
.footer .newsletter-wrapper {
    background: linear-gradient(135deg, #feee00 0%, #f8e404 100%);
    padding: 50px 0;
    margin-bottom: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.footer .newsletter-wrapper .title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.footer .newsletter-wrapper p {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
    margin-bottom: 0;
}

.footer .newsletter-form .form-control {
    padding: 20px 35px 20px 50px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s;
    width: 100%;
    height: auto;
    line-height: normal;
}

.footer .newsletter-form .form-control:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.footer .newsletter-form label {
    position: relative;
    width: 100%;
    margin: 0;
}

.footer .newsletter-form .envelop-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 18px;
    pointer-events: none;
    z-index: 2;
}

.footer .newsletter-form .btn-base {
    background: #1a1a1a;
    color: #feee00;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    border: 2px solid #1a1a1a;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    min-height: 50px;
    white-space: nowrap;
}

.footer .newsletter-form .btn-base:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Footer Main Content */
.footer-bottom {
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 60px;
}

.footer-bottom .logo img {
    max-width: 200px;
    filter: brightness(1.1);
}

.footer-bottom .content {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-top: 20px;
    font-size: 15px;
}

.footer-bottom .content a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-bottom .content a:hover {
    color: #feee00;
    text-decoration: underline;
}

/* Footer Address Section */
.footer-address {
    margin-top: 30px;
}

.footer-address-card {
    margin-bottom: 20px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    transition: all 0.3s;
}

.footer-address-card:hover {
    background: rgba(254, 238, 0, 0.1);
    transform: translateX(5px);
}

.footer-address-card img {
    width: 24px;
    height: 24px;
    filter: brightness(2) contrast(0.8);
}

.footer-address-card .name {
    color: #feee00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-address-card a {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.footer-address-card a:hover {
    color: #feee00 !important;
}

/* Footer Widget Section */
.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .title {
    color: #feee00;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #feee00;
}

.footer-widget .links {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.footer-widget .links li {
    margin-bottom: 12px;
    color: #fff;
}

.footer-widget .links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-block;
}

.footer-widget .links a:hover {
    color: #feee00;
    transform: translateX(5px);
}

/* Popular Tags Section */
.footer-tags-title {
    color: #feee00;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .tags li a {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .tags li a:hover {
    background: #feee00;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(254, 238, 0, 0.3);
}

/* App Download Section */
.footer .app-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer .app-btns img {
    height: 50px;
    transition: all 0.3s;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer .app-btns img:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(254, 238, 0, 0.4);
}

/* Bottom Footer Section with Social Icons */
.footer .bg-base {
    background: #000 !important;
    border-top: 2px solid #feee00;
}

.footer .bg-base .text-white {
    font-weight: 500;
    font-size: 14px;
}

.footer .bg-base .links a {
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s;
}

.footer .bg-base .links a:hover {
    color: #feee00 !important;
}

/* Social Media Icons - FIXED & ENHANCED */
.footer .social-icons {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.footer .social-icons li {
    margin: 0;
}

.footer .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(254, 238, 0, 0.1);
    border: 2px solid rgba(254, 238, 0, 0.3);
    border-radius: 50%;
    color: #feee00 !important;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer .social-icons a:hover {
    background: #feee00;
    color: #000 !important;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 12px rgba(254, 238, 0, 0.4);
    border-color: #feee00;
}

/* Ensure Font Awesome icons appear correctly */
.footer .social-icons i {
    color: inherit !important;
    font-size: 18px;
    line-height: 1;
}

.footer .social-icons svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Fix for Font Awesome 5/6 brands */
.footer .social-icons .fa-brands,
.footer .social-icons .fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.footer .social-icons .fa-solid,
.footer .social-icons .fas {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .footer .border-right-lg {
        border-right: none !important;
        margin-bottom: 40px;
    }

    .footer .ps-xl-5 {
        padding-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .footer .newsletter-wrapper {
        padding: 40px 0;
    }

    .footer .newsletter-wrapper .title {
        font-size: 24px;
    }

    .footer-bottom {
        padding-top: 40px;
    }

    .footer .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .footer .newsletter-form .btn-base {
        width: 100%;
        margin-top: 10px;
    }

    .footer .social-icons a {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

/* Border helper */
.border-right-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ensure content spacing */
.footer-bottom .pb-3 {
    padding-bottom: 3rem !important;
}

/* Additional contrast improvements */
.footer h5,
.footer h6 {
    font-weight: 700;
}

.footer .py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}
