/* ================= RESET ================= */
html,
body {
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

:root {
    --primary: #2a303f;
    --accent: #e36733;
    --accent-dark: #c94d1d;
    --dark: #111827;
    --muted: #6b7280;
    --soft: #f3f4f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

/* ================= CONTAINER SYSTEM ================= */

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================= HEADER ANIMATION ================= */

.main-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: headerSlideDown 1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes slideDown {
    to {
        top: 0;
    }
}

/* ================= TOP RED BAR ================= */

.top-bar {
    background: #e36733;
    color: #fff;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.top-bar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 100%;
    background: #000;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.top-right {
    gap: 10px;
}

.top-right a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.top-right img {
    width: 18px;
}

.top-right .lang-select {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
}

.top-right .lang-select svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: block;
}

.topnav-border {
    border-left: 1px solid #fff;
}

.top-bar .container,
.qxv92 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-left span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.top-left i {
    color: #fff;
}

.top-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-socials a {
    color: #fff;
    font-size: 14px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.top-socials a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.mobile-socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.mobile-socials a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ================= NAVBAR ================= */

.qxv91 {
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    animation: fadeDown 1s ease forwards;
}

.qxv92 {
    max-width: 1280px;
    margin: auto;
    gap: 24px;
    padding: 18px 28px;
}

.qxv93 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.qxv94 {
    width: 28px;
    height: 28px;
    background: #111;
    border-radius: 6px;
    position: relative;
}

.qxv94::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 3px solid #f0c400;
    border-radius: 50%;
}

.qxv94::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f0c400;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.qxv95 {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.3px;
}

.qxv95b {
    color: #f0c400;
}

.qxv96 {
    flex: 1;
    display: flex;
    justify-content: center;
    transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.qxv96 ul {
    display: flex;
    align-items: center;
    gap: 42px;
    list-style: none;
}

.qxv96 a {
    position: relative;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.qxv96 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    background: #e36733;
    transition: width 0.35s ease;
}

.qxv96 a:hover {
    color: #e36733;
}

.qxv96 a:hover::after {
    width: 100%;
}

.qxv98 {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-shrink: 0;
}

/* ================= HAMBURGER ================= */

.qxv101 {
    display: none;
    width: 46px;
    height: 46px;
    border: none;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    transition: all 0.3s ease;
}

.qxv101 span {
    width: 24px;
    height: 2px;
    background: #222;
    display: block;
    transition: transform 0.35s ease, opacity 0.35s ease, background 0.35s ease;
}

.qxv101:hover span {
    background: #e36733;
}

.qxv101.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.qxv101.active span:nth-child(2) {
    opacity: 0;
}

.qxv101.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ================= PREMIUM BOXED SELECTORS ================= */

.mzrA1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    animation: mzrFadeLift 0.9s ease forwards;
}

.mzrA2 {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #7b7b7b;
    padding-left: 2px;
}

.mzrA3 {
    position: relative;
    min-width: 132px;
}

.mzrA4 {
    width: 100%;
    height: 46px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(248, 248, 248, 0.98) 100%
    );
    border-radius: 8px;
    padding: 0 42px 0 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1e1e1e;
    cursor: pointer;
    outline: none;
    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease,
        background 0.3s ease;
}

.mzrA4:hover {
    border-color: rgba(227, 103, 51, 0.35);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.08),
        0 0 0 3px rgba(227, 103, 51, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

.mzrA4:focus {
    border-color: #e36733;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 4px rgba(227, 103, 51, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mzrA5 {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    pointer-events: none;
    transform: translateY(-60%) rotate(45deg);
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transition: all 0.3s ease;
}

.mzrA3:hover .mzrA5 {
    border-color: #e36733;
}

.mobile-selectors {
    display: none;
    margin-top: 50px;
    flex-direction: column;
    gap: 20px;
    width: 200px;
}

/* ================= STICKY NAVBAR ================= */

.stk-navbar {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 9998;
    transition: top 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.stk-navbar.active {
    top: 0;
}

.stk-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 28px;
}

.stk-logo {
    font-weight: 800;
    font-size: 18px;
    color: #222;
    text-decoration: none;
}

.stk-nav {
    display: flex;
    align-items: center;
}

.stk-nav ul {
    display: flex;
    list-style: none;
    gap: 32px;
}

.stk-nav a {
    text-decoration: none;
    font-weight: 600;
    color: #222;
    font-size: 14px;
    position: relative;
}

.stk-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #e36733;
    transition: 0.3s;
}

.stk-nav a:hover::after {
    width: 100%;
}

.stk-tools {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stk-select select {
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0 10px;
    font-weight: 600;
}

.stk-lang {
    display: flex;
    gap: 10px;
}

.stk-lang a {
    font-weight: 700;
    color: #222;
    text-decoration: none;
}

.stk-burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
}

.stk-burger span {
    width: 22px;
    height: 2px;
    background: #222;
    display: block;
    transition: transform 0.35s ease, opacity 0.35s ease, background 0.35s ease;
}

.stk-burger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.stk-burger.active span:nth-child(2) {
    opacity: 0;
}

.stk-burger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.stk-mobile-tools {
    display: none;
}

/* ================= HERO SECTION ================= */

.qxv200 {
    width: 100%;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    padding: 170px 20px 270px;
    margin-top: 0;
}

.qxv201 {
    position: absolute;
    inset: 0;
    background-image: url("https://gdd.ge/images/3A6A3348-Editcopy.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(0.58);
    transform: scale(1.05);
    animation: zoomHero 14s ease infinite alternate;
    z-index: 1;
}

.qxv207 {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.32)),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.28),
            rgba(0, 0, 0, 0.08),
            rgba(0, 0, 0, 0.22)
        );
    z-index: 2;
}

.qxv202 {
    position: relative;
    color: #fff;
    text-align: center;
    max-width: 1100px;
    padding: 20px;
    z-index: 3;
}

.qxv203 {
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
    opacity: 0;
    animation: fadeUp 1.1s ease forwards;
}

.qxv204 {
    font-size: clamp(58px, 7.2vw, 108px);
    font-weight: 800;
    line-height: 1.02;
    margin-bottom: 22px;
    opacity: 0;
    animation: fadeUp 1.45s ease forwards;
}

.qxv205 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #e36733;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 34px;
    animation: fadeUp 1.8s ease forwards;
}

.qxv206 {
    width: 180px;
    height: 4px;
    background: #e36733;
    margin: auto;
    border-radius: 999px;
    opacity: 0;
    animation: fadeUp 2.1s ease forwards;
}

/* ================= FILTER / BOOKING FORM ================= */

.gddf300 {
    position: absolute;
    left: 50%;
    bottom: -92px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    z-index: 20;
    animation: gddfRise 1s ease forwards;
}

.gddf301 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 210px;
    gap: 12px;
    align-items: end;
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 30px 76px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(14px);
}

.gddf301::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(227, 103, 51, 0.14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(17, 24, 39, 0.07), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.94));
    pointer-events: none;
}

.gddf301::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #e36733, #111827);
    opacity: 0.95;
}

.gddf302 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 0;
    opacity: 0;
    animation: gddfFadeUp 0.9s ease forwards;
}

.gddf302:nth-child(1) {
    animation-delay: 0.08s;
}

.gddf302:nth-child(2) {
    animation-delay: 0.16s;
}

.gddf302:nth-child(3) {
    animation-delay: 0.24s;
}

.gddf302:nth-child(4) {
    animation-delay: 0.32s;
}

.gddf303 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #111827;
}

.gddf304 {
    font-size: 18px;
    font-weight: 700;
    color: #c5c5c5;
    line-height: 1;
}

.gddf305 {
    line-height: 1.2;
}

.gddf306 {
    position: relative;
}

.gddf306::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
    transition: border-color 0.25s ease;
}

.gddf306:hover::after {
    border-color: #e36733;
}

.gddf307 {
    width: 100%;
    height: 58px;
    border: none;
    outline: none;
    border-radius: 16px;
    background: #f3f4f6;
    padding: 0 48px 0 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow:
        inset 0 0 0 1px rgba(17, 24, 39, 0.05),
        0 10px 24px rgba(15, 23, 42, 0.04);
    transition:
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gddf307:hover,
.gddf307:focus {
    background: #fff;
    box-shadow:
        inset 0 0 0 1px rgba(227, 103, 51, 0.35),
        0 12px 26px rgba(15, 23, 42, 0.07);
}

.gddf307:focus {
    transform: translateY(-1px);
}

.gddf308 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 58px;
    border: none;
    outline: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #e36733 0%, #c94d1d 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(227, 103, 51, 0.25);
    opacity: 0;
    animation: gddfFadeUp 0.9s ease forwards;
    animation-delay: 0.4s;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.gddf308:hover {
    transform: translateY(-2px);
    filter: saturate(1.05);
    box-shadow: 0 20px 38px rgba(227, 103, 51, 0.32);
}

.gddf308:active {
    transform: translateY(0);
}

/* ================= WHY / ICON SECTION ================= */

.vlx700 {
    position: relative;
    padding: 170px 20px 130px;
    background: #f4f4f4;
    overflow: hidden;
}

.vlx701 {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.vlx702 {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ed5507;
    margin-bottom: 14px;
    opacity: 0;
    transform: translateY(28px);
}

.vlx703 {
    font-size: clamp(36px, 4vw, 62px);
    line-height: 1.05;
    font-weight: 800;
    color: #141414;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(34px);
}

.vlx704 {
    width: 78px;
    height: 20px;
    margin: 0 auto 26px;
    position: relative;
    opacity: 0;
    transform: translateY(24px);
}

.vlx704 span {
    position: absolute;
    left: 50%;
    width: 44px;
    height: 14px;
    border-top: 2px solid #ed5507;
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0.9;
}

.vlx704 span:first-child {
    top: 1px;
}

.vlx704 span:last-child {
    top: 6px;
    width: 56px;
    opacity: 0.6;
}

.vlx705 {
    max-width: 760px;
    margin: 0 auto 72px;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    color: #71767d;
    opacity: 0;
    transform: translateY(28px);
}

.vlx706 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.vlx707 {
    text-align: center;
    opacity: 0;
    transform: translateY(46px);
}

.vlx708 {
    width: 132px;
    height: 132px;
    margin: 0 auto 34px;
    border: 2px dashed currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.vlx707:nth-child(1) .vlx708 {
    color: #157f96;
}

.vlx707:nth-child(2) .vlx708 {
    color: #ed5507;
}

.vlx707:nth-child(3) .vlx708 {
    color: #20242b;
}

.vlx707:nth-child(4) .vlx708 {
    color: #ed5507;
}

.vlx709 {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: currentColor;
    position: relative;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
}

.vlx709 span,
.vlx709::before,
.vlx709::after {
    content: "";
    position: absolute;
}

.vlx707:nth-child(1) .vlx709 span {
    width: 30px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -42%);
}

.vlx707:nth-child(1) .vlx709::before {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    background: transparent;
}

.vlx707:nth-child(1) .vlx709::after {
    width: 22px;
    height: 22px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%) rotate(-45deg);
    border-radius: 4px;
}

.vlx707:nth-child(2) .vlx709 span {
    width: 28px;
    height: 28px;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 56px;
    top: 41px;
}

.vlx707:nth-child(2) .vlx709::before {
    width: 36px;
    height: 26px;
    border: 3px solid #fff;
    border-radius: 6px;
    left: 20px;
    top: 23px;
}

.vlx707:nth-child(2) .vlx709::after {
    width: 18px;
    height: 18px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 58px;
    top: 55px;
    transform: rotate(-45deg);
    border-radius: 2px;
}

.vlx707:nth-child(3) .vlx709 span {
    width: 44px;
    height: 18px;
    border: 3px solid #fff;
    border-bottom-width: 4px;
    border-radius: 14px 14px 10px 10px;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
}

.vlx707:nth-child(3) .vlx709::before {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 22px;
    bottom: 22px;
    box-shadow:
        38px 0 0 -3px currentColor,
        38px 0 0 0 #fff;
    background: transparent;
}

.vlx707:nth-child(3) .vlx709::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    left: 18px;
    top: 20px;
    box-shadow:
        44px 8px 0 0 #fff,
        56px -2px 0 0 #fff;
}

.vlx707:nth-child(4) .vlx709 span {
    width: 34px;
    height: 34px;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vlx707:nth-child(4) .vlx709::before {
    width: 3px;
    height: 18px;
    background: #fff;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    box-shadow: 0 0 0 0 #fff;
}

.vlx707:nth-child(4) .vlx709::after {
    width: 16px;
    height: 3px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-2px, -50%);
    transform-origin: left center;
    border-radius: 3px;
}

.vlx710 {
    font-size: clamp(26px, 2vw, 34px);
    line-height: 1.22;
    font-weight: 800;
    color: #121212;
    margin-bottom: 16px;
}

.vlx711 {
    font-size: 17px;
    line-height: 1.75;
    color: #727982;
    max-width: 100%;
}

.vlx707:hover .vlx708 {
    transform: translateY(-8px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
}

.vlx700.vlx-on .vlx702 {
    animation: vlxFadeRise 0.95s ease forwards;
}

.vlx700.vlx-on .vlx703 {
    animation: vlxFadeRise 1s ease 0.12s forwards;
}

.vlx700.vlx-on .vlx704 {
    animation: vlxFadeRise 1s ease 0.24s forwards;
}

.vlx700.vlx-on .vlx705 {
    animation: vlxFadeRise 1s ease 0.36s forwards;
}

.vlx700.vlx-on .vlx707:nth-child(1) {
    animation: vlxFadeRise 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.48s forwards;
}

.vlx700.vlx-on .vlx707:nth-child(2) {
    animation: vlxFadeRise 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.64s forwards;
}

.vlx700.vlx-on .vlx707:nth-child(3) {
    animation: vlxFadeRise 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
}

.vlx700.vlx-on .vlx707:nth-child(4) {
    animation: vlxFadeRise 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.96s forwards;
}

/* ================= OLD CAR GRID ================= */

.gddcars-section {
    background: #f3f3f3;
    padding: 120px 20px;
    font-family: Montserrat, sans-serif;
}

.gddcars-container {
    max-width: 1280px;
    margin: auto;
}

.gddcars-title {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 70px;
    color: #111;
}

.gddcars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.gddcars-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

.gddcars-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.gddcars-image {
    height: 190px;
    overflow: hidden;
}

.gddcars-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gddcars-card:hover img {
    transform: scale(1.06);
}

.gddcars-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gddcars-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gddcars-head h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.gddcars-price {
    color: #e36733;
    font-weight: 700;
}

.gddcars-type {
    font-size: 13px;
    color: #777;
}

.gddcars-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.gddcars-tags span {
    font-size: 11px;
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    color: #555;
}

.gddcars-btn {
    margin-top: 14px;
    align-self: flex-start;
    border: 1px solid #e36733;
    background: transparent;
    color: #e36733;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.gddcars-btn:hover {
    background: #e36733;
    color: #fff;
}

.gddcars-more {
    margin-top: 60px;
    text-align: center;
}

.gddcars-more-btn {
    background: #e36733;
    color: #fff;
    border: none;
    padding: 14px 34px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.gddcars-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

/* ================= OLD FAQ ================= */

.qxf100 {
    padding: 120px 20px;
    background: #f7f7f7;
}

.qxf101 {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.qxf102 {
    color: #e36733;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(30px);
}

.qxf103 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(30px);
}

.qxf104 {
    color: #777;
    font-size: 17px;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
}

.qxf105 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.qxf106 {
    background: white;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
}

.qxf107 {
    width: 100%;
    padding: 22px 26px;
    font-size: 18px;
    font-weight: 600;
    background: white;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.qxf107:hover {
    background: #f9f9f9;
}

.qxf108 {
    font-size: 22px;
    color: #e36733;
    transition: transform 0.4s;
}

.qxf106.active .qxf108 {
    transform: rotate(45deg);
}

.qxf109 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
    padding: 0 26px;
    text-align: left;
}

.qxf109 p {
    padding-bottom: 24px;
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

.qxf106.active {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.qxf100.qxf-visible .qxf102,
.qxf100.qxf-visible .qxf103,
.qxf100.qxf-visible .qxf104 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.qxf100.qxf-visible .qxf106 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

/* ================= ANIMATIONS ================= */

.header-load {
    opacity: 0;
    transform: translateY(-60px);
    animation: headerSlideDown 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes headerSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    60% {
        opacity: 1;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(38px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomHero {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.12);
    }
}

@keyframes mzrFadeLift {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gddfRise {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes gddfFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vlxFadeRise {
    0% {
        opacity: 0;
        transform: translateY(42px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
    .qxv92 {
        max-width: 100%;
        padding: 16px 20px;
    }

    .qxv204 {
        font-size: 86px;
    }
}

@media (max-width: 1100px) {
    .mzrA3 {
        min-width: 118px;
    }

    .mzrA4 {
        height: 44px;
        font-size: 12px;
        padding: 0 38px 0 14px;
    }

    .qxv96 ul {
        gap: 30px;
    }

    .qxv204 {
        font-size: 76px;
    }
}

/* ================= FIXED MOBILE NAVBAR RESPONSIVE ================= */

@media (max-width: 900px) {
    .qxv91 {
        z-index: 10000;
    }

    .qxv92 {
        padding: 14px 18px;
    }

    .qxv93 svg {
        width: 130px;
        height: auto;
    }

    .qxv101 {
        display: flex;
        position: relative;
        z-index: 100003;
        border-radius: 12px;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    }

    .qxv96 {
        position: fixed;
        top: 0;
        right: -110%;
        width: min(380px, 88vw);
        height: 100vh;
        z-index: 100002;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 22px;
        padding: 94px 24px 32px;
        background:
            radial-gradient(circle at top left, rgba(227, 103, 51, 0.18), transparent 35%),
            #111827;
        box-shadow: -28px 0 70px rgba(0, 0, 0, 0.34);
        overflow-y: auto;
        transition: right 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .qxv96.active {
        right: 0;
    }

    .qxv96 ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        list-style: none;
    }

    .qxv96 ul li {
        width: 100%;
    }

    .qxv96 a {
        display: flex;
        width: 100%;
        padding: 15px 0;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .qxv96 a::after {
        display: none;
    }

    .qxv96 a:hover {
        color: #e36733;
    }

    .qxv98 .mzrA1 {
        display: none;
    }

    .mobile-selectors {
        display: flex;
        width: 100%;
        margin-top: 8px;
        flex-direction: column;
        gap: 18px;
    }

    .mobile-contact {
        display: grid;
        gap: 12px;
        padding: 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mc-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: rgba(255, 255, 255, 0.84);
        font-size: 13px;
        line-height: 1.5;
    }

    .mc-item i {
        color: #e36733;
    }

    .mobile-socials {
        display: grid;
        gap: 10px;
        margin-top: 0;
    }

    .mobile-socials a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        border-bottom: none;
        padding: 0;
    }

    .mobile-socials a i {
        color: #e36733;
    }

    .qxv96 .mzrA1 {
        display: flex;
        width: 100%;
        animation: none;
    }

    .qxv96 .mzrA2 {
        color: rgba(255, 255, 255, 0.72);
    }

    .qxv96 .mzrA3 {
        min-width: 100%;
    }

    .qxv96 .mzrA4 {
        background: rgba(255, 255, 255, 0.96);
    }

    .top-left span {
        display: none;
    }

    .topnav-border {
        display: none;
    }

    .top-left {
        justify-content: center;
    }

    .top-bar .container {
        justify-content: space-between;
    }

    .stk-navbar {
        z-index: 10001;
    }

    .stk-container {
        padding: 10px 18px;
    }

    .stk-burger {
        display: flex;
        position: relative;
        z-index: 100003;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    }

    .stk-nav {
        position: fixed;
        top: 0;
        right: -110%;
        width: min(380px, 88vw);
        height: 100vh;
        z-index: 100002;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 22px;
        padding: 94px 24px 32px;
        background:
            radial-gradient(circle at top left, rgba(227, 103, 51, 0.18), transparent 35%),
            #111827;
        box-shadow: -28px 0 70px rgba(0, 0, 0, 0.34);
        overflow-y: auto;
        transition: right 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .stk-nav.active {
        right: 0;
    }

    .stk-nav ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        list-style: none;
    }

    .stk-nav ul li {
        width: 100%;
    }

    .stk-nav a {
        display: flex;
        width: 100%;
        padding: 15px 0;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .stk-nav a::after {
        display: none;
    }

    .stk-nav a:hover {
        color: #e36733;
    }

    .stk-tools .stk-select,
    .stk-tools .stk-lang {
        display: none;
    }

    .stk-mobile-tools {
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 100%;
        margin-top: 10px;
    }

    .stk-mobile-tools .stk-select select {
        width: 100%;
        height: 46px;
        border-radius: 10px;
        background: #fff;
    }

    .stk-mobile-tools .stk-lang {
        display: flex;
        gap: 12px;
    }

    .stk-mobile-tools .stk-lang a {
        justify-content: center;
        width: auto;
        min-width: 62px;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
    }
}

/* tablet hero + filter form */
@media (max-width: 1199px) {
    .qxv200 {
        min-height: 760px;
        padding: 150px 20px 330px;
    }

    .gddf300 {
        width: calc(100% - 32px);
        max-width: 900px;
        bottom: -120px;
        padding: 0;
    }

    .gddf301 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        padding: 24px;
    }

    .gddf308 {
        grid-column: 1 / -1;
    }

    .vlx700 {
        padding: 210px 20px 120px;
    }

    .vlx706 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 54px;
    }
}

/* mobile hero + filter form */
@media (max-width: 767px) {
    .qxv200 {
        min-height: auto;
        overflow: visible;
        align-items: flex-start;
        padding: 118px 16px 220px;
    }

    .qxv201 {
        background-position: center top;
        animation: none;
        transform: scale(1.03);
    }

    .qxv207 {
        background:
            linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.48)),
            linear-gradient(to right, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.16));
    }

    .qxv202 {
        width: 100%;
        max-width: 460px;
        padding: 0 8px;
        margin: 0 auto;
    }

    .qxv203 {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 2.4px;
        margin-bottom: 12px;
    }

    .qxv204 {
        font-size: clamp(38px, 12vw, 56px);
        line-height: 1.04;
        margin-bottom: 14px;
        letter-spacing: -0.04em;
    }

    .qxv205 {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 1.1px;
        margin-bottom: 20px;
    }

    .qxv206 {
        width: 120px;
        height: 3px;
    }

    .gddf300 {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: min(100% - 22px, 460px);
        max-width: 460px;
        margin: -175px auto 36px;
        padding: 0;
        z-index: 40;
        animation: none;
    }

    .gddf301 {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 22px 46px rgba(15, 23, 42, 0.18);
        backdrop-filter: blur(12px);
    }

    .gddf301::after {
        left: 18px;
        right: 18px;
        height: 3px;
    }

    .gddf302 {
        gap: 7px;
        opacity: 1;
        animation: none;
    }

    .gddf303 {
        font-size: 10px;
        letter-spacing: 0.08em;
        padding-left: 3px;
    }

    .gddf304 {
        display: none;
    }

    .gddf306 {
        border-radius: 16px;
        overflow: hidden;
    }

    .gddf306::after {
        right: 17px;
        width: 8px;
        height: 8px;
    }

    .gddf307 {
        height: 52px;
        border-radius: 16px;
        padding: 0 46px 0 14px;
        font-size: 13px;
        transition: none;
    }

    .gddf307:hover,
    .gddf307:focus {
        transform: none;
        background: #f3f4f6;
    }

    .gddf308 {
        height: 54px;
        margin-top: 2px;
        border-radius: 16px;
        font-size: 13px;
        opacity: 1;
        animation: none;
        transition: none;
    }

    .gddf308:hover {
        transform: none;
    }

    .gddf308:active {
        transform: scale(0.99);
    }

    .vlx700 {
        padding: 120px 16px 95px;
    }

    .vlx705 {
        margin-bottom: 54px;
        font-size: 16px;
    }

    .vlx706 {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .vlx708 {
        width: 116px;
        height: 116px;
        margin-bottom: 26px;
    }

    .vlx709 {
        width: 84px;
        height: 84px;
    }

    .vlx710 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .vlx711 {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 560px) {
    .qxv95 {
        font-size: 18px;
    }

    .qxv94 {
        width: 24px;
        height: 24px;
    }

    .gddf300 {
        margin-top: -165px;
    }
}

@media (max-width: 390px) {
    .qxv200 {
        padding-top: 100px;
        padding-bottom: 210px;
    }

    .qxv204 {
        font-size: 36px;
    }

    .gddf300 {
        width: calc(100% - 18px);
        margin-top: -158px;
    }

    .gddf301 {
        padding: 15px;
        border-radius: 20px;
    }

    .gddf307,
    .gddf308 {
        height: 50px;
    }
}

/* old grid responsive */
@media (max-width: 1000px) {
    .gddcars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .gddcars-grid {
        grid-template-columns: 1fr;
    }
}

/* old faq responsive */
@media (max-width: 768px) {
    .qxf103 {
        font-size: 34px;
    }

    .qxf107 {
        font-size: 16px;
        padding: 18px;
    }

    .qxf109 p {
        font-size: 15px;
    }
}


/* =========================================================
   FINAL MOBILE NAV SLIDE FIX — DO NOT PLACE ANYTHING AFTER
========================================================= */

@media (max-width: 900px) {
    body.nav-open {
        /*overflow: hidden !important;*/
    }
}

@media (min-width: 901px) {
    body.nav-open {
        overflow: auto !important;
    }
}

/* dark page overlay */
.gdd-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(4px);
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.gdd-nav-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 900px) {
    .qxv91 {
        z-index: 100010 !important;
    }

    .stk-navbar {
        z-index: 100011 !important;
    }

    .qxv101,
    .stk-burger {
        display: flex !important;
        position: relative !important;
        z-index: 100020 !important;
    }

    /* MAIN NAV PANEL */
    #navPanel.qxv96 {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: min(380px, 88vw) !important;
        height: 100vh !important;
        z-index: 100015 !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;

        padding: 95px 24px 34px !important;
        background:
            radial-gradient(circle at top left, rgba(227, 103, 51, 0.22), transparent 38%),
            #111827 !important;

        box-shadow: -28px 0 70px rgba(0, 0, 0, 0.38) !important;
        overflow-y: auto !important;

        transform: translateX(110%) !important;
        transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    }

    #navPanel.qxv96.active {
        transform: translateX(0) !important;
    }

    #navPanel.qxv96 ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        width: 100% !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #navPanel.qxv96 ul li {
        width: 100% !important;
    }

    #navPanel.qxv96 a {
        display: flex !important;
        width: 100% !important;
        padding: 15px 0 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    }

    #navPanel.qxv96 a::after {
        display: none !important;
    }

    #navPanel.qxv96 a:hover {
        color: #e36733 !important;
    }

    /* STICKY NAV PANEL */
    #stkNavPanel.stk-nav {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: min(380px, 88vw) !important;
        height: 100vh !important;
        z-index: 100015 !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;

        padding: 95px 24px 34px !important;
        background:
            radial-gradient(circle at top left, rgba(227, 103, 51, 0.22), transparent 38%),
            #111827 !important;

        box-shadow: -28px 0 70px rgba(0, 0, 0, 0.38) !important;
        overflow-y: auto !important;

        transform: translateX(110%) !important;
        transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
    }

    #stkNavPanel.stk-nav.active {
        transform: translateX(0) !important;
    }

    #stkNavPanel.stk-nav ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        width: 100% !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #stkNavPanel.stk-nav ul li {
        width: 100% !important;
    }

    #stkNavPanel.stk-nav a {
        display: flex !important;
        width: 100% !important;
        padding: 15px 0 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    }

    #stkNavPanel.stk-nav a::after {
        display: none !important;
    }

    #stkNavPanel.stk-nav a:hover {
        color: #e36733 !important;
    }

    /* MAIN HAMBURGER ANIMATION */
    .qxv101.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
    }

    .qxv101.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .qxv101.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
    }

    /* STICKY HAMBURGER ANIMATION */
    .stk-burger.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg) !important;
    }

    .stk-burger.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .stk-burger.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg) !important;
    }

    /* mobile inner tools */
    #navPanel .mobile-selectors,
    #stkNavPanel .stk-mobile-tools {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        width: 100% !important;
        margin-top: 18px !important;
    }

    #navPanel .mobile-contact {
        display: grid !important;
        gap: 12px !important;
        padding: 16px !important;
        border-radius: 18px !important;
        background: rgba(255, 255, 255, 0.06) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    #navPanel .mc-item {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        color: rgba(255, 255, 255, 0.84) !important;
        font-size: 13px !important;
    }

    #navPanel .mc-item i,
    #navPanel .mobile-socials i {
        color: #e36733 !important;
    }

    #navPanel .mobile-socials {
        display: grid !important;
        gap: 10px !important;
        margin-top: 0 !important;
    }

    #navPanel .mobile-socials a {
        padding: 0 !important;
        border-bottom: none !important;
        color: #fff !important;
    }

    #navPanel .mzrA1 {
        display: flex !important;
        width: 100% !important;
        animation: none !important;
    }

    #navPanel .mzrA2 {
        color: rgba(255, 255, 255, 0.72) !important;
    }

    #navPanel .mzrA3 {
        width: 100% !important;
        min-width: 100% !important;
    }

    #navPanel .mzrA4 {
        background: #fff !important;
    }

    #stkNavPanel .stk-select select {
        width: 100% !important;
        height: 46px !important;
        border-radius: 10px !important;
        background: #fff !important;
    }

    #stkNavPanel .stk-lang {
        display: flex !important;
        gap: 12px !important;
    }

    #stkNavPanel .stk-lang a {
        justify-content: center !important;
        width: auto !important;
        min-width: 62px !important;
        padding: 10px 14px !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
    }
}
