/* pickupdroptaxi.com restore fixes (2026-09-24)
   The theme's own Flaticon icon fonts (flaticon, flaticon-v7) were never archived.
   The glyphs used on the site are mapped to the equivalent Font Awesome 5 Free icons. */
html body [class*="flaticon-right-arrow"]:before,
html body .ft-btn-2 a i.flaticon-right-arrow:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f061" !important;
}
html body [class*="flaticonv7-wallet"]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f555" !important;
}

/* Booking card - replaces the original third-party booking widget (<app-root>) */
.pdt-booking {
    position: relative;
    z-index: 5;
    margin: -70px auto 40px;
    max-width: 1000px;
    padding: 0 15px;
    box-sizing: border-box;
}
.pdt-booking *, .pdt-booking *::before, .pdt-booking *::after { box-sizing: border-box; }
.pdt-booking__form {
    background: #fff;
    border-radius: 7px;
    border-top: 4px solid #ec0000;
    box-shadow: 0 18px 45px rgba(0, 42, 52, 0.18);
    padding: 26px 28px 20px;
    font-family: Roboto, sans-serif;
}
.pdt-booking__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.pdt-booking__title {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #090909;
    line-height: 1.2;
}
.pdt-booking__title span { color: #ec0000; }
.pdt-booking__trip { display: flex; gap: 8px; }
.pdt-booking__trip label { margin: 0; cursor: pointer; }
.pdt-booking__trip input { position: absolute; opacity: 0; pointer-events: none; }
.pdt-booking__trip span {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #d8dde0;
    border-radius: 7px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #002a34;
    transition: background .2s, color .2s, border-color .2s;
}
.pdt-booking__trip input:checked + span { background: #002a34; border-color: #002a34; color: #fff; }
.pdt-booking__trip input:focus-visible + span { outline: 2px solid #ec0000; outline-offset: 2px; }
.pdt-booking__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 16px;
}
.pdt-field { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.pdt-field--wide, .pdt-field--half, .pdt-field--car { grid-column: span 2; }
.pdt-booking__form.is-round .pdt-field--car { grid-column: span 1; }
.pdt-field[hidden] { display: none; }
.pdt-field > span {
    font-size: 13px;
    font-weight: 500;
    color: #002a34;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.pdt-field input, .pdt-field select {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #d8dde0;
    border-radius: 7px;
    background: #f7f8f9;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #090909;
    appearance: auto;
}
.pdt-field input:focus, .pdt-field select:focus {
    outline: none;
    border-color: #ec0000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(236, 0, 0, .12);
}
.pdt-booking__error {
    margin: 14px 0 0;
    padding: 10px 12px;
    border-radius: 7px;
    background: #fdecec;
    color: #b00000;
    font-size: 14px;
}
.pdt-booking__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 24px;
    margin-top: 18px;
}
.pdt-booking__actions .theme-btn { border: 0; cursor: pointer; }
.pdt-booking__call {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #002a34;
    text-decoration: none;
}
.pdt-booking__call:hover { color: #ec0000; }
.pdt-booking__call .fas { color: #ec0000; margin-right: 6px; }
.pdt-booking__note { margin: 12px 0 0; font-size: 13px; color: #6b7478; }
@media (max-width: 991px) {
    .pdt-booking { margin-top: 30px; }
    .pdt-booking__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pdt-field--car, .pdt-booking__form.is-round .pdt-field--car,
    .pdt-booking__form.is-round .pdt-field--return { grid-column: span 2; }
}
@media (max-width: 575px) {
    .pdt-booking__form { padding: 20px 16px 16px; }
    .pdt-booking__grid { grid-template-columns: 1fr; }
    .pdt-field--wide, .pdt-field--half, .pdt-field--car, .pdt-booking__form.is-round .pdt-field--car { grid-column: auto; }
    .pdt-booking__title { font-size: 21px; }
    .pdt-booking__actions .theme-btn { width: 100%; justify-content: center; text-align: center; }
}

/* Inner pages (tariff / contact-us / privacy-policy) */
.pdt-page-title {
    position: relative;
    background-size: cover;
    background-position: center 62%;
    padding: 290px 15px 150px;
    text-align: center;
}
.pdt-page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 27, 34, 0.8);
}
.pdt-page-title__inner { position: relative; max-width: 1170px; margin: 0 auto; }
.pdt-page-title h1 {
    margin: 0 0 14px;
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}
.pdt-breadcrumb { font-family: Roboto, sans-serif; font-size: 16px; color: rgba(255, 255, 255, .85); }
.pdt-breadcrumb a { color: #fff; text-decoration: none; }
.pdt-breadcrumb a:hover { color: #ec0000; }
.pdt-breadcrumb span[aria-hidden] { margin: 0 10px; color: #ec0000; }
.pdt-contact, .pdt-legal { padding: 80px 15px 40px; }
.pdt-contact__inner, .pdt-legal__inner { max-width: 1170px; margin: 0 auto; }
.pdt-legal__inner { max-width: 860px; }
.pdt-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ec0000;
}
.pdt-contact__intro { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.pdt-contact__intro h2 {
    margin: 0 0 16px;
    font-family: Poppins, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: #090909;
}
.pdt-contact__intro h2 span { color: #ec0000; }
.pdt-contact__intro p, .pdt-legal p { font-family: Roboto, sans-serif; font-size: 16px; line-height: 1.75; color: #666; }
.pdt-contact__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.pdt-contact__card {
    display: block;
    padding: 34px 20px 28px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 42, 52, .08);
    text-align: center;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}
a.pdt-contact__card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0, 42, 52, .14); }
.pdt-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #002a34;
    color: #fff;
    font-size: 24px;
}
a.pdt-contact__card:hover .pdt-contact__icon { background: #ec0000; }
.pdt-contact__card h3 { margin: 0 0 8px; font-family: Poppins, sans-serif; font-size: 20px; font-weight: 700; color: #090909; }
.pdt-contact__card p { margin: 0; font-family: Roboto, sans-serif; font-size: 16px; color: #555; word-break: break-word; }
.pdt-inner-booking { padding-bottom: 20px; }
.pdt-contact + .pdt-inner-booking .pdt-booking { margin-top: 30px; }
.pdt-legal h2 {
    margin: 36px 0 12px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #090909;
}
.pdt-legal a { color: #ec0000; }
.pdt-legal__updated { font-weight: 500; color: #002a34 !important; }
@media (max-width: 991px) {
    .pdt-contact__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pdt-page-title h1 { font-size: 38px; }
    .pdt-contact__intro h2 { font-size: 30px; }
}
@media (max-width: 575px) {
    .pdt-page-title { padding: 170px 15px 110px; }
    .pdt-page-title h1 { font-size: 30px; }
    .pdt-contact, .pdt-legal { padding-top: 50px; }
    .pdt-contact__cards { grid-template-columns: 1fr; }
}

/* Slider Revolution arrows: its own "revicons" font was never archived -> Font Awesome angles */
rs-module-wrap .tparrows:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f104" !important;
}
rs-module-wrap .tparrows.tp-rightarrow:before { content: "\f105" !important; }

/* the theme's "years" badge on the welcome photo is empty in the original page (no icon, no text) */
.welcome-section .image-column .year-box { display: none; }
