body {
    margin: 0;
    font-family: Segoe UI;
    background: #0f172a;
    color: #e5e7eb;
}

header {
    text-align: center;
    background: #020617;
    color: gold;
}

.site-logo {
    margin-left: 15px;
    max-height: 60%;


    margin-top: auto;
    margin-bottom: auto;
    border-radius: 100%;
    padding: auto;

    left: 0;
}

.header .navbar-main {
    font-family: "Lato", sans-serif;
    padding: 25px 0;
    font-size: 1.1em;
}

.navbar-main a.nav-link {
    color: #000000;
    font-weight: normal;
    font-size: 1.1em;
    position: relative;
    margin: 0;
    padding: 0 !important;
    !i;
    !;
}

.navbar-main a.nav-link:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.navbar-main .nav-link.active,
.navbar-main .nav-link.show {
    color: #000000;
}

.header {
    box-shadow: 0 6px 20px rgba(10, 10, 10, 0.05);
    position: relative;
    z-index: 10;
}




.site-logo {
    max-height: 56px;
    width: auto;
    border-radius: 6px;
    display: block;
    margin: 0;
    box-shadow: none;
}

@media (max-width: 720px) {
    .container-box.wrap {
        max-width: 94%;
    }

    .scrollable {
        height: 64vh;
        padding: 12px;
    }

    .profa .image img,
    .usera .image img {
        width: 36px;
        height: 36px;
    }
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.container-box.wrap {
    max-width: 980px;
}

@media (max-width: 720px) {
    .container-box.wrap {
        max-width: 94%;
    }

    .scrollable {
        height: 64vh;
        padding: 12px;
    }

    .profa .image img,
    .usera .image img {
        width: 36px;
        height: 36px;
    }
}

.nav a.link {
    color: var(--text);
    text-decoration: none;
    opacity: .9;
    font-weight: 500
}

.nav a.link:hover {
    opacity: 1
}

.header .navbar-main {
    font-family: "Lato", sans-serif;
    padding: 25px 0;
    font-size: 1.1em;
}

.navbar-main li.nav-item {
    padding: 10px 20px;

}

.navbar-main a.nav-link {
    color: #000000;
    font-weight: normal;
    font-size: 1.1em;
    position: relative;
    margin: 0;
    padding: 0 !important;
    !i;
    !;
}

.navbar-main a.nav-link:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.navbar-main .nav-link.active,
.navbar-main .nav-link.show {
    color: #000000;
}

.header {
    min-height: 30px;
    box-shadow: 0 6px 20px rgba(10, 10, 10, 0.05);
    position: relative;
    z-index: 10;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
}

.site-logo {
    max-height: 56px;
    width: auto;
    border-radius: 6px;
    display: block;
    margin: 0;
    box-shadow: none;
}


.grid {
    padding: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.card {
    background: #020617;
    padding: 15px;
    border-radius: 14px;
}

.card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.price {
    color: #22c55e;
    font-weight: bold;
}

a {
    color: #38bdf8;
    text-decoration: none;
}

.car-page {
    padding: 10px;

}

.gallery img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 15px;
    border-radius: 12px;
}

.calculator input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: none;
}

.contact-form input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: none;
}

button {
    padding: 12px;
    background: #38bdf8;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 720px) {
    .car-page {
        width: 100%;
    }

    .car-image {
        width: 100%;
        height: 100%;
        display: block;
    }

    .gallery img {
        width: 100%;
        height: auto;
    }
}