﻿body {
    font-family: 'Neo Sans Arabic', 'Roboto', sans-serif;
    background-color: #f8f9fa;
}

.text-bujairi {
    color: #a68b5a;
}

.bg-bujairi {
    background-color: #a68b5a;
}

.border-bujairi {
    border-color: #a68b5a;
}

.step-item {
    position: relative;
    flex: 1;
    text-align: center;
}

    .step-item::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 2px;
        background: #e2e8f0;
        z-index: 1;
    }

    .step-item:first-child::after {
        display: none;
    }

.step-content {
    position: relative;
    z-index: 2;
    background: #f8f9fa;
    padding: 0 10px;
    display: inline-block;
}

.step-item.active .step-text {
    color: #a68b5a;
    font-weight: bold;
}

.step-item.active .step-dot {
    background: #a68b5a;
}

.form-input {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

    .form-input:focus {
        border-color: #a68b5a;
        box-shadow: 0 0 0 3px rgba(166, 139, 90, 0.1);
        outline: none;
    }

.navbar-shadow {
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
