/* ========================================
   CUSTOM CSS - M Dicky Desriansyah Portfolio
   Stripped of all animations/transitions. Managed by Anime.js.
   ======================================== */

/* ---- Loading Screen ---- */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
}

.loading-screen.hidden {
    opacity: 0;
    pointer-events: none;
}

/* ---- Core Elements ---- */
.fade-in-up, .anime-reveal, .anime-reveal-left, .anime-reveal-right, .anime-reveal-scale {
    opacity: 0;
}

.gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile-menu {
    max-height: 0;
    overflow: hidden;
}
#mobile-menu.show {
    max-height: 500px;
}

body {
    background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
}



.nav-link.active {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0.3; /* Base opacity */
}

/* ========================================
   ROBOT STYLES
   ======================================== */
#floating-robot {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 120px;
    height: 140px;
    z-index: 40;
}

.robot-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.robot-head {
    width: 70px;
    height: 60px;
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    border-radius: 15px 15px 8px 8px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 8px 20px rgba(74, 222, 128, 0.4);
}

.robot-antenna {
    width: 4px;
    height: 22px;
    background: linear-gradient(to top, #4ade80, #22c55e);
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px 2px 0 0;
}

.antenna-top {
    width: 12px;
    height: 12px;
    background: #fbbf24;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.5);
}

.robot-eye {
    width: 18px;
    height: 18px;
    background: #1e293b;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    border: 2px solid #4ade80;
}

.pupil {
    width: 8px;
    height: 8px;
    background: #60a5fa;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}
.robot-eye-left { left: 12px; }
.robot-eye-right { right: 12px; }

.robot-mouth {
    width: 28px;
    height: 6px;
    background: #1e293b;
    border-radius: 0 0 3px 3px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.mouth-glow {
    width: 100%;
    height: 4px;
    background: #60a5fa;
    position: absolute;
    top: 0;
    opacity: 0.3;
}

.robot-halo {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.halo-ring {
    position: absolute;
    border: 1px solid rgba(74, 222, 128, 0.6);
    border-radius: 50%;
}
.halo-ring:nth-child(1) { width: 40px; height: 40px; top: 0; left: -10px; }
.halo-ring:nth-child(2) { width: 30px; height: 30px; top: 5px; left: -5px; }

.robot-body {
    width: 80px;
    height: 70px;
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    border-radius: 15px;
    margin: 5px auto 0;
    position: relative;
    box-shadow: 0 10px 25px rgba(74, 222, 128, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.robot-screen {
    width: 48px;
    height: 28px;
    background: #1e293b;
    border-radius: 5px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.screen-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 4px;
}

.screen-dot {
    width: 4px;
    height: 4px;
    background: #60a5fa;
    border-radius: 50%;
    opacity: 0.3;
}

.robot-arm {
    width: 14px;
    height: 45px;
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    border-radius: 8px;
    position: absolute;
    top: 12px;
    z-index: -1;
}

.robot-arm-left { left: -18px; transform: rotate(-10deg); }
.robot-arm-right { right: -18px; transform: rotate(15deg); }

.robot-leg {
    width: 12px;
    height: 25px;
    background: linear-gradient(to bottom, #4ade80, #22c55e);
    border-radius: 0 0 6px 6px;
    position: absolute;
    bottom: -25px;
}
.robot-leg-left { left: 20px; }
.robot-leg-right { right: 20px; }

.robot-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: rgba(30, 41, 59, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    color: #4ade80;
}

.robot-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4ade80;
    border-radius: 50%;
    opacity: 0.7;
}

.particle-1 { top: 20%; left: 10%; }
.particle-2 { top: 60%; right: 15%; }
.particle-3 { bottom: 20%; left: 20%; }

/* ---- Robot Responsive ---- */
@media (max-width: 768px) {
    #floating-robot { right: 10px; bottom: 10px; width: 70px; height: 85px; z-index: 40; }
    .robot-head { width: 40px; height: 35px; }
    .robot-antenna { height: 18px; top: -18px; }
    .antenna-top { width: 10px; height: 10px; top: -6px; }
    .robot-eye { width: 10px; height: 10px; top: 16px; }
    .pupil { width: 5px; height: 5px; top: 2px; left: 2px; }
    .robot-eye-left { left: 8px; }
    .robot-eye-right { right: 8px; }
    .robot-mouth { width: 18px; height: 4px; bottom: 8px; }
    .mouth-glow { height: 3px; }
    .robot-halo { top: -25px; }
    .halo-ring:nth-child(1) { width: 30px; height: 30px; left: -5px; }
    .halo-ring:nth-child(2) { width: 22px; height: 22px; left: -1px; }
    .robot-body { width: 50px; height: 40px; }
    .robot-screen { width: 26px; height: 14px; top: 13px; }
    .screen-dot { width: 3px; height: 3px; }
    .robot-arm { width: 9px; height: 26px; }
    .robot-arm-left { left: -14px; }
    .robot-arm-right { right: -14px; }
    .robot-leg { height: 20px; bottom: -20px; }
    .robot-leg-left { left: 15px; }
    .robot-leg-right { right: 15px; }
    .robot-badge { width: 16px; height: 16px; top: 6px; right: 6px; font-size: 0.5rem; }

    .chatbot-container { width: 300px; height: 350px; bottom: 110px; right: 0; border-radius: 12px; }
    .chatbot-header { padding: 12px; }
    .chatbot-title { font-size: 1em; }
    .chatbot-messages { padding: 10px; }
    .message { max-width: 90%; padding: 8px 12px; font-size: 0.9em; }
    .chatbot-input-area { padding: 8px; }
    .chatbot-input { padding: 10px 12px; font-size: 0.9em; }
    .chatbot-send-btn { width: 35px; height: 35px; }
}

@media (max-width: 480px) {
    #floating-robot { right: 8px; bottom: 8px; width: 60px; height: 75px; }
    .robot-head { width: 35px; height: 30px; }
    .robot-antenna { height: 16px; top: -16px; }
    .antenna-top { width: 8px; height: 8px; top: -5px; }
    .robot-eye { width: 8px; height: 8px; top: 13px; }
    .pupil { width: 4px; height: 4px; top: 2px; left: 2px; }
    .robot-eye-left { left: 7px; }
    .robot-eye-right { right: 7px; }
    .robot-mouth { width: 16px; height: 3px; bottom: 7px; }
    .mouth-glow { height: 2px; }
    .robot-halo { top: -22px; }
    .halo-ring:nth-child(1) { width: 26px; height: 26px; left: -4px; }
    .halo-ring:nth-child(2) { width: 18px; height: 18px; left: -1px; }
    .robot-body { width: 45px; height: 35px; }
    .robot-screen { width: 22px; height: 12px; top: 11px; }
    .screen-dot { width: 2px; height: 2px; }
    .robot-arm { width: 7px; height: 22px; }
    .robot-arm-left { left: -12px; }
    .robot-arm-right { right: -12px; }
    .robot-leg { height: 18px; bottom: -18px; }
    .robot-leg-left { left: 13px; }
    .robot-leg-right { right: 13px; }
    .robot-badge { width: 14px; height: 14px; top: 5px; right: 5px; font-size: 0.4rem; }

    .chatbot-container { width: 270px; height: 320px; bottom: 100px; right: 0; border-radius: 10px; }
    .chatbot-header { padding: 10px; }
    .chatbot-title { font-size: 0.9em; }
    .chatbot-messages { padding: 8px; }
    .message { max-width: 95%; padding: 7px 10px; font-size: 0.85em; }
    .chatbot-input-area { padding: 6px; }
    .chatbot-input { padding: 8px 10px; font-size: 0.85em; }
    .chatbot-send-btn { width: 30px; height: 30px; }
}

/* ========================================
   ELEGANT AI HUD CHATBOT STYLES
   ======================================== */
.chatbot-container {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 350px;
    height: 480px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 120px);
    background: rgba(15, 23, 42, 0.75); /* Smooth dark slate glass */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(34, 211, 238, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 50;
    font-family: 'Inter', sans-serif;
}

.chatbot-header {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.chatbot-title { font-weight: 600; font-size: 0.95em; letter-spacing: 0.5px; }

.chatbot-close-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2em;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.chatbot-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.chatbot-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 0.9em;
}

.message {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 14px;
    line-height: 1.5;
}

.bot-message {
    align-self: flex-start;
    background: rgba(34, 211, 238, 0.1);
    color: #e2e8f0;
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-bottom-left-radius: 4px;
}

.user-message {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 4px;
}

.message-content { word-wrap: break-word; }

.chatbot-input-area {
    display: flex;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.chatbot-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    outline: none;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}
.chatbot-input::placeholder { color: rgba(255, 255, 255, 0.3); }
.chatbot-input:focus { border-color: rgba(34, 211, 238, 0.5); background: rgba(255, 255, 255, 0.06); box-shadow: 0 0 10px rgba(34, 211, 238, 0.1); }

.chatbot-send-btn {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-left: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(6, 182, 212, 0.3);
}
.chatbot-send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(6, 182, 212, 0.4);
}
.chatbot-send-btn:active { transform: translateY(0); }

/* Chatbot Avatar & Status */
.chatbot-header-content { display: flex; align-items: center; gap: 12px; flex: 1; }
.chatbot-avatar { 
    width: 38px; height: 38px; 
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(59, 130, 246, 0.2)); 
    border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    border: 1px solid rgba(34, 211, 238, 0.3); 
}
.chatbot-info { display: flex; flex-direction: column; flex: 1; }
.chatbot-status { display: flex; align-items: center; gap: 6px; font-size: 0.75em; margin-top: 2px; color: #94a3b8; }
.status-dot { width: 8px; height: 8px; background: #10b981; border-radius: 50%; box-shadow: 0 0 8px #10b981; }
.status-text { letter-spacing: 0.5px; }

.hidden { display: none !important; }

.typing-indicator {
    display: inline-block;
    padding: 10px 16px;
    background: rgba(34, 211, 238, 0.05);
    border: 1px solid rgba(34, 211, 238, 0.1);
    border-radius: 14px;
    border-bottom-left-radius: 4px;
    align-self: flex-start;
}
.typing-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #22d3ee;
    border-radius: 50%;
    margin: 0 2px;
    opacity: 0.6;
}

.chatbot-quick-actions {
    display: flex;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    gap: 8px;
    flex-wrap: wrap;
}
.quick-action-btn {
    flex: 1 1 auto;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    border-radius: 12px;
    font-size: 0.75em;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}
.quick-action-btn:hover {
    background: rgba(34, 211, 238, 0.1);
    border-color: rgba(34, 211, 238, 0.3);
    color: #fff;
}

/* Custom Scrollbar for Chatbot Messages */
.chatbot-messages::-webkit-scrollbar {
    width: 6px;
}
.chatbot-messages::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.5);
    border-radius: 10px;
}
.chatbot-messages::-webkit-scrollbar-thumb {
    background: rgba(34, 211, 238, 0.3);
    border-radius: 10px;
}
.chatbot-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 211, 238, 0.5);
}

/* ========================================
   CONTACT FORM STYLES
   ======================================== */
.contact-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}
.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.contact-icon-wrapper.linkedin { background: linear-gradient(135deg, #0077b5 0%, #00a0dc 100%); }
.contact-icon-wrapper.github { background: linear-gradient(135deg, #333 0%, #666 100%); }

.contact-card-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 0;
    color: #667eea;
}

.form-group { position: relative; }
.invalid-feedback { display: block; }
.alert { border-radius: 8px; }
.alert-success { border: 1px solid; }
.alert-error { border: 1px solid; }

.error-indicator {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #ef4444;
    font-size: 18px;
    display: none;
}
.form-group.error .error-indicator { display: block; }
.form-group.error input,
.form-group.error textarea { border-color: #ef4444 !important; box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important; }
.form-group.success input,
.form-group.success textarea { border-color: #22c55e !important; box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1) !important; }

.contact-particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.contact-particle:nth-child(1) { top: 20%; left: 10%; width: 6px; height: 6px; }
.contact-particle:nth-child(2) { top: 60%; right: 15%; width: 5px; height: 5px; }
.contact-particle:nth-child(3) { bottom: 30%; left: 20%; width: 7px; height: 7px; }
.contact-particle:nth-child(4) { top: 30%; right: 25%; width: 4px; height: 4px; }
.contact-particle:nth-child(5) { bottom: 50%; right: 10%; width: 5px; height: 5px; }

/* ========================================
   CERTIFICATE CARD STYLES
   ======================================== */
.cert-card {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    border: 1px solid #4a5568;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.cert-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; }
.cert-card[data-type="coursera"]::before { background: linear-gradient(to bottom, #0056d2, #2a7de9); }
.cert-card[data-type="dicoding"]::before { background: linear-gradient(to bottom, #5f42e7, #8a6deb); }
.cert-card[data-type="bangkit"]::before { background: linear-gradient(to bottom, #4ade80, #22c55e); }
.cert-card[data-type="msib"]::before { background: linear-gradient(to bottom, #f59e0b, #fbbf24); }
.cert-card[data-type="oracle"]::before { background: linear-gradient(to bottom, #dc2626, #f87171); }
.cert-card[data-type="unidha"]::before { background: linear-gradient(to bottom, #ec4899, #f472b6); }
.cert-card.hidden { display: none; }
.cert-title { font-weight: 600; color: #e2e8f0; margin-bottom: 6px; display: flex; align-items: center; }
.cert-title i { margin-right: 8px; font-size: 14px; }
.cert-provider { display: inline-block; padding: 4px 8px; border-radius: 6px; font-size: 12px; font-weight: 500; margin-top: 8px; }
.cert-provider.coursera { background: rgba(0, 86, 210, 0.2); color: #2a7de9; border: 1px solid rgba(0, 86, 210, 0.3); }
.cert-provider.dicoding { background: rgba(95, 66, 231, 0.2); color: #8a6deb; border: 1px solid rgba(95, 66, 231, 0.3); }
.cert-provider.bangkit { background: rgba(74, 222, 128, 0.2); color: #4ade80; border: 1px solid rgba(74, 222, 128, 0.3); }
.cert-provider.msib { background: rgba(245, 158, 11, 0.2); color: #f59e0b; border: 1px solid rgba(245, 158, 11, 0.3); }
.cert-provider.oracle { background: rgba(220, 38, 38, 0.2); color: #f87171; border: 1px solid rgba(220, 38, 38, 0.3); }
.cert-provider.unidha { background: rgba(236, 72, 153, 0.2); color: #f472b6; border: 1px solid rgba(236, 72, 153, 0.3); }

.filter-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}
.search-highlight { background-color: rgba(251, 191, 36, 0.3); padding: 1px 2px; border-radius: 2px; }

@media (min-width: 768px) {
    #desktop-nav-links { display: flex !important; }
}

/* ========================================
   HERO SECTION
   ======================================== */
.bg-gradient-to-r.from-blue-500.to-purple-600 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.border-gradient-to-r.from-blue-500.to-purple-600 {
    border: 1px solid transparent;
    background-clip: padding-box;
}

/* ========================================
   SCROLLBAR STYLING
   ======================================== */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track {
    background: #0f172a;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #22d3ee 0%, #3b82f6 100%);
    border-radius: 8px;
    border: 2px solid #0f172a;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #67e8f9 0%, #60a5fa 100%);
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.8);
}
html { scrollbar-width: thin; scrollbar-color: #3b82f6 #0f172a; }


/* Mobile nav enhancements */
#mobile-menu .nav-link { padding: 1rem 1.5rem !important; margin: 0.25rem 0.5rem !important; border-radius: 12px !important; }
#mobile-menu {
    background: rgba(26, 31, 58, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(102, 126, 234, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3) !important;
    margin-top: 0.5rem !important;
}
#mobile-menu .nav-link { border-radius: 8px !important; margin: 0.25rem !important; }

#mobile-menu-button { position: relative; }
#mobile-menu-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
}

#navbar .text-xl {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}

@media (max-width: 768px) { #desktop-nav-links { display: none !important; } }
@media (min-width: 769px) { #mobile-menu { display: none !important; } }

/* Custom Hero Animations */
@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.animate-spin-slow {
    animation: spin-slow 8s linear infinite;
}
.animation-delay-2000 {
    animation-delay: 2s;
}
.animation-delay-4000 {
    animation-delay: 4s;
}

/* Float Animations for Hero Cards */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.animate-float {
    animation: float 6s ease-in-out infinite;
}
