.phone-link {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #0EA5E9;
    font-size: 15px;
    text-decoration: none;
    background: rgba(14,165,233,0.1);
    padding: 8px 14px;
    border-radius: 20px;
    transition: background 0.3s;
    flex-shrink: 0;
}

.phone-link:hover {
    background: rgba(14,165,233,0.2);
}

.back-btn {
    background: linear-gradient(135deg, #0EA5E9, #06B6D4);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: transform 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.back-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14,165,233,0.3);
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: white;
    z-index: 1001;
    padding: 80px 24px 24px;
    transition: right 0.3s;
    box-shadow: -5px 0 30px rgba(0,0,0,0.1);
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu a {
    display: block;
    padding: 15px 0;
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #e2e8f0;
    font-size: 16px;
}

.mobile-menu a:hover {
    color: #0EA5E9;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
}

@media (max-width: 1024px) {
    .desktop-nav { display: none !important; }
    .mobile-menu-btn { display: block !important; }
}

.hero::after {
    background: rgba(0, 0, 0, 0.35) !important;
}
/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}

.mobile-menu-overlay.active {
    display: block;
}

/* Support for both open and active classes */
.mobile-menu.open,
.mobile-menu.active {
    right: 0 !important;
}

/* Mobile nav links styling */
.mobile-nav a {
    display: block;
    padding: 15px 0;
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #e2e8f0;
    font-size: 16px;
}

.mobile-nav a:hover {
    color: #0EA5E9;
}

/* Ensure menu button is visible on mobile */
@media (max-width: 1024px) {
    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
    }
}

.mobile-menu {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

.mobile-menu a {
    color: #ffffff !important;
    border-bottom-color: #333 !important;
}

.mobile-menu a:hover {
    color: #0EA5E9 !important;
}

.mobile-menu-close {
    color: #ffffff !important;
}

.mobile-nav a {
    color: #ffffff !important;
}

.mobile-nav a:hover {
    color: #0EA5E9 !important;
}

#mobileMenu {
    background: #1a1a1a !important;
}

#mobileMenu a {
    color: #ffffff !important;
}

#mobileMenu button {
    color: #ffffff !important;
}
