:root {
    --primary-color: #3b82f6;
    --secondary-color: #1e40af;
    --promo-color: #2563eb;
    --text-dark: #1f2937;
    --bg-light: #f8fafc;
}

body {
    font-family: 'Poppins';
    color: var(--text-dark);
    background-color: var(--bg-light);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.hero-car-image, .pop-out-image, .faq-car-pop {
    max-width: 100% !important;
    height: auto;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.text-primary-custom {
    color: var(--primary-color) !important;
}

.rounded-4xl {
    border-radius: 2rem !important;
}

.rounded-5xl {
    border-radius: 3rem !important;
}

.fw-500 {
    font-weight: 500;
}

.bg-primary-light {
    background-color: #eff6ff;
}


.btn-primary-custom {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -10px rgba(59, 130, 246, 0.5);
}

.btn-block-custom {
    width: 100%;
}

.btn-primary-custom:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    color: white;
}

.btn-outline-custom {
    color: #4b5563;
    border: 1px solid #e5e7eb;
    background: white;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background-color: #f9fafb;
    color: var(--primary-color);
}

/* ----------------------------------------------- NAVBAR ----------------------------------------------- */
/* .navbar {
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1020;
    position: relative;
} */

.navbar {
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1020;
    position: absolute;
    width: 100%;
    top: auto;
}

.navbar.navbar-scrolled {
    background-color: rgb(255, 255, 255) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar.navbar-scrolled .nav-link {
    color: #000000 !important;
    text-shadow: none;
}

.navbar-white {
    background-color: white !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.nav-link {
    font-weight: 600 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    white-space: nowrap;
}

.top-header-info, 
.nav-item {
    white-space: nowrap;
}

.nav-link:hover, .nav-link:focus {
    color: #141414 !important;
}

.navbar-toggler {
    background-color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    outline: none;
}

.navbar-toggler:active {
    transform: scale(0.95);
}

.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollLeftToRight 60s linear infinite; 
}

@keyframes scrollLeftToRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.marquee-item {
    padding-right: 5rem; 
    white-space: nowrap;
}

/* ----------------------------------------------- FORMS (AUTH & SEARCH) ----------------------------------------------- */
.form-control-custom {
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    margin-bottom: 1.5rem;
    height: 55px;
    font-size: 0.9rem;
}

.form-control-custom:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    background: white;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* ----------------------------------------------- HERO SECTION ----------------------------------------------- */
/* .hero-section {
    padding-top: 180px;
    padding-bottom: 150px;
    background-image: url('../image/other/background.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
} */

.hero-section {
    padding: 0;
    background: none;
    position: relative;
    width: 100%;
}

#homeCarousel .carousel-item {
    height: 85vh;
    min-height: 500px;
}

#homeCarousel .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(0.7);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    pointer-events: none;
}

/* .carousel-item {
    height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
} */

.carousel-item {
    height: 100vh;
    min-height: 600px;
    background-color: #000;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hero-car-image {
    max-width: 160%;
    height: auto;
    margin-left: -100px;
}



/* ----------------------------------------------- SEARCH SECTION ----------------------------------------------- */
.search-container {
    margin-top: -60px;
    position: relative;
    z-index: 20;
}

@media (max-width: 1199px) {
    .search-container {
        margin-top: -20px;
    }
    .search-box {
        padding: 1.5rem;
    }
}

.search-box {
    background: var(--primary-color);
    border-radius: 1.5rem;
    padding: 2rem 2.5rem;
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 15px 70px 15px 50px;
    border-radius: 50px;
    border: none;
    outline: none;
    height: 60px;
}

.search-icon-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary-color);
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    transition: background 0.3s;
}

.search-icon-btn:hover {
    background: #1e3a8a;
}

/* ----------------------------------------------- ABOUT US SECTION ----------------------------------------------- */
#about {
    background-color: #eff6ff;
    margin-top: -80px;
    padding-top: 120px;
}

#about .container {
    margin-top: 4rem;
}

.about-card-bg {
    background: linear-gradient(rgba(243, 244, 246, 0.9), rgba(243, 244, 246, 0.9)),
        url('../image/other/about.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3rem;
    position: relative;
    z-index: 1;
    overflow: visible !important;
    padding-top: .1rem;
    padding-bottom: .2rem;
}

.pop-out-image-wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: -12%;
    right: 7%;
}

.pop-out-image {
    width: 100%;
    max-width: 500px;
    transform: translateY(10%);
}

.stat-card {
    text-align: center;
    padding: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 0.5rem;
}

/* ----------------------------------------------- BRAND MARQUEE ----------------------------------------------- */

.brand-slider {
    height: 160px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.brand-slide-track {
    display: flex;
    width: calc(250px * 16); 
    animation: scrollBrands 30s linear infinite;
}

.brand-slide-track:hover {
    animation-play-state: paused;
}

.brand-slide {
    height: 120px;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.brand-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.brand-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.brand-card img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.9;
    transition: all 0.3s ease;
}


.brand-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 8));
    }
}
/* ----------------------------------------------- FEATURES & PROMO ----------------------------------------------- */
.feature-card {
    background: white;
    border-radius: 4rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
    border: none;
    height: 100%;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.icon-box {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.promo-banner {
    background: var(--promo-color);
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
}

.promo-overlay {
    background: linear-gradient(90deg, rgba(37, 99, 235, 1) 0%, rgba(37, 99, 235, 0.8) 50%, rgba(37, 99, 235, 0) 100%);
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ----------------------------------------------- TESTIMONIALS ----------------------------------------------- */
.testimonial-card {
    background: #f0f4fc;
    border: none;
    border-radius: 2rem;
    padding: 3rem 2rem 2rem;
    height: 100%;
    position: relative;
    overflow: visible;
}

.card-content {
    text-align: left;
    padding-right: 70px;
}

.review-text {
    color: #4361ee;
    font-size: 1.1rem;
    line-height: 1.4;
}

.user-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -30px;
    right: 30px;
}

/* ----------------------------------------------- FAQ SECTION ----------------------------------------------- */
.faq-section {
    overflow-x: hidden;
}

.faq-card {
    background-color: rgb(220, 223, 226);
    border-radius: 3rem;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%; 
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.faq-car-pop {
    transform: scale(1.15) translateX(-50px);
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.15));
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 1rem !important;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: transparent;
}

.accordion-button {
    border-radius: 1rem !important;
    font-weight: 600;
    color: #374151;
    background: white;
    box-shadow: none !important;
    padding: 1.2rem;
}

.accordion-button:not(.collapsed) {
    color: #4361ee;
    background-color: #f8faff;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234361ee'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    transform: scale(1.5);
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234361ee'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    transform: rotate(0deg) scale(1.5);
}

/* ----------------------------------------------- INNER PAGES LAYOUT ----------------------------------------------- */
.page-header {
    padding-top: 140px;
    padding-bottom: 60px;
    background-color: #eff6ff;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.page-header {
    min-height: 260px;
    background: 
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url("../image/hero/slider_1_2-2.jpg.png") center 65% / cover no-repeat;
    border-radius: 0 0 60px 60px;
}


.filter-card {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    border: 1px solid #e5e7eb;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    z-index: 900;
}

/* ----------------------------------------------- BROWSE BY BODY ----------------------------------------------- */
.body-type-card {
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.body-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #e5e7eb;
}

.body-type-card .img-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.body-type-card img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.body-type-card:hover img {
    transform: scale(1.1);
}

/* ----------------------------------------------- FLEET CARDS ----------------------------------------------- */
.fleet-card {
    background: #ffffff;
    border: 1px solid #dae0ff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    width: 100%;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.3s ease;
}

.fleet-card:hover {
    border-color: #4361ee;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(67, 97, 238, 0.1);
}

.fleet-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 1rem;
}

.fleet-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.3s ease;
}

.fleet-card:hover .fleet-image-wrapper img {
    transform: scale(1.05) translateX(5px);
}

.fleet-title {
    color: #4361ee;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0; /* Removed huge gap */
}

.fleet-text {
    color: #94a3b8;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.fleet-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.fleet-price {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.fleet-price span {
    font-size: 0.7rem;
    color: #9ca3af;
    font-weight: 400;
}

/* ----------------------------------------------- AUTHENTICATION PAGES ----------------------------------------------- */
.auth-container {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #f8f9fa;
}

.auth-card {
    background: white;
    border-radius: 3rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    width: 100%;
}

.auth-image-side {
    background-image: url('../image/other/background.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 600px;
}

.auth-image-side::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.8), rgba(30, 64, 175, 0.8));
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    background: #eff6ff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.nav-link-back {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ----------------------------------------------- CAR DETAILS PAGE ----------------------------------------------- */
.gallery-container {
    background: white;
    border-radius: 2.5rem;
    padding: 1.5rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid #dae0ff;
}

.main-display {
    width: 100%;
    height: 450px;
    background-color: #eff6ff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.main-display img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.video-container {
    width: 100%;
    height: 100%;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.thumb-row {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
}

.thumb-item {
    width: 100px;
    height: 80px;
    border-radius: 1rem;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.3s;
    background: white;
    flex-shrink: 0;
    position: relative;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item:hover,
.thumb-item.active {
    border-color: var(--primary-color);
    opacity: 1;
    transform: translateY(-3px);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.spec-card {
    background: white;
    border: 1px solid #dae0ff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    transition: 0.3s;
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.spec-icon {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 0.8rem;
}

.booking-sidebar {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #dae0ff;
    position: sticky;
    top: 100px;
    z-index: 900;
}

.input-bubble-wrapper {
    position: relative;
    z-index: 1;
}

.form-control-bubble {
    border-radius: 50px;
    padding: 15px 20px 15px 50px;
    background: white;
    border: 1px solid #e2e8f0;
    font-size: 0.95rem;
    color: #4b5563;
    box-shadow: none;
    height: 55px;
    position: relative;
    z-index: 2;
}

.form-control-bubble:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.bubble-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 1.1rem;
}

.input-bubble-wrapper:focus-within::before {
    border-color: transparent var(--primary-color) transparent transparent;
}

.features-box {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.features-box .text-success {
    color: #10b981 !important; 
}

.spec-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #eef2f6;
}

.spec-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    border-color: #dae0ff;
}
/* ----------------------------------------------- FOOTER ----------------------------------------------- */
footer {
    background: var(--primary-color);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    color: white;
    margin-top: 3rem;
    margin-left: 4rem;
    margin-right: 4rem;
    padding-top: 5rem;
}

.footer-link {
    color: #dbeafe;
    text-decoration: none;
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    transition: 0.2s;
}

.footer-link:hover {
    color: white;
    padding-left: 5px;
}

.social-icons-container {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.social-icons-group {
    padding-bottom: 6px;
}

.social-icon {
    width: 32px;
    height: 32px;
    background: white;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9rem;
}

.social-icon:hover {
    background: var(--primary-color);
    color: white;
    border: 1px solid white;
    transform: translateY(-3px);
}

.footer-bottom-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
}

.logo-box {
    background: transparent;
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
    display: inline-block;
    border: 2px solid white;
    padding: 8px 20px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* ----------------------------------------------- CONTACT US ----------------------------------------------- */
.contact-info-card {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid #dae0ff;
    transition: 0.3s;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
    border-color: var(--primary-color);
}

.contact-icon-circle {
    width: 70px;
    height: 70px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--primary-color);
    font-size: 1.8rem;
}

.map-container {
    border-radius: 2.5rem;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
}

.contact-form-wrapper {
    background: white;
    border-radius: 2.5rem;
    padding: 3rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid #dae0ff;
}

/* ----------------------------------------------- RESPONSIVE LAYOUTS ----------------------------------------------- */
@media (max-width: 991px) {
.navbar-collapse {
    background: white;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.navbar-collapse .dropdown-menu {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
    animation: fadeInMobile 0.3s ease;
}

@keyframes fadeInMobile {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-collapse .dropdown-item {
    color: #6b7280;
    padding: 8px 0;
}

.navbar-collapse .dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
    transform: scale(1.05);
}

.navbar-collapse .dropdown-divider {
    border-color: #f3f4f6;
}

.navbar-nav .nav-link {
    margin: 5px 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #333 !important; 
}

.hero-section {
    padding-top: 120px;
    padding-bottom: 100px;
    background-position: top center;
}

.hero-section .text-end {
    text-align: center !important;
}

.hero-car-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    transform: none;
}

.search-container {
    margin-top: -40px;
    padding: 0 15px;
}

.search-box {
    padding: 1.5rem;
    border-radius: 1.5rem;
}

.search-input {
    padding: 15px 50px 15px 20px;
    font-size: 0.9rem;
}

#about {
    margin-top: 0;
    padding-top: 60px;
}

.about-card-bg {
    background-image: none;
    background-color: #f3f4f6;
    padding: 2rem 1.5rem;
}

.pop-out-image-wrapper {
    right: 0;
    margin-bottom: 20px;
    text-align: center;
}

.pop-out-image {
    transform: none;
    max-width: 80%;
    margin: 0 auto;
}

.feature-card {
    margin-bottom: 20px;
}

.promo-banner {
    height: auto;
    padding: 3rem 1.5rem;
    flex-direction: column;
    text-align: center;
}

.promo-banner h2 {
    font-size: 1.8rem;
}

.testimonial-card {
    margin-top: 30px;
    padding: 3rem 1.5rem 2rem;
    text-align: center;
}

.card-content {
    padding-right: 0;
}

.user-avatar {
    top: -40px;
    right: 50%;
    transform: translateX(50%);
}

.faq-card {
    left: 0 !important;
    width: 100%;
    margin-left: 0;
    padding: 1.5rem;
}

.faq-car-pop {
    transform: none !important;
    display: block;
    margin: 0 auto 20px auto;
    width: 80%;
    max-width: 300px;
}

.fleet-card {
    width: 100%;
    margin-top: 80px;
}

.fleet-image-wrapper {
    left: 0;
    transform: none;
    top: 0;
    width: 100%;
}

.fleet-card:hover .fleet-image-wrapper img {
    transform: scale(1.05);
}

.fleet-title {
    margin-top: 6rem;
    text-align: center;
    width: 100%;
}

.fleet-text,
.fleet-footer {
    text-align: center;
}

footer {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 3rem;
    border-radius: 2rem;
}

footer .row>div {
    text-align: center;
    margin-bottom: 2rem;
}

.social-icons-container {
    justify-content: center;
}

.page-header {
    padding-top: 100px;
    padding-bottom: 40px;
}

.auth-image-side {
    min-height: 200px;
    height: 200px;
}

.auth-card {
    border-radius: 1.5rem;
}

.main-display {
    height: 300px;
}

.booking-sidebar {
    position: relative;
    top: 0;
    margin-top: 2rem;
    padding: 1.5rem;
}

.filter-card {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
    z-index: 1;
}
}

@media (max-width: 991px) {

    .hero-section .text-end {
        text-align: center !important;
    }

    .hero-section .col-lg-7 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-car-image {
        max-width: 100%;
        margin: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 0.85rem;
    }
}
@media (max-width: 1200px) {
    
    .nav-link {
        font-size: 0.85rem !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        white-space: nowrap;
    }
}

@media (max-width: 1440px) {
    .hero-car-image {
        max-width: 120%;
    }
}

@media (max-width: 1200px) {
    .hero-car-image {
        max-width: 110%;
    }
}

@media (min-width: 992px) {
.dropdown-menu {
    border-radius: 1.5rem;
    border: 1px solid #dae0ff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    min-width: 220px;
    margin-top: 15px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.dropdown-menu.show {
    animation: dropdownFadeUp 0.3s ease forwards;
}

@keyframes dropdownFadeUp {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
        visibility: hidden;
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
        visibility: visible;
    }
}

.dropdown-item {
    border-radius: 50px;
    padding: 10px 20px;
    transition: 0.2s;
    font-weight: 500;
    color: #4b5563;
}

.dropdown-item:hover {
    background: #eff6ff;
    color: var(--primary-color);
    transform: translateX(5px);
}
}

@media (max-width: 768px) {
.display-3 {
    font-size: 2.5rem;
}

.search-input {
    padding: 15px 60px 15px 20px;
}

.search-icon-btn {
    width: 40px;
    height: 40px;
}

.promo-banner {
    height: auto;
    text-align: center;
    padding: 2rem 0;
}

.promo-overlay {
    background: rgba(37, 99, 235, 0.95);
}

.d-flex.align-items-end {
    flex-direction: column;
    align-items: center !important;
}

.social-icons-group {
    justify-content: center;
    margin-bottom: 1rem;
}

.flex-grow-1 {
    width: 100%;
    margin-left: 0 !important;
}

.text-end {
    text-align: center !important;
}

footer .row>div {
    text-align: center;
    margin-bottom: 2rem;
}

.social-icons-container {
    justify-content: center;
}
}

@media (max-width: 576px) {

.display-3,
h1 {
    font-size: 2.2rem;
}

.btn-primary-custom,
.btn-outline-custom {
    width: 100%;
    margin-bottom: 10px;
}
}

@media (max-width: 991.98px) {
.auth-card {
    border-radius: 2rem; 
}

.auth-image-side {
    min-height: 250px; 
}
}

@media (max-width: 575.98px) {
.auth-container {
    padding: 1rem;
    align-items: flex-start;
    padding-top: 2rem;
}

.auth-card {
    border-radius: 1.5rem;
}

.auth-card .p-5 {
    padding: 2rem !important;
}

.display-5 {
    font-size: 2rem;
}
}

@media (min-width: 992px) and (max-width: 1350px) {
    .navbar .container, 
    .navbar .container-fluid {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .nav-link {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        letter-spacing: 0px;
    }

    .top-bar-info, 
    .d-flex.gap-3 { 
        gap: 0.5rem !important;
    }

    .navbar-nav + div span, 
    .navbar-nav + div a,
    .top-header-text {
        font-size: 11px !important;
    }
}
/* ----------------------------------------------- MOBILE FILTER ----------------------------------------------- */

.filter-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: auto;
    transform: none;
    z-index: 1000;
    width: auto;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    animation: bounceIn 0.5s ease;
}

body:has(.offcanvas.show) .filter-fab {
    display: none;
}

.offcanvas {
    z-index: 2000 !important;
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.range-wrapper {
    padding: 10px 5px;
}

input[type=range].custom-range {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

input[type=range].custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid var(--primary-color);
    cursor: pointer;
    margin-top: -10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

input[type=range].custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #e2e8f0;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) var(--range-progress, 50%), #e2e8f0 var(--range-progress, 50%));
}

.btn-check:checked+.btn-outline-light {
    background-color: #eff6ff !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.rounded-top-5 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}


/* ----------------------------------------------- WHATSAPP ICON BOTTOM ----------------------------------------------- */

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse-green 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: #FFF;
    transform: scale(1.1);
}

.whatsapp-float i {
    margin-top: 2px;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.logo-container {
    position: relative;
    display: inline-block;
    width: auto;
}

.logo-main {
    height: 90px;
    width: auto;
    display: block;
}

.navbar:not(.navbar-scrolled) .logo-main {
    filter: brightness(0%) invert(1);
}

.logo-slogan {
    position: absolute;
    bottom: 11px;
    right: -1px;
    height: 10px;    
    width: auto;
    transform: rotate(-5.1deg); 
    z-index: 10;
    background: white;
    padding: 0 5px;
}

@media (min-width: 992px) and (max-width: 1350px) {
    .logo-main {
        height: 70px !important;
    }
    
    .logo-slogan {
        height: 8px;
        bottom: 8px;
        right: -2px;
    }
}

@media (max-width: 1200px) {
    .logo-main {
        height: 60px;
    }
    
    .logo-slogan {
        height: 7.7px;
        bottom: 8px;
        right: -0px;
    }
}

@media (max-width: 991px) {
    .navbar-brand .logo-container {
        width: auto;
        display: block;
    }

    .navbar-brand .logo-main {
        height: 55px !important;
        width: auto;
    }

    .navbar-brand .logo-slogan {
        height: 6.5px !important;
        bottom: 5px;
        right: -2px;
        transform: rotate(-6deg);
    }
}

@media (max-width: 576px) {
    .navbar-brand .logo-main {
        height: 45px !important;
    }

    .navbar-brand .logo-slogan {
        height: 6px !important;
        bottom: 3px;
        right: -5px;
    }
}