
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/* Footer */
footer {
    background: #282828 !important;
    color: white !important;
    padding: 3rem 0 2rem !important;
    box-sizing: border-box !important;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}


footer .container {
    max-width: 100% !important;
    width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}


footer .container,
footer .container-fluid,
footer .container-full,
footer .container-fullwide,
footer .kc-container,
footer .kc_row,
footer .row,
footer div[class^="col-"] {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

footer [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
p.footer-message-text {
    color: black !important;
}
.footer-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

.footer-column {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-sizing: border-box !important;
}

.footer-column h4 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    color: white !important;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.footer-column p {
    font-size: 0.9rem !important;
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
    /*color: #ccc !important;*/
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.footer-column p br {
    display: block;
    margin: 2rem 0;
    content: "";
}

.contact-info-footer {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-location-footer h5 {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-location-footer p {
    margin-bottom: 0.3rem;
    color: #ccc;
    font-size: 0.85rem;
}

.social-icons-footer {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icon-footer {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282828;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-footer:hover {
    background: #282828;
    color: white !important;
    transform: translateY(-2px);
}

.footer-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    margin-top: 1rem !important;
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}


.footer-form input,
.footer-form textarea,
.footer-form button {
    appearance: none !important;
    -webkit-appearance: none !important;    
    box-shadow: none !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.footer-textarea {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    font-size: 0.85rem !important;
    font-family: inherit !important;
    resize: vertical !important;
    flex: 1 !important;
    min-height: 120px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    display: block !important;
}

.footer-textarea::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.footer-input {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    background: #f5f5f5 !important;
    color: #333 !important;
    font-size: 0.85rem !important;
    font-family: inherit !important;
    margin: 0 !important;
    line-height: normal !important;
    display: block !important;
}

.footer-input::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.footer-submit-btn {
    background: #04abea !important;
    color: white !important;
    border: none !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    align-self: flex-end !important;
    font-family: inherit !important;
    line-height: 1.2 !important;
    display: inline-block !important;
}

.footer-submit-btn:hover {
    background: #1e3d6f !important;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
}

.footer-links a:hover {
    color: white;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    color: #ccc;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 600;
}

.social-icons a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #444 !important;
    padding-top: 1rem !important;
    box-sizing: border-box !important;
}

.footer-bottom-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.footer-bottom p {
    font-size: 0.85rem;
    font-weight: 300;
    color: #ccc;
    margin: 0;
}

.footer-bottom a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 300;
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: white;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        margin-bottom: 1.5rem !important;
    }

    .footer-column p {
        font-size: 0.85rem !important;
        margin-bottom: 8px !important;
    }

    .contact-info-footer {
        gap: 1rem !important;
    }

    .contact-location-footer p {
        font-size: 0.8rem !important;
    }

    .footer-bottom-content {
        flex-direction: column !important;
        gap: 1rem !important;
        text-align: center !important;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 0.8rem !important;
    }
    
    .social-icons-footer {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .footer-column h4 {
        font-size: 0.9rem !important;
    }
    
    .contact-location-footer h5 {
        font-size: 0.85rem !important;
    }
    
    .social-icons-footer {
        justify-content: center !important;
    }
    
    .footer-submit-btn {
        padding: 12px 30px !important;
        font-size: 0.8rem !important;
        align-self: center !important;
    }
    
    .footer-column:nth-child(1) {
        order: 3 !important;
    }
    
    .footer-column:nth-child(2) {
        order: 2 !important;
    }
    
    .footer-column:nth-child(3) {
        order: 1 !important;
    }
}
footer.entry-meta {
    display: none !important;
}