/*
Theme Name: PCW Astra Child
Template: astra
Version: 1.0.0
*/

a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: -4px;
    background-color: #00e5ff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

a:hover {
    color: #00e5ff;
}

a:hover::after {
    width: 100%;
}

.main-header-menu a,
.footer-widget-area a {
    color: #ffffff;
    text-decoration: none;
}
