:root {
    --gold: #b48c50;
    --gold-light: #d4aa6a;
    --dark: #0e0e0e;
    --dark-2: #181818;
    --body-font: 'Jost', Helvetica, Arial, sans-serif;
    --title-font: 'Marcellus', Georgia, serif;
}
#pickup-date::-webkit-calendar-picker-indicator,
#pickup-time::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}
.booking-bar {
    background: #0e0e0e;
    border-top: 1px solid rgba(180,140,80,.35);
    border-bottom: 1px solid rgba(180,140,80,.35);
    padding: 28px 0;
}
.booking-bar .field-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #b48c50;
    margin-bottom: 8px;
    white-space: nowrap;
}
.booking-field {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(180,140,80,.3);
    border-radius: 8px;
    padding: 11px 14px;
    transition: all 0.2s;
}
.booking-field:focus-within {
    border-color: #b48c50;
    background: rgba(30,30,30,0.8);
}
.booking-field input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 14px;
    width: 100%;
    padding: 0;
}
.booking-field input::placeholder {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
}
.booking-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(20,20,20,0.7);
    border-radius: 40px;
    padding: 6px 10px;
    border: 1px solid rgba(180,140,80,0.35);
    height: 44px;
    width: 100%;
}
.booking-stepper .step-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(180,140,80,0.15);
    border: 1px solid rgba(180,140,80,0.5);
    color: #b48c50;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    line-height: 1;
}
.booking-stepper .step-btn:hover {
    background: #b48c50;
    color: #0e0e0e;
}
.booking-stepper .step-val {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex: 1;
    text-align: center;
}
.btn-booking-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b48c50;
    color: #0e0e0e !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 13px 12px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.2s;
    height: 44px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.btn-booking-cta:hover {
    background: #d9aa62;
    transform: translateY(-2px);
    text-decoration: none;
    color: #0e0e0e;
}
@media (min-width: 1200px) {
    .booking-bar .row { display: flex; flex-wrap: nowrap; align-items: flex-end; }
    .booking-bar .row > div:nth-child(1) { flex: 0 0 20%; max-width: 20%; }
    .booking-bar .row > div:nth-child(2) { flex: 0 0 20%; max-width: 20%; }
    .booking-bar .row > div:nth-child(3) { flex: 0 0 15%; max-width: 15%; }
    .booking-bar .row > div:nth-child(4) { flex: 0 0 15%; max-width: 15%; }
    .booking-bar .row > div:nth-child(5) { flex: 0 0 30%; max-width: 30%; }
}
@media (max-width: 1199px) {
    .booking-bar .row { display: flex; flex-wrap: wrap; }
    .booking-bar [class*="col-"] { margin-bottom: 15px; }
    .btn-booking-cta { width: 100%; }
}
#room-carousel .item .hover.relative { position: relative; overflow: hidden; }
#room-carousel .item .hover.relative > img {
    width: 100%;
    height: 420px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
}
.home-fleet-card {
    height: 420px;
    background: #111;
}
.home-fleet-info {
    padding: 0 16px;
}
.home-fleet-info h3 {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.2;
}
.home-fleet-info span {
    display: inline-block;
    margin-top: 4px;
}
@media (max-width: 767px) {
    .owl-custom-nav.menu-float {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    #room-carousel .item .hover.relative,
    .home-fleet-card {
        height: 320px;
    }
    #room-carousel .item .hover.relative > img {
        height: 320px;
    }
}
footer {
    background: var(--dark);
    color: rgba(255,255,255,0.5);
    padding: 72px 0 0;
    border-top: 1px solid rgba(180,140,80,0.15);
    display: block;
    margin: 0;
}
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.footer-col { flex: 1; min-width: 180px; }
.footer-col:first-child { text-align: left; }
.footer-col:nth-child(2){ text-align: center; }
.footer-col:last-child  { text-align: right; }
.footer-col h3 { font-family: var(--title-font); font-size: 17px; color: #fff; margin-bottom: 12px; }
.footer-col p  { font-size: 14.5px; line-height: 1.8em; color: rgba(255,255,255,0.48); }
.footer-logo { width: 130px; margin: 0 auto 14px; }
.footer-socials { display: flex; justify-content: center; gap: 6px; margin-top: 4px; }
.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.55);
    font-size: 13px;
    transition: background .3s, color .3s;
}
.footer-socials a:hover { background: var(--gold); color: #fff; }
.subfooter {
    border-top: 1px solid rgba(255,255,255,0.07);
    margin-top: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 13.5px;
    color: rgba(255,255,255,0.3);
}
.subfooter a { color: var(--gold); }
@media (max-width: 1200px) {
}
@media (max-width: 1060px) {
}
@media (max-width: 860px) {
    @keyframes drawerIn {
        from { transform: translateX(-100%); opacity: 0; }
        to   { transform: translateX(0);     opacity: 1; }
    }
    .footer-col:first-child, .footer-col:last-child { text-align: center; }
    .footer-main { flex-direction: column; align-items: center; gap: 28px; }
}
@media (max-width: 560px) {
    .booking-bar { padding: 20px 0; }
}
