/* =========================================================
   GP Luxury Rentals — dark luxury homepage overrides
   Load this file AFTER maine209.css.
   ========================================================= */

:root {
    --lux-black: #070707;
    --lux-black-2: #0b0b0b;
    --lux-card: #111111;
    --lux-card-2: #161616;
    --lux-line: rgba(212, 175, 55, 0.22);
    --lux-line-soft: rgba(255, 255, 255, 0.09);
    --lux-gold: #e5b522;
    --lux-gold-bright: #e5b522;
    --lux-gold-dark: #b18911;
    --lux-white: #f5f1e8;
    --lux-muted: #9b9b9b;
    --lux-muted-2: #6f6f6f;
}

html {
    scroll-behavior: smooth;
}

body.luxury-home-page {
    background: var(--lux-black);
    color: var(--lux-white);
    overflow-x: hidden;
}

.luxury-home-page h1,
.luxury-home-page h2,
.luxury-home-page h3,
.luxury-home-page h4,
.luxury-home-page h5,
.luxury-home-page h6,
.luxury-home-page p,
.luxury-home-page a,
.luxury-home-page span,
.luxury-home-page input,
.luxury-home-page button {
    font-family: "Urbanist", sans-serif !important;
}

.lux-container {
    max-width: 1320px;
}

.lux-section {
    position: relative;
    padding: 120px 0;
}

/* Header */
.lux-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(214, 179, 79, 0.22);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.lux-header.stick {
    position: fixed;
    background: rgba(7, 7, 7, 0.92);
    border-bottom-color: rgba(214, 179, 79, 0.2);
    backdrop-filter: blur(18px);
}

.lux-navbar {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.lux-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--lux-white) !important;
}

.lux-brand:hover {
    color: var(--lux-white) !important;
}

.lux-brand-mark {
    min-width: 46px;
    height: 46px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lux-gold-bright);
    font-family: Georgia, serif !important;
    font-size: 18px;
    letter-spacing: 1px;
}

.lux-brand-mark::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid var(--lux-gold);
    transform: rotate(45deg);
}

.lux-brand-copy {
    display: flex;
    flex-direction: column;
}

.lux-brand-copy strong {
    color: var(--lux-gold-bright);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.2px;
}

.lux-brand-copy small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 2px;
}

.lux-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.lux-desktop-nav a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    position: relative;
    padding: 35px 0;
}

.lux-desktop-nav a::after {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 0;
    height: 1px;
    background: var(--lux-gold);
    transform: translateX(-50%);
    transition: width 0.25s ease;
}

.lux-desktop-nav a:hover,
.lux-desktop-nav a.active {
    color: var(--lux-gold-bright) !important;
}

.lux-desktop-nav a:hover::after,
.lux-desktop-nav a.active::after {
    width: 100%;
}

.lux-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lux-phone {
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.lux-phone:hover {
    color: var(--lux-gold-bright) !important;
}

.lux-phone-icon {
    color: var(--lux-gold);
}

.lux-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--lux-line);
    background: rgba(255, 255, 255, 0.03);
    padding: 11px;
}

.lux-menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background: var(--lux-gold-bright);
}

.lux-mobile-nav {
    display: none;
    border-top: 1px solid var(--lux-line-soft);
    padding: 10px 0 20px;
}

.lux-mobile-nav a {
    display: block;
    padding: 11px 0;
    color: var(--lux-white);
    font-weight: 700;
}

/* Buttons */
.lux-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 0;
    padding: 14px 27px;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.lux-btn-small {
    min-height: 42px;
    padding: 11px 20px;
    font-size: 11px;
}

.lux-btn-gold {
    background: linear-gradient(135deg, var(--lux-gold-bright), var(--lux-gold));
    color: #080808 !important;
    border-color: var(--lux-gold);
    box-shadow: 0 10px 35px rgba(214, 179, 79, 0.11);
}

.lux-btn-gold:hover {
    background: #f1d574;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(214, 179, 79, 0.18);
}

.lux-btn-outline,
.lux-btn-outline-gold {
    background: rgba(0, 0, 0, 0.25);
    color: var(--lux-white) !important;
    border-color: rgba(214, 179, 79, 0.44);
}

.lux-btn-outline:hover,
.lux-btn-outline-gold:hover {
    background: rgba(214, 179, 79, 0.1);
    border-color: var(--lux-gold);
    color: var(--lux-gold-bright) !important;
}

.lux-btn-dark {
    background: #111;
    color: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(255, 255, 255, 0.1);
}

.lux-btn-dark:hover {
    color: var(--lux-gold-bright) !important;
    border-color: var(--lux-gold-dark);
}

/* Hero */
.lux-hero {
    min-height: 860px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #050505;
}

.lux-hero-media {
    position: absolute;
    inset: 0;
    background-image: url("../imgs/hero/hero-1/genesis-gv80-hero.jpeg");
    background-size: cover;
    background-position: center right;
    /* transform: scale(1.02); */
}

.lux-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.74) 43%, rgba(0, 0, 0, 0.28) 73%, rgba(0, 0, 0, 0.55) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 55%, #070707 100%);
}

.lux-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 145px;
    padding-bottom: 105px;
}

.lux-eyebrow,
.lux-section-kicker {
    color: var(--lux-gold-bright);
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.lux-hero h1 {
    margin: 20px 0 20px;
    color: var(--lux-white);
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(60px, 6vw, 94px);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -3px;
}

.lux-hero h1 span {
    color: var(--lux-gold-bright);
    font-family: Georgia, "Times New Roman", serif !important;
}

.lux-hero-content > p {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
}

.lux-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.lux-hero-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 55px;
}

.lux-hero-stats > div {
    min-width: 160px;
    padding-right: 34px;
    margin-right: 34px;
    border-right: 1px solid rgba(214, 179, 79, 0.25);
}

.lux-hero-stats > div:last-child {
    border-right: 0;
}

.lux-hero-stats strong {
    display: block;
    color: var(--lux-gold-bright);
    font-family: Georgia, serif !important;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.lux-hero-stats span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* Reservation form */
.lux-reserve-wrap {
    position: relative;
    z-index: 20;
    margin-top: -88px;
}

.lux-reserve-card {
    padding: 35px 38px 31px;
    border: 1px solid rgba(214, 179, 79, 0.28);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(18, 18, 15, 0.98), rgba(8, 8, 8, 0.98));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.lux-reserve-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--lux-line-soft);
}

.lux-reserve-heading h2 {
    color: var(--lux-white);
    font-family: Georgia, serif !important;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
}

.lux-reserve-heading p {
    color: var(--lux-muted-2);
    font-size: 12px;
    line-height: 18px;
}

.lux-insured {
    color: var(--lux-gold-bright);
    font-size: 10px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.lux-reserve-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin-top: 25px;
}

.lux-field {
    margin: 0;
}

.lux-field > span:first-child,
.lux-vehicle-types > span {
    display: block;
    margin-bottom: 9px;
    color: var(--lux-gold-bright);
    font-size: 9px;
    line-height: 15px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.lux-input-wrap {
    min-height: 52px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #171717;
}

.lux-field-icon {
    width: 45px;
    text-align: center;
    color: #777;
}

.lux-input-wrap input {
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 14px 0 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: var(--lux-white);
    font-size: 13px;
}

.lux-input-wrap input::placeholder {
    color: #666;
}

.lux-reserve-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-top: 24px;
}

.lux-vehicle-types {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.lux-vehicle-types > span {
    width: 100%;
}

.lux-vehicle-types label {
    margin: 0;
    cursor: pointer;
}

.lux-vehicle-types input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lux-vehicle-types b {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    color: #8a8a8a;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
}

.lux-vehicle-types input:checked + b {
    background: var(--lux-gold-bright);
    color: #060606;
    border-color: var(--lux-gold-bright);
}

.lux-search-btn {
    min-width: 265px;
}

/* Section headings */
.lux-section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
}

.lux-section-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.lux-section-kicker.left {
    justify-content: flex-start;
}

.lux-section-kicker span {
    display: inline-block;
    width: 42px;
    height: 1px;
    background: var(--lux-gold-dark);
}

.lux-section-kicker.light {
    color: var(--lux-gold-bright);
}

.lux-section-heading h2,
.lux-standard-section h2,
.lux-consign-section h2,
.lux-final-cta h2 {
    margin: 18px 0 14px;
    color: var(--lux-white);
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(43px, 4.2vw, 64px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -1.5px;
}

.lux-section-heading p,
.lux-standard-section .lux-lead,
.lux-consign-section p {
    color: var(--lux-muted);
    font-size: 16px;
    line-height: 28px;
}

/* Fleet */
.lux-fleet-section {
    padding-top: 142px;
    background:
        radial-gradient(circle at 50% 15%, rgba(214, 179, 79, 0.055), transparent 27%),
        var(--lux-black);
}

.lux-car-card {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, #151515, #0d0d0d);
    transition: 0.3s ease;
}

.lux-car-card:hover {
    transform: translateY(-7px);
    border-color: rgba(214, 179, 79, 0.45);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.lux-car-image {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: #090909;
}

.lux-car-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 55%, rgba(0, 0, 0, 0.72) 100%);
}

.lux-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lux-car-card:hover .lux-car-image img {
    transform: scale(1.055);
}

.lux-car-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 11px;
    background: var(--lux-gold-bright);
    color: #0b0b0b;
    border-radius: 20px;
    font-size: 8px;
    line-height: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lux-wishlist {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(214, 179, 79, 0.35);
    background: rgba(8, 8, 8, 0.8);
    color: var(--lux-gold-bright);
    font-size: 20px;
    line-height: 32px;
}

.lux-wishlist.active {
    background: var(--lux-gold-bright);
    color: #070707;
}

.lux-car-body {
    padding: 24px 22px 22px;
}

.lux-car-body h3 {
    color: var(--lux-white);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.lux-car-price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-top: 5px;
}

.lux-car-price strong {
    color: var(--lux-gold-bright);
    font-size: 26px;
    line-height: 32px;
}

.lux-car-price span {
    padding-bottom: 4px;
    color: #6e6e6e;
    font-size: 11px;
}

.lux-car-specs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.lux-car-specs span {
    color: #808080;
    font-size: 11px;
    line-height: 16px;
}

.lux-car-specs span::first-letter {
    color: var(--lux-gold);
}

.lux-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.lux-card-actions .lux-btn {
    min-height: 42px;
    padding: 10px 12px;
    font-size: 10px;
}

.lux-view-fleet {
    margin-top: 42px;
}

/* Standard */
.lux-standard-section {
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.045);
    border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.lux-standard-image {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border: 1px solid var(--lux-line);
}

.lux-standard-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.56));
}

.lux-standard-image > img {
    width: 100%;
    height: 610px;
    object-fit: cover;
}

.lux-standard-image-card {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 28px;
    min-width: 190px;
    padding: 22px;
    border: 1px solid rgba(214, 179, 79, 0.4);
    background: rgba(7, 7, 7, 0.88);
    backdrop-filter: blur(15px);
}

.lux-standard-image-card strong {
    display: block;
    color: var(--lux-gold-bright);
    font-family: Georgia, serif !important;
    font-size: 37px;
    line-height: 42px;
    font-weight: 400;
}

.lux-standard-image-card span {
    color: #999;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lux-standard-section .lux-lead {
    max-width: 600px;
    margin-bottom: 35px;
}

.lux-standard-list > div {
    display: flex;
    gap: 22px;
    padding: 23px 0;
    border-top: 1px solid var(--lux-line-soft);
}

.lux-feature-number {
    color: var(--lux-gold-bright);
    font-family: Georgia, serif !important;
    font-size: 22px;
    line-height: 28px;
}

.lux-standard-list h3 {
    margin-bottom: 6px;
    color: var(--lux-white);
    font-size: 18px;
    line-height: 26px;
}

.lux-standard-list p {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 24px;
}

/* Process */
.lux-process-section {
    background:
        radial-gradient(circle at center, rgba(214, 179, 79, 0.05), transparent 36%),
        #070707;
}

.lux-process-card {
    height: 100%;
    min-height: 250px;
    padding: 32px 27px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.018);
}

.lux-process-card > span {
    color: var(--lux-gold-bright);
    font-family: Georgia, serif !important;
    font-size: 34px;
    line-height: 40px;
}

.lux-process-card h3 {
    margin-top: 52px;
    color: var(--lux-white);
    font-size: 20px;
    line-height: 28px;
}

.lux-process-card p {
    margin-top: 7px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 23px;
}

/* Consignment */
.lux-consign-section {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background-image: url("../imgs/cta/cta-2/background.png");
    background-size: cover;
    background-position: center;
}

.lux-consign-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.82));
}

.lux-consign-section h2 {
    max-width: 700px;
}

.lux-consign-section p {
    max-width: 690px;
}

.lux-consign-card {
    padding: 40px;
    border: 1px solid rgba(214, 179, 79, 0.45);
    background: rgba(9, 9, 9, 0.86);
    backdrop-filter: blur(18px);
}

.lux-consign-card h3 {
    color: var(--lux-white);
    font-family: Georgia, serif !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.lux-consign-card p {
    margin: 8px 0 25px;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 23px;
}

.lux-consign-card small {
    display: block;
    margin-top: 18px;
    color: #626262;
    font-size: 10px;
    line-height: 17px;
}

/* Testimonials */
.lux-testimonials-section {
    background: #0a0a0a;
}

.lux-quote-card {
    height: 100%;
    margin: 0;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    background: linear-gradient(145deg, #121212, #0c0c0c);
}

.lux-stars {
    color: var(--lux-gold-bright);
    letter-spacing: 4px;
    font-size: 13px;
}

.lux-quote-card > p {
    min-height: 115px;
    margin: 23px 0 27px;
    color: #b4b4b4;
    font-family: Georgia, serif !important;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.lux-quote-card footer {
    padding-top: 20px;
    border-top: 1px solid var(--lux-line-soft);
}

.lux-quote-card footer strong,
.lux-quote-card footer span {
    display: block;
}

.lux-quote-card footer strong {
    color: var(--lux-white);
    font-size: 14px;
    line-height: 20px;
}

.lux-quote-card footer span {
    color: #6f6f6f;
    font-size: 11px;
    line-height: 18px;
}

/* Final CTA */
.lux-final-cta {
    padding: 70px 0;
    background: #070707;
}

.lux-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 48px;
    border: 1px solid rgba(214, 179, 79, 0.35);
    background: linear-gradient(110deg, rgba(214, 179, 79, 0.09), rgba(255, 255, 255, 0.015));
}

.lux-final-cta-inner > div > span {
    color: var(--lux-gold-bright);
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lux-final-cta h2 {
    margin: 8px 0 0;
    font-size: 42px;
}

/* Footer */
.lux-footer {
    padding: 85px 0 25px;
    border-top: 1px solid rgba(214, 179, 79, 0.18);
    background: #030303;
}

.footer-brand {
    margin-bottom: 24px;
}

.lux-footer p {
    color: #747474;
    font-size: 14px;
    line-height: 24px;
}

.lux-footer h3 {
    margin-bottom: 22px;
    color: var(--lux-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.lux-footer .col-lg-2 > a {
    display: block;
    margin-bottom: 13px;
    color: #727272;
    font-size: 13px;
    line-height: 20px;
}

.lux-footer .col-lg-2 > a:hover {
    color: var(--lux-gold-bright) !important;
}

.lux-footer-form {
    display: flex;
    margin-top: 18px;
}

.lux-footer-form input {
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: #101010;
    color: var(--lux-white);
}

.lux-footer-form button {
    min-width: 85px;
    border: 1px solid var(--lux-gold);
    background: var(--lux-gold);
    color: #050505;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lux-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 70px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.lux-footer-bottom span {
    color: #555;
    font-size: 11px;
    line-height: 18px;
}

/* Existing plugin compatibility */
.luxury-home-page .datepicker-dropdown {
    background: #161616;
    color: var(--lux-white);
    border-color: var(--lux-line);
}

.luxury-home-page .datepicker table tr td,
.luxury-home-page .datepicker table tr th {
    color: var(--lux-white);
}

.luxury-home-page .datepicker table tr td.day:hover,
.luxury-home-page .datepicker table tr td.focused {
    background: var(--lux-gold);
    color: #050505;
}

.list-ticks-green li {
    margin-bottom: 18px;
    padding: 3px 25px 3px 0px;
    background-image: url(../imgs/template/icons/tick-list.svg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
}

.btn.btn-brand-2:hover
 {
    color: #000000 !important;
    background-color:#e5b522;
}
.box-why-book-22 {
    padding-bottom: 100px;
    padding-top: 100px;
}
/* Responsive */
@media (max-width: 1199.98px) {
    .lux-desktop-nav {
        gap: 21px;
    }

    .lux-desktop-nav a {
        font-size: 11px;
    }

    .lux-reserve-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lux-reserve-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .lux-search-btn {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .lux-section {
        padding: 90px 0;
    }

    .lux-desktop-nav,
    .lux-phone {
        display: none !important;
    }

    .lux-menu-toggle {
        display: block;
    }

    .lux-mobile-nav.open {
        display: block;
    }

    .lux-hero {
        min-height: 780px;
    }

    .lux-hero-media {
        background-position: 62% center;
    }

    .lux-hero-overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.7));
    }

    .lux-standard-image,
    .lux-standard-image > img {
        min-height: 500px;
        height: 500px;
    }

    .lux-final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .lux-navbar {
        min-height: 76px;
    }

    .lux-brand-mark {
        min-width: 39px;
        height: 39px;
        font-size: 15px;
    }

    .lux-brand-copy strong {
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .lux-brand-copy small {
        display: none;
    }

    .lux-header-actions .lux-btn-small {
        display: none;
    }

    .lux-hero {
        min-height: 730px;
    }

    .lux-hero-content {
        padding-top: 125px;
    }

    .lux-hero h1 {
        font-size: 58px;
        letter-spacing: -2px;
    }

    .lux-hero-stats > div {
        min-width: 31%;
        padding-right: 15px;
        margin-right: 15px;
    }

    .lux-reserve-wrap {
        margin-top: -45px;
    }

    .lux-reserve-card {
        padding: 27px 20px;
        border-radius: 20px;
    }

    .lux-reserve-heading {
        flex-direction: column;
    }

    .lux-reserve-grid {
        grid-template-columns: 1fr;
    }

    .lux-card-actions {
        grid-template-columns: 1fr;
    }

    .lux-car-image {
        height: 235px;
    }

    .lux-final-cta-inner,
    .lux-consign-card {
        padding: 30px 24px;
    }

    .lux-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .lux-section {
        padding: 75px 0;
    }

    .lux-hero h1 {
        font-size: 48px;
    }

    .lux-hero-content > p {
        font-size: 15px;
        line-height: 25px;
    }

    .lux-hero-buttons .lux-btn {
        width: 100%;
    }

    .lux-hero-stats {
        gap: 16px 0;
    }

    .lux-hero-stats > div {
        width: 50%;
        min-width: 50%;
        margin: 0;
        padding: 0 15px 0 0;
    }

    .lux-hero-stats > div:nth-child(2) {
        border-right: 0;
        padding-left: 15px;
    }

    .lux-hero-stats > div:last-child {
        width: 100%;
    }

    .lux-reserve-card {
        margin-left: -2px;
        margin-right: -2px;
    }

    .lux-vehicle-types label {
        width: calc(50% - 4px);
    }

    .lux-vehicle-types b {
        width: 100%;
    }

    .lux-section-heading h2,
    .lux-standard-section h2,
    .lux-consign-section h2 {
        font-size: 39px;
    }

    .lux-standard-image,
    .lux-standard-image > img {
        min-height: 400px;
        height: 400px;
    }

    .lux-standard-image-card {
        right: 15px;
        bottom: 15px;
    }

    .lux-final-cta h2 {
        font-size: 34px;
    }
}
