/* ==============================
   HERO SECTION
============================== */
.hero-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('assets/img/bulukumba-pattern.png') center / cover no-repeat;
    opacity: 0.08;
}

.hero-card {
    background: rgba(255, 255, 255, 0.95);
    color: #212529;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* ==============================
   SERVICE CARD (MODERN)
============================== */
.service-card-modern {
    height: 100%;
    border: none;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
    transition: all 0.35s ease;
}

.service-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Icon Wrapper */
.service-icon {
    width: 88px;
    /* lebih besar */
    height: 88px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

/* Icon */
.service-icon i {
    font-size: 88px;
    /* proporsional */
    line-height: 1;
    color: #0d6efd;
    transition: all 0.35s ease;
}

/* Title */
.service-title {
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
}

.service-card-modern:hover .service-icon {
    background: #0d6efd;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

.service-card-modern:hover .service-icon i {
    color: #fff;
}

/* ==============================
   PROCESS FLOW
============================== */
.process-step {
    position: relative;
    padding: 28px 28px 28px 36px;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

.process-step::before {
    content: attr(data-step);
    position: absolute;
    left: -20px;
    top: 28px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==============================
   UTILITIES
============================== */
.spinner {
    display: none;
}

.displaynone {
    display: none !important;
}

/* ==============================
   SECTION PERIZINAN
============================== */
.section-perizinan {
    background: linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
    position: relative;
}

.section-perizinan::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(13, 110, 253, 0.08) 1px,
            transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

/* ==============================
   ICON COLOR VARIATION
============================== */
.icon-fa-user-md,
.icon-fa-user-nurse {
    background: rgba(25, 135, 84, 0.15);
}

.icon-fa-user-md i,
.icon-fa-user-nurse i {
    color: #198754;
}

.icon-fa-building {
    background: rgba(255, 193, 7, 0.2);
}

.icon-fa-building i {
    color: #ffc107;
}

.icon-fa-calendar-check {
    background: rgba(13, 202, 240, 0.2);
}

.icon-fa-calendar-check i {
    color: #0dcaf0;
}

.icon-fa-bus,
.icon-fa-ship,
.icon-fa-car {
    background: rgba(220, 53, 69, 0.15);
}

.icon-fa-bus i,
.icon-fa-ship i,
.icon-fa-car i {
    color: #dc3545;
}

.icon-fa-store {
    background: rgba(111, 66, 193, 0.18);
}

.icon-fa-store i {
    color: #6f42c1;
}

.service-card-modern:hover {
    background: linear-gradient(180deg, #ffffff, #eef3ff);
}

/* ==============================
   FOOTER MODERN
============================== */
.footer-modern {
    background: linear-gradient(180deg, #0d6efd, #084298);
    color: rgba(255, 255, 255, 0.85);
    padding: 4rem 0 2rem;
    position: relative;
}

.footer-logo {
    max-height: 70px;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.85;
}

/* Title */
.footer-title {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
}

/* Links */
.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer-links a:hover {
    color: #ffc107;
    padding-left: 4px;
}

/* Contact */
.footer-contact i {
    margin-right: 8px;
    color: #ffc107;
}

/* Social Icons */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #ffc107;
    color: #212529;
    transform: translateY(-3px);
}

/* Divider */
.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 2rem 0 1.5rem;
}

/* Bottom */
.footer-bottom {
    font-size: 0.85rem;
    opacity: 0.85;
}