.et-93997636-container {
    position: relative;
    padding: 20px 0;
    font-family: inherit;
}

.et-93997636-line {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 45px; /* Centers under the 90px circle */
    width: 0;
    border-left: 3px dotted #4A5F2F;
    z-index: 1;
}

.et-93997636-steps {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.et-93997636-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.et-93997636-left {
    position: relative;
    width: 90px;
    flex-shrink: 0;
}

.et-93997636-number {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #4A5F2F;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #4A5F2F;
    position: relative;
    z-index: 3;
    background: #FDF9EE; /* Assuming light beige bg to hide dotted line underneath */
}

/* Fallback background if the container is on white */
.elementor-widget-experience_timeline_93997636 .et-93997636-number {
    background-color: #fff;
}

.et-93997636-connecting-line {
    position: absolute;
    top: 110px;
    left: 45px;
    width: 45px;
    height: 0;
    border-top: 2px solid #4A5F2F;
    z-index: 2;
    transform: rotate(30deg);
    transform-origin: 0 0;
    display: none; /* Removed the angled line to simplify and match structure better, but kept for future adjust if needed */
}

.et-93997636-right {
    flex-grow: 1;
    padding-top: 10px;
}

.et-93997636-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #4A5F2F;
}

.et-93997636-subtitle-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.et-93997636-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4A5F2F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 24px;
    flex-shrink: 0;
}

.et-93997636-icon-wrap i,
.et-93997636-icon-wrap svg {
    width: 30px;
    height: 30px;
    fill: #FFF;
}

.et-93997636-subtitle {
    font-family: 'Caveat', 'Great Vibes', 'Dancing Script', cursive, sans-serif;
    font-size: 42px;
    color: #4A5F2F;
    line-height: 1;
}

.et-93997636-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    max-width: 90%;
}

@media (max-width: 767px) {
    .et-93997636-step {
        flex-direction: column;
        gap: 15px;
    }
    
    .et-93997636-line {
        left: 30px; /* adjusted for smaller circle */
    }
    
    .et-93997636-left {
        width: 60px;
    }
    
    .et-93997636-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .et-93997636-subtitle {
        font-size: 32px;
    }
}
