/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://pugsoftonline.com
Description: Child theme for Twenty Twenty-Five
Author: Puneet Kukreja
Author URI: https://pugsoftonline.com
Template: twentytwentyfive
Version: 1.0
*/
.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    font-size: 26px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    z-index: 9999;
    transition: 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
}
.footer-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    background: #25D366;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-wa-btn:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
}
.program-card {
    transition: 0.3s ease;
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.program-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.program-card a {
    transition: 0.3s ease;
}

.program-card a:hover {
    background: #ff2a2a !important;
    transform: scale(1.05);
}
/* Remove default underline / border */
.wp-block-navigation a {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

/* Premium underline effect */
.wp-block-navigation a {
    position: relative;
    color: #fff;
    transition: 0.3s;
}

.wp-block-navigation a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #ff2a2a;
    transition: 0.3s;
}

.wp-block-navigation a:hover::after,
.wp-block-navigation .current-menu-item > a::after {
    width: 100%;
}
/* Remove space above footer */
.wp-site-blocks > :last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Safety reset */
footer {
    margin-top: 0 !important;
}
footer {
    margin-top: -16px !important;
}
