
:root {
    --yellow-main: #FFC727;
    --yellow-dark: #E0A800;
    --dark-bg: #101010;
    --grey-bg: #f5f5f5;
    --text-dark: #222222;
    --text-muted: #666666;
    --accent: #ff9800;
}

body {
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
    font-family: 'Roboto Slab', serif !important;
    color: var(--text-dark);
    background-color: #ffffff;
    line-height: 1.6;
}

p
{
    text-autospace:auto;
    text-align:justify;
    
}
.lt-align 
{
    text-align:left;
    
}
a {
    text-decoration: none;
    color: inherit;
}


.top-bar {
    background: var(--dark-bg);
    color: #ffffff;
    padding: 8px 5%;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar strong {
    color: var(--yellow-main);
}

.navbar-custom {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.logo {
    font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 20px;
}

    .logo span {
        color: var(--yellow-dark);
    }

.nav-cta {
    padding: 8px 18px;
    background: var(--yellow-main);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--yellow-dark);
}

    .nav-cta:hover {
        background: var(--yellow-dark);
        cursor: pointer;
    }

.hero-section {
    background: linear-gradient(120deg, #fff7d9, #fff);
    border-bottom: 1px solid #f0e4b5;
}

.hero-kicker {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--yellow-dark);
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-title span {
    color: var(--accent);
}

.hero-sub {
    font-size: 14px;
    color: var(--text-muted);
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    display: inline-block;
    margin-right: 6px;
}

.btn-primary-custom {
    background: var(--yellow-main);
    border: 1px solid var(--yellow-dark);
    border-radius: 999px;
    font-weight: 600;
    color: #000;
}

    .btn-primary-custom:hover {
        background: var(--yellow-dark);
        color: #000;
    }

.btn-ghost-custom {
    border-radius: 999px;
    border: 1px dashed #bbb;
    font-size: 13px;
    color: var(--text-muted);
}

.hero-card {
    background: var(--dark-bg);
    color: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 16px 35px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

    .hero-card::before {
        content: "";
        position: absolute;
        width: 140%;
        height: 140%;
        background: radial-gradient(circle at top left, #ffe57f40, transparent 55%);
        top: -20%;
        left: -35%;
        z-index: 0;
    }

.hero-status {
    font-size: 11px;
    padding: 4px 8px;
    background: rgba(0,0,0,0.6);
    border-radius: 999px;
    border: 1px solid rgba(255,199,39,0.4);
}


.metric {
    padding: 8px 10px;
    background: rgba(0,0,0,0.55);
    border-radius: 10px;
    font-size: 11px;
}

.metric span {
    display: block;
    font-size: 10px;
    opacity: 0.8;
}

.metric strong {
    font-size: 14px;
}

.section-heading p {
    font-size: 14px;
    color: var(--text-muted);
}

.section-line {
    width: 100%;
    height: 3px;
    background: var(--yellow-main);
    border-radius: 999px;
    margin: 8px auto 0;
}

.highlight-card {
    border-radius: 10px;
    border: 1px solid #f0e4b5;
    padding: 12px;
    background: #fffdf2;
    font-size: 13px;
}

.about-box {
    border-radius: 12px;
    border: 1px dashed #f0e4b5;
    background: #fffdf2;
    padding: 14px;
    font-size: 13px;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #eee;
    box-shadow: 0 8px 15px rgba(0,0,0,0.03);
    height: 100%;
}

.service-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--yellow-dark);
    margin-bottom: 4px;
    font-weight: 600;
}

.service-card p {
    font-size: 13px;
    color: var(--text-muted);
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    display: inline-block;
    margin-right: 4px;
}

.step {
    border-radius: 10px;
    border: 1px dashed #eee;
    padding: 12px;
    font-size: 13px;
}

.step-number {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--yellow-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 6px;
}

.why-list li::marker {
    color: var(--accent);
}

.stats-box {
    border-radius: 12px;
    background: var(--dark-bg);
    color: #fff;
    padding: 16px;
}

.chip {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid #f0e4b5;
    background: #fffdf2;
}

.contact-section {
    background: #fff7d9;
}

footer {
    border-top: 1px solid #eee5bb;
    background: #fffdf2;
    font-size: 12px;
    color: var(--text-muted);
}

