/* Custom Styles for Header & Footer - New Design */

/* ==========================================================================
   HEADER STYLING
   ========================================================================== */
#site_header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 999;
}

#site_header .menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0.85rem 0; */
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
}

#header .navbar-nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .navbar-nav-li-a {
    color: #334155 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

#header .navbar-nav-li-a:hover {
    color: #1d63fe !important;
}

.dropdown-chevron {
    transition: transform 0.2s ease;
    color: #64748b;
}

#header .navbar-nav-li:hover .dropdown-chevron {
    transform: rotate(180deg);
    color: #1d63fe;
}

.btn-header-get-listed {
    background-color: #1d63fe !important;
    border-color: #1d63fe !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.925rem;
    padding: 0.6rem 1.4rem !important;
    border-radius: 10px !important;
    transition: all 0.2s ease;
}

.btn-header-get-listed:hover {
    background-color: #1552db !important;
    border-color: #1552db !important;
    color: #ffffff !important;
}


/* ==========================================================================
   FOOTER STYLING
   ========================================================================== */
.footer-section.footer-custom {
    background-color: #141523 !important;
    color: #94a3b8;
    font-family: inherit;
    padding-top: 4.5rem;
    padding-bottom: 0;
}

.footer-custom .footer-brand-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
}

.footer-custom .footer-brand-desc {
    color: #94a3b8;
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 280px;
}

.footer-custom .social-icon-btn {
    width: 36px;
    height: 36px;
    background-color: #202234;
    color: #94a3b8;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-custom .social-icon-btn:hover {
    background-color: #1d63fe;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-custom h6.footer-heading {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.footer-custom .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-custom .footer-links li {
    margin-bottom: 0.75rem;
}

.footer-custom .footer-links a {
    color: #94a3b8 !important;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-custom .footer-links a:hover {
    color: #ffffff !important;
}

.footer-custom .footer-bottom-bar {
    border-top: 1px solid #202234;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 2rem;
}

.footer-custom .copyright-text {
    color: #64748b;
    font-size: 0.825rem;
}

.footer-custom .legal-links a {
    color: #94a3b8 !important;
    font-size: 0.825rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-custom .legal-links a:hover {
    color: #ffffff !important;
}
