@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
}


    /* Pure CSS Mega Dropdown */
    .mega-dropdown {
        position: static !important;
    }
    
    .mega-dropdown-content {
        display: none;
        position: absolute;
        background-color: #f8f9fa;
        width: 100%;
        left: 0;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1000;
        padding: 20px 0;
        margin-top: 0;
    }
    
    /* Show the dropdown menu on hover */
    .mega-dropdown:hover .mega-dropdown-content {
        display: block;
    }

    .mega-subtitle a{
        color: #B5852D !important;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
    }
.mega-links li a {
    text-decoration: none !important;
    color: #5A5A5A;
}

.mega-links li{
list-style: none;
    color: #5A5A5A;
}
   
    

    /* Mobile adjustments */
    @media (max-width: 991px) {
        .mega-dropdown {
            position: relative !important;
        }
        
        .mega-dropdown-content {
            position: static;
            box-shadow: none;
            display: none;
        }
        
        /* For mobile, we'll use a click handler instead of hover */
        .mega-dropdown.show .mega-dropdown-content {
            display: block;
        }
        
        /* Mobile toggle button */
        .mega-dropdown > a::after {
            content: '\f107'; /* Font Awesome dropdown icon */
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-left: 5px;
        }
    }



/* Responsive */
@media (max-width: 600px) {

    

    .card-hover{
        border-radius: 3px; 
        background: #FFF; 
        box-shadow: 0px 15px 20px 0px rgba(43, 75, 101, 0.10);
        
    }

}

.card-hover:hover{
    border-radius: 3px; 
    background: #FFF; 
    box-shadow: 0px 15px 20px 0px rgba(43, 75, 101, 0.10);
    
}




