/* ==========================================================================
   9 SEATER TEMPO TRAVELLER - DEDICATED STYLING
   ========================================================================== */

/* ==========================================================================
   CUSTOM VEHICLE SELECT UI (YELLOW HOVER FIX)
   ========================================================================== */
#pickupTime.search-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fb8c00' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 18px !important;
    padding-right: 42px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    transition: all 0.25s ease !important;
}

#pickupTime.search-control:focus {
    border-color: #fb8c00 !important;
    box-shadow: 0 0 0 3px rgba(251, 140, 0, 0.2) !important;
    outline: none !important;
}

#pickupTime.search-control option {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    padding: 10px !important;
}

#pickupTime.search-control option:checked,
#pickupTime.search-control option:hover {
    background-color: #fb8c00 !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 100px #fb8c00 !important;
}

.custom-select-wrapper { position: relative; user-select: none; width: 100%; }
.custom-select-trigger {
    display: flex !important; align-items: center; justify-content: space-between;
    background-color: #ffffff; border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important; padding: 0 15px !important; height: 48px;
    font-size: 14px; font-weight: 600; color: #0f172a; cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important; transition: all 0.25s ease;
}
.custom-select-trigger::after {
    content: ''; width: 16px; height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fb8c00' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: center; transition: transform 0.3s ease;
}
.custom-select-wrapper.open .custom-select-trigger::after { transform: rotate(180deg); }
.custom-options {
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    border: 1.5px solid #fb8c00; border-radius: 8px; margin-top: 5px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15); opacity: 0; visibility: hidden; pointer-events: none;
    z-index: 99; max-height: 250px; overflow-y: auto; transition: all 0.2s ease; transform: translateY(-5px);
}
.custom-select-wrapper.open .custom-options {
    opacity: 1; visibility: visible; pointer-events: all; transform: translateY(0);
}
.custom-option {
    display: block; padding: 12px 15px; font-size: 14px; font-weight: 600;
    color: #0f172a; cursor: pointer; transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid #f1f5f9;
}
.custom-option:last-child { border-bottom: none; }
.custom-option:hover, .custom-option.selected {
    background-color: #fb8c00; color: #ffffff;
}
.custom-optgroup {
    padding: 8px 15px; font-size: 13px; font-weight: 700; color: #64748b;
    background-color: #f8fafc; text-transform: uppercase; letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .custom-options {
        max-height: 200px; /* More compact scrolling on mobile */
    }
    .custom-option {
        padding: 10px 15px; /* Slightly tighter padding for mobile */
        font-size: 13px;
    }
}

/* Hero Luxury Banner Section */
.hero-luxury-banner {
    position: relative;
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.75) 0%, rgba(10, 25, 47, 0.85) 100%), 
                url('../images/fleet/tempo.png') center/cover no-repeat;
    padding: 50px 0 75px;
    color: #ffffff;
    border-bottom: 4px solid #fb8c00;
}

/* ==========================================================================
   VEHICLE CATEGORY STRIP SECTION
   ========================================================================== */
.vehicle-category-strip {
    padding: 32px 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
}
.vcat-header { text-align: left; margin-bottom: 22px; }
.vcat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.vcat-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 14px;
    text-decoration: none;
    color: #0f172a;
    transition: all 0.28s ease;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
}
.vcat-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: #e2e8f0;
    transition: background 0.25s ease;
}
.vcat-card:hover, .vcat-card.vcat-active {
    border-color: #fb8c00;
    box-shadow: 0 8px 24px rgba(251, 140, 0, 0.13);
    transform: translateY(-2px);
}
.vcat-card:hover::before, .vcat-card.vcat-active::before { background: #fb8c00; }
.vcat-icon-wrap {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff7ed, #ffe0b2);
    color: #fb8c00;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
    transition: background 0.25s;
}
.vcat-card:hover .vcat-icon-wrap,
.vcat-card.vcat-active .vcat-icon-wrap {
    background: linear-gradient(135deg, #fb8c00, #e67e22);
    color: #ffffff;
}
.vcat-info { flex: 1; min-width: 0; }
.vcat-info h3 {
    font-size: 15px; font-weight: 700; color: #0f172a;
    margin: 4px 0 2px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vcat-info p { font-size: 12px; color: #64748b; margin: 0 0 5px; }
.vcat-price { font-size: 12px; font-weight: 700; color: #fb8c00; }
.vcat-badge {
    display: inline-block; font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.5px;
    padding: 2px 8px; border-radius: 50px;
    background: rgba(251, 140, 0, 0.12); color: #fb8c00;
}
.vcat-badge-blue { background: rgba(37,99,235,0.1); color: #2563eb; }
.vcat-badge-green { background: rgba(22,163,74,0.1); color: #16a34a; }
.vcat-badge-purple { background: rgba(124,58,237,0.1); color: #7c3aed; }
.vcat-arrow {
    font-size: 12px; color: #cbd5e1; flex-shrink: 0;
    transition: color 0.25s, transform 0.25s;
}
.vcat-card:hover .vcat-arrow,
.vcat-card.vcat-active .vcat-arrow { color: #fb8c00; transform: translateX(3px); }
@media (max-width: 991px) {
    .vcat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .vehicle-category-strip { padding: 20px 15px; }
    .vcat-grid { grid-template-columns: 1fr; gap: 10px; }
    .vcat-card { padding: 12px 10px; gap: 10px; border-radius: 12px; }
    .vcat-icon-wrap { width: 36px; height: 36px; font-size: 15px; border-radius: 10px; }
    .vcat-info h3 { font-size: 13px; }
    .vcat-info p { font-size: 11px; }
    .vcat-arrow { display: none; }
}

.hero-luxury-banner::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(251, 140, 0, 0.15) 0%, rgba(251, 140, 0, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.hero-content-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-text-side {
    max-width: 820px;
    margin: 0 auto;
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(251, 140, 0, 0.18);
    border: 1px solid #fb8c00;
    color: #ffb74d;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-title {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-title span {
    color: #fb8c00;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 25px;
    font-weight: 400;
}

.hero-action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.btn-hero-book {
    background: linear-gradient(135deg, #fb8c00, #e67e22);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 34px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(251, 140, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.btn-hero-book:hover {
    background: linear-gradient(135deg, #e67e22, #d35400);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(251, 140, 0, 0.6);
    color: #ffffff !important;
}

.btn-hero-call {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 34px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #ffffff;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.btn-hero-call:hover {
    background-color: #ffffff;
    color: #0a192f !important;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.2);
}

.btn-hero-call i {
    color: #fb8c00;
    font-size: 18px;
    animation: callPulse 1.5s infinite;
}

@keyframes callPulse {
    0%, 100% { transform: rotate(0deg); }
    10%, 30% { transform: rotate(-15deg); }
    20%, 40% { transform: rotate(15deg); }
    50% { transform: rotate(0deg); }
}

/* ==========================================================================
   SEO CONTENT SECTION STYLING
   ========================================================================== */
.seo-intro-section {
    padding: 60px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.seo-content-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    max-width: 1250px;
    margin: 0 auto;
}

.seo-image-side {
    flex: 1;
    max-width: 550px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.seo-vehicle-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.seo-image-side:hover .seo-vehicle-image {
    transform: scale(1.04);
}

.seo-image-badge {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: linear-gradient(135deg, #fb8c00, #e67e22);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(251, 140, 0, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.seo-text-side {
    flex: 1.1;
    text-align: left;
}

.seo-tag-pill {
    display: inline-block;
    background: rgba(251, 140, 0, 0.12);
    color: #e67e22;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.seo-heading {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.seo-highlight {
    color: #f59e0b;
}

.seo-text {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 18px;
    text-align: left;
}

.seo-features-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px dashed #cbd5e1;
}

.seo-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 600;
    color: #0f172a;
}

.seo-feature-item i {
    color: #16a34a;
    font-size: 18px;
}

/* ==========================================================================
   SPECIFICATIONS & LUXURY FEATURES
   ========================================================================== */
.tempo-specs-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: 35px auto 0;
}

.spec-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.spec-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(251, 140, 0, 0.12);
    border-color: rgba(251, 140, 0, 0.4);
}

.spec-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fb8c00;
    margin-bottom: 14px;
    transition: transform 0.3s ease;
}

.spec-card:hover .spec-icon {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #fb8c00, #e67e22);
    color: #ffffff;
}

.spec-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.spec-card p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.45;
    margin: 0;
    text-align: justify;
}

/* ==========================================================================
   PERFECT FOR (IDEAL OCCASIONS & TOURS) SECTION
   ========================================================================== */
.tempo-occasions-section {
    padding: 50px 0;   
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.occasions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1300px;
    margin: 35px auto 0;
}

.occasion-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    cursor: pointer;
}

.occasion-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #0a192f, #1e3a5f);
    border-color: #0a192f;
    box-shadow: 0 12px 28px rgba(10, 25, 47, 0.18);
}

.occasion-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(251, 140, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #fb8c00;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.occasion-card:hover .occasion-icon-wrap {
    background: #fb8c00;
    color: #ffffff;
    transform: scale(1.08) rotate(6deg);
}

.occasion-card h3 {
    font-size: 16.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.occasion-card:hover h3 {
    color: #ffffff;
}

/* ==========================================================================
   PRICING & TARIFF SECTION
   ========================================================================== */
.tempo-pricing-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.pricing-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 45px auto 0;
    max-width: 1050px;
}

.pricing-plan-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
}

.pricing-plan-card.featured {
    border: 2px solid #fb8c00;
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(251, 140, 0, 0.15);
}

.popular-ribbon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fb8c00;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(251, 140, 0, 0.3);
}

.pricing-header {
    text-align: center;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.pricing-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.price-value {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.price-value span {
    font-size: 16px;
    font-weight: 500;
    color: #64748b;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    flex: 1;
}

.pricing-list li {
    font-size: 15px;
    color: #475569;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f8fafc;
}

.pricing-list li i {
    color: #10b981;
    font-size: 16px;
}

.btn-book-plan {
    width: 100%;
    background-color: #0f172a;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
}

.btn-book-plan:hover {
    background-color: #fb8c00;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(251, 140, 0, 0.3);
}

.pricing-plan-card.featured .btn-book-plan {
    background: linear-gradient(135deg, #fb8c00, #e67e22);
}

.pricing-plan-card.featured .btn-book-plan:hover {
    background: linear-gradient(135deg, #e67e22, #d35400);
}

/* ==========================================================================
   POPULAR ROUTES & OUR FLEET (UNIFIED PREMIUM CARD DESIGN)
   ========================================================================== */
.tempo-routes-section {
    padding: 50px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.tempo-destinations-section {
    padding: 50px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.tempo-fleet-section {
    padding: 50px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.routes-grid, .destinations-grid, .fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1320px;
    margin: 45px auto 0;
}

.premium-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.13);
    border-color: rgba(251, 140, 0, 0.5);
}

.card-media {
    position: relative;
    width: 100%;
    height: 185px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    overflow: hidden;
}

.fleet-grid .card-media {
    height: 185px;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.premium-card:hover .card-media img {
    transform: scale(1.08);
}

.card-floating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #1e293b;
    color: #fb8c00;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(251, 140, 0, 0.45);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    z-index: 2;
    letter-spacing: 0.3px;
}

.card-body {
    padding: 24px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.card-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.card-title-row i {
    color: #ff9800;
    font-size: 24px;
    flex-shrink: 0;
}

.card-title-row h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0a192f;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -0.3px;
    line-height: 1.25;
}

.fleet-grid .card-title-row h3 {
    font-size: 17.5px;
    letter-spacing: -0.4px;
}

.card-subtext {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.55;
    margin: 0 0 20px 0;
    text-align: justify;
}

.card-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.pill-badge {
    background: #f1f5f9;
    color: #334155;
    font-size: 8px;
    font-weight: 700;
    padding: 6px 11px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.pill-badge i {
    color: #ff9800;
    font-size: 13px;
}

.card-actions-row {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.btn-card-call {
    flex: 1;
    background: #fb8c00;
    color: #000000 !important;
    font-weight: 800;
    font-size: 13.5px;
    border-radius: 50px;
    padding: 11px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(251, 140, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-card-call i {
    color: #000000;
    font-size: 15px;
}

.btn-card-call:hover {
    background: #f57c00;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 140, 0, 0.45);
}

.btn-card-whatsapp {
    flex: 1;
    background: #f0fdf4;
    color: #16a34a !important;
    font-weight: 800;
    font-size: 13.5px;
    border: 2px solid #bbf7d0;
    border-radius: 50px;
    padding: 9px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.1);
    transition: all 0.3s ease;
}

.btn-card-whatsapp i {
    color: #25D366;
    font-size: 17px;
    transition: color 0.3s ease;
}

.btn-card-whatsapp:hover {
    background: #25D366;
    color: #ffffff !important;
    border-color: #25D366;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.btn-card-whatsapp:hover i {
    color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE LAYOUT BREAKPOINTS
   ========================================================================== */
@media (max-width: 991px) {
    .hero-luxury-banner {
        background: linear-gradient(180deg, rgba(10, 25, 47, 0.82) 0%, rgba(10, 25, 47, 0.88) 100%), 
                    url('../images/fleet/tempo.png') center/cover no-repeat;
        padding: 45px 0 65px;
    }
    
    .hero-content-grid {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-text-side {
        max-width: 100%;
    }
    
    .hero-action-buttons {
        justify-content: center;
    }
    
    .pricing-plan-card.featured {
        transform: none;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .occasions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .routes-grid, .destinations-grid, .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    
    .seo-content-grid {
        flex-direction: column;
        gap: 35px;
        text-align: center;
    }
    
    .seo-image-side, .seo-text-side {
        max-width: 100%;
    }
    
    .seo-text-side {
        text-align: center;
    }
    
    .seo-text {
        text-align: center;
    }
    
    .seo-features-row {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .specs-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .occasions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        max-width: 100%;
    }
    
    .routes-grid, .destinations-grid, .fleet-grid, .pricing-cards-wrapper {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .hero-luxury-banner {
        padding: 40px 0 50px;
    }
    
    .seo-breadcrumb {
        font-size: 11.5px !important;
    }
    
    .seo-breadcrumb span {
        margin: 0 4px !important;
    }
    
    .hero-badge-pill {
        font-size: 10px;
        padding: 5px 12px;
        letter-spacing: 0.5px;
        max-width: 88%;
        line-height: 1.4;
    }
    
    .hero-text-side {
        text-align: left;
    }

    .hero-title {
        font-size: 21px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }
    
    .hero-action-buttons {
        justify-content: flex-start;
        gap: 12px;
    }
    
    .btn-hero-book, .btn-hero-call {
        width: auto;
        padding: 12px 20px;
        font-size: 14px;
        flex: 1;
        justify-content: center;
    }
    
    .seo-tag-pill {
        font-size: 10px;
        padding: 5px 12px;
        letter-spacing: 0.5px;
        text-align: left;
        display: block;
        width: fit-content;
    }

    .seo-intro-section {
        padding: 35px 0;
    }

    .seo-content-grid {
        padding: 0 15px;
    }

    .seo-text-side {
        text-align: left !important;
    }

    .seo-heading {
        font-size: 19px;
        text-align: left;
        line-height: 1.35;
        color: #0f172a;
    }
    
    .seo-text {
        font-size: 14px;
        line-height: 1.65;
        text-align: justify !important;
    }
    
    .seo-features-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 16px;
        padding-top: 14px;
    }

    .seo-feature-item {
        font-size: 12px;
        gap: 5px;
    }

    .seo-feature-item i {
        font-size: 15px;
    }

    .seo-image-side {
        max-width: 100%;
        margin: 0 auto;
    }

    .seo-image-badge {
        bottom: 12px;
        right: 12px;
        font-size: 11px;
        padding: 5px 10px;
        gap: 5px;
    }

    .tempo-specs-section .container > div:first-child,
    .tempo-occasions-section .container > div:first-child,
    .tempo-pricing-section .container > div:first-child,
    .tempo-routes-section .container > div:first-child,
    .tempo-destinations-section .container > div:first-child,
    .tempo-fleet-section .container > div:first-child,
    .tempo-features-section .container > div:first-child,
    .tempo-testimonials-section .container > div:first-child,
    .tempo-process-section .container > div:first-child,
    .tempo-faq-section .container > div:first-child {
        padding: 0 !important;
        box-sizing: border-box;
        max-width: 100% !important;
    }

    .tempo-specs-section .container,
    .tempo-occasions-section .container,
    .tempo-pricing-section .container,
    .tempo-routes-section .container,
    .tempo-destinations-section .container,
    .tempo-fleet-section .container,
    .tempo-features-section .container,
    .tempo-testimonials-section .container,
    .tempo-process-section .container,
    .tempo-faq-section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .tempo-specs-section .section-subtitle,
    .tempo-occasions-section .section-subtitle,
    .tempo-pricing-section .section-subtitle,
    .tempo-routes-section .section-subtitle,
    .tempo-destinations-section .section-subtitle,
    .tempo-fleet-section .section-subtitle,
    .tempo-features-section .section-subtitle,
    .tempo-testimonials-section .section-subtitle,
    .tempo-process-section .section-subtitle,
    .tempo-faq-section .section-subtitle {
        font-size: 11px !important;
        letter-spacing: 0.8px !important;
    }

    .tempo-specs-section .section-title,
    .tempo-occasions-section .section-title,
    .tempo-pricing-section .section-title,
    .tempo-routes-section .section-title,
    .tempo-destinations-section .section-title,
    .tempo-fleet-section .section-title,
    .tempo-features-section .section-title,
    .tempo-testimonials-section .section-title,
    .tempo-process-section .section-title,
    .tempo-faq-section .section-title {
        font-size: 22px !important;
        line-height: 1.35 !important;
        margin-top: 6px !important;
    }

    .tempo-specs-section > .container > div:first-child > p,
    .tempo-occasions-section > .container > div:first-child > p,
    .tempo-pricing-section > .container > div:first-child > p,
    .tempo-routes-section > .container > div:first-child > p,
    .tempo-destinations-section > .container > div:first-child > p,
    .tempo-fleet-section > .container > div:first-child > p,
    .tempo-features-section > .container > div:first-child > p,
    .tempo-testimonials-section > .container > div:first-child > p,
    .tempo-process-section > .container > div:first-child > p,
    .tempo-faq-section > .container > div:first-child > p {
        font-size: 14px !important;
        text-align: justify !important;
        margin-top: 10px !important;
    }

    .specs-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 25px;
        max-width: 100%;
    }

    .spec-card {
        padding: 18px 16px;
        border-radius: 12px;
    }

    .spec-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .spec-card h3 {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .spec-card p {
        font-size: 12.5px;
        line-height: 1.45;
        text-align: justify;
    }

    .occasions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 20px;
        max-width: 100%;
    }

    .occasion-card {
        padding: 12px 8px;
        border-radius: 10px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .occasion-icon-wrap {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 17px;
        margin: 0 auto;
    }

    .occasion-card h3 {
        font-size: 12.5px;
        line-height: 1.3;
    }

    .pricing-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 20px;
        max-width: 100%;
    }

    .pricing-plan-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .pricing-plan-card.featured {
        transform: none;
    }

    .popular-ribbon {
        font-size: 10.5px;
        padding: 4px 14px;
        top: -12px;
    }

    .pricing-header {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .pricing-header h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .price-value {
        font-size: 26px;
        gap: 4px;
    }

    .price-value span {
        font-size: 13px;
    }

    .pricing-list {
        margin: 0 0 18px;
    }

    .pricing-list li {
        font-size: 12.5px;
        padding: 8px 0;
        gap: 8px;
        line-height: 1.35;
    }

    .pricing-list li i {
        font-size: 14px;
    }

    .btn-book-plan {
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 8px;
    }

    .routes-grid,
    .destinations-grid,
    .fleet-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 22px;
        max-width: 100%;
    }

    .premium-card {
        border-radius: 16px;
    }

    .card-media,
    .fleet-grid .card-media {
        height: 150px;
    }

    .card-floating-badge {
        font-size: 11px;
        padding: 4px 12px;
        top: 10px;
        right: 10px;
        border-radius: 30px;
    }

    .card-body {
        padding: 16px 14px 18px;
    }

    .card-title-row {
        gap: 8px;
        margin-bottom: 8px;
    }

    .card-title-row i {
        font-size: 18px;
    }

    .card-title-row h3 {
        font-size: 17px;
    }

    .fleet-grid .card-title-row h3 {
        font-size: 16px;
    }

    .card-subtext {
        font-size: 12.5px;
        line-height: 1.45;
        margin: 0 0 14px 0;
        text-align: justify;
    }

    .card-pills-row {
        gap: 6px;
        margin-bottom: 16px;
    }

    .pill-badge {
        font-size: 9px;
        padding: 4px 9px;
        gap: 5px;
        border-radius: 30px;
    }

    .pill-badge i {
        font-size: 11px;
    }

    .card-actions-row {
        gap: 8px;
    }

    .btn-card-call,
    .btn-card-whatsapp {
        font-size: 12.5px;
        padding: 9px 4px;
        gap: 5px;
        border-radius: 35px;
    }

    .btn-card-call i,
    .btn-card-whatsapp i {
        font-size: 13.5px;
    }
}

/* ==========================================================================
   TEMPO TRAVELLER FEATURES SECTION (IMAGE LEFT, CHECKLIST RIGHT)
   ========================================================================== */
.tempo-features-section {
    padding: 50px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.features-container-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 55px;
    align-items: center;
    max-width: 1260px;
    margin: 0 auto;
}

.features-image-side {
    position: relative;
    padding: 10px 0;
}

.features-image-wrapper {
    position: relative;
    border-radius: 26px;
    border: none;
    padding: 35px 25px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
    text-align: center;
    overflow: hidden;
}

.features-large-image {
    width: 100%;
    max-width: 540px;
    height: auto;
    border-radius: 16px;
    transition: transform 0.4s ease;
    display: block;
    margin: 15px auto;
}

.features-image-wrapper:hover .features-large-image {
    transform: scale(1.03);
}

.features-floating-tag {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #0f172a;
    color: #fb8c00;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 6px 15px rgba(15, 23, 42, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
}

.features-badge-bottom {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 12px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
    text-align: left;
}

.features-badge-bottom .badge-number {
    background: #fb8c00;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 12px;
    line-height: 1;
}

.features-badge-bottom .badge-text {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.features-text-side {
    padding-left: 5px;
}

.features-checklist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 35px;
}

.feature-check-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 16px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15.5px;
    font-weight: 700;
    color: #1e293b;
    transition: all 0.3s ease;
}

.feature-check-item:hover {
    background: #ffffff;
    border-color: #fb8c00;
    box-shadow: 0 8px 25px rgba(251, 140, 0, 0.12);
    transform: translateY(-3px);
    color: #0f172a;
}

.feature-check-icon {
    color: #22c55e;
    font-size: 22px;
    flex-shrink: 0;
    background: rgba(34, 197, 94, 0.1);
    padding: 4px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .features-container-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    
    .features-text-side {
        padding: 0 !important;
        box-sizing: border-box;
        text-align: left !important;
    }

    .features-text-side > p {
        text-align: justify !important;
    }
    
    .features-checklist-grid {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .tempo-features-section {
        padding: 50px 0;
    }

    .features-text-side {
        padding: 0 !important;
        box-sizing: border-box;
        text-align: left !important;
    }

    .features-text-side .section-subtitle {
        font-size: 11px !important;
        letter-spacing: 0.8px !important;
        text-align: left !important;
    }

    .features-text-side .section-title {
        font-size: 22px !important;
        line-height: 1.35 !important;
        margin-top: 6px !important;
        text-align: left !important;
    }

    .features-text-side > p {
        font-size: 14px !important;
        text-align: justify !important;
        line-height: 1.5 !important;
        margin-top: 10px !important;
    }
    
    .features-image-side {
        margin: 0 -14px !important;
        padding: 0 !important;
        width: calc(100% + 28px) !important;
    }

    .features-image-wrapper {
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0;
        width: 100% !important;
    }

    .features-large-image {
        width: 100% !important;
        max-width: 100% !important;
        margin: 30px 0 5px !important;
        border-radius: 14px;
        display: block;
    }
    
    .features-floating-tag {
        position: absolute;
        top: 2px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11.5px !important;
        padding: 5px 16px !important;
        white-space: nowrap;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.35);
        gap: 6px;
    }
    
    .features-checklist-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
        margin-top: 20px;
    }
    
    .feature-check-item {
        padding: 10px 10px;
        font-size: 12px;
        border-radius: 10px;
        gap: 8px;
        line-height: 1.3;
        display: flex;
        align-items: center;
    }

    .feature-check-icon {
        font-size: 16px;
        padding: 2px;
        flex-shrink: 0;
    }
    
    .features-badge-bottom {
        display: none;
    }

    .pricing-table-wrapper {
        margin: 25px 0 0 !important;
        border-radius: 16px !important;
    }

    .pricing-table-wrapper table {
        min-width: 100% !important;
        width: 100% !important;
        display: block !important;
    }

    .pricing-table-wrapper thead {
        display: none !important;
    }

    .pricing-table-wrapper tbody,
    .pricing-table-wrapper tbody tr {
        width: 100% !important;
        box-sizing: border-box !important;
        display: block !important;
    }

    .pricing-table-wrapper tbody tr {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        gap: 12px !important;
        padding: 16px 14px !important;
        border-bottom: 1px solid #e2e8f0 !important;
        align-items: center !important;
    }

    .pricing-table-wrapper tbody td {
        padding: 0 !important;
        border: none !important;
        white-space: normal !important;
        display: block !important;
    }

    .pricing-table-wrapper tbody td:nth-child(1) {
        grid-column: 1 / -1 !important;
        margin-bottom: 2px !important;
    }

    .pricing-table-wrapper tbody td:nth-child(2) {
        grid-column: 1 / 2 !important;
        text-align: left !important;
    }

    .pricing-table-wrapper tbody td:nth-child(3) {
        grid-column: 2 / -1 !important;
        text-align: right !important;
    }

    .pricing-table-wrapper tbody td:nth-child(1) > div {
        font-size: 15px !important;
        gap: 10px !important;
        align-items: flex-start !important;
    }

    .pricing-table-wrapper tbody td:nth-child(1) > div > span:first-child {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
        margin-top: 2px !important;
    }

    .pricing-table-wrapper tbody td:nth-child(1) span + div span {
        font-size: 10px !important;
        padding: 3px 9px !important;
        margin-left: 6px !important;
        display: inline-block !important;
        margin-top: 2px !important;
    }

    .pricing-table-wrapper tbody td:nth-child(1) > div > div > div {
        font-size: 12px !important;
        line-height: 1.45 !important;
        text-align: justify !important;
        margin-top: 6px !important;
        color: #64748b !important;
    }

    .pricing-table-wrapper tbody td:nth-child(2) > span {
        font-size: 17px !important;
        padding: 6px 14px !important;
        border-radius: 8px !important;
    }

    .pricing-table-wrapper .btn-table-book {
        font-size: 13px !important;
        padding: 9px 14px !important;
        gap: 6px !important;
        border-radius: 8px !important;
    }

    .pricing-table-wrapper .btn-table-book i {
        font-size: 15px !important;
    }
}

/* ==========================================================================
   CUSTOMER TESTIMONIALS SLIDER SECTION
   ========================================================================== */
.tempo-testimonials-section {
    padding: 50px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.testi-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1240px;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.testi-slider-container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px 25px;
}

.testi-slider-track {
    display: flex;
    gap: 26px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.testi-card-item {
    flex: 0 0 calc(33.333% - 18px);
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
}

.testi-card-item:hover {
    background: #ffffff;
    border-color: #fb8c00;
    box-shadow: 0 15px 35px rgba(251, 140, 0, 0.12);
    transform: translateY(-5px);
}

.testi-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.testi-stars {
    color: #fb8c00;
    font-size: 16px;
    display: flex;
    gap: 4px;
}

.testi-google-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 700;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.testi-google-badge i {
    color: #4285f4;
    font-size: 14px;
}

.testi-quote-text {
    font-size: 15.5px;
    line-height: 1.65;
    color: #334155;
    font-style: italic;
    margin-bottom: 25px;
    text-align: justify;
}

.testi-card-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.testi-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.testi-user-info h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.testi-user-info span {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.testi-trip-tag {
    font-size: 12px;
    font-weight: 700;
    color: #ea580c;
    background: #ffedd5;
    padding: 2px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.slider-nav-btns {
    display: flex;
    gap: 12px;
}

.btn-slider-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-slider-arrow:hover {
    background: #fb8c00;
    border-color: #fb8c00;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(251, 140, 0, 0.35);
}

.slider-dots-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.slider-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    width: 32px;
    border-radius: 50px;
    background: #fb8c00;
}

@media (max-width: 991px) {
    .testi-card-item {
        flex: 0 0 calc(50% - 13px);
    }
    .testi-header-row {
        text-align: left !important;
        justify-content: space-between !important;
        align-items: flex-end !important;
    }
}

@media (max-width: 767px) {
    .tempo-testimonials-section {
        padding: 55px 0;
    }
    .testi-card-item {
        flex: 0 0 100%;
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }
    .testi-card-header {
        margin-bottom: 12px !important;
    }
    .testi-stars {
        font-size: 13.5px !important;
        gap: 3px !important;
    }
    .testi-google-badge {
        padding: 3px 9px !important;
        font-size: 11px !important;
        gap: 4px !important;
    }
    .testi-google-badge i {
        font-size: 12px !important;
    }
    .testi-header-row {
        margin-bottom: 25px !important;
        gap: 15px;
    }
    .testi-header-row > div:first-child {
        width: 100%;
    }
    .testi-header-row .section-subtitle {
        font-size: 10.5px !important;
        letter-spacing: 0.5px !important;
        text-align: left !important;
    }
    .testi-header-row .section-title {
        font-size: 22px !important;
        line-height: 1.35 !important;
        margin-top: 6px !important;
        text-align: left !important;
    }
    .testi-header-row p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: justify !important;
        margin-top: 8px !important;
    }
    .slider-nav-btns {
        justify-content: flex-start;
        gap: 10px;
    }
    .btn-slider-arrow {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }
    .testi-quote-text {
        font-size: 12.5px !important;
        line-height: 1.45 !important;
        margin-bottom: 14px !important;
        text-align: justify !important;
    }
    .testi-card-footer {
        padding-top: 12px !important;
        gap: 12px !important;
    }
    .testi-avatar {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }
    .testi-user-info h5 {
        font-size: 14px !important;
    }
    .testi-user-info span {
        font-size: 11.5px !important;
    }
    .testi-trip-tag {
        font-size: 10.5px !important;
        padding: 2px 8px !important;
        margin-top: 3px !important;
    }
    .slider-dots-wrapper {
        margin-top: 18px !important;
        gap: 6px !important;
    }
    .slider-dot {
        width: 8px !important;
        height: 8px !important;
    }
    .slider-dot.active {
        width: 24px !important;
    }
}

/* ==========================================================================
   4-STEP BOOKING PROCESS SECTION
   ========================================================================== */
.tempo-process-section {
    padding: 50px 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.process-steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 50px auto 0;
    gap: 16px;
}

.process-step-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 25px 18px 22px;
    text-align: center;
    position: relative;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

.process-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(251, 140, 0, 0.12);
    border-color: #fb8c00;
}

.process-step-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 800;
    padding: 5px 18px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(15,23,42,0.2);
    border: 2px solid #fb8c00;
}

.process-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 6px auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.process-step-card:hover .process-icon-box {
    transform: scale(1.1) rotate(6deg);
}

.process-step-title {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    font-family: 'Times New Roman', Times, serif;
}

.process-step-desc {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.48;
    margin: 0;
    text-align: justify;
}

.process-step-arrow {
    font-size: 24px;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.process-steps-wrapper:hover .process-step-arrow {
    color: #fb8c00;
}

@media (max-width: 991px) {
    .process-steps-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        max-width: 520px !important;
        margin: 35px auto 0 !important;
        gap: 32px !important;
    }
    .process-step-card {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 24px 20px 18px !important;
        border-radius: 18px !important;
    }
    .process-step-arrow {
        display: none !important;
    }
    .process-step-badge {
        font-size: 11.5px !important;
        padding: 4px 16px !important;
        top: -13px !important;
        white-space: nowrap !important;
    }
    .process-icon-box {
        width: 52px !important;
        height: 52px !important;
        font-size: 22px !important;
        margin: 2px auto 10px !important;
    }
    .process-step-title {
        font-size: 17.5px !important;
        margin-bottom: 8px !important;
    }
    .process-step-desc {
        font-size: 14px !important;
        line-height: 1.48 !important;
        text-align: justify !important;
    }
}

@media (max-width: 575px) {
    .tempo-process-section {
        padding: 55px 0;
    }
    .process-steps-wrapper {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        gap: 30px !important;
        margin-top: 30px !important;
    }
    .process-step-card {
        padding: 22px 16px 16px !important;
        border-radius: 16px !important;
    }
    .process-step-badge {
        font-size: 11px !important;
        padding: 3px 15px !important;
        top: -12px !important;
        white-space: nowrap !important;
    }
    .process-icon-box {
        width: 46px !important;
        height: 46px !important;
        font-size: 20px !important;
        margin: 0 auto 8px !important;
    }
    .process-step-title {
        font-size: 16.5px !important;
        margin-bottom: 6px !important;
    }
    .process-step-desc {
        font-size: 13.5px !important;
        line-height: 1.45 !important;
        text-align: justify !important;
    }

    .btn-process-wa {
        font-size: 14px !important;
        padding: 11px 22px !important;
        gap: 8px !important;
        border-radius: 50px !important;
    }

    .btn-process-wa i {
        font-size: 17px !important;
    }
}

/* ==========================================================================
   FAQs ACCORDION SECTION
   ========================================================================== */
.tempo-faq-section {
    padding: 50px 0;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.faq-accordion-wrapper {
    max-width: 860px;
    margin: 45px auto 0;
}

.faq-accordion-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}

.faq-accordion-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.faq-accordion-item.active {
    background: #ffffff;
    border-color: #fb8c00;
    box-shadow: 0 12px 30px rgba(251, 140, 0, 0.08);
}

.faq-header {
    padding: 22px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.faq-header-title {
    font-size: 18.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Times New Roman', Times, serif;
}

.faq-header-title i {
    color: #fb8c00;
    font-size: 20px;
}

.faq-toggle-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.faq-accordion-item.active .faq-toggle-icon {
    background: #fb8c00;
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-content-inner {
    padding: 0 26px 24px 62px;
    font-size: 15.5px;
    color: #475569;
    line-height: 1.65;
    text-align: justify;
    border-top: 1px dashed #e2e8f0;
    padding-top: 16px;
}

@media (max-width: 575px) {
    .tempo-faq-section {
        padding: 50px 0;
    }
    .faq-accordion-wrapper {
        margin-top: 25px !important;
    }
    .faq-accordion-item {
        border-radius: 14px !important;
        margin-bottom: 10px !important;
    }
    .faq-header {
        padding: 14px 14px !important;
        gap: 10px !important;
    }
    .faq-header-title {
        font-size: 14px !important;
        gap: 8px !important;
        line-height: 1.35 !important;
    }
    .faq-header-title i {
        font-size: 15px !important;
        flex-shrink: 0 !important;
    }
    .faq-toggle-icon {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
        flex-shrink: 0 !important;
    }
    .faq-content-inner {
        padding: 12px 14px 16px 14px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }
}

/* Breadcrumb Mobile View Adjustment */
@media (max-width: 767px) {
    .seo-breadcrumb {
        padding-right: 25px;
        line-height: 1.6;
    }
    .hero-text-side {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ==========================================================================
   CTA STRIP RESPONSIVE
   ========================================================================== */
@media (max-width: 575px) {
    .cta-strip-section {
        padding: 40px 0 !important;
    }
    .cta-strip-section .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .cta-heading {
        font-size: 20px !important;
        line-height: 1.35 !important;
        margin-bottom: 10px !important;
    }
    .cta-subtext {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 22px !important;
        text-align: justify !important;
    }
    .cta-buttons-row {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
    }
    .cta-btn-call,
    .cta-btn-msg {
        flex: 0 0 auto !important;
        font-size: 11.5px !important;
        padding: 9px 13px !important;
        border-radius: 7px !important;
        justify-content: center !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        white-space: nowrap !important;
    }
}
