.brand-logo {
    width: 66px;
}

.brand-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.3px;
    margin-left: 10px;
}

.footer-heading {
    color: #fffa49;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.btn.btn-newsletter.view-more-footer {
    background: #f3df45;
    color: #111;
    font-size: 0.87rem;
    font-weight: 600;
    border: none;
    padding: 10px 18px;
    border-radius: 0 8px 8px 0 !important;
    transition: background var(--transition), transform var(--transition);
    white-space: nowrap;
}

.view-more-footer {
    background: #ffe206 !important;
    color: #111;
}

.view-more-footer:hover {
    background: #ffffff !important;
    color: #111;
}

.text-center.footer-copy.mb-0:hover {
    font-size: 0.82rem;
    color: #ffffff;
}

.hero-section {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #090c0d;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 700;
    color: #dfdf20;
}

.highlight {
    position: relative;
    color: #fff;
}

.detail-icon {
    color: #f4f447 !important;
}

.social-icon:hover {
    background: #111;
    color: #f1f146;
    transform: translateY(-3px);
}

.btn-send:hover {
    background: #111;
    color: #f2f237;
}

.map-locate-frame {
    width: 100%;
    border: 1px solid #dadada !important;
}

.faq-img-wrap {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.nav-custom:hover,
.nav-custom.active {
    color: #000 !important;
    background: rgba(2, 2, 2, 0.08);
    border: none !important;
}

.nav-custom::after {
    background: #0000;
}

.float-btn-group {
    position: fixed;
    bottom: 28px;
    right: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    z-index: 1080;
}

.bk-hero2 {
    min-height: 200px;
    background: linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.71)), url('https://smileonewaydroptaxi.com/images/wallpaper.jpg') center center / cover no-repeat;
    position: relative;
    padding-bottom: 0;
}

.float-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    min-width: 50px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 0 14px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, min-width 0.3s ease, padding 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    border: 3px solid white;
}

.float-btn-label {
    font-size: 0.82rem;
    font-weight: 600;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.25s ease;
}

.float-btn:hover .float-btn-label {
    max-width: 80px;
    opacity: 1;
}

.float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.float-btn--call {
    background: #2d2c2c;
    color: #14ff00;
}

.float-btn--call:hover {
    background: #222;
    color: #23d313;
}

.float-btn--whatsapp {
    background: #198603;
    color: #fff;
}

.float-btn--whatsapp:hover {
    background: #67be1e;
    color: #fff;
}

.float-btn--top {
    background: #006ecf;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.25s ease, box-shadow 0.25s ease;
    padding: 0 14px;
}

.float-btn--top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.float-btn--top:hover {
    background: #111;
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .float-btn-group {
        bottom: 18px;
        right: 14px;
        gap: 10px;
    }

    .float-btn {
        height: 46px;
        min-width: 46px;
        font-size: 1.1rem;
    }
}

@media (max-width: 700px) {
    .float-btn {
        padding: 0 10px;
    }
}

#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: #0d0d0d;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.loader-car {
    font-size: 3rem;
    color: #ffff01;
    animation: carBounce 0.7s ease-in-out infinite alternate;
}

@keyframes carBounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-10px);
    }
}

.loader-road {
    display: flex;
    gap: 8px;
    align-items: center;
}

.loader-road span {
    display: block;
    height: 3px;
    width: 32px;
    background: #444;
    border-radius: 2px;
    animation: roadDash 0.9s ease-in-out infinite;
}

.loader-road span:nth-child(1) {
    animation-delay: 0s;
    width: 20px;
}

.loader-road span:nth-child(2) {
    animation-delay: 0.15s;
    width: 32px;
}

.loader-road span:nth-child(3) {
    animation-delay: 0.30s;
    width: 20px;
}


#bookingForm {
    border: 1px solid #e5dede;
    border-radius: 9px;
    padding: 19px 26px;
    background-color: #fdfdfd;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #dee2e6;
    box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #dee2e6;
    backgrund-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #dee2e5;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fd7b88;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

@keyframes roadDash {

    0%,
    100% {
        background: #333;
    }

    50% {
        background: #ffff01;
    }
}

.loader-text {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 4px 0 0;
    animation: textPulse 1.2s ease-in-out infinite;
}

@keyframes textPulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}