:root {
    --navy-primary: #0e346b;
    --navy-dark: #0a2240;
    --blue-accent: #1a73e8;
    --bg-body: #ffffff;
    --card-bg: #f8fafc;
    --transition-smooth: all 0.25s ease-in-out;
}

html, body {
    background: #ffffff !important;
    background-color: #ffffff !important;
    font-family: system-ui, -apple-system, sans-serif;
    color: #4a5568;
}

.row::before, .row::after {
    display: table;
    content: " ";
    clear: both;
}

.mt-50 {
    margin-top: 50px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.p-40 {
    padding: 40px;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-dark {
    color: #1a202c !important;
}

.text-primary {
    color: var(--blue-accent) !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.custom-table-card {
    background: #ffffff !important;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    overflow: hidden;
    width: 100%;
}

    .custom-table-card .card-header {
        padding: 15px 20px;
        background-color: #f1f5f9 !important; 
        border-bottom: 1px solid #cbd5e1;
        font-size: 16px;
    }

        .custom-table-card .card-header i {
            margin-left: 8px;
        }

.custom-badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.bg-danger-custom {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

.bg-warning-custom {
    background-color: #ffc107 !important;
    color: #000000 !important;
}

.inner-table {
    width: 100% !important;
    max-width: 100%;
}

    .inner-table th {
        background-color: #f8fafc !important;
        color: #718096 !important;
        font-weight: 600 !important;
        font-size: 14px;
        border-bottom: 2px solid #edf2f7 !important;
        padding: 12px 15px !important;
    }

    .inner-table td {
        padding: 14px 15px !important;
        border-bottom: 1px solid #edf2f7 !important;
        font-size: 14px;
    }

.service-breadcrumb {
    padding: 12px 20px;
    margin-bottom: 24px;
}

    .service-breadcrumb a {
        color: var(--navy-primary);
        text-decoration: none;
        font-size: 13px;
        opacity: 0.8;
    }

        .service-breadcrumb a:hover {
            opacity: 1;
        }

.header-action-area {
    margin-bottom: 48px;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 20px;
}

.service-title {
    color: var(--navy-dark);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    margin: 0;
}

.btn-register-service {
    background-color: var(--navy-primary);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 35px;
    border-radius: 8px;
    border: 2px solid var(--navy-primary);
    box-shadow: 0 4px 14px rgba(14, 52, 107, 0.15);
    transition: var(--transition-smooth);
    text-decoration: none;
    display: inline-block;
}

    .btn-register-service:hover {
        background-color: transparent !important;
        color: var(--navy-primary) !important;
    }

.main-content-card {
    background: var(--card-bg) !important; 
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03); 
    clear: both;
}

.custom-nav-tabs {
    border-bottom: 2px solid #e2e8f0 !important;
    margin-bottom: 30px;
    background: transparent !important;
    padding-right: 0 !important;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    list-style: none;
}

    .custom-nav-tabs > li {
        float: none !important;
        display: inline-block;
        margin-bottom: -2px !important;
    }

        .custom-nav-tabs > li > a {
            color: #7a889b !important;
            font-weight: 600;
            font-size: 15px;
            border: none !important;
            background: transparent !important;
            padding: 12px 20px !important;
            border-bottom: 3px solid transparent !important;
            transition: var(--transition-smooth);
            margin-right: 0 !important;
            border-radius: 0 !important;
            display: block;
        }

            .custom-nav-tabs > li > a:hover {
                color: var(--navy-primary) !important;
                background: transparent !important;
            }

        .custom-nav-tabs > li.active > a,
        .custom-nav-tabs > li.active > a:hover,
        .custom-nav-tabs > li.active > a:focus {
            color: var(--navy-primary) !important;
            background: transparent !important;
            border: none !important;
            border-bottom: 3px solid var(--navy-primary) !important;
        }

.tab-content-wrapper {
    font-size: 15px;
    line-height: 1.9;
    background: transparent !important;
    clear: both;
}

.custom-list-item {
    padding: 15px 0 !important;
    border-bottom: 1px dashed #cbd5e1 !important;
    background: transparent !important;
    list-style: none;
}

    .custom-list-item:last-child {
        border-bottom: none !important;
    }

.info-sidebar-card, .contact-sidebar-card {
    background: var(--card-bg) !important;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px !important;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03); 
}

.sidebar-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
}

.info-item {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    clear: both;
    overflow: hidden;
    background: transparent !important;
}

    .info-item:last-child {
        border-bottom: none;
    }

.info-item-icon {
    color: var(--navy-primary);
    background: rgba(14, 52, 107, 0.08);
    width: 40px;
    height: 40px;
    font-size: 16px;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-item-text {
    overflow: hidden;
}

.info-item-title {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
}

.info-item-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy-dark);
    line-height: 1.4;
    display: block;
}

.contact-link-box {
    display: block;
    padding: 12px;
    background: #ffffff !important; 
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none !important;
    color: var(--navy-dark) !important;
    font-weight: 600;
    margin-bottom: 12px;
    transition: var(--transition-smooth);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    overflow: hidden;
}

    .contact-link-box:hover {
        background: var(--navy-primary) !important;
        color: #ffffff !important;
    }

        .contact-link-box:hover i {
            color: var(--navy-primary) !important;
            background: #ffffff !important;
        }

    .contact-link-box i {
        color: var(--navy-primary);
        font-size: 16px;
        background: #f8fafc;
        width: 36px;
        height: 36px;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
        float: right;
        margin-left: 12px;
        transition: var(--transition-smooth);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.contact-box-text {
    overflow: hidden;
    padding-top: 2px;
}

/* Steps design */

h1.service-title {
    font-size: 32px !important;
    color: #00838f !important;
    font-weight: 800 !important;
}

.sidebar-card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px;
}

.info-item-title {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.info-item-value {
    font-size: 14px !important;
    color: #555;
}

.flow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    font-size: 18px;
}

.flow-step-card {
    width: 320px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

    .flow-step-card:hover {
        transform: translateY(-5px);
    }

.flow-card-header {
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow-card-body {
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

    .flow-card-body i {
        display: block;
        font-size: 36px;
        color: #00838f;
        margin-bottom: 10px;
    }

.flow-connector {
    width: 2px;
    height: 30px;
    background: #ddd;
}

