@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.afkaruna-sidebar-wrap,
.afkaruna-sidebar-wrap * {
    box-sizing: border-box;
    font-family: 'Montserrat', Arial, sans-serif;
}

.afkaruna-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.afkaruna-sidebar a {
    display: block;
    padding: 12px 16px;
    background: #3A200F;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 8px;
    border-left: 4px solid #D4AF37;
    box-shadow: 0 2px 8px rgba(58,32,15,.15);
    transition: all .3s ease;
}

.afkaruna-sidebar a:hover {
    background: #5A3418;
    color: #ffffff !important;
    transform: translateX(6px);
    box-shadow: 0 6px 18px rgba(58,32,15,.30);
}

.afkaruna-wa {
    display: block;
    width: 100%;
    margin: 18px 0;
    text-decoration: none !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(37,211,102,.35);
    transition: all .3s ease;
}

.afkaruna-wa img {
    display: block;
    width: 100%;
    height: auto;
}

.afkaruna-wa:hover {
    transform: translateY(-3px);
}

.afkaruna-info-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,.10);
}

.afkaruna-info-title {
    background: #3A200F;
    color: #ffffff;
    text-align: center;
    padding: 17px 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.afkaruna-info-content {
    padding: 18px;
    background: #f5f7fa;
}

.afkaruna-info-content p {
    margin: 0 0 14px;
    color: #222222;
    font-size: 14px;
    line-height: 1.7;
}

.afkaruna-info-content a {
    color: #3A200F !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: .3s ease;
}

.afkaruna-info-content a:hover {
    color: #D4AF37 !important;
}

@media (max-width: 768px) {
    .afkaruna-sidebar a {
        font-size: 13px;
        padding: 10px 14px;
    }
}

.afkaruna-template,
.afkaruna-contact{
    overflow:hidden;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none;
}

.afkaruna-template img,
.afkaruna-contact img{
    display:block;
    width:100%;
    height:auto;
    border-radius:12px;
    transition:all .3s ease;
}

.afkaruna-template:hover,
.afkaruna-contact:hover{
    background:transparent !important;
    transform:translateY(-3px);
}

.afkaruna-template:hover img,
.afkaruna-contact:hover img{
    box-shadow:0 8px 24px rgba(0,0,0,.20);
}
