/* Custom Styles for Bandar80 */

body {
    background-image: url('https://s12.gifyu.com/images/bkUls.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.main-container {
    background: linear-gradient(to bottom, 
        #000c30 0%, 
        #000c30 82%, 
        rgba(0, 12, 48, 0.6) 82%, 
        rgba(0, 12, 48, 0.6) 100%
    );
    min-height: 100vh;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.soft-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
}

.nav-item svg { 
    width: 24px; 
    height: 24px; 
}

.nav-item.active::after {
    content: '';
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 3px; 
    background-color: #ffffff;
}

.promo-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.promo-card img {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    display: block;
}

.provider-logo-v2 {
    height: 28px;
    width: auto;
    opacity: 1;
    filter: brightness(1.2);
    object-fit: contain;
}

.license-icon {
    height: 35px;
    opacity: 0.9;
}

.consult-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 15px;
    padding: 2px 12px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
}

.consult-btn:hover {
    background: rgba(255,255,255,0.2);
}