:root {
    --taxi-yellow: #ffcd03;
    --taxi-black: #0b0b0b;
}

html,
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #111;
    font-family: "Poppins", Arial, sans-serif;
}

.site-header.header-one .top-bar .container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.site-header.header-one .top-bar .logo-block img {
    display: block;
    width: 230px;
    max-width: 60vw;
    height: auto;
    margin: 0 auto;
}

.footer-logo img {
    width: auto;
    height: auto;
}

.main-navigation .navigation-box > li {
    color: #111;
    text-align: center;
}

.taxi-slider-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--taxi-black);
}

.taxi-slider {
    position: relative;
    width: 100%;
    min-height: 620px;
    aspect-ratio: 1894 / 993;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--taxi-black);
}

.taxi-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease, visibility .8s ease;
}

.taxi-slide-one {
    background-image: url("../../wp-content/uploads/2020/04/slider-1-1.jpg");
}

.taxi-slide-two {
    background-image: url("../../wp-content/uploads/2020/04/slider-1-2.jpg");
}

.taxi-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.taxi-slide-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.taxi-slider .banner-title {
    margin: 0 0 28px;
    font-size: clamp(52px, 4.6vw, 82px);
    font-weight: 700;
    line-height: 1.05;
}

.taxi-slider .banner-title a {
    color: var(--taxi-yellow);
    text-decoration: none;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .95), 0 6px 14px rgba(0, 0, 0, .9);
}

.taxi-slide-content > p {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .95), 0 6px 14px rgba(0, 0, 0, .9);
}

.taxi-slide-content .hero-heading {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 0 3px 4px rgba(0, 0, 0, .95), 0 6px 14px rgba(0, 0, 0, .9);
}

.facebook-follow {
    display: block;
    width: min(285px, calc(100vw - 48px));
    margin: 20px auto 0;
}

.facebook-follow img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .2s ease, filter .2s ease;
}

.facebook-follow:hover img,
.facebook-follow:focus-visible img {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.taxi-slider-dots {
    position: absolute;
    z-index: 5;
    bottom: 18px;
    left: 50%;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.taxi-slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.taxi-slider-dot.is-active {
    border-color: var(--taxi-yellow);
    background: var(--taxi-yellow);
}

.seo-intro {
    padding: 88px 0 92px;
    background: #fff;
}

.seo-intro-heading {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.seo-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #9a7800;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
}

.seo-intro h2 {
    margin: 0;
    color: #111;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.18;
}

.seo-lead {
    margin: 22px auto 0;
    color: #626262;
    font-size: 17px;
    line-height: 1.8;
}

.seo-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
}

.seo-service-card {
    position: relative;
    min-height: 230px;
    padding: 34px 30px 30px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-top: 4px solid var(--taxi-yellow);
    border-radius: 8px;
    background: #f8f8f8;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.seo-service-number {
    position: absolute;
    top: 12px;
    right: 20px;
    color: rgba(17, 17, 17, .08);
    font-family: "Rubik", Arial, sans-serif;
    font-size: 68px;
    font-weight: 900;
    line-height: 1;
}

.seo-service-card h3 {
    position: relative;
    z-index: 1;
    margin: 24px 0 14px;
    color: #111;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

.seo-service-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.75;
}

.seo-call-button {
    display: flex;
    width: fit-content;
    margin: 42px auto 0;
    padding: 17px 30px;
    align-items: center;
    gap: 11px;
    border-radius: 999px;
    background: #111;
    color: var(--taxi-yellow);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
    transition: transform .2s ease, background-color .2s ease;
}

.seo-call-button:hover,
.seo-call-button:focus-visible {
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.seo-call-button i {
    color: var(--taxi-yellow);
    font-size: 21px;
}

.cta-style-two .container {
    justify-content: center;
    text-align: center;
}

.cta-style-two .content-block {
    max-width: 1080px;
}

.cta-style-two .content-block p {
    color: #000;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 700;
    line-height: 1.45;
}

.thank-you-section .block-title {
    margin: 0 auto;
}

.copyright {
    margin: 0;
    color: #fff;
    text-align: center;
}

.copyright span {
    color: #bcbcbc;
}

.footer-contact {
    margin: 0 0 8px;
    text-align: center;
}

.footer-contact a {
    color: var(--taxi-yellow);
    font-weight: 600;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
    color: #fff;
}

.scroll-to-top {
    display: none;
    border: 0;
    cursor: pointer;
}

@media (max-width: 991px) {
    .site-header.header-one .top-bar .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header.header-one .top-bar .logo-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    .site-header.header-one .top-bar .logo-block img {
        width: 205px;
        max-width: 65vw;
    }
}

@media (max-width: 767px) {
    .site-header.header-one .top-bar .container {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site-header.header-one .top-bar .logo-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    .site-header.header-one .top-bar .logo-block img {
        width: 180px;
        max-width: 68vw;
    }

    .taxi-slider {
        width: 100%;
        height: clamp(560px, 82svh, 760px);
        min-height: 560px;
        max-height: 760px;
        aspect-ratio: auto;
    }

    .taxi-slide {
        background-position: 58% center;
        filter: brightness(1.22) saturate(1.06);
    }

    .taxi-slide-content {
        padding: 18px 14px;
    }

    .taxi-slider .banner-title {
        margin-bottom: 34px;
        font-size: clamp(40px, 11vw, 62px);
        line-height: 1.02;
    }

    .taxi-slide-content > p {
        font-size: clamp(22px, 6vw, 32px);
    }

    .taxi-slide-content .hero-heading {
        font-size: clamp(21px, 5.6vw, 29px);
        line-height: 1.25;
    }

    .facebook-follow {
        width: min(235px, calc(100vw - 48px));
        margin-top: 18px;
    }

    .site-header .menu-toggler {
        pointer-events: none;
        cursor: default;
    }

    .site-header .main-navigation {
        display: none !important;
    }

    .seo-intro {
        padding: 56px 0 62px;
    }

    .seo-intro-heading {
        padding: 0 4px;
    }

    .seo-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .seo-services {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 34px;
    }

    .seo-service-card {
        min-height: 0;
        padding: 28px 24px 26px;
    }

    .seo-service-card h3 {
        margin-top: 18px;
    }

    .seo-call-button {
        width: 100%;
        max-width: 330px;
        padding: 15px 18px;
        justify-content: center;
        font-size: 15px;
        text-align: center;
    }

    .cta-style-two {
        padding-top: 72px;
        padding-bottom: 100px;
    }

    .taxi-style-one {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .site-footer .bottom-footer .inner-container {
        gap: 18px;
        justify-content: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
