/* ============================================================
   TRANSFER PAGE SPECIFIC STYLES – clean, informative
   ============================================================ */

/* Navbar top (no top bar) */
.navbar {
    top: 0 !important;
}

/* Small hero */
.transfer-hero {
    min-height: 40vh;
    background-image: url('https://res.cloudinary.com/dhwwgua60/image/upload/q_auto/f_auto/v1777899819/michel-diaz-rodriguez-OcMQgxcMnX8-unsplash_clpr7v.jpg');
    align-items: center;
    text-align: center;
    margin-top: 0;
}
.transfer-hero .container {
    padding: 2rem 24px;
}
.transfer-hero h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
.transfer-hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 1.5rem;
    opacity: 0.95;
}

/* Two‑column details grid (slightly more compact) */
.transfer-details-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    padding: 2.5rem 0;
}

/* Left column */
.transfer-info {
    background: white;
    padding: 2.2rem;
    border-radius: 32px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
}
.section-badge {
    display: inline-block;
    background: var(--yellow);
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.transfer-info h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}
.transfer-info .lead {
    font-size: 1.1rem;
    color: var(--text-soft);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.feature-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.7rem 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}
.feature-highlight i {
    width: 24px;
    color: var(--blue);
    font-size: 1.2rem;
}
.transfer-info h3 {
    font-size: 1.4rem;
    margin: 1.5rem 0 0.8rem;
    color: var(--text-dark);
}
.included-list {
    list-style: none;
}
.included-list li {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.included-list i {
    color: var(--blue);
    font-size: 1.1rem;
    min-width: 20px;
}

/* Right column (sidebar cards) */
.transfer-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.highlight-card,
.info-card {
    background: white;
    padding: 1.8rem;
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
}
.highlight-card h3,
.info-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
}
.highlight-card h3 i,
.info-card h3 i {
    color: var(--blue);
}
.checklist {
    list-style: none;
}
.checklist li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.checklist li i {
    color: var(--yellow-dark);
    font-size: 1rem;
    margin-top: 3px;
}
.info-card ul {
    list-style: none;
}
.info-card ul li {
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    position: relative;
}
.info-card ul li::before {
    content: "•";
    color: var(--blue);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* ==================== RENTAL CAR PROMO (like home transfer section) ==================== */
.rental-promo {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f9fcff 100%);
    border-radius: 40px;
    margin: 2.5rem 0;
    padding: 0.5rem;
    box-shadow: 0 20px 35px -8px rgba(0,0,0,0.05), 0 5px 12px -4px rgba(0,0,0,0.02);
    border: 1px solid rgba(255,255,255,0.5);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.rental-promo:hover {
    box-shadow: 0 30px 45px -12px rgba(0,0,0,0.08), 0 8px 18px -6px rgba(0,0,0,0.03);
    transform: translateY(-3px);
}

.rental-promo-image {
    flex: 0.9;
    min-width: 280px;
    padding: 1.2rem 0 1.2rem 1.2rem;
}
.rental-promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 32px;
    box-shadow: 0 18px 30px -10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rental-promo-image img:hover {
    transform: scale(1.01);
    box-shadow: 0 22px 35px -12px rgba(0,0,0,0.15);
}

.rental-promo-content {
    flex: 1;
    padding: 2.2rem 2rem 2.2rem 2.5rem;
}

.rental-badge {
    display: inline-block;
    background: var(--yellow);
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(245,197,24,0.15);
    text-transform: uppercase;
}

.rental-promo-content h2 {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--text-dark);
}

.rental-promo-content p {
    font-size: 1rem;
    color: var(--text-soft);
    margin-bottom: 1.2rem;
    max-width: 90%;
}

.rental-promo-content ul {
    list-style: none;
    margin: 1.5rem 0 1.8rem;
}
.rental-promo-content ul li {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}
.rental-promo-content ul li i {
    color: var(--blue);
    font-size: 1.1rem;
    min-width: 18px;
}

.rental-cta-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(30,107,143,0.06);
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--blue-dark);
    border: 1px solid rgba(30,107,143,0.1);
    backdrop-filter: blur(4px);
}
.rental-cta-contact i {
    color: var(--blue);
    font-size: 1.2rem;
}
.rental-cta-contact a {
    color: var(--blue-dark);
    text-decoration: none;
}
.rental-cta-contact a:hover {
    text-decoration: underline;
}

/* Booking CTA */
.booking-cta {
    position: relative;
    background-image: url('https://res.cloudinary.com/dhwwgua60/image/upload/q_auto/f_auto/v1777898334/Papagayo-Car-Rental_nq37zl.webp');
    background-size: cover;
    background-position: center 30%;
    border-radius: 32px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 3rem;
    overflow: hidden;
}
.booking-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.65), rgba(0,0,0,0.4));
    border-radius: 32px;
}
.booking-cta-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 2rem;
    max-width: 600px;
}
.cta-badge {
    display: inline-block;
    background: var(--yellow);
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.booking-cta-content h2 {
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
}
.booking-cta-content p {
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
    .transfer-hero {
        min-height: 35vh;
    }
    .transfer-hero h1 {
        font-size: 2.2rem;
    }
    .transfer-details-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 0;
    }
    .transfer-info {
        padding: 1.8rem;
    }
    .transfer-info h2 {
        font-size: 1.8rem;
    }
    .rental-promo {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    .rental-promo-image {
        padding: 0 1.5rem 1.5rem;
        order: -1;
        max-height: 250px;
    }
    .rental-promo-image img {
        border-radius: 28px;
    }
    .rental-promo-content {
        padding: 1.8rem 1.5rem;
    }
    .rental-promo-content p {
        max-width: 100%;
    }
    .booking-cta-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .transfer-hero h1 {
        font-size: 1.8rem;
    }
    .transfer-info {
        padding: 1.5rem;
    }
    .highlight-card,
    .info-card {
        padding: 1.2rem;
    }
    .booking-cta-content h2 {
        font-size: 1.5rem;
    }
}