/* ========================================
   Footer Styles - Modern Aesthetic Design
   ======================================== */

.site-footer {
    background: linear-gradient(135deg, #1a3c21 0%, #2B6233 50%, #1a3c21 100%) !important;
    color: #F1E3D0 !important;
    font-family: 'Arial', sans-serif;
    margin-top: 0;
}

/* Override any inherited text colors */
.site-footer,
.site-footer p,
.site-footer span,
.site-footer li,
.site-footer div {
    color: #F1E3D0 !important;
}

.site-footer a {
    color: #F1E3D0 !important;
}

.site-footer a:hover {
    color: #d4af37 !important;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #d4af37 !important;
}

/* Main Footer Section */
.footer-main {
    padding: 60px 0 40px;
    position: relative;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #f4d675, #d4af37);
}

/* Brand Column */
.footer-brand {
    padding-right: 30px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo-img {
    max-width: 150px;
    height: auto;
    filter: brightness(1.1);
    transition: transform 0.3s ease;
}

.footer-logo:hover .footer-logo-img {
    transform: scale(1.05);
}

.footer-about {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(241, 227, 208, 0.9) !important;
    margin-bottom: 25px;
}

/* Social Media Icons */
.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50%;
    color: #F1E3D0 !important;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #d4af37 !important;
    color: #1a3c21 !important;
    border-color: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* Footer Titles */
.footer-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #d4af37 !important;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, transparent);
}

/* Footer Links */
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: rgba(241, 227, 208, 0.9) !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.footer-links ul li a:hover {
    color: #d4af37 !important;
    padding-left: 8px;
}

.footer-links ul li a:hover::before {
    width: 100%;
}

/* Contact List */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.contact-list li i {
    color: #d4af37 !important;
    font-size: 1.1rem;
    margin-top: 2px;
    min-width: 20px;
}

.contact-list li a,
.contact-list li span {
    color: rgba(241, 227, 208, 0.9) !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.contact-list li a:hover {
    color: #d4af37 !important;
}

/* Newsletter Section */
.footer-newsletter {
    margin-top: 20px;
}

.footer-newsletter h5 {
    font-size: 1rem;
    color: #F1E3D0 !important;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #333;
}

.newsletter-form .form-control::placeholder {
    color: #999;
}

.newsletter-form .form-control:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
}

.btn-newsletter {
    background: linear-gradient(135deg, #d4af37, #c9a227);
    color: #1a3c21;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-newsletter:hover {
    background: linear-gradient(135deg, #e5c04a, #d4af37);
    color: #1a3c21;
    transform: scale(1.05);
}

.btn-newsletter i {
    font-size: 1rem;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.copyright {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(241, 227, 208, 0.85) !important;
}

.copyright strong {
    color: #d4af37 !important;
}

/* Payment Methods */
.payment-methods {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.payment-methods span {
    font-size: 0.85rem;
    color: rgba(241, 227, 208, 0.85) !important;
}

.payment-methods i {
    font-size: 1.5rem;
    color: rgba(241, 227, 208, 0.7) !important;
    transition: all 0.3s ease;
}

.payment-methods i:hover {
    color: #d4af37 !important;
    transform: scale(1.1);
}

/* ========================================
   Responsive Styles
   ======================================== */

@media (max-width: 991px) {
    .footer-main {
        padding: 50px 0 30px;
    }

    .footer-brand {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

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

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 40px 0 20px;
    }

    .footer-title {
        font-size: 1rem;
        text-align: center;
    }

    .footer-links ul li {
        text-align: center;
    }

    .footer-links ul li a::before {
        display: none;
    }

    .footer-links ul li a:hover {
        padding-left: 0;
    }

    .footer-contact {
        text-align: center;
    }

    .contact-list li {
        justify-content: center;
        text-align: left;
    }

    .footer-newsletter {
        max-width: 350px;
        margin: 20px auto 0;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .payment-methods {
        justify-content: center;
    }

    .footer-logo-img {
        max-width: 120px;
    }

    .footer-about {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .footer-main {
        padding: 35px 15px 15px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .payment-methods i {
        font-size: 1.3rem;
    }

    .newsletter-form .form-control {
        padding: 10px 14px;
        font-size: 0.85rem;
    }

    .btn-newsletter {
        padding: 10px 16px;
    }
}
