    body {
        background: #f7f9fc
    }

    .step-card {
        max-width: 920px;
        margin: 30px auto;
        padding: 24px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(34, 50, 84, .08)
    }

    .stepper {
        display: flex;
        gap: 8px;
        align-items: center;
        flex-wrap: wrap
    }

    .stepper .step {
        flex: 1;
        min-width: 120px;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        background: #eef3ff;
        color: #223354
    }

    .stepper .step.active {
        background: #3b82f6;
        color: #fff
    }

    .hidden {
        display: none
    }

    .form-section {
        margin-top: 18px
    }

    .file-list {
        font-size: .9rem
    }

    .generated-letter {
        white-space: pre-wrap;
        background: #f8f9fb;
        padding: 12px;
        border-radius: 8px;
        border: 1px dashed #cdd7ee
    }

    .small-muted {
        font-size: .85rem;
        color: #6b7280
    }

    header.site-header {
        background: black;
        padding: 20px 0px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-right: 40px;
    }

    .btn.btn-danger {
        background-color: #c62828 !important;
        border-color: #c62828 !important;
        border-radius: 0px !important;
        padding: 10px 20px !important;
    }

    .btn.btn-outline-light {
        padding: 10px 20px !important;
        border-radius: 0px !important;
    }

    .nav-link {
        color: white !important;
    }



    /* Footer Css */

    /* Footer styling */
    .site-footer {
        background: #000;
        color: #fff;
        padding: 40px 20px;
    }

    .site-footer h5 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .site-footer a {
        color: #fff;
        text-decoration: none;
    }

    .site-footer a:hover {
        text-decoration: underline;
        color: #f00;
    }

    .footer-bottom {
        border-top: 1px solid #333;
        margin-top: 20px;
        padding-top: 15px;
        font-size: 14px;
    }

    .footer-social a {
        display: block;
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        line-height: 34px;
        text-align: center;
        margin: 12px 0;
        font-size: 16px;
    }

    .footer-social a:hover {
        background: #f00;
        border-color: #f00;
        color: #fff;
    }

    .newsletter-input {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .newsletter-input::placeholder {
        color: #ccc;
    }

    .newsletter-btn {
        background: #c62828;
        color: #fff;
        border: none;
        padding: 10px 25px;
    }

    .menu-footermenu {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 50px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .relative-position {
        position: relative;
    }

    .relative-position .footer-social {
        position: absolute;
        top: 0;
        right: 0;
    }

    .form-flexset {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .form-flexset input {
        margin: 0;
    }