﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Vazir', sans-serif;
    background-color: #f5f5f5;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.navbar {
    background-color: #005f73 !important;
}

    .navbar .nav-link, .navbar-brand {
        color: #ffffff !important;
    }

.dropdown-menu {
    text-align: right;
}

footer  {
    background-color: #005f73;
    color: #ffffff !important;
    padding: 1rem 0;
    text-align: center;
}
    footer p {
        color: #ffffff;
        text-align: center;
        margin-top:10px;
    }

.hero {
    position: relative;
    min-height: 60vh;
    background-image: url("/images/warehouse.jpg"); /* مسیر تصویر */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* در دسکتاپ افکت پارالاکس ظریف */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* لایه نیمه‌شفاف برای خوانایی متن */
}

.hero-content {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
