.hover-card .hover-button {
opacity: 0;
transform: translateY(20px);
pointer-events: none;
transition: all 0.35s ease;
} .hover-card:hover .hover-button {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
.custom-highlight {
color: #FACC4D !important;
}
.hero-top-badge-icons svg {
fill: #FACC4D;
} .timeline-list {
position: relative;
} .timeline-list::before {
content: "";
position: absolute;
left: 12px;
top: 0;
bottom: 0;
width: 2px;
background: #cfd8dc;
} .timeline-item {
position: relative;
padding-left: 40px; margin-bottom: 24px;
} .timeline-item::before {
content: "";
position: absolute;
left: 6px;
top: 6px;
width: 10px;
height: 10px;
background: #607d8b;
border-radius: 50%;
border: 2px solid #fff;
z-index: 2;
}