*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.logo-container{position:absolute;left:2rem;gap:1rem}.logo,.logo-container{display:flex;align-items:center}.logo img{height:100px;width:auto}.partner-logo{display:flex;align-items:center}.partner-logo img{height:60px;width:auto;opacity:.8;transition:opacity .3s ease}.partner-logo img:hover{opacity:1}.journey-page .hero-section{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/images/journey/hero-journey.JPG) 50%/cover;padding-top:100px;position:relative}.journey-page .hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2rem;opacity:0;animation:fadeIn 1s ease-out forwards;animation-delay:.3s}.journey-page .hero-content h1{font-size:4rem;margin-bottom:0;background:linear-gradient(45deg,#00ff00,#7e1785);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;position:relative;animation:titleGlow 2s ease-in-out infinite alternate}.journey-page .hero-content h1:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:url(/images/journey/title-bg.jpg) 50%/cover;z-index:-1;opacity:.3;filter:blur(5px);border-radius:10px}.journey-page .hero-subtitle{font-size:1.5rem;color:#fff;margin:0}.timeline-section{padding:5rem 10%;position:relative}.timeline-container{position:relative;max-width:1200px;margin:0 auto}.timeline-container:before{content:"";position:absolute;width:2px;background:#00ff00;top:0;bottom:0;left:50%;transform:translateX(-50%)}.timeline-item{padding:2rem 0;position:relative;width:100%;opacity:0;animation:fadeIn .8s ease-out forwards;will-change:opacity,transform}.timeline-dot{position:absolute;width:20px;height:20px;background:#00ff00;border-radius:50%;left:50%;transform:translateX(-50%);box-shadow:0 0 10px rgba(0,255,0,.5)}.timeline-content{width:45%;padding:1.5rem;background:rgba(255,255,255,.05);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s,box-shadow .3s;opacity:0;animation:fadeIn .8s ease-out forwards;will-change:opacity,transform}.timeline-item:nth-child(odd) .timeline-content{margin-left:55%}.timeline-item:nth-child(2n) .timeline-content{margin-right:55%}.timeline-year{font-size:1.5rem;color:#00ff00;margin-bottom:1rem}.timeline-card h3{font-size:1.8rem;margin-bottom:1rem;color:#fff;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.7s}.timeline-image{width:100%;height:200px;overflow:hidden;border-radius:5px;margin-bottom:1rem;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.5s;will-change:opacity,transform}.timeline-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.timeline-card p{margin-bottom:1rem;color:#ccc;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:.9s}.timeline-tags{display:flex;gap:.5rem;flex-wrap:wrap;opacity:0;animation:fadeIn .8s ease-out forwards;animation-delay:1.1s}.tag{background:rgba(0,255,0,.1);color:#00ff00;padding:.3rem .8rem;border-radius:20px;font-size:.8rem}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,255,0,.2)}footer{background-color:#1a1a1a;color:#fff;padding:3rem 0 1rem;margin-top:2rem}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-around;padding:0 2rem}.footer-section h3{margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-links a{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#7e1785}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.3rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#7e1785}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width:768px){.logo-container{position:static;left:auto;display:flex;align-items:center;gap:.8rem;flex-shrink:0}.logo img{height:50px;width:auto}.partner-logo img{height:35px;width:auto}.journey-page .hero-section{height:60vh;padding-top:80px}.journey-page .hero-content h1{font-size:2.5rem;margin-bottom:1rem}.journey-page .hero-subtitle{font-size:1.2rem}.timeline-section{padding:3rem 5%}.timeline-container:before{left:20px}.timeline-dot{left:20px;width:15px;height:15px}.timeline-content{width:calc(100% - 50px);margin-left:50px!important;margin-right:0!important;padding:1rem}.timeline-year{font-size:1.2rem}.timeline-card h3{font-size:1.4rem}.timeline-image{height:150px}.scroll-down-btn{padding:10px 20px;font-size:1rem;margin-top:1.5rem}.scroll-down-btn i{font-size:1rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}}@media (max-width:480px){.logo-container{gap:.6rem}.logo img{height:45px;width:auto}.partner-logo img{height:30px;width:auto}.journey-page .hero-section{height:50vh;padding-top:70px}.journey-page .hero-content h1{font-size:2rem}.journey-page .hero-subtitle{font-size:1rem}.timeline-section{padding:2rem 3%}.timeline-content{width:calc(100% - 40px);margin-left:40px!important;padding:.8rem}.timeline-card h3{font-size:1.2rem}.timeline-image{height:120px}.scroll-down-btn{padding:8px 16px;font-size:.9rem}}@media (max-width:360px){.logo-container{gap:.5rem}.logo img{height:40px;width:auto}.partner-logo img{height:25px;width:auto}.journey-page .hero-content h1{font-size:1.8rem}.timeline-content{width:calc(100% - 35px);margin-left:35px!important;padding:.6rem}.timeline-card h3{font-size:1.1rem}.timeline-image{height:100px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.timeline-item:first-child{animation-delay:.2s}.timeline-item:nth-child(2){animation-delay:.4s}.timeline-item:nth-child(3){animation-delay:.6s}.timeline-item:nth-child(4){animation-delay:.8s}.scroll-down-btn{position:relative;display:flex;align-items:center;gap:10px;background:rgba(0,255,0,.1);color:#00ff00;border:2px solid #00ff00;padding:12px 24px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-top:2rem}.scroll-down-btn:hover{background:rgba(0,255,0,.2);transform:translateY(3px);box-shadow:0 5px 15px rgba(0,255,0,.2)}.scroll-down-btn i{font-size:1.2rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.timeline-item.visible{opacity:1;transform:translateY(0)}.to-be-continued{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.to-be-continued.visible{opacity:1;transform:translateY(0)}