@charset "UTF-8";

/*
Theme Name: DRC Maven
Author: Maven team 
Description:Professional WordPress theme for VPH.With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how DRC elevates your portfolio, business website, or personal blog.(By Mavin).
Text Domain: drc-maven

*/
/* Mega menu item layout */
.mega-item-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    transition: all 0.3s ease;
}


.mega-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}


.mega-content {
    display: flex;
    flex-direction: column;
}


.mega-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}


.mega-description {
    font-size: 13px;
    color: #6b7b7a;
    line-height: 1.4;
}


.mega-menu .mega-menu-item a:hover .mega-item-wrapper {
    background: #e6f0ed;
    border-radius: 12px;
}

.mega-icon {
    background: #00a884;
    padding: 10px;
    border-radius: 50%;
}

.mega-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}