/* ===============================
   GLOBAL FIX (IMPORTANT)
================================ */
/* html,
body {
    overflow-x: hidden;
} */

/* ===============================
   COUNTER SECTION
================================ */
.counter-container-c7a82 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #fbcd367c 0%, #3a527459 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden; /* 🔥 horizontal bar fix */
}

/* ===============================
   HEADER
================================ */
.counter-header-3e4b1 {
    background: linear-gradient(to right, #4b6cb7, #182848);
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ===============================
   CARD
================================ */
.counter-card-9d343 {
    background: #f7e5ac41;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 15px var(--primary-color);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.counter-card-9d343:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* ===============================
   ICON
================================ */
.counter-icon-d5f21 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: #ffffff;
}

/* ===============================
   NUMBER
================================ */
.counter-number-7b8c9 {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 1rem 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
}

.counter-number-7b8c9 span {
    display: inline-block;
}

/* ===============================
   TEXT
================================ */
.counter-label-a2f45 {
    font-size: 1.2rem;
    color: #555;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-description-e6f12 {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ===============================
   DIVIDER
================================ */
.counter-divider-f1a33 {
    height: 4px;
    width: 50px;
    margin: 1rem auto;
    border-radius: 2px;
}

/* ===============================
   ANIMATION
================================ */
@keyframes countUp-b5c89 {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.counter-animated-8d2e1 {
    animation: countUp-b5c89 1s ease-out forwards;
}

/* ===============================
   COLOR VARIANTS
================================ */
.counter-blue-4c9a2 .counter-icon-d5f21 {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}
.counter-blue-4c9a2 .counter-number-7b8c9 {
    background-image: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}
.counter-blue-4c9a2 .counter-divider-f1a33 {
    background: var(--primary-color);
}

/* 
.counter-green-6e8b1 .counter-icon-d5f21 {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}
.counter-green-6e8b1 .counter-number-7b8c9 {
    background-image: linear-gradient(135deg, #2ecc71, #27ae60);
}
.counter-green-6e8b1 .counter-divider-f1a33 {
    background: #2ecc71;
}

.counter-orange-9f3d7 .counter-icon-d5f21 {
    background: linear-gradient(135deg, #e67e22, #d35400);
}
.counter-orange-9f3d7 .counter-number-7b8c9 {
    background-image: linear-gradient(135deg, #e67e22, #d35400);
}
.counter-orange-9f3d7 .counter-divider-f1a33 {
    background: #e67e22;
}

.counter-purple-2c8a5 .counter-icon-d5f21 {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}
.counter-purple-2c8a5 .counter-number-7b8c9 {
    background-image: linear-gradient(135deg, #9b59b6, #8e44ad);
}
.counter-purple-2c8a5 .counter-divider-f1a33 {
    background: #9b59b6;
} */

/* ===============================
   DECORATIONS (SAFE)
================================ */
/* .counter-decoration-7f3b9 {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
}

.decoration-1-d4a56 {
    background: #3498db;
    top: -25px;
    right: -25px;
}

.decoration-2-e9c13 {
    background: #e67e22;
    bottom: -25px;
    left: -25px;
} */

/* ===============================
   RESPONSIVE
================================ */
/* @media (max-width: 768px) {
    .counter-number-7b8c9 {
        font-size: 2.8rem;
    }

    .counter-header-3e4b1 {
        padding: 1.5rem;
    }
} */
