* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto,sans-serif;
}
dl, ol, ul {
    margin-bottom: 0rem !important;
}
/* changes css */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px !important;
    }
}
.h1, h1 {
    font-size: 36px !important;
}
a.btn.btn-dark {
    font-size: 14px;
}

.support-form.shadow.p-4.rounded-4.border .col-6 {
    padding-top: 8px;
    flex: 0 0 auto;
    width: 50%;
    justify-content: center;
    margin: 0px auto;
}
a.btn.btn-warning.btn-lg.fw-bold.me-3 {
    font-size: 14px;
}
button.btn.btn-outline-dark.rounded-pill.px-4.py-2.mt-3 {
    font-size: 14px;
    background-color: #ffc107;
}
.h2, h2 {
    font-size: 36px !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    clear: both;
    font-family: Roboto,sans-serif !important;
}
.h4, h4 {
    font-size: 20px !important;
}
.small, small {
    font-size: 12px !important;
    color: white !important;
}
button.btn.btn-gold.w-100.fw-bold.py-3 {
    background-color: white;
    font-size: 14px;
}
p.text-muted.mb-5.px-md-5 {
    width: 60% !important;
    margin: 0 auto;
}
.row.g-4 {
    padding-bottom: 20px;
}
.text-muted {
    color: #000000 !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
}
button.btn.btn-outline-dark.rounded-pill.px-4.mt-2 {
    font-size: 16px;
    background: #cfa13a;
}
a:hover, a:focus {
    color: #cfa13a;
}
h1.fw-bold {
    color: white !important;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="color"]:hover, input[type="color"]:focus, textarea:hover, textarea:focus {
    border-color: #cfa13a;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #000 !important;
}
/* End changed css */


/* .btn-gold {
    background-color: #cfa13a;
} */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    padding: 5px 0;
    transition: all 0.4s ease;
    z-index: 1000;
}
/* .nav-wrapper {
    position: relative;
    right: -100px;
} */
.logo img {
    height: auto;
    max-width: 70%;
}

p {
    font-size: 16px;
}
span {
    font-size: 15px;
}
.tab-btn {
    font-size: 18px;
}
p.text-muted.small {
    font-size: 12px;
}
#main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}
.white-text { color: #fff; }
.gold-text { color: #cfa13a; }

.nav-wrapper {
    display: flex;
    align-items: center;
    background: rgba(40, 40, 40, 0.8);
    padding: 10px 25px;
    border-radius: 50px;
}
li.mb-3 {
    font-size: 16px;
}
.contact-info { display: none; }

.contact-info a, .main-nav ul li a {
    color: white;
    text-decoration: none;
    margin: 0 13px;
    font-size: 14px;
    transition: 0.3s;
}

.main-nav ul {
    list-style: none;
    display: flex;
}

.btn-gold {
    background-color: #cfa13a;
    color: black;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

/* header.sticky {
    background-color: #000;
    padding: 5px 20px;
    border-radius: 35px;
    width: 80%;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.sticky .nav-wrapper {
    background: transparent;
}

header.sticky .contact-info {
    display: flex;
    border-right: 1px solid #444;
    padding-right: 20px;
} */

/* header.sticky .main-nav {
    display: none; 
} */
/* 
header.sticky .contact-info i {
    color: #cfa13a;
    margin-right: 8px;
} */

/* ------------- */
/* Hero Section Styling */
.hero-section {
    background: url('/wp-content/uploads/2026/05/Banner-Image-1.png');
    background-size: cover;
    background-position: center;
    height: 90vh;
}

.gold-text { color: var(--gold); }

.booking-card {
    background: rgba(30, 30, 30, 0.85);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    width: 76%;
}

.tab-btns {
    display: flex;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
}

.tab-btns button {
    flex: 1;
    background: none;
    border: none;
    color: #ccc;
    padding: 12px;
    font-weight: bold;
    font-size: 12px;
}
.tab-btns button.active {
    background: #c89b38;
    color: #000;
    border-bottom: 2px solid var(--gold);
}

.input-group-custom {
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    color: white;
}

.input-group-custom input {
    background: none;
    border: none;
    color: white;
    width: 70%;
    margin-left: 10px;
    font-size: 14px;
}

.input-group-custom input:focus { outline: none; }

.add-stop {
    background: #ffffff;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.btn-gold {
    background: #ffffff;
    color: black;
    border: none;
}
.img-fluid {
    max-width: 90%;
    height: 194px;
}
p.text-muted.small {
    width: 79%;
}
.service-card {
    text-align: left;
}
.btn-gold:hover {
    background: #b88e30;
}

/* Services section spacing */
.service-card h4 {
    margin-top: 15px;
    font-weight: bold;
}

/* Corporate Form */
.support-form .form-control {
    border: 1px solid #ddd;
    padding: 12px;
}
.col-md-6.text-white.pt-5 {
    position: relative;
    bottom: 0px;
    top: 100px;
}

/* =========================
   MOBILE HEADER
========================= */
 section.services-section.py-5.text-center img.img-fluid.rounded-4.mb-3 {
    width: 369px;
    height: 256px;
}
.support-form .form-control {
    font-size: 14px;
}
.mobile-menu-btn {
    position: fixed;
    top: 13px;
    right: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 20px;
    z-index: 2001;
    display: none;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #111;
    z-index: 2002;
    padding: 25px;
    transition: 0.4s ease;
    overflow-y: auto;
}

.mobile-sidebar.active {
    right: 0;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.close-sidebar {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-links li {
    margin-bottom: 18px;
}

.mobile-nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.mobile-nav-links a:hover {
    color: #cfa13a;
}

.mobile-contact {
    margin-top: 35px;
    border-top: 1px solid #333;
    padding-top: 25px;
}

.mobile-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 18px;
    font-size: 14px;
}

.mobile-contact i {
    color: #cfa13a;
}

.mobile-login-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    /* Hide desktop header content */
    .nav-wrapper,
    .header-btn {
        display: none !important;
    }

    /* Show mobile button */
    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #main-header .container {
        justify-content: center;
    }

    header {
        padding: 15px 0;
        background: rgba(0,0,0,0.8);
    }

    header.sticky {
        width: 92%;
        border-radius: 18px;
    }

    .logo {
        font-size: 22px;
    }

}

button.btn.btn-dark.w-100.fw-bold.py-3 {
    font-size: 13px;
}
@media (max-width: 768px) {
.logo img {
    position: relative;
    left: -96px;
}
.booking-card {
    width: 100%;
}
p.text-muted.mb-5.px-md-5 {
    width: 85% !important;
}
.service-card h4 {
    font-size: 20px;
}
.service-card {
    text-align: center;
}
.tabs-wrapper {
    padding-top: 15px;
}
.h5, h5 {
    font-size: 16px !important;
}
.h4, h4 {
    font-size: 16px !important;
}
.fleet-section .service-card p {
    font-size: 400 !important;
}
button.btn.btn-dark.rounded-pill.px-4.py-2.mt-3 {
    padding-bottom: 5px;
    font-size: 14px;
}
button.btn.btn-dark.w-100.fw-bold.py-3 {
    font-size: 14px !important;
}
}


 .subtitle {
    max-width: 850px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
 
    padding: 0.5rem 0.8rem;

}








/* footer page css*/
.lux-footer {
    background: #000;
    color: #fff;
    padding: 70px 0 25px;
    font-family: Arial, sans-serif;
}

.lux-footer .footer-logo {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.lux-footer .footer-logo span {
    color: #d1a31c;
}

.lux-footer h5 {
    color: #d1a31c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.lux-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lux-footer .footer-links li {
    margin-bottom: 16px;
}

.lux-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

.lux-footer .footer-links a:hover {
    color: #d1a31c;
}

.lux-footer .footer-rating {
    margin-top: 25px;
}

.lux-footer .stars {
    color: #ffc107;
    font-size: 28px;
    margin-bottom: 10px;
}

.lux-footer .footer-rating h4 {
    font-size: 34px;
    font-weight: 700;
}

.lux-footer .review-badge {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 15px;
}

.lux-footer .review-badge span {
    color: #d1a31c;
    font-weight: 700;
}

.lux-footer .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.lux-footer .contact-item i {
    color: #d1a31c;
    font-size: 20px;
}

.lux-footer .contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.lux-footer .book-btn {
    display: inline-block;
    margin: 15px 0 30px;
    padding: 14px 36px;
    border: 2px solid #d1a31c;
    border-radius: 50px;
    color: #d1a31c;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.lux-footer .book-btn:hover {
    background: #d1a31c;
    color: #000;
}

.lux-footer .payment-icons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.lux-footer .payment-icons img {
    width: 65px;
    height: 42px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}

.lux-footer .footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 25px;
    font-size: 15px;
    color: #ddd;
}

.lux-footer .social-icons {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.lux-footer .social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.lux-footer .social-icons a:hover {
    background: #d1a31c;
    color: #000;
}

@media (max-width: 991px) {

.row.w-100 {
    flex-direction: column-reverse;
        gap: 70px;
    }
    .lux-footer {
        text-align: left;
    }

    .lux-footer .contact-item {
        justify-content: left;
    }

    .lux-footer .payment-icons {
        justify-content: center;
    }

    .lux-footer .social-icons {
        justify-content: center;
    }

    .lux-footer .footer-logo {
        font-size: 30px;
    }

    .lux-footer h5 {
        font-size: 20px;
    }

    .lux-footer .footer-rating h4 {
        font-size: 28px;
    }

    .lux-footer .footer-links a,
    .lux-footer .contact-item a {
        font-size: 16px;
    }
}
/* end footer page css*/

