.wpdudecom-category-megamenu
{
    height: 100%;
    margin-right: -20px;
}
.site-header-section-left aside.header-widget-area, #wpdudecom_category_megamenu_widget-2
{
height:100%;
}


.wpdudecom-category-megamenu .wpdudecom-category-megamenu-button::before {
   content: "\2630";
   display: inline-block;
   margin-right: 5px;
   font-size: 0.8em;
   transition: transform 0.3s ease;
}

.wpdudecom-category-megamenu.is-open .wpdudecom-category-megamenu-button::before {
   content: "\2715";
   transform: rotate(180deg);
}


.wpdudecom-category-megamenu-button {
    background-color: #000;
    padding: 10px 10px;
    cursor: pointer;
    color: white;
    height: 100%;
    border: none;
    font-size: 20px;
    transition: background-color 0.3s;
    border-radius: 0;
}


#navbar-megamenu .wpdudecom-category-megamenu-content {
    position: absolute;
}
.wpdudecom-category-megamenu-content {
    display: none;

    top: 100%;
    max-width: 1640px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 100%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.wpdudecom-main-category-list {
    display: flex;
    flex-direction: column;
    list-style: none;

    justify-content: flex-start;

}

.wpdudecom-main-category-list
{
width: 345px;
border: 2px black solid;
border-bottom-left-radius: 8px;
}
.wpdudecom-category-megamenu-button
{
width: 345px;
border: 2px black solid;
}


.wpdudecom-main-category-list
{
width: 345px;
border: 2px black solid;
border-top: none;}


.wpdudecom-category-megamenu-button:focus,
.wpdudecom-category-megamenu-button:hover {
    background-color: #000;
    border:2px black solid;
}
.main-page .wpdudecom-main-category-list ul{
    margin:0px;
}
.wpdudecom-main-category-list li {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    opacity: 0.8;
    position: relative;
}

.wpdudecom-main-category-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    border-bottom: 1px solid #e0e0e0;
}

.wpdudecom-main-category-list li:hover,
.wpdudecom-main-category-list li.active
 {
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    opacity: 1;
}

.wpdudecom-main-category-list .category-icon {
    margin-right: 4px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpdudecom-main-category-list .category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.wpdudecom-main-category-list li:hover .category-icon img {
    transform: rotate(360deg);
}

.wpdudecom-main-category-list .category-name {
    flex: 1;
    white-space: nowrap;
    font-size: 1.30em;
}

.wpdudecom-subcategories-container {

    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-bottom-right-radius: 8px;
}

.wpdudecom-subcategory-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}

.wpdudecom-subcategory-column {
    flex: 0 0 23.6%;
    
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.1s ease-out, transform 0.1s ease-out;
    margin: 3px;
border-radius: 8px;
background-color: #fff;
}



.wpdudecom-subcategory-column.visible {
    opacity: 1;
    transform: translateX(0);
    border: 1px solid #e0e0e0;
}

.wpdudecom-subcategory-column.column-count-2 {
    flex: 0 0 49%;
}

.wpdudecom-subcategory-column.column-count-3 {
    flex: 0 0 74%;
}

.wpdudecom-subcategory-multicolumn {
    display: flex;
}

.wpdudecom-subcategory-multicolumn .wpdudecom-subcategory-list {
    flex: 1;
    padding-right: 15px;
}

.wpdudecom-subcategory-column h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.wpdudecom-subcategory-column h3 a {
    color: #1b1b1b;
    font-size: 1.25rem;
    transition: color 0.3s;
}

.wpdudecom-subcategory-column h3 a:hover {
    color: #fa600f;
}
.category-title-container {
    padding: 5px 10px 5px 10px;
    position: relative;
}

.category-title-container::after {
    content: '';
    display: block;
    width: 95%;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wpdudecom-subcategory-list {
    list-style: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.wpdudecom-subcategory-list li {
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.1s ease-out, transform 0.1s ease-out;
}

.wpdudecom-subcategory-list li.visible {
    opacity: 1;
    transform: translateX(0);
}

.wpdudecom-subcategory-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
    font-size: 0.9em;
}
.wpdudecom-subcategory-list li {
    list-style-type: disc;
    margin-left: 20px; /* Adjust this value as needed to reduce the indentation */
    padding-left: -10px; /* Adjust this value as needed to change the space between the list item marker and the text */
}

.wpdudecom-subcategory-list a:hover {
    color: #fa600f;
}

.wpdudecom-select-category-message,
.wpdudecom-loading-message,
.wpdudecom-error-message {
    text-align: center;
    padding: 20px 0;
    padding:20px 0px;
background-color: #f9f9f9;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
    font-style: italic;
    color: #666;
    font-size: 1.4em;
}

.wpdudecom-loading-message {
    color: #333;
    position: relative;
    padding-left: 30px;
}

.wpdudecom-loading-message::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #fa600f;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.wpdudecom-error-message {
    color: #ff0000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wpdudecom-category-megamenu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}


#homepage-megamenu ul.wpdudecom-main-category-list {
    margin:0;
}
.home #primary
{
margin-top:0!important;
}
#homepage-megamenu .wpdudecom-category-megamenu-content
{
min-height: 435px;
margin-right: -20px;
display:flex;
}




/* Start of Feature Boxes with SVG Icons */
.wpdudecom-feature-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
   
}

.wpdudecom-feature-box {
    flex: 1 1 30%;
    padding: 10px;
    margin: 10px 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    border-radius: 8px;
    
}
.wpdudecom-feature-box p
{
margin-bottom: 0px;
}
.wpdudecom-feature-box:hover {
    background-color: #f1f1f1;
}

.wpdudecom-feature-icon {
    width: 60px;
    height: 60px;
    fill: #333;
    margin-bottom: 15px;
    transition: fill 0.3s ease;
}

.wpdudecom-feature-box:hover .wpdudecom-feature-icon {
    fill: #0073aa; /* Change color on hover */
}

.wpdudecom-feature-box span {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
    display: block;

}

.wpdudecom-feature-box p {
    font-size: 1em;
    color: #666;
}
/* End of Feature Boxes with SVG Icons */
