.angie-company-stats-e2885566 {
    width: 100%;
    padding: 20px 0;
    font-family: inherit;
    direction: rtl;
}

.section-header-e2885566 {
    text-align: center;
    margin-bottom: 40px;
}

.section-title-e2885566 {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    background: linear-gradient(to right, #D4A017, #F5D67A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.title-divider-e2885566 {
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #D4A017, #F5D67A);
    margin: 15px auto 0;
}

.stats-grid-e2885566 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr); /* default, overridden by Elementor controls */
}

.stat-card-e2885566 {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.stat-card-e2885566::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: inherit;
    pointer-events: none;
}

.stat-card-e2885566:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15); /* Gold glow */
}

.stat-card-e2885566:hover::before {
    opacity: 1;
}

.stat-icon-e2885566 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #0a0a0a;
    transition: color 0.4s ease, transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon-e2885566 svg {
    width: 32px;
    height: 32px;
    fill: #0a0a0a;
    transition: fill 0.4s ease;
}

.stat-card-e2885566:hover .stat-icon-e2885566 {
    transform: scale(1.1);
    /* Color handled by Elementor controls (defaults to gold) */
}

.stat-number-wrapper-e2885566 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3rem;
    color: #0a0a0a;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    direction: ltr; /* Numbers usually display LTR better */
}

.stat-prefix-e2885566 {
    font-size: 2rem;
    margin-right: 5px;
    color: #d4af37;
}

.stat-title-e2885566 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #555;
    margin: 0;
    letter-spacing: 0.5px;
}
