.zolar-awards-section {
    padding: 80px 0;
    background-color: #f6faf7;
    overflow: hidden;
    
    /* Break out of boxed containers (e.g., Elementor) */
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.zolar-awards-header {
    text-align: center;
    margin-bottom: 60px;
}

.zolar-awards-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.zolar-awards-heading {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #161616;
    margin: 0;
    line-height: 1.2;
}

.zolar-awards-timeline-wrapper {
    width: 100%;
    overflow: hidden;
    cursor: grab;
}

.zolar-awards-timeline-wrapper:active {
    cursor: grabbing;
}

.zolar-awards-timeline-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.zolar-award-item {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.zolar-award-node-container {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.zolar-award-dotted-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px dashed #cfd7c5;
    z-index: 1;
}

.zolar-award-node {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.zolar-award-dot {
    width: 12px;
    height: 12px;
    background-color: #d2e49c;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Active State for Dot */
.zolar-award-item.active .zolar-award-dot,
.zolar-award-item:hover .zolar-award-dot {
    background-color: #c9e265;
    box-shadow: 0 0 0 10px rgba(201, 226, 101, 0.3);
    transform: scale(1.2);
}

.zolar-award-content {
    display: flex;
    margin-top: 20px;
    padding-left: 20px;
    align-items: flex-start;
}

.zolar-award-year-wrapper {
    margin-right: 20px;
    margin-top: 10px;
}

.zolar-award-year {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #161616;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: color 0.3s ease;
}

.zolar-award-item.active .zolar-award-year,
.zolar-award-item:hover .zolar-award-year {
    color: #c9e265;
}

.zolar-award-info {
    display: flex;
    flex-direction: column;
}

.zolar-award-icon {
    margin-bottom: 15px;
    color: #161616;
}

.zolar-award-icon svg,
.zolar-award-icon img {
    width: 40px;
    height: 40px;
}

.zolar-award-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .zolar-awards-heading {
        font-size: 32px;
    }
}
