/* ==== PAGE: VỆ SINH VĂN PHÒNG ==== */

.page-office-cleaning .hero-office {
    padding-top: 80px;
    padding-bottom: 60px;
}

.page-office-cleaning .hero-lead {
    font-size: 0.98rem;
}

.page-office-cleaning .hero-subnote {
    font-size: 0.85rem;
    color: #e5e7eb;
    opacity: 0.9;
}

/* Card bên phải hero */
.page-office-cleaning .hero-office-card {
    background: rgba(15, 23, 42, 0.92);
    color: #e5e7eb;
}

.page-office-cleaning .hero-office-card .progress-thin {
    height: 6px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.4);
}

.page-office-cleaning .hero-office-card .progress-bar {
    border-radius: 999px;
}

/* Dot nhỏ trong badge */
.badge-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #10b981;
}

/* Cards giới thiệu các gói văn phòng */
.office-feature-card {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 16px 14px;
    box-shadow: 0 8px 22px rgba(15,23,42,0.04);
    text-align: left;
}

.office-feature-card .feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.office-feature-card h5 {
    font-size: 0.98rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.office-feature-card p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Quy trình làm việc */
.office-process-step {
    text-align: left;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 16px 14px;
    height: 100%;
}

.office-process-step .step-number {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 2px solid var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.office-process-step h5 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.office-process-step p {
    font-size: 0.88rem;
    color: var(--muted);
    margin-bottom: 0;
}

/* FAQ văn phòng */
.office-faq .accordion-button {
    font-size: 0.92rem;
}

.office-faq .accordion-body {
    font-size: 0.9rem;
}

/* Form đăng ký văn phòng */
.section-office-contact {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-office-contact .office-contact-form .form-control,
.section-office-contact .office-contact-form .form-select {
    font-size: 0.88rem;
}

.section-office-contact .office-contact-form input::placeholder {
    font-size: 0.86rem;
}

/* Responsive */
@media (max-width: 991.98px) {
    .page-office-cleaning .hero-office {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
