/* ========================================
   FOOTER STYLES
   Consolidated from inline styles in footer.php
   ======================================== */

.modern-footer {
    background: #0a1e3d;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
}

.footer-cta-section {
    padding: 0;
    margin-bottom: -50px;
    position: relative;
    z-index: 10;
    overflow: visible;
}

.footer-cta-section .container {
    overflow: visible;
}

.footer-cta-banner {
    background: linear-gradient(135deg, #06A3DA 0%, #0582b8 100%);
    border-radius: 20px;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(6, 163, 218, 0.3);
    overflow: visible;
    margin: 0 auto;
    max-width: 1000px;
}

.footer-cta-banner .row {
    overflow: visible;
}

.footer-cta-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.footer-cta-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin: 0;
}

.footer-cta-btn {
    background: #fff;
    color: #06A3DA;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    color: #06A3DA;
}

.footer-content {
    padding: 120px 0 50px;
    overflow: visible;
}

.footer-content .row {
    overflow: visible;
}

.footer-logo-section {
    margin-bottom: 25px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 8px;
    margin-left: -20px;
    margin-top: -20px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
}

.footer-social a i {
    line-height: 1;
    vertical-align: middle;
}

.footer-social a:hover {
    background: #06A3DA;
    transform: translateY(-3px);
}

.footer-section-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: #06A3DA;
    padding-left: 5px;
}

.footer-links a i {
    font-size: 10px;
    color: #06A3DA;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-contact-item i {
    color: #06A3DA;
    font-size: 16px;
    margin-top: 2px;
    vertical-align: baseline !important;
    line-height: 1 !important;
}

.footer-newsletter {
    margin-top: 20px;
}

.newsletter-form {
    display: flex;
    gap: 8px;
}

.newsletter-input {
    flex: 1;
    padding: 12px 18px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-btn {
    background: #06A3DA;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #0582b8;
}

.newsletter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-checkbox input {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.newsletter-checkbox a {
    color: #06A3DA;
    text-decoration: none;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    position: relative;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin: 0;
}

.footer-copyright a {
    color: #06A3DA;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #06A3DA;
}

@media (max-width: 768px) {
    .footer-cta-section {
        padding: 0;
        margin-bottom: -40px;
        overflow: visible;
    }
    
    .footer-cta-banner {
        padding: 30px 25px;
        text-align: center;
        margin: 0 15px;
        overflow: visible;
    }
    
    .footer-cta-title {
        font-size: 22px;
    }
    
    .footer-content {
        padding: 80px 0 30px;
    }
    
    .footer-section-title {
        margin-top: 30px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}
