
#top-primary-nav-clone.menuzord-responsive .menuzord-menu>li>a {
    color: black;
    background-color: #fff;
    border-bottom-color: #444;
    border: none;
}


.menuzord-brand {
    margin: 10px 30px 10px 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}

/* Highlight the active nav item */
#main-nav .menu-item.active a {
    /* background-color: #007bff; */
    /* blue background */
    color: #b82525ff;
    /* white text */
    /* border-radius: 20px; */
    transition: background 0.3s ease;
}

/* Optional: add hover effect */
#main-nav .menu-item a:hover {
    background-color: #fbd112;
    color: #fff;
}

.title-1 {
    color: rgb(251 215 17);
}

.title-2 {
    color: rgb(251 215 17);
}

.icon-box-title {
    font-size: x-large;
}

/* Custom active tab color for your pills */
.nav-pills .nav-link.active {
    background-color: rgb(251 215 17) !important;
    color: #fff !important;
}

/* Optional: make non-active buttons look clean */
.nav-pills .nav-link {
    background-color: #e43825;
    color: #fff;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
    background-color: rgb(251 215 17);
    color: #fff;
}

.tab-content {
    box-shadow: 1px 1px 8px 2px #eee;
}

.tab-content strong {
    font-size: 20px;
}

.item img {
    width: 70% !important;
}

@media (max-width:1000px) {
    .item img {
        width: 50% !important;
    }
}

.contact-p {
    font-size: 16px;
}


/* Mobile Toggle Button */
.mobile-menu-toggle {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    z-index: 9999;
}

/* Icon Toggle */
.mobile-menu-toggle .close-icon {
    display: none;
}

.mobile-menu-open .menu-icon {
    display: none;
}

.mobile-menu-open .close-icon {
    display: inline;
}

/* FIX FOR MENUZORD MOBILE MENU */
#top-primary-nav-clone {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* OPEN STATE */
.mobile-menu-open #top-primary-nav-clone {
    max-height: 100vh;
}

/* Prevent auto collapse */
#top-primary-nav-clone .menuzord-menu {
    display: block !important;
}

#top-primary-nav-clone {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.mobile-menu-open #top-primary-nav-clone {
    max-height: 100vh;
}

.menu-icon {
    background: #1b81c2;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 10px;
    font-size: 30px;
}

.close-icon {
    background: #1b81c2;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 10px;
    font-size: 30px;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}
