/*--------------------------------------------------------------
# Counter One (original template — kept for reference)
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    padding: 140px 0 0;
    z-index: 1;
}

.counter-one__wrap {
    position: relative;
    display: block;
    margin: 0 60px 0;
    overflow: hidden;
    padding: 80px 0 65px;
    border-radius: 24px;
    background-color: var(--techguru-black);
    z-index: 1;
}

.counter-one__wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 24px;
    border: 3px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.11)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.counter-one__wrap .section-title {
    margin-bottom: 78px;
}

.counter-one__bg-shape {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    opacity: .80;
    width: calc((100% - 360px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: lighten;
    z-index: -1;
}

.counter-one__shape-1 {
    position: absolute;
    top: -90px;
    right: -50px;
    width: 388px;
    height: 388px;
    background: linear-gradient(270deg, rgba(76, 194, 76, 0.02) 0%, rgba(46, 139, 46, 0.1) 100%);
    transform: rotate(-125.62deg);
    border-radius: 50%;
    z-index: -1;
}

.counter-one__shape-2 {
    position: absolute;
    width: 294px;
    height: 294px;
    right: -42px;
    top: -60px;
    border-radius: 50%;
    background: linear-gradient(270deg, rgba(76, 194, 76, 0.02) 0%, rgba(46, 139, 46, 0.05) 100%);
    transform: rotate(-5.91deg);
    z-index: -1;
}

.counter-one__single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 13px;
}

.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #08111F;
    border-radius: 50%;
    z-index: 1;
}

.counter-one__icon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(-90deg, rgba(76, 194, 76, 0.20), rgba(46, 139, 46, 0.40)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.counter-one__icon::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: linear-gradient(270deg, #4CC24C 0%, #2E8B2E 100%);
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}

.counter-one__single:hover .counter-one__icon::after {
    opacity: 1;
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    background: linear-gradient(90deg, #2E8B2E 0%, #4CC24C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-one__single:hover .counter-one__icon span {
    transform: scale(0.9);
    color: var(--techguru-white);
    background: none;
    -webkit-text-fill-color: var(--techguru-white);
}

.counter-one__content {
    position: relative;
    display: block;
    flex: 1;
}

.counter-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-one__count-box h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px !important;
    color: var(--techguru-white);
    font-family: var(--techguru-font) !important;
}

.counter-one__count-box span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--techguru-white);
    font-family: var(--techguru-font);
}

.counter-one__text {
    font-size: 20px;
    line-height: 30px;
    color: var(--techguru-white);
    text-transform: capitalize;
}


/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
    position: relative;
    display: block;
    padding: 58px 0 37px;
    background: linear-gradient(90deg, #0F1C34 0%, #103B8C 45.5%, #0F1C34 100%);
    z-index: 1;
}

.counter-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.counter-two__single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 11px;
}

.counter-two__icon-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(270deg, rgba(76, 194, 76, 0.2) 0%, rgba(46, 139, 46, 0.2) 100%);
    border-radius: 50%;
}

.counter-two__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(270deg, #4CC24C 0%, #2E8B2E 100%);
    border-radius: 50%;
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: var(--techguru-white);
}

.counter-two__content {
    position: relative;
    display: block;
    flex: 1;
}

.counter-two__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-two__count-box h3 {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px !important;
    font-family: var(--techguru-font) !important;
    color: var(--techguru-white);
}

.counter-two__count-box span {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px !important;
    font-family: var(--techguru-font) !important;
    color: var(--techguru-white);
}

.counter-two__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 1px;
}


/*--------------------------------------------------------------
# Counter V3 — Clean Card Stats
--------------------------------------------------------------*/
.dz-counter-v3 {
    position: relative;
    padding: 120px 0 100px;
    z-index: 1;
}

.dz-counter-v3 .section-title {
    margin-bottom: 60px;
}

.dz-counter-v3__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* ---- card ---- */
.dz-counter-v3__card {
    position: relative;
    text-align: center;
    padding: 44px 24px 36px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

/* top accent bar */
.dz-counter-v3__accent {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    transition: width 0.4s ease;
}

.dz-counter-v3__card:hover .dz-counter-v3__accent {
    width: 100%;
}

/* color variations */
.dz-counter-v3__card--cyan .dz-counter-v3__accent { background: linear-gradient(90deg, #00B4D8, #00D4FF); }
.dz-counter-v3__card--pink .dz-counter-v3__accent { background: linear-gradient(90deg, #E040A0, #FF6BCA); }
.dz-counter-v3__card--amber .dz-counter-v3__accent { background: linear-gradient(90deg, #E09200, #FFB800); }
.dz-counter-v3__card--green .dz-counter-v3__accent { background: linear-gradient(90deg, #2E8B2E, #4CC24C); }

.dz-counter-v3__card--cyan:hover { border-color: rgba(0, 212, 255, 0.2); box-shadow: 0 16px 50px rgba(0, 212, 255, 0.08); }
.dz-counter-v3__card--pink:hover { border-color: rgba(255, 107, 202, 0.2); box-shadow: 0 16px 50px rgba(255, 107, 202, 0.08); }
.dz-counter-v3__card--amber:hover { border-color: rgba(255, 184, 0, 0.2); box-shadow: 0 16px 50px rgba(255, 184, 0, 0.08); }
.dz-counter-v3__card--green:hover { border-color: rgba(76, 194, 76, 0.2); box-shadow: 0 16px 50px rgba(76, 194, 76, 0.08); }

.dz-counter-v3__card:hover {
    transform: translateY(-6px);
}

/* SVG icon */
.dz-counter-v3__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 22px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.dz-counter-v3__card--cyan .dz-counter-v3__icon { color: #00D4FF; border-color: rgba(0,212,255,0.15); }
.dz-counter-v3__card--pink .dz-counter-v3__icon { color: #FF6BCA; border-color: rgba(255,107,202,0.15); }
.dz-counter-v3__card--amber .dz-counter-v3__icon { color: #FFB800; border-color: rgba(255,184,0,0.15); }
.dz-counter-v3__card--green .dz-counter-v3__icon { color: #4CC24C; border-color: rgba(76,194,76,0.15); }

.dz-counter-v3__card:hover .dz-counter-v3__icon {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.06);
}

/* number */
.dz-counter-v3__num {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    margin-bottom: 12px;
    min-height: 80px;
    overflow: visible;
}

.dz-counter-v3__num h3 {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1 !important;
    color: #fff;
    font-family: var(--techguru-font) !important;
    letter-spacing: -1px;
    overflow: visible;
}

.dz-counter-v3__card--cyan .dz-counter-v3__num h3 { color: #00D4FF; }
.dz-counter-v3__card--pink .dz-counter-v3__num h3 { color: #FF6BCA; }
.dz-counter-v3__card--amber .dz-counter-v3__num h3 { color: #FFB800; }
.dz-counter-v3__card--green .dz-counter-v3__num h3 { color: #4CC24C; }

.dz-counter-v3__num span {
    font-size: 34px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    font-family: var(--techguru-font);
    line-height: 1;
}

/* label */
.dz-counter-v3__label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    transition: color 0.3s ease;
}

.dz-counter-v3__card:hover .dz-counter-v3__label {
    color: rgba(255, 255, 255, 0.7);
}

/* ---- responsive ---- */
@media (max-width: 991px) {
    .dz-counter-v3__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .dz-counter-v3 {
        padding: 80px 0 60px;
    }
    .dz-counter-v3__num h3 {
        font-size: 56px;
    }
}

@media (max-width: 575px) {
    .dz-counter-v3__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .dz-counter-v3__card {
        padding: 24px 10px 20px;
        border-radius: 14px;
    }
    .dz-counter-v3__icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        margin-bottom: 14px;
    }
    .dz-counter-v3__icon svg {
        width: 22px;
        height: 22px;
    }
    .dz-counter-v3__num {
        min-height: 48px;
    }
    .dz-counter-v3__num h3 {
        font-size: 36px;
        letter-spacing: 0;
    }
    .dz-counter-v3__num span {
        font-size: 20px;
    }
    .dz-counter-v3__label {
        font-size: 10px;
        letter-spacing: 0.8px;
    }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/