body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, .quote-font {
    font-family: 'Merriweather', serif;
}

.drop-cap::first-letter {
    float: left;
    font-size: 3.5rem;
    line-height: 0.85;
    font-weight: 900;
    margin-right: 0.5rem;
    margin-top: 5px;
    color: #000; 
}

@media (min-width: 768px) {
    .drop-cap::first-letter {
        font-size: 4.5rem;
        margin-right: 0.75rem;
        margin-top: 0;
    }
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

@media (min-width: 1024px) {
    .parallax {
        background-attachment: fixed;
    }
}

.content-width {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.soha-quote {
    border-left: 4px solid #b91c1c;
    background-color: #f9f9f9;
    padding: 15px 20px;
    font-style: italic;
    font-family: 'Merriweather', serif;
    color: #444;
    margin: 30px 0;
}

@media (min-width: 768px) {
    .soha-quote {
        padding: 20px 30px;
    }
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px; 
    background-color: #f3f4f6;
    border-radius: 99px;
    z-index: 1;
    left: 20px; 
    transform: none;
}

@media (min-width: 768px) {
    .timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.sp-sticky-header {
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100%; 
    height: 45px !important;
    background-color: #000 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important;
    z-index: 99999 !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important; 
    font-family: Arial, sans-serif !important;
}

.left-group, .right-group { display: flex; align-items: center; height: 100%; }

.sp-back-to-soha-new {
    display: flex; align-items: center; justify-content: center; 
    width: 45px; height: 45px;
    background-color: #007f74; color: white; font-size: 18px; cursor: pointer;
}

.sp-back-to-soha-new:hover { background-color: #00665d; }

.emg-icon-svg { fill: currentColor; width: 20px; height: 20px; }

.sp-mag-logo-new { margin-left: 15px; display: flex; align-items: center; }
.sp-mag-logo-new img { height: 24px; width: auto; display: block; }

.center-logo {
    position: absolute; left: 50%; transform: translateX(-50%); 
    pointer-events: none; user-select: none;
    display: flex; align-items: center; justify-content: center;
}

.center-logo img { height: 26px; width: auto; display: block; }

.mobile-emag-logo {
    display: none; height: 24px; width: auto; margin-right: 15px;
}

.fb-custom-btn {
    display: flex; align-items: center; gap: 6px; color: white; 
    font-size: 13px; font-weight: bold; cursor: pointer; opacity: 0.9;
    margin-right: 15px;
}

.fb-custom-btn:hover { opacity: 1; text-decoration: underline; }

@media (max-width: 768px) { 
    .center-logo, .fb-custom-btn { display: none !important; } 
    .mobile-emag-logo { display: block !important; }
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #888; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #555; }

.chart-bar {
    width: 0%; 
    transition: width 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.chart-bar.reset {
    width: 0% !important;
    transition: none;
}

.static-bar { transition: none !important; }

@keyframes runClock {
    0% { top: 0%; opacity: 0; transform: translateX(-50%) scale(0.8); }
    5% { opacity: 1; transform: translateX(-50%) scale(1); }
    85% { top: 94%; transform: translateX(-50%) scale(1); box-shadow: 0 4px 10px rgba(0,0,0, 0.2); }
    100% { 
        top: 98%; 
        opacity: 1; 
        transform: translateX(-50%) scale(1.5); 
        box-shadow: 0 0 20px 5px rgba(220, 38, 38, 0.8), 0 0 40px 10px rgba(255, 215, 0, 0.6);
        background-color: #fff;
        border: 2px solid #dc2626;
    } 
}

.timeline-moving-object {
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    z-index: 20; 
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0, 0.2);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; 
}

@media (min-width: 768px) {
    .timeline-moving-object { left: 50%; }
}

.timeline-moving-object.active { animation: runClock 10s linear forwards; }

@keyframes activateDot {
    0% { background-color: #9ca3af; transform: scale(1); box-shadow: none; }
    1% { background-color: #dc2626; transform: scale(1.3); box-shadow: 0 0 15px rgba(220, 38, 38, 0.6); } 
    90% { background-color: #dc2626; transform: scale(1); box-shadow: none; }
    100% { background-color: #9ca3af; transform: scale(1); box-shadow: none; }
}

.year-circle {
    background-color: #9ca3af;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    animation: activateDot 8s linear infinite;
}

@keyframes spin-clock {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.clock-hand {
    transform-origin: center;
    animation: spin-clock 2s linear infinite;
}