body {
    background: #070d18;
    color: #e9eef8;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

.site-navbar {
    background: linear-gradient(90deg, #08111f, #0a1322);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.navbar-brand {
    font-weight: 800;
    font-size: 30px;
    color: #ffffff !important;
}

.navbar-brand span {
    color: #ff234f;
}

.nav-link {
    color: #cfd7e6 !important;
    font-weight: 500;
}

.nav-link:hover,
.nav-link.active-link {
    color: #ff234f !important;
}

.btn-red {
    background: #ff234f;
    color: #fff;
    border: none;
}

.btn-red:hover {
    background: #e31741;
    color: #fff;
}

.dark-card {
    background: linear-gradient(180deg, #0c1524, #0a1320);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.hero-card {
    border-radius: 22px;
    background: linear-gradient(120deg, rgba(10,19,34,0.95), rgba(10,19,34,0.55)), url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    min-height: 430px;
    position: relative;
    overflow: visible;
}

.hero-content {
    padding: 42px;
    max-width: 520px;
    position: relative;
    z-index: 5;
}

.search-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 20;
}

.custom-dropdown {
    position: relative;
    min-width: 220px;
    flex: 1 1 220px;
    z-index: 30;
}

.custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #0d1625;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    padding: 8px;
    z-index: 9999;
    display: none;
    max-height: 260px;
    overflow-y: auto;
}

.hero-title {
    font-size: 68px;
    line-height: 0.95;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-title .accent {
    color: #ff234f;
}

.hero-subtitle {
    color: #aeb8cb;
    font-size: 22px;
    margin-bottom: 28px;
}

.search-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.search-bar .form-control,
.search-bar .form-select {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 12px;
    padding: 13px 14px;
}

.search-bar .form-control::placeholder {
    color: #93a0b7;
}

.search-bar .form-select {
    min-width: 150px;
}

.stat-box {
    border-radius: 16px;
    background: linear-gradient(180deg, #0c1524, #09121d);
    border: 1px solid rgba(255,255,255,0.05);
    padding: 16px 18px;
    height: 100%;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.stat-label {
    color: #9aa7bc;
    font-size: 14px;
}

.section-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 18px;
}

.car-card {
    background: linear-gradient(180deg, #0d1625, #0a1320);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.car-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.car-body {
    padding: 18px;
}

.car-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.car-meta {
    color: #a6b1c4;
    font-size: 14px;
    margin-bottom: 6px;
}

.owner-row {
    color: #dfe6f5;
    font-size: 14px;
    margin-top: 10px;
}

.rating-badge {
    color: #ffd257;
    font-weight: 700;
}

.sidebar-card {
    padding: 22px;
    margin-bottom: 20px;
}

.owner-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.owner-name {
    font-size: 22px;
    font-weight: 700;
}

.small-muted {
    color: #97a4ba;
    font-size: 14px;
}

.top-list-item,
.comment-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.top-list-item:last-child,
.comment-item:last-child {
    border-bottom: none;
}

.comment-author {
    font-weight: 700;
    color: #fff;
}

.feature-box {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #0c1524, #09121d);
    border: 1px solid rgba(255,255,255,0.06);
    height: 100%;
}

.feature-box h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-box p {
    color: #9aa7bc;
    margin-bottom: 0;
}

.page-wrap {
    padding-top: 24px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 48px;
    }

    .hero-card {
        min-height: auto;
    }

    .hero-content {
        padding: 28px;
    }
}


.star-rating-wrap {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 38px;
    color: #465268;
    cursor: pointer;
    transition: transform 0.18s ease, color 0.18s ease, text-shadow 0.18s ease;
    line-height: 1;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffd257;
    transform: scale(1.08);
    text-shadow: 0 0 12px rgba(255, 210, 87, 0.25);
}

.star-rating input[type="radio"]:checked ~ label {
    color: #ffd257;
    text-shadow: 0 0 12px rgba(255, 210, 87, 0.25);
}

.star-rating-note {
    color: #97a4ba;
    font-size: 14px;
    margin-top: 10px;
}

.rating-status {
    margin-top: 12px;
    font-size: 14px;
    color: #dbe3f4;
    min-height: 20px;
}

.rating-status strong {
    color: #ffd257;
}


.car-card .btn-sm {
    border-radius: 10px;
    padding: 6px 12px;
}






.section-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sidebar-card {
    height: fit-content;
}


@media (min-width: 992px) {
    .sidebar-sticky {
        position: sticky;
        top: 20px;
    }
}








.custom-dropdown {
    position: relative;
    min-width: 220px;
    flex: 1 1 220px;
}

.custom-dropdown-toggle {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 12px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s ease;
}

.custom-dropdown-toggle:hover {
    border-color: rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
}

.custom-dropdown-arrow {
    color: #aab6ca;
    font-size: 14px;
}

.custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #0d1625;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    padding: 8px;
    z-index: 1000;
    display: none;
    max-height: 260px;
    overflow-y: auto;
}

.custom-dropdown.open .custom-dropdown-menu {
    display: block;
}

.custom-dropdown-item {
    padding: 11px 12px;
    border-radius: 10px;
    color: #dbe3f4;
    cursor: pointer;
    transition: 0.18s ease;
}

.custom-dropdown-item:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
}

.custom-dropdown-item.active {
    background: rgba(255,35,79,0.14);
    color: #ff4b70;
}

.search-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.search-bar .form-control {
    flex: 1 1 260px;
}

.search-bar .btn {
    white-space: nowrap;
}



/* WIDER LAYOUT */
.site-navbar .container,
.page-wrap .container {
    max-width: 1600px;
}

/* WIDE HERO CONTENT */
.hero-content-wide {
    max-width: 900px;
}

/* CUSTOM DROPDOWN */
.custom-dropdown {
    position: relative;
    min-width: 220px;
    flex: 1 1 220px;
    z-index: 30;
}

.custom-dropdown-toggle {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    border-radius: 12px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.2s ease;
}

.custom-dropdown-toggle:hover {
    border-color: rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
}

.custom-dropdown-arrow {
    color: #aab6ca;
    font-size: 14px;
}

.custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #0d1625;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    padding: 8px;
    z-index: 9999;
    display: none;
    max-height: 260px;
    overflow-y: auto;
}

.custom-dropdown.open .custom-dropdown-menu {
    display: block;
}

.custom-dropdown-item {
    padding: 11px 12px;
    border-radius: 10px;
    color: #dbe3f4;
    cursor: pointer;
    transition: 0.18s ease;
}

.custom-dropdown-item:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
}

.custom-dropdown-item.active {
    background: rgba(255,35,79,0.14);
    color: #ff4b70;
}

.search-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 20;
}

.search-bar .form-control {
    flex: 1 1 260px;
}

.search-bar .btn {
    white-space: nowrap;
}



/* ===== FILTER BAR UNIFIED STYLE ===== */

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ყველა input/select/button ერთ ზომაზე */
.filter-row .form-control,
.filter-row .form-select,
.filter-row .btn,
.filter-row input,
.filter-row select,
.filter-row button {
    height: 48px;
    border-radius: 10px;
    font-size: 15px;
}

/* dropdown სტილი რომ არ გამოეყოს */
.filter-row .form-select {
    padding-right: 30px;
}

/* GO ღილაკი */
.filter-row .btn {
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* ცოტა ლამაზი hover (optional მაგრამ ძალიან უხდება) */
.filter-row .btn:hover {
    transform: translateY(-1px);
    transition: 0.2s ease;
}

/* search input */
.filter-row input::placeholder {
    color: #aaa;
}

/* dark UI თუ გაქვს */
.filter-row .form-control,
.filter-row .form-select {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}

/* focus ეფექტი */
.filter-row .form-control:focus,
.filter-row .form-select:focus {
    border-color: #ff2d55;
    box-shadow: 0 0 0 2px rgba(255,45,85,0.2);
    
    
 
}

.filter-go-btn {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 24px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1 !important;
}



.instagram-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #E1306C;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.2s ease;
}

.instagram-link:hover {
    transform: scale(1.1);
    background: #c72a60;
}

.profile-social-link.instagram {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
/* ===== Language Switcher ===== */
.language-switcher .dropdown-toggle {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    padding: 8px 13px !important;
    font-weight: 700;
    letter-spacing: .03em;
}

.language-switcher .dropdown-item.active,
.language-switcher .dropdown-item:active {
    background: rgba(255,35,79,0.22) !important;
    color: #fff !important;
}

/* ===== Share Widget ===== */
.share-widget {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.share-widget-full {
    display: block;
    width: 100%;
}

.share-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.share-icon {
    font-size: 18px;
    line-height: 1;
}

.share-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 220px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(12, 20, 34, .98);
    box-shadow: 0 18px 45px rgba(0,0,0,.38);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .18s ease;
}

.share-widget-full .share-menu {
    left: 0;
    right: 0;
}

.share-widget.open .share-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.share-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.share-menu-item:hover,
.share-menu-item:focus {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.share-toast {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 150px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .96);
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
    z-index: 1060;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .18s ease;
}

.share-widget.copied .share-toast {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 576px) {
    .share-widget {
        width: 100%;
    }
    .share-trigger {
        width: 100%;
    }
    .share-menu {
        left: 0;
        right: 0;
    }
}


/* ===== Site Footer ===== */
.site-footer {
    margin-top: 56px;
    padding: 46px 0 24px;
    background: linear-gradient(180deg, rgba(9, 18, 31, 0.95), #050a12);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-brand {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.footer-brand span {
    color: #ff234f;
}

.footer-text {
    color: #9aa7bc;
    line-height: 1.7;
}

.footer-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li {
    margin-top: 9px;
}

.footer-links a,
.footer-inline-link {
    color: #aeb8cb;
    transition: .18s ease;
}

.footer-links a:hover,
.footer-inline-link:hover {
    color: #ff234f;
}

.footer-socials,
.contact-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-socials a,
.contact-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    color: #fff;
    font-weight: 700;
    transition: .18s ease;
}

.footer-socials a:hover,
.contact-socials a:hover {
    background: rgba(255,35,79,0.16);
    border-color: rgba(255,35,79,0.35);
    color: #fff;
    transform: translateY(-1px);
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.07);
    color: #75839a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 14px;
}

/* ===== Contact Page ===== */
.contact-hero {
    position: relative;
    overflow: hidden;
}

.contact-hero::after {
    content: '';
    position: absolute;
    inset: auto -80px -120px auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255,35,79,0.14);
    filter: blur(4px);
}

.contact-kicker {
    color: #ff234f;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 13px;
    margin-bottom: 10px;
}

.contact-title {
    color: #fff;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
}

.contact-subtitle {
    color: #aeb8cb;
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
}

.contact-card {
    padding: 28px;
}

.contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,35,79,0.16);
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 18px;
}

.contact-card h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 850;
    margin-bottom: 10px;
}

.contact-card p {
    color: #9aa7bc;
    margin-bottom: 16px;
}

.contact-card a,
.contact-card span {
    color: #fff;
    font-weight: 800;
    word-break: break-word;
}

.contact-card a:hover {
    color: #ff234f;
}

.contact-list {
    display: grid;
    gap: 12px;
}

.contact-list div {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.07);
    color: #dfe6f5;
    font-weight: 650;
}

@media (max-width: 768px) {
    .footer-bottom {
        display: block;
    }
    .footer-bottom span {
        display: block;
        margin-top: 8px;
    }
}
