/* ===============================
   Tricasol Header Style
================================ */

.tricasol-header {
    background: #2416b6;
    padding: 30px 0;
}
.pr-3{
    padding-right: 0.75rem !important;
}
.tricasol-nav {
    display: flex;
    align-items: center;
    width: 1150px ;
}

.tricasol-header .logo img {
    height: 38px;
}

/* Center Menu */
.tricasol-header .menu {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.tricasol-header .menu>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.tricasol-header .menu>li>a:hover {
    opacity: 0.85;
}

/* Dropdown */
.tricasol-header .dropdown-menu {
    border-radius: 10px;
    border: none;
}

/* Right side */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Login Button */
.login-btn {
    background: #ffc107;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.login-btn:hover {
    background: #ffb300;
    color: #000;
}
.dropdown-toggle{
    color:white;
}
/* ===============================
   Mobile Header
================================ */

.mobile-toggle {
    display: none;
    background: none;
    border: 0;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: #fff;
    display: block;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #2416b6;
    padding: 80px 30px;
    transition: 0.3s ease;
    z-index: 9999;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    margin-bottom: 18px;
}

.mobile-menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* Mobile Login Button */
.mobile-login {
    display: inline-block;
    margin-top: 20px;
}
footer.footer,
footer.footer * {
    background-color: #2416b6 !important;
    color: #ffffff !important;
}

/* Footer links */
footer.footer a {
    color: #ffffff !important;
    opacity: 0.9;
}

footer.footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Footer buttons (language / currency) */
footer.footer .btn {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3);
}

/* Remove default WHMCS top border */
footer.footer {
    border-top: none !important;
}
/* ===============================
   Tricasol Footer
================================ */

.tricasol-footer {
    background: #2416b6;
    color: #fff;
    padding: 80px 0 60px;
}

.tricasol-footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.tricasol-footer a:hover {
    opacity: 1;
}

/* Left Side */
.footer-logo {
    height: 40px;
    margin-bottom: 20px;
}

.footer-text {
    max-width: 320px;
    line-height: 1.7;
    margin-bottom: 25px;
}

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

.footer-contact li {
    margin-bottom: 10px;
}

/* Right Menus */
.footer-menus h6 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
}

.footer-menus h6::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 6px;
}

.footer-menus ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    line-height: 25px !important;
}

footer-menus li {
    margin-bottom: 12px;
   
}
.footer-bottom {
    background: #2416b6;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
}

.footer-bottom-inner {
    display: flex;
}

.copyright-text {
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
}
/* Mobile */
@media (max-width: 991px) {
    .footer-left {
        margin-bottom: 40px;
    }
}

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

    header.tricasol-header .desktop-menu,
    header.tricasol-header .desktop-actions {
        display: none !important;
    }

    .mobile-toggle {
        display: flex !important;
        margin-left: auto;
    }

    .tricasol-nav {
        width: 100%;
    }
}
.mobile-menu.active {
    right: 0;
}