.elementor-156 .elementor-element.elementor-element-98534ac{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ed7304a *//* About Page Styles */
.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #73308a;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}

.timeline-dot {
    position: absolute;
    left: -32px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #ffdd24;
    border: 3px solid #73308a;
    border-radius: 50%;
}

.timeline-item p {
    color: #555;
    font-size: 15px;
    margin: 0;
}

.vmp-card {
    background: #f7f2f9;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    transition: all .3s;
    min-height: 280px;
}

.vmp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vmp-icon {
    margin-bottom: 20px;
}

.vmp-card h3 {
    color: #73308a;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}

.vmp-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.stat-box {
    padding: 20px;
}

.stat-num {
    font-size: 48px;
    font-weight: 800;
    color: #73308a;
    font-family: "Raleway", sans-serif;
    display: block;
}

.stat-box p {
    color: #666;
    font-weight: 500;
    margin: 5px 0 0;
}

.business-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    transition: all .3s;
    min-height: 220px;
}

.business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.business-card h4 {
    color: #73308a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.business-card p {
    color: #666;
    font-size: 14px;
}/* End custom CSS */