/* =========================================
   COMMON UTILITY CLASSES (common.css)
   Use these classes anywhere in your website
   ========================================= */

/* --- Typography --- */
.text-orange {
    color: #f97316 !important;
}

.text-dark-blue {
    color: #0f172a !important;
}

.text-slate {
    color: #475569 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-blue-accent {
    color: #3b82f6 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* --- Layout & Spacing --- */
.container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.gap-2 {
    gap: 8px !important;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

/* --- Margins --- */
.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.mt-5 {
    margin-top: 40px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.mb-5 {
    margin-bottom: 40px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

/* --- Paddings --- */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

.p-3 {
    padding: 16px !important;
}

.p-4 {
    padding: 24px !important;
}

.p-5 {
    padding: 40px !important;
}

/* --- Common UI Elements --- */
/* Common Button Style */
.btn-primary {
    display: inline-flex;
    align-items: center;
    background-color: #f97316;
    color: #ffffff;
    padding: 12px 14px 12px 32px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(249, 115, 22, 0.35);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(249, 115, 22, 0.45);
}

/* Common Circular Icon (like the one in the button) */
.btn-icon-circle {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #f97316;
}

/* --- Positioning --- */
.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

/* =========================================
   STEP FLOATING UI CARDS (common.css)
   ========================================= */
.step-floating-ui-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    padding: 12px 14px;
    z-index: 5;
    font-family: system-ui, -apple-system, sans-serif;
}

.sf-title {
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.sf-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 10px;
    font-weight: 600;
    color: #334155;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.sf-row:last-child {
    border-bottom: none;
}

.sf-icon-box {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    margin-right: 8px;
}

.sf-arrow {
    color: #94a3b8;
    font-size: 14px;
    font-weight: bold;
}

.sf-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
}

.sf-badge-icon {
    width: 28px;
    height: 28px;
    background: #ffedd5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.sf-badge-title {
    font-size: 10px;
    font-weight: 700;
    color: #0f172a;
}

.sf-badge-sub {
    font-size: 8px;
    color: #64748b;
}

.sf-chk {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
}

.sf-chk-circle {
    width: 18px;
    height: 18px;
    background: #dcfce7;
    color: #15803d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.sf-chk-icon {
    color: #10b981;
    font-weight: 900;
    margin-right: 6px;
}

@media (max-width: 991px) {
    .step-floating-ui-card {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 10px auto !important;
        width: 100% !important;
        max-width: 240px;
    }
}