.footer_wave {
    width: 100%;
    line-height: 0;           /* SVG ke around extra gap hatao */
    margin-bottom:-2rem;
    background-color:var(--bg-white);
}

.footer_wave svg {
    display: block;
}
.footer-main {
    background-color: var(--secondary-color);
    color: var(--bg-white);
}

.footer-heading {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.9;
}

.footer-text {
    font-size: 0.9rem;
    opacity: 0.85;
}

/* YouTube box */
.yt-wrapper{
    padding:0px 15px;
    position: relative;
    bottom: -2rem;
}
/* .footer-youtube-box {
    background-color: rgba(0,0,0,0.15);
    border-radius: 9px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.footer-youtube-icon {
    font-size: 1.9rem;
    color: #ff0000;
}

.footer-youtube-name {
    font-weight: 500;
    font-size: 0.75rem;
} */



/* Social icons */
.footer-social-link {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    color: #f8f9fa;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.footer-social-link:hover {
    background-color: #f8f9fa;
    color: var(--secondary-color);
}

/* Copyright */
.footer-copy {
    font-size: 0.8rem;
    opacity: 0.8;
    border-top:1px solid var(--primary-color);
}

/* Mobile spacing */
@media (max-width: 576px) {
    .footer_wave {
        margin-bottom:10px;
    }
    .footer-main {
        text-align: center;
    }
}
