/* Navigation Menu */
.navbar-inverse {
    background-color: #000;
    border: none;
}

.navbar-nav > li > a {
    color: #fcd905 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-nav > li > a:hover {
    color: #fff !important;
}

/* Active Menu Item */
.navbar-nav > li.active > a {
    background-color: #fcd905 !important;
    color: #000 !important;
}

.navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:focus {
    background-color: #fcd905 !important;
    color: #000 !important;
}

.dropdown-menu {
    background-color: #333;
}

.dropdown-menu > li > a {
    color: #fcd905 !important;
}

.dropdown-menu > li > a:hover {
    background-color: #000;
    color: #fff !important;
}

.dropdown-menu > li.active > a {
    background-color: #fcd905 !important;
    color: #000 !important;
}

/* Header Social Icons */
.ContactNo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
    gap: 10px;
}

.ContactNo .social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ContactNo img {
    height: 30px;
    display: inline-block;
}

.ContactNo .Whimg {
    height: 35px;
}

.contact-top {
    padding: 5px;
    color: #fcd905;
}

.contact-top a {
    color: #fcd905;
    text-decoration: none;
}

/* Footer Styles */
.footer_sp-a {
    background-color: #000;
    padding: 30px 0 10px 0px;
    color: #fff;
}

.footer_sp-a a {
    color: #fff;
    text-decoration: none;
}

.footer_sp-a h4 {
    color: #fcd905;
    margin-bottom: 15px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a:hover {
    color: #fcd905;
}

.social {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.social img {
    padding: 0 5px;
    height: 25px;
    display: inline-block;
}

.footer_sp-a .social {
    justify-content: center;
    margin-top: 15px;
}

.footlogo {
    height: 120px;
    margin-bottom: 15px;
}

.CopyRight {
    color: #616060;
    font-size: 14px;
    padding-top: 25px;
}

.CopyRight a {
    color: #616060;
}

.CopyRight img {
    height: 30px;
    vertical-align: middle;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    
    /* Hide contact info on mobile (it's in the dynamic responsive styles) */
    .contact-top {
        display: block !important;
        text-align: center !important;
        padding: 5px 0;
    }
    
    /* Mobile center utility */
    .mobile-center {
        text-align: center;
        margin-bottom: 20px;
    }
    
    /* Navigation mobile fixes */
    .navbar-nav {
        margin: 0;
        float: none !important;
    }
    
    .navbar-nav > li {
        float: none;
        width: 100%;
    }
    
    .navbar-nav > li > a {
        padding: 15px 20px;
        text-align: center;
        border-bottom: 1px solid #333;
        display: block;
    }
    
    .navbar-collapse {
        border: none;
        box-shadow: none;
        margin-top: 10px;
        background-color: rgba(0, 0, 0, 0.95);
        width: 100%;
        clear: both;
    }
    
    .navbar-collapse:not(.in) {
        display: none !important;
    }
    
    .navbar-collapse.in {
        display: block !important;
        overflow-y: auto;
    }
    
    .navbar-toggle {
        background-color: #fcd905 !important;
        border-color: #fcd905 !important;
        margin-right: 15px;
        margin-top: 8px;
        position: relative;
        z-index: 9999;
        display: block !important;
        float: right;
    }
    
    .navbar-toggle .icon-bar {
        background-color: #000 !important;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin: 4px 0;
    }
    
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: #fcd905 !important;
    }
    
    /* Dropdown mobile fixes */
    .dropdown-menu {
        position: static !important;
        float: none !important;
        width: auto !important;
        background-color: #222 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
    }
    
    .dropdown-menu > li > a {
        padding: 10px 30px !important;
        color: #ccc !important;
        background-color: #222 !important;
    }
    
    .dropdown-menu > li > a:hover {
        background-color: #333 !important;
        color: #fcd905 !important;
    }
    
    /* Social media mobile */
    .social {
        justify-content: center !important;
        text-align: center !important;
        padding: 10px 0;
    }
    
    .social a {
        margin: 0 8px !important;
    }
    
    .social img {
        height: 30px !important;
        width: auto;
    }
    
    /* Footer mobile responsive */
    .footer_sp-a {
        padding: 20px 0;
    }
    
    .footer_sp-a .row-none {
        display: flex;
        flex-direction: column;
    }
    
    .footer_sp-a .col-sm-3,
    .footer_sp-a .col-sm-2,
    .footer_sp-a .col-sm-4,
    .footer_sp-a .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px;
        text-align: center !important;
        padding: 0 15px;
    }
    
    .footlogo {
        max-width: 120px !important;
        height: auto !important;
        display: block;
        margin: 0 auto 15px;
    }
    
    .footer-menu {
        list-style: none;
        padding: 0;
        text-align: center;
    }
    
    .footer-menu li {
        margin: 8px 0;
    }
    
    .footer-menu li a {
        color: #ccc;
        text-decoration: none;
        font-size: 14px;
    }
    
    .CopyRight {
        font-size: 12px !important;
        padding: 5px 10px;
        line-height: 1.4;
    }
    
    .CopyRight img {
        height: 20px !important;
        margin: 0 5px;
    }
}

/* Desktop - hide mobile toggle */
@media (min-width: 769px) {
    .navbar-toggle {
        display: none !important;
    }
    
    .navbar-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        background-color: transparent !important;
    }
    
    .navbar-nav {
        float: left;
        margin: 0;
    }
    
    .navbar-nav > li {
        float: left;
        width: auto;
    }
    
    .navbar-nav > li > a {
        padding: 15px 20px;
        border-bottom: none;
    }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    
    .navbar-brand {
        padding: 5px 15px;
    }
    
    .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .social img {
        height: 25px !important;
    }
    
    .footer_sp-a h4 {
        font-size: 16px !important;
        margin-bottom: 15px;
    }
    
    .footer_sp-a h5 {
        font-size: 14px !important;
        line-height: 1.4;
    }
    
    .CopyRight {
        font-size: 11px !important;
    }
}
