/* Footer Wave & Styles */
.footer-wave-container {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-top: 0;
}

.footer-wave {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
}

.footer-main {
    background-color: #008800 !important; /* Vivid Burkina Green */
    padding-top: 60px !important;
}

.footer-yellow-bar {
    height: 8px;
    background-color: #FCD116; /* Burkina Yellow */
    width: 100%;
}

.footer-title {
    color: #ffffff !important;
    text-transform: none;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: normal;
}

.footer-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: block;
}

.footer-link:hover {
    color: #FCD116 !important;
    padding-left: 5px;
    text-decoration: none;
}

.footer-text {
    color: white;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 0.85rem;
}

/* Modal Classes */
.modal-title {
    background: linear-gradient(135deg, #CE1126 0%, #007A5E 50%, #FCD116 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-modal-primary {
    background: linear-gradient(135deg, #007A5E 0%, #005A47 100%);
    box-shadow: 0 4px 15px rgba(0, 122, 94, 0.3);
    transition: all 0.3s ease;
}

.btn-modal-primary:hover {
    box-shadow: 0 6px 25px rgba(0, 122, 94, 0.5);
}

.btn-modal-secondary {
    color: #007A5E;
    border-color: #007A5E;
    background: rgba(0, 122, 94, 0.05);
    transition: all 0.3s ease;
}

.btn-modal-secondary:hover {
    background: rgba(0, 122, 94, 0.1);
    box-shadow: 0 4px 15px rgba(0, 122, 94, 0.2);
}

.btn-modal-close {
    border-color: #CE1126;
    color: #CE1126;
    background: rgba(206, 17, 38, 0.05);
    transition: all 0.3s ease;
}

.btn-modal-close:hover {
    background: rgba(206, 17, 38, 0.1);
    box-shadow: 0 4px 15px rgba(206, 17, 38, 0.2);
}

.footer-text {
    color: rgba(255, 255, 255, 0.85);
}
