/*
Theme Name: Airports Taxi UK Express Style
Theme URI: https://airportstaxiuk.co.uk
Author: Elite Tools
Description: Responsive premium airport transfer and chauffeur WordPress theme with TaxiWebBooker booking area.
Version: 2.0
Text Domain: airports-taxi-uk
*/

:root {
    --bg: #080b12;
    --bg-soft: #10151f;
    --panel: #151b27;
    --panel-light: #ffffff;
    --text: #111827;
    --muted: #667085;
    --white: #ffffff;
    --line: rgba(255,255,255,0.12);
    --line-dark: #e7e9ef;
    --gold: #c7a15a;
    --gold-bright: #f2c96d;
    --gold-dark: #9b7434;
    --blue: #17273f;
    --shadow: 0 24px 70px rgba(0,0,0,0.26);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

body.admin-bar .site-header {
    top: 32px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.top-bar {
    background: #090c12;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
}

.top-bar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
}

.top-link {
    transition: color .2s ease;
}

.top-link:hover {
    color: var(--gold-bright);
}

.top-divider {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.18);
}

.top-location {
    margin-left: auto;
    color: rgba(255,255,255,0.55);
}

.nav-shell {
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(14px);
}

.nav-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.brand-mark {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, var(--gold-bright), var(--gold));
    color: #111;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: 0 10px 22px rgba(199,161,90,0.35);
}

.brand-copy strong,
.logo-text {
    display: block;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0b0f18;
    font-weight: 900;
}

.brand-copy small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 800;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
}

.main-menu .wp-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu a {
    position: relative;
    color: #1f2937;
    font-weight: 800;
    font-size: 15px;
    transition: color .2s ease;
}

.main-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.main-menu a:hover {
    color: var(--gold-dark);
}

.main-menu a:hover::after {
    transform: scaleX(1);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    background: #0b0f18;
    color: #fff;
    border-radius: 999px;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease;
    white-space: nowrap;
}

.nav-cta:hover {
    transform: translateY(-2px);
    background: var(--gold-dark);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line-dark);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    width: 22px;
    height: 2px;
    background: #111;
    transition: .2s ease;
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(199,161,90,0.24), transparent 34%),
        linear-gradient(135deg, #06080d 0%, #101927 50%, #0b0f18 100%);
    color: #fff;
    padding: 90px 0 70px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,0.11) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.11) 1px, transparent 1px);
    background-size: 58px 58px;
}

.hero-bg-pattern {
    position: absolute;
    right: -140px;
    top: 60px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
}

.hero-bg-pattern::after {
    content: "";
    position: absolute;
    inset: 54px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
    gap: 46px;
    align-items: center;
}

.eyebrow,
.section-kicker,
.booking-card-head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-bright);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 900;
}

.eyebrow::before,
.section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--gold-bright);
}

.hero h1 {
    margin: 18px 0 20px;
    font-size: clamp(42px, 6.4vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.065em;
    max-width: 790px;
}

.hero-copy p {
    max-width: 680px;
    margin: 0;
    font-size: 19px;
    color: rgba(255,255,255,0.76);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-bright), var(--gold));
    color: #111;
    box-shadow: 0 14px 32px rgba(199,161,90,0.28);
}

.btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 14px;
    max-width: 560px;
    margin-top: 42px;
}

.hero-stats div {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 18px;
    padding: 16px;
}

.hero-stats strong {
    display: block;
    font-size: 25px;
    line-height: 1;
    color: var(--gold-bright);
}

.hero-stats span {
    color: rgba(255,255,255,0.64);
    font-size: 13px;
    font-weight: 700;
}

.booking-card {
    background: rgba(255,255,255,0.98);
    color: var(--text);
    border-radius: 30px;
    padding: 26px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,0.16);
}

.booking-card-head {
    text-align: center;
    padding: 12px 12px 24px;
}

.booking-card-head span {
    color: var(--gold-dark);
    justify-content: center;
}

.booking-card-head h2 {
    margin: 12px 0 8px;
    font-size: 33px;
    letter-spacing: -0.04em;
}

.booking-card-head p {
    margin: 0;
    color: var(--muted);
}

.booking-embed {
    border: 1px solid #e2e5ec;
    border-radius: 22px;
    background: #f8fafc;
    min-height: 330px;
    padding: 18px;
}

.booking-placeholder {
    width: 100%;
    min-height: 292px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 2px dashed #cfd6e3;
    border-radius: 18px;
    color: var(--muted);
}

.booking-placeholder strong {
    display: block;
    color: #101828;
    font-size: 22px;
    margin-bottom: 4px;
}

.booking-placeholder span {
    display: block;
}

/* Trust */
.trust-strip {
    background: var(--gold);
    color: #111;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid div {
    text-align: center;
    font-weight: 900;
    padding: 18px 12px;
    border-right: 1px solid rgba(0,0,0,0.13);
}

.trust-grid div:last-child {
    border-right: none;
}

/* Sections */
.section-pad {
    padding: 92px 0;
}

.intro-grid,
.faq-grid,
.airport-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
    gap: 46px;
    align-items: center;
}

.section-copy h2,
.section-heading h2,
.cta-box h2 {
    margin: 14px 0 16px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    color: #101828;
}

.section-copy p,
.section-heading p,
.cta-box p {
    color: var(--muted);
    font-size: 17px;
    margin: 0 0 16px;
}

.section-kicker {
    color: var(--gold-dark);
}

.section-kicker::before {
    background: var(--gold-dark);
}

.feature-card {
    border-radius: var(--radius);
    padding: 34px;
    box-shadow: 0 18px 44px rgba(16,24,40,0.1);
}

.dark-card {
    background: #0b0f18;
    color: #fff;
}

.feature-card h3 {
    margin: 0 0 18px;
    font-size: 29px;
    letter-spacing: -0.035em;
}

.feature-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-card li {
    padding: 12px 0 12px 30px;
    position: relative;
    color: rgba(255,255,255,0.78);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.feature-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold-bright);
    font-weight: 900;
}

.feature-card li:last-child {
    border-bottom: none;
}

.section-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 44px;
}

.section-heading .section-kicker {
    justify-content: center;
}

.services-section {
    background: #f7f8fb;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service-card {
    background: #fff;
    border: 1px solid var(--line-dark);
    border-radius: 24px;
    padding: 28px;
    min-height: 246px;
    box-shadow: 0 14px 36px rgba(16,24,40,0.06);
    transition: transform .2s ease, box-shadow .2s ease, border .2s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(16,24,40,0.12);
    border-color: rgba(199,161,90,0.5);
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #101828;
    color: var(--gold-bright);
    font-size: 24px;
    margin-bottom: 22px;
}

.service-card h3,
.fleet-card h3,
.process-step h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 23px;
    letter-spacing: -0.035em;
}

.service-card p,
.fleet-card p,
.process-step p {
    margin: 0;
    color: var(--muted);
}

/* Fleet */
.fleet-section {
    background:
        radial-gradient(circle at 15% 10%, rgba(199,161,90,0.2), transparent 26%),
        linear-gradient(135deg, #080b12 0%, #121827 100%);
    color: #fff;
}

.light-heading h2 {
    color: #fff;
}

.light-heading p {
    color: rgba(255,255,255,0.68);
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.fleet-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 26px;
    padding: 26px;
    color: #fff;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.vehicle-visual {
    height: 112px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(242,201,109,0.95), rgba(199,161,90,0.7));
    color: #111;
    display: grid;
    place-items: center;
    font-size: 54px;
    font-weight: 900;
    margin-bottom: 22px;
}

.fleet-card h3 {
    color: #fff;
}

.fleet-card p {
    color: rgba(255,255,255,0.68);
}

.fleet-card span {
    display: inline-flex;
    margin-top: auto;
    color: var(--gold-bright);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Process */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.process-step {
    background: #fff;
    border: 1px solid var(--line-dark);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 14px 36px rgba(16,24,40,0.05);
}

.process-step span {
    display: block;
    color: var(--gold-dark);
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
}

/* Airports */
.airports-section {
    background: #f7f8fb;
}

.airport-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.airport-grid a {
    background: #fff;
    border: 1px solid var(--line-dark);
    border-radius: 16px;
    padding: 16px 18px;
    font-weight: 900;
    color: #101828;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.airport-grid a:hover {
    background: #101828;
    color: #fff;
    transform: translateX(3px);
}

/* CTA */
.cta-section {
    background: #fff;
    padding: 0 0 92px;
}

.cta-box {
    background:
        radial-gradient(circle at 90% 0%, rgba(242,201,109,0.22), transparent 34%),
        #101828;
    color: #fff;
    border-radius: 34px;
    padding: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 24px 70px rgba(16,24,40,0.18);
}

.cta-box h2 {
    color: #fff;
    margin-bottom: 10px;
}

.cta-box p {
    color: rgba(255,255,255,0.68);
    margin: 0;
}

/* FAQ */
.faq-section {
    background: #fff;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border: 1px solid var(--line-dark);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    width: 100%;
    padding: 20px 22px;
    background: #fff;
    border: none;
    color: #101828;
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.faq-question::after {
    content: "+";
    float: right;
    color: var(--gold-dark);
}

.faq-item.is-open .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    padding: 0 22px 20px;
    color: var(--muted);
}

.faq-item.is-open .faq-answer {
    display: block;
}

/* Footer */
.site-footer {
    background: #080b12;
    color: rgba(255,255,255,0.76);
    padding-top: 70px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1fr;
    gap: 34px;
    padding-bottom: 50px;
}

.footer-logo .brand-copy strong {
    color: #fff;
}

.footer h3,
.site-footer h3 {
    color: #fff;
    margin: 0 0 16px;
    font-size: 18px;
}

.site-footer p {
    margin: 0 0 10px;
}

.site-footer a:hover {
    color: var(--gold-bright);
}

.footer-brand p {
    margin-top: 22px;
    max-width: 330px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: var(--gold-bright);
    font-weight: 900;
}

/* WordPress defaults */
.wp-menu:empty {
    display: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Responsive */
@media (max-width: 1080px) {
    .main-menu {
        gap: 18px;
    }

    .service-grid,
    .fleet-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .booking-card {
        max-width: 720px;
    }
}

@media (max-width: 900px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .top-bar-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 0;
    }

    .top-location {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .nav-inner {
        min-height: 74px;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid var(--line-dark);
        box-shadow: 0 18px 40px rgba(16,24,40,0.14);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 0;
    }

    .main-menu.is-open {
        display: flex;
    }

    .main-menu .wp-menu {
        display: contents;
    }

    .main-menu a {
        padding: 14px 5%;
        width: 100%;
    }

    .main-menu a::after {
        display: none;
    }

    .nav-cta {
        display: none;
    }

    .intro-grid,
    .faq-grid,
    .airport-wrap {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 700px) {
    .container {
        width: min(100% - 32px, 1200px);
    }

    .hero {
        padding: 64px 0 52px;
    }

    .hero h1 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .hero-copy p {
        font-size: 17px;
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .hero-stats,
    .trust-grid,
    .service-grid,
    .fleet-grid,
    .process-grid,
    .airport-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid div {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.13);
    }

    .booking-card {
        padding: 18px;
        border-radius: 24px;
    }

    .booking-card-head h2 {
        font-size: 28px;
    }

    .section-pad {
        padding: 68px 0;
    }

    .cta-section {
        padding-bottom: 68px;
    }

    .cta-box {
        padding: 32px 24px;
        border-radius: 26px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .brand-mark {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 18px;
    }

    .brand-copy strong {
        font-size: 20px;
    }

    .brand-copy small {
        font-size: 10px;
    }

    .top-divider {
        display: none;
    }

    .top-link {
        width: 100%;
        text-align: center;
    }

    .service-card,
    .fleet-card,
    .process-step,
    .feature-card {
        padding: 22px;
    }
}
.service-card,
.fleet-card,
.process-step,
.feature-card {
    padding: 22px;
}
}

/* Paste your new code below this line */
.booking-iframe-wrap {
    height: 720px !important;
    min-height: 720px !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.booking-iframe-wrap iframe {
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;
    border: 0 !important;
    display: block !important;
}

@media (max-width: 700px) {
    .booking-card {
        padding: 18px !important;
    }

    .booking-iframe-wrap {
        height: 760px !important;
        min-height: 760px !important;
        overflow: hidden !important;
    }

    .booking-iframe-wrap iframe {
        height: 760px !important;
        min-height: 760px !important;
    }
}
/* =========================================
   Automatic Fleet Cards Slider
========================================= */

.fleet-section .container {
    overflow: hidden;
}

.fleet-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 24px !important;
    width: max-content;
    animation: fleetAutoSlide 35s linear infinite;
    will-change: transform;
}

.fleet-card {
    min-width: 320px !important;
    flex: 0 0 320px !important;
}

/* Optional: pause when mouse is over cards */
.fleet-grid:hover {
    animation-play-state: paused;
}

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

@media (max-width: 700px) {
    .fleet-card {
        min-width: 280px !important;
        flex: 0 0 280px !important;
    }

    .fleet-grid {
        gap: 18px !important;
        animation-duration: 28s;
    }
}
.fleet-card {
    overflow: hidden;
}

/* Fix vehicle images inside fleet cards */
.fleet-card {
    overflow: hidden !important;
}

.vehicle-visual {
    width: 100% !important;
    height: 170px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    background: rgba(242, 201, 109, 0.10) !important;
}

.vehicle-visual img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 18px !important;
}
.brand-mark.logo-mark {
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
}
.brand-mark.logo-mark {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
}
