/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2026 | 07:26:15 */
/* Container Utama */
.khowas-ultra-wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(to bottom, #00897B, #00695C);
    border-bottom: 4px solid #D4AF37;
    z-index: 9999;
}

.khowas-nav-list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.khowas-nav-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.khowas-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #ffffff;
    text-decoration: none;
    font-family: sans-serif;
}

.khowas-nav-link i {
    font-size: 20px;
    margin-bottom: 5px;
    color: #D4AF37;
}

.khowas-nav-link span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Responsif Mobile */
@media (max-width: 768px) {
    .khowas-nav-link span { font-size: 10px; }
    .khowas-nav-link i { font-size: 16px; }
}