BLACKSITE
:
216.73.216.251
:
172.93.223.125 / geeteetravels.com
:
Linux ubuntu 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
:
/
home
/
geeteetravels
/
public_html
/
css
/
Upload File:
files >> /home/geeteetravels/public_html/css/history-redesign.css
/* Legacy Timeline Redesign */ .history-redesign-section { padding: 100px 0; background: #ffffff; overflow-x: hidden; } .history-container { max-width: 1000px; margin: 0 auto; position: relative; padding: 0 15px; } .history-header { text-align: center; margin-bottom: 80px; } .history-header h2 { font-family: 'Playfair Display', serif; font-size: 3rem; color: #273163; margin-bottom: 20px; font-weight: 800; } .history-header .accent { width: 60px; height: 3px; background: #D4AF37; margin: 0 auto; } /* Vertical Timeline */ .timeline-vertical { position: relative; } .timeline-vertical::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #f0f0f0; transform: translateX(-50%); } .timeline-item { position: relative; margin-bottom: 60px; width: 100%; } .timeline-item:last-child { margin-bottom: 0; } .timeline-dot { position: absolute; left: 50%; top: 24px; width: 16px; height: 16px; background: #fff; border: 3px solid #D4AF37; border-radius: 50%; z-index: 5; transform: translateX(-50%); box-shadow: 0 0 10px rgba(212, 175, 55, 0.5); transition: all 0.3s ease; } .timeline-item:hover .timeline-dot { background: #D4AF37; transform: translateX(-50%) scale(1.3); } .timeline-content-wrap { width: 45%; position: relative; } .timeline-item:nth-child(even) .timeline-content-wrap { margin-left: auto; text-align: left; padding-left: 30px; } .timeline-item:nth-child(odd) .timeline-content-wrap { margin-right: auto; text-align: right; padding-right: 30px; } .timeline-year { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: #273163; opacity: 0.1; position: absolute; top: -20px; z-index: 1; } .timeline-item:nth-child(even) .timeline-year { left: 30px; } .timeline-item:nth-child(odd) .timeline-year { right: 30px; } .timeline-card { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid #f0f0f0; position: relative; z-index: 2; transition: all 0.4s ease; } .timeline-card:hover { box-shadow: 0 15px 40px rgba(39, 49, 99, 0.1); border-color: rgba(212, 175, 55, 0.3); transform: translateY(-5px); } .timeline-card h4 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #273163; margin-bottom: 12px; font-weight: 700; } .timeline-card p { font-size: 0.95rem; color: #666; line-height: 1.7; margin: 0; } /* Responsive */ @media (max-width: 768px) { .timeline-vertical::before { left: 30px; } .timeline-dot { left: 30px; } .timeline-content-wrap { width: calc(100% - 60px); margin-left: 60px !important; text-align: left !important; padding-left: 0 !important; } .timeline-year { left: 0 !important; right: auto !important; font-size: 2rem; } .history-header h2 { font-size: 2.22rem; } }