* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui;
}
dl, ol, ul {
    margin-bottom: 0rem !important;
}

.btn-warning {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #00a54f !important;
    --bs-btn-border-color: #00a54f !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #00a54f !important;
    --bs-btn-hover-border-color: #00a54f !important;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #00a54f !important;
    --bs-btn-active-border-color: #00a54f !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #00a54f !important;
    --bs-btn-disabled-border-color: #00a54f !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;
}
a.btn.btn-warning.btn-lg.fw-bold.me-3 {
    font-size: 14px;
}
.h2, h2 {
    font-size: 36px !important;
}
.h4, h4 {
    font-size: 20px !important;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    clear: both;
    font-family: system-ui !important;
}
.small, small {
    font-size: 14px !important;
    color: #be1313 !important;
}
button.btn.btn-gold.w-100.fw-bold.py-3 {
    background-color: #00a54f;
    color: white;
    font-size: 14px;
}
h3.form_head {
    padding: 15px 0;
}




/* -------------- */
section.services-section.py-5.text-center {
    padding: 55px 0px!important;
}

button.btn.btn-success.w-100.py-3.fw-bold.fs-5.rounded-3 {
    font-size: 16px !important;
}
/* -------------- */
/* -------- */
label {
    /* display: block; */
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
/* ----------- */
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: #00a54f;
    color: white;
    border: unset;
    padding: 8px 10px;
}
a:hover, a:focus {
    color: #fff;
}
.bp-btn {
    display: inline-block;
    background: #00a54f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}
button:hover, .button:hover, .wp-block-search__button:hover, .wp-block-button__link:hover, .wp-block-file__button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, .button:focus, .wp-block-search__button:focus, .wp-block-button__link:focus, .wp-block-file__button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    text-decoration: none;
    border-color: #151314;
    background-color: #00a54f !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: #00a54f;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600 !important;
    line-height: 1.2;
    color: #000;
}


.lux-footer .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 600 !important;
    color: rgb(0, 0, 0) ;
}
/* End changed css */



header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    transition: all 0.4s ease;
    z-index: 1000;
}

.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: 600;
    font-size: 24px;
    letter-spacing: 2px;
}
.white-text { color: #fff; }
.gold-text { color: #00a54f; }

.nav-wrapper {
    display: flex;
    align-items: center;
    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: #00a54f;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 600;
}
.header-btn {
    display: flex;
    gap: 10px;
}

.main-nav ul {
    list-style: none;
    display: flex;
}

.btn-gold {
    background-color: #00a54f;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* ------------- */
/* Hero Section Styling */
label.form-label.fw-semibold.text-uppercase.small.text-secondary {
    color: #000 !important;
}
.hero-section {
    background: url('/wp-content/uploads/2026/06/Home-banner-image.png');
    background-size: cover;
    background-position: center;
    height: 80vh;
}

.gold-text { color: var(--gold); }

.booking-card {
    background: #fff;
    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: 600;
    font-size: 12px;
}
.tab-btns button.active {
    background: #c89b38;
    color: #000;
    border-bottom: 2px solid var(--gold);
}

.input-group-custom {
    background: #fdfbff;
    border: 1px solid #444;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    color: #070707;
}

.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: 600;
}

.btn-gold {
    background: #00a54f;
    color: #ffffff;
    border: none;
}
.img-fluid {
    max-width: 90%;
    height: 194px;
}
p.text-muted.small {
    width: 79%;
}
.service-card {
    text-align: left;
}
.btn-gold:hover {
    background: #00a54fe8;
}

/* Services section spacing */
.service-card h4 {
    margin-top: 15px;
    font-weight: 600;
}

/* Corporate Form */
.support-form .form-control {
    border: 1px solid #ddd;
    padding: 12px;
}
.col-md-6.text-white.pt-5 {
    position: relative;
    bottom: -109px;
    top: 212px;
}

/* =========================
   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%;
    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: #00a54f;
}

.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: #00a54f;
}

.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: #fff;
    }

    header.sticky {
        width: 92%;
        border-radius: 18px;
    }

    .logo {
        font-size: 22px;
    }



}

@media (max-width: 768px) {
 .h-100 {
    height: 67%!important;
}   
.logo img {
    position: relative;
    left: -10px;
}
.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;
}
}

/* 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: #00a54f;
}

.lux-footer h5 {
    color: #00a54f;
    font-size: 22px;
    font-weight: 600;
    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: #00a54f;
}

.lux-footer .footer-rating {
    margin-top: 25px;
}

.lux-footer .stars {
    color: #00a54f;
    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: #00a54f;
    font-weight: 600;
}

.lux-footer .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.lux-footer .contact-item i {
    color: #00a54f;
    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 #00a54f;
    border-radius: 50px;
    color: #00a54f;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.lux-footer .book-btn:hover {
    background: #00a54f;
    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: #00a54f;
    color: #000;
}

@media (max-width: 991px) {
.row.w-100 {
    flex-direction: column-reverse;
}
    .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*/

 .subtitle {
    max-width: 1000px;
    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;

}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #00a54f;
    --bs-btn-border-color: #00a54f;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #00a54f;
    --bs-btn-hover-border-color: #00a54f;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #00a54f;
    --bs-btn-active-border-color: #00a54f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #00a54f;
    --bs-btn-disabled-border-color: #00a54f;
}