/* =========================================
   PREMIUM LIGHT FOOTER STYLES
   ========================================= */

/* Main Footer Container */
#site-footer {
    background: transparent !important;
    padding-top: 0 !important;
}

#site-footer .footer {
    background: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), url('../../media/footer-bg-new.png') !important;
    background-size: cover !important;
    background-position: center !important;
    color: #4a5568 !important;
    /* Professional medium gray text */
    font-family: 'Open Sans', 'Barlow Semi Condensed', sans-serif;
    border-top: 5px solid #2a4e21 !important;
    /* Green top border */
    position: relative;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.03);
    /* Extremely soft shadow */
}

/* Optional orange accent strip at very top */
#site-footer .footer::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 25%;
    height: 5px;
    background: #F26522;
    /* Orange accent */
}

#site-footer .section-padding {
    padding: 35px 0 0px !important;
}

/* Footer Headings */
#site-footer .block-title {
    color: #2d3748 !important;
    /* Dark bold headings */
    font-size: 20px !important;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

#site-footer .block-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #2a4e21;
    /* Green accent line */
    border-radius: 2px;
}

/* Footer Links & Text */
#site-footer .block-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#site-footer .block-content ul li {
    margin-bottom: 16px;
    line-height: 1.6;
    color: #4a5568 !important;
    /* Medium gray text */
    font-size: 15px;
}

#site-footer .block-content ul li a {
    color: #4a5568 !important;
    /* Medium gray links */
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-weight: 500;
}

#site-footer .block-content ul li a:hover {
    color: #F26522 !important;
    /* Orange on hover */
    transform: translateX(5px);
}

#site-footer .block-content ul li strong {
    color: #2a4e21 !important;
    /* Green for strong text like 'Call -' */
    font-weight: 700;
}

/* Center Column (Logo & Socials) */
#site-footer .column-center {
    text-align: center;
}

#site-footer .footer-logo {
    max-width: 220px;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.05));
}

#site-footer .footer-logo:hover {
    transform: scale(1.05);
}

#site-footer .social-link {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

#site-footer .footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff !important;
    color: #2a4e21 !important;
    /* Green icons */
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

#site-footer .footer-social-icon i {
    color: #2a4e21 !important;
    /* Force green icon color */
    transition: all 0.3s ease;
}

#site-footer .footer-social-icon:hover {
    background: #F26522 !important;
    /* Orange background on hover */
    border-color: #F26522;
    color: #ffffff !important;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(242, 101, 34, 0.3);
}

#site-footer .footer-social-icon:hover i {
    color: #ffffff !important;
}

/* Newsletter Section */
#site-footer .newsletter-text {
    margin-bottom: 25px;
    font-size: 15px;
    color: #4a5568 !important;
    /* Medium gray text */
    line-height: 1.7;
}

#site-footer .newsletter-form {
    display: flex;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

#site-footer .newsletter-form input[type="email"] {
    width: 100%;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    /* Soft light border */
    border-radius: 8px;
    color: #2d3748;
    /* Dark text */
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

#site-footer .newsletter-form input[type="email"]::placeholder {
    color: #a0aec0;
}

#site-footer .newsletter-form input[type="email"]:focus {
    border-color: #2a4e21;
    box-shadow: 0 0 0 3px rgba(134, 177, 74, 0.1);
}

#site-footer .newsletter-form .btn-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

/* Remove any phantom icons overlapping the button */
#site-footer .newsletter-form .btn-submit::before,
#site-footer .newsletter-form .btn-submit::after,
#site-footer .newsletter-form .btn-submit:before,
#site-footer .newsletter-form .btn-submit:after,
[class~=block-newsletter] [class~=newsletter-form] [class~=btn-submit]:before {
    display: none !important;
    content: "" !important;
}

#site-footer .newsletter-form input[type="submit"] {
    background: #2a4e21 !important;
    /* Green button */
    color: #ffffff !important;
    border: none;
    padding: 0 25px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    height: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#site-footer .newsletter-form input[type="submit"]:hover {
    background: #F26522 !important;
    /* Orange on hover */
    box-shadow: 0 5px 15px rgba(242, 101, 34, 0.3);
}

/* Footer Bottom (Copyright) */
#site-footer .footer-bottom {
    background: #00641e !important;
    padding: 14px 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
    color: white;
}

#site-footer .copyright {
    color: #718096 !important;
    /* Slate gray text */
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}