/* ==========================================================================
   HALAMAN PELAYANAN
   ========================================================================== */


/* ==========================================================================
   HERO PELAYANAN
   ========================================================================== */

.service-hero {

    padding: 80px 0;

    background:
        linear-gradient(
            135deg,
            #0f6cb9 0%,
            #06416e 100%
        );

    color: #ffffff;

}


.service-hero-content {

    max-width: 850px;

}


.service-label {

    display: inline-block;

    margin-bottom: 15px;

    padding: 6px 14px;

    border: 1px solid rgba(255,255,255,0.25);

    background: rgba(255,255,255,0.12);

    border-radius: 30px;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

}


.service-hero h1 {

    margin-bottom: 15px;

    font-size: 44px;

    font-weight: 700;

}


.service-hero p {

    max-width: 700px;

    margin-bottom: 0;

    color: rgba(255,255,255,0.85);

    font-size: 17px;

}


/* ==========================================================================
   CARD POLIKLINIK
   ========================================================================== */

.clinic-card {

    height: 100%;

    padding: 28px;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.05);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;

}


.clinic-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(0,0,0,0.10);

}


.clinic-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 58px;

    height: 58px;

    margin-bottom: 20px;

    background: #eaf4ff;

    border-radius: 14px;

    color: var(--primary-color);

    font-size: 24px;

}


.clinic-card h4 {

    margin-bottom: 10px;

    color: #1e293b;

    font-size: 20px;

    font-weight: 650;

}


.clinic-card p {

    min-height: 70px;

    margin-bottom: 18px;

    color: #64748b;

    font-size: 14px;

    line-height: 1.7;

}


.clinic-meta {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 18px;

    padding: 6px 11px;

    background: #f1f5f9;

    border-radius: 20px;

    color: #475569;

    font-size: 13px;

    font-weight: 600;

}


.clinic-link {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: var(--primary-color);

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

}


.clinic-link:hover {

    color: var(--secondary-color);

}


/* ==========================================================================
   CARD ALUR PELAYANAN
   ========================================================================== */

.flow-card {

    position: relative;

    height: 100%;

    padding: 30px 25px;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    text-align: center;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.04);

}


.flow-number {

    position: absolute;

    top: 15px;

    right: 18px;

    color: #dbeafe;

    font-size: 28px;

    font-weight: 800;

}


.flow-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 60px;

    height: 60px;

    margin: 0 auto 20px;

    background: #eaf4ff;

    border-radius: 50%;

    color: var(--primary-color);

    font-size: 23px;

}


.flow-card h5 {

    margin-bottom: 10px;

    color: #1e293b;

    font-weight: 650;

}


.flow-card p {

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.7;

}


/* ==========================================================================
   CARD PERSYARATAN
   ========================================================================== */

.requirement-card {

    display: flex;

    gap: 20px;

    height: 100%;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.04);

}


.requirement-icon {

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    background: #eaf4ff;

    border-radius: 12px;

    color: var(--primary-color);

    font-size: 21px;

}


.requirement-card h4 {

    margin-bottom: 15px;

    color: #1e293b;

    font-size: 19px;

    font-weight: 650;

}


.requirement-card ul {

    padding-left: 18px;

    margin: 0;

    color: #64748b;

    font-size: 14px;

}


.requirement-card li {

    margin-bottom: 8px;

}


/* ==========================================================================
   JAM PELAYANAN
   ========================================================================== */

.schedule-info-card {

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.05);

}


.schedule-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 18px 25px;

    border-bottom: 1px solid #eef2f7;

    color: #475569;

}


.schedule-row:last-child {

    border-bottom: none;

}


.schedule-row strong {

    color: var(--primary-color);

}


/* ==========================================================================
   CTA
   ========================================================================== */

.service-cta {

    padding: 55px 0;

    background:
        linear-gradient(
            135deg,
            #0f6cb9,
            #06416e
        );

    color: #ffffff;

}


.service-cta-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


.service-cta-content span {

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1px;

    opacity: 0.8;

}


.service-cta-content h2 {

    margin: 5px 0 8px;

    font-size: 30px;

    font-weight: 700;

}


.service-cta-content p {

    margin: 0;

    color: rgba(255,255,255,0.8);

}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991.98px) {

    .service-hero {

        padding: 60px 0;

    }


    .service-hero h1 {

        font-size: 36px;

    }


    .service-cta-content {

        flex-direction: column;

        align-items: flex-start;

    }

}


@media (max-width: 575.98px) {

    .service-hero {

        padding: 50px 0;

    }


    .service-hero h1 {

        font-size: 30px;

    }


    .service-hero p {

        font-size: 15px;

    }


    .requirement-card {

        flex-direction: column;

    }


    .schedule-row {

        flex-direction: column;

        align-items: flex-start;

        gap: 5px;

    }


    .service-cta-content h2 {

        font-size: 25px;

    }

}