/* =========================
   STATS SECTION
========================= */
.stats-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* =========================
   HEADER
========================= */
.stats-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.stats-subtitle {
    font-size: 18px;
    color: #6b7280;
}

/* =========================
   CARD
========================= */
.stats-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 26px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* =========================
   ICON
========================= */
.stats-icon {
    font-size: 36px;
    color: #1D3EA9;
}

/* =========================
   DIVIDER
========================= */
.stats-divider {
    width: 4px;
    height: 40px;
    background-color: #1D3EA9;
}

/* =========================
   TEXT
========================= */
.stats-number {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #000000;
}

.stats-text {
    font-size: 18px;
    margin: 0;
    color: #000000;
}

/* =========================
   CONSULT CTA SECTION
========================= */
.consult-section {
    padding: 120px 0;
    background: url("../image/logo-background.png") no-repeat center center;
    background-size: cover;
}

/* =========================
   CONTENT
========================= */
.consult-content {
    color: #ffffff;
}

/* =========================
   ICON
========================= */
.consult-icon {
    font-size: 50px;
    color: #ffffff;
}

/* =========================
   PHONE
========================= */
.consult-phone {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* =========================
   TEXT
========================= */
.consult-text {
    font-size: 18px;
    margin: 0;
}

.consult-text span {
    font-size: 16px;
    opacity: 0.9;
}


/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .stats-title {
        font-size: 22px;
    }

    .stats-card {
        justify-content: center;
        text-align: center;
    }

    .stats-divider {
        display: none;
    }

    .consult-section {
        padding: 70px 0;
    }

    .consult-phone {
        font-size: 18px;
    }

    .consult-text {
        font-size: 14px;
    }
}
