/* ===== FOOTER STYLES ONLY ===== */
/* Extracted from your original CSS */

/* Force Elementor footer visibility */
footer.rada-footer-section,
.rada-footer-section .elementor-section,
.rada-footer-section .elementor-container, 
.rada-footer-section .elementor-column,
.rada-footer-section .elementor-widget-wrap,
.rada-footer-section .elementor-widget {
    background-color: var(--primary-color) !important;
    color: white !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

/* Override any white background inheritance */
.elementor-location-footer,
[data-elementor-type="footer"],
.elementor-template-footer,
.elementor-footer-fullwidth {
    background: var(--primary-color) !important;
}

/* Ensure all child elements inherit colors */
.rada-footer-section * {
    color: inherit !important;
}

/* Footer Section */
.rada-footer-section {
    background-color: var(--primary-color);
    color: white;
    border-top: 5px solid var(--accent-color);
    padding: 20px 0 0 0; /* Changed from 80px to 20px */
    margin-top: 0;
}

/* Footer Top Row */
.rada-footer-top {
    padding-bottom: 3rem;
}

.rada-footer-col {
    margin-bottom: 2rem;
}

.rada-footer-brand {
    display: flex;
    align-items: center;
}

.rada-footer-logo-text {
    color: white;
}

.rada-footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 0;
}

.rada-footer-heading {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.rada-footer-links {
    margin: 0;
    padding: 0;
}

.rada-footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.9rem;
    line-height: 2;
    display: block;
}

.rada-footer-link:hover {
    color: white;
    text-decoration: underline;
}

.rada-footer-contact {
    margin: 0;
    padding: 0;
}

.rada-contact-item {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 0.9rem;
}

.rada-contact-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.rada-contact-item a:hover {
    color: white;
    text-decoration: underline;
}

/* Footer Middle Row */
.rada-footer-middle {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.rada-footer-middle-col {
    margin-bottom: 1.5rem;
}

.rada-regional-list {
    margin: 0;
    padding: 0;
}

.rada-regional-item {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    font-size: 0.9rem;
}

.rada-partner-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.rada-partner-btn {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.rada-partner-btn:hover {
    background-color: var(--accent-light);
    border-color: var(--accent-light);
    transform: translateY(-2px);
    color: white;
}

.rada-newsletter-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.rada-newsletter-form {
    margin-top: 1rem;
}

.rada-newsletter-input {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #495057;
    border-radius: 0.375rem;
    padding: 10px 15px;
    flex: 1;
}

.rada-newsletter-input:focus {
    background-color: white;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(245, 124, 0, 0.25);
    color: #495057;
}

.rada-newsletter-input::placeholder {
    color: #6c757d;
}

.rada-newsletter-btn {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    font-weight: 600;
    white-space: nowrap;
    color: white;
    border-radius: 0.375rem;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.rada-newsletter-btn:hover {
    background-color: var(--accent-light);
    border-color: var(--accent-light);
    transform: translateY(-1px);
    color: white;
}

/* Social Icons */
.rada-social-icons {
    margin: 2rem 0;
    text-align: center;
}

.rada-social-link {
    color: #333;
    text-decoration: none;
    margin: 0 0.75rem;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.rada-social-link:hover {
    color: var(--accent-color);
    transform: translateY(-3px);
}

/* Footer Bottom */
.rada-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.rada-copyright-text {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-size: 0.9rem;
}

.rada-separator {
    color: rgba(255, 255, 255, 0.5);
}

.rada-policy-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
}

.rada-policy-link:hover {
    color: white;
    text-decoration: underline;
}

.rada-certification-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.rada-certification-logo {
    height: 25px;
    margin-left: 0.75rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.rada-certification-logo:hover {
    opacity: 1;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: white;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .rada-footer-section {
        text-align: center;
        padding: 60px 0 0 0;
    }
    
    .rada-social-icons {
        margin: 1rem 0;
    }
    
    .rada-footer-bottom .rada-certification-col {
        text-align: center !important;
        margin-top: 1rem;
    }
    
    .rada-newsletter-form {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .rada-newsletter-btn {
        width: 100%;
    }
    
    .rada-footer-col {
        margin-bottom: 2.5rem;
    }
}

/* Elementor Compatibility */
.elementor-location-footer,
[data-elementor-type="footer"] {
    background-color: var(--primary-color) !important;
    color: white !important;
    border-top: 5px solid var(--accent-color) !important;
}

.elementor-location-footer .elementor-section,
[data-elementor-type="footer"] .elementor-section,
.elementor-location-footer .elementor-column,
[data-elementor-type="footer"] .elementor-column,
.elementor-location-footer .elementor-widget,
[data-elementor-type="footer"] .elementor-widget {
    background-color: transparent !important;
    color: inherit !important;
}

.elementor-location-footer .elementor-heading-title,
[data-elementor-type="footer"] .elementor-heading-title {
    color: white !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
}

.elementor-location-footer .elementor-widget-text-editor,
.elementor-location-footer .elementor-widget-text-editor p,
[data-elementor-type="footer"] .elementor-widget-text-editor,
[data-elementor-type="footer"] .elementor-widget-text-editor p {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
}

.elementor-location-footer a,
[data-elementor-type="footer"] a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.elementor-location-footer a:hover,
[data-elementor-type="footer"] a:hover {
    color: white !important;
    text-decoration: underline !important;
}

.elementor-location-footer .elementor-button,
[data-elementor-type="footer"] .elementor-button {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    transition: all 0.3s ease !important;
}

.elementor-location-footer .elementor-button:hover,
[data-elementor-type="footer"] .elementor-button:hover {
    background-color: var(--accent-light) !important;
    border-color: var(--accent-light) !important;
    transform: translateY(-2px) !important;
}