﻿/* ================================
   AJ Chauffeur - Main Styles
   ================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body, html {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #f4f8ff;
    color: #0f172a;
}

/* ================================
   Mobile-first default styles
   ================================ */
.top-nav {
    flex-wrap: nowrap;
    padding: 12px 15px;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.logo {
    margin: 0;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
}

.logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
}

.logo-text {
    font-size: 16px;
}

.logo-circle {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 8px;
}

.nav-buttons {
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.sign-in,
.book-now-btn {
    padding: 10px 16px;
    font-size: 13px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 130px;
}

.header-container {
    padding: 90px 15px 40px;
}

.main-content {
    padding: 24px 15px;
}

.headline {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.1;
    min-height: auto;
}

.headline span {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
}

.description {
    font-size: 16px;
    padding: 0 10px;
}

.sliding-desc-container {
    position: relative;
    min-height: auto;
}

.sliding-desc {
    position: relative;
    display: none;
}

.sliding-desc.active {
    display: block;
    opacity: 1;
}

.airport-transfer-section,
.services-section,
.stats-section,
.cta-section,
.advantages-section,
.testimonials-section,
.about-section,
.aj-cta-section,
.ajc-payment-section,
.blog-page-header,
.blog-listing,
.blog-post,
.site-footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
}

.services-grid,
.advantages-grid,
.testimonials-container,
.blog-grid,
.blog-post-layout,
.stats-grid,
.form-grid,
.vehicle-list,
.ajc-benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.service-card,
.advantage-card,
.testimonial-card,
.sidebar-widget,
.feature-card {
    width: 100%;
}

.section-header {
    margin-bottom: 50px;
}

.section-title,
.section-heading,
.about-heading,
.cta-title,
.aj-cta-heading,
.blog-page-header h1 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
}

.cta-buttons,
.aj-cta-buttons,
.aj-cta-features,
.aj-cta-feature,
.about-feature {
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.aj-cta-feature,
.cta-btn-primary,
.cta-btn-secondary,
.aj-cta-button {
    width: 100%;
    max-width: 300px;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
}

.cta-btn-primary,
.cta-btn-secondary,
.aj-cta-button,
.airport-btn,
.quote-btn,
.about-btn,
.service-btn,
.book-now-button,
.sidebar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    letter-spacing: 0.2px;
}

.book-now-btn,
.quote-btn,
.airport-btn,
.cta-btn-primary,
.cta-btn-secondary,
.about-btn,
.service-btn,
.sidebar-cta {
    font-weight: 800;
}

.blog-grid,
.blog-post-layout {
    display: grid;
}

.blog-card-image {
    height: 180px;
}

.blog-post-image {
    height: 220px;
}

.ajc-payment-methods {
    gap: 20px;
}

.ajc-payment-method {
    width: 80px;
    padding: 15px;
}

.ajc-payment-icon {
    font-size: 40px;
}

.whatsapp-button {
    width: 55px;
    height: 55px;
    font-size: 28px;
}

.booking-body {
    padding: 100px 15px 30px;
}

.header-section h1 {
    font-size: 1.8rem;
}

.section {
    padding: 20px;
    margin: 20px auto;
}

.vehicle-card {
    padding: 20px;
}

.btn {
    padding: 12px 24px;
    font-size: 0.9rem;
}

/* ================================
   Navigation
   ================================ */
.top-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(13, 90, 215, 0.08);
}

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 15px 40px;
    gap: 12px;
}

.logo-link {
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.logo-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1d73ff 0%, #0a4ec9 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-right: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(29, 115, 255, 0.28);
}

.logo:hover .logo-circle {
    transform: rotate(10deg);
}

.logo-text {
    color: #0f172a;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.nav-buttons {
    display: flex;
    gap: 20px;
}

.sign-in {
    color: #0f172a;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    transition: opacity 0.3s, background-color 0.3s;
    border-radius: 4px;
}

.sign-in:hover {
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-blog-link {
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.nav-blog-link:hover {
    background: rgba(29, 115, 255, 0.08);
    color: #1d73ff;
}

.book-now-btn {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-shadow: 0 12px 25px rgba(249, 115, 22, 0.25);
    position: relative;
    letter-spacing: 0.02em;
}

.book-now-btn.active {
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.5);
}

.book-now-btn:hover {
    background-color: #FFD700;
    animation: none;
    transform: translateY(-2px);
}

@keyframes blink {
    0% { box-shadow: 0 0 0 0 rgba(29, 115, 255, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(29, 115, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(29, 115, 255, 0); }
}

/* ================================
   Hero Section
   ================================ */
.aj-chauffeur-container {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    position: relative;
}

.header-container {
    position: relative;
    z-index: 2;
    color: white;
    padding: 96px 0 32px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #0b4ec7 0%, #1d73ff 44%, #f7b44a 100%);
    box-shadow: inset 0 -30px 60px rgba(6, 27, 66, 0.15);
    border-radius: 0;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: brightness(1.2);
}

.hero-backgrounds {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}

.hero-bg-slide {
    display: none;
}

.hero-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.78) 0%, rgba(29, 115, 255, 0.35) 100%);
    z-index: 1;
}

.video-overlay {
    display: none;
}

.main-content {
    text-align: center;
    max-width: 850px;
    margin: auto;
    padding: 24px 15px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.headline {
    font-size: clamp(2rem, 8vw, 3.8rem);
    font-weight: 800;
    margin: 0 0 22px 0;
    line-height: 1;
    letter-spacing: -0.03em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.sliding-text-container {
    position: relative;
    width: 100%;
    min-height: 1.2em;
    overflow: visible;
    margin-bottom: 0;
    line-height: 1;
}

.sliding-text {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    color: white;
    display: none;
}

.sliding-text.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.headline span {
    color: #1d73ff;
    display: block;
    font-size: clamp(2.2rem, 8.8vw, 4.1rem);
    line-height: 0.92;
    margin-top: 0;
}

.hero-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 8px;
}

.description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px 0;
    max-width: 750px;
    width: 100%;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 0 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sliding-desc-container {
    position: relative;
    display: block;
    min-height: auto;
    margin: 0;
    width: 100%;
}

.sliding-desc {
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.8s ease;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.sliding-desc.active {
    display: block;
    opacity: 1;
}

.quote-btn {
    background: linear-gradient(135deg, #0d5ad7 0%, #1e7af5 100%);
    color: white;
    padding: 16px 28px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 17px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    margin: 0;
    box-shadow: 0 16px 28px rgba(13, 90, 215, 0.28);
    min-height: 54px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    min-width: 220px;
}

.quote-btn:hover {
    transform: translateY(-2px);
    background-color: #FFD700;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    animation: none;
}

@media (min-width: 768px) {
    .top-nav {
        padding: 15px 40px;
    }

    .logo-link {
        width: auto;
    }

    .nav-buttons {
        width: auto;
    }

    .header-container {
        padding: 120px 0 60px;
    }

    .main-content {
        padding: 56px 20px 24px;
        gap: 0;
    }

    .headline {
        margin: 0 0 24px 0;
        gap: 10px;
        letter-spacing: -0.05em;
    }

    .sliding-text-container {
        height: auto;
    }

    .headline span {
        margin-top: 0;
        line-height: 1;
        font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    }

    .hero-cta-block {
        gap: 65px;
        margin-top: 12px;
    }

    .description {
        font-size: 17px;
        line-height: 1.7;
        margin: 0 0 24px 0;
        max-width: 800px;
        width: 100%;
    }

    .sliding-desc-container {
        min-height: auto;
    }

    .quote-btn {
        margin: 0;
        padding: 15px 30px;
        border-radius: 16px;
        font-size: 17px;
        min-width: 240px;
        font-weight: 800;
        letter-spacing: 0.4px;
    }

    .scroll-down {
        bottom: 28px;
        font-size: 15px;
    }

    .airport-transfer-section {
        padding: 50px 40px;
        position: relative;
    }

    .airport-heading {
        font-size: 44px;
    }

    .airport-icons {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px;
    }

    .testimonials-section,
    .about-section,
    .aj-cta-section,
    .advantages-section,
    .services-section,
    .stats-section,
    .cta-section {
        padding: 80px 40px;
    }
}

@media (min-width: 1024px) {
    .main-content {
        padding-top: 72px;
    }

    .headline {
        margin: 0 0 24px 0;
        gap: 10px;
    }

    .headline span {
        font-size: clamp(3rem, 4vw, 4.5rem);
        line-height: 1;
    }

    .sliding-text-container {
        height: auto;
    }

    .hero-cta-block {
        gap: 75px;
    }

    .description {
        font-size: 18px;
        max-width: 850px;
        width: 100%;
        margin: 0 0 24px 0;
    }

    .quote-btn {
        padding: 16px 32px;
        border-radius: 18px;
        font-size: 18px;
        min-width: 260px;
    }

    .hero-cta-block {
        gap: 75px;
    }

    .airport-transfer-section {
        padding: 60px 60px;
        position: relative;
    }

    .airport-heading {
        font-size: 48px;
        margin-bottom: 12px;
    }

    .airport-description {
        margin-bottom: 15px;
        font-size: 19px;
    }

    .testimonials-section,
    .about-section,
    .aj-cta-section,
    .advantages-section,
    .services-section,
    .stats-section,
    .cta-section {
        padding: 100px 60px;
    }
}

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(245, 158, 11, 0.08) 0%, transparent 20%),
        radial-gradient(circle at 75% 75%, rgba(13, 90, 215, 0.08) 0%, transparent 20%);
    z-index: -1;
    pointer-events: none;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    animation: bounce 2s infinite;
    opacity: 0.8;
    z-index: 3;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
    40% { transform: translateY(-20px) translateX(-50%); }
    60% { transform: translateY(-10px) translateX(-50%); }
}

.video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFCC00;
    font-size: 18px;
    z-index: -1;
}

/* ================================
   Airport Transfer Section
   ================================ */
.airport-transfer-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, #edf6ff 0%, #ffffff 30%, #fff7ed 100%);
    color: #0f172a;
    text-align: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.airport-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.airport-heading {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0f172a;
}

.airport-heading span { color: #f59e0b; display: block; }

.airport-description {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 700px;
    opacity: 0.9;
}

.airport-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    width: 200px;
    border: 1px solid rgba(13, 90, 215, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(13, 90, 215, 0.12);
}

.feature-card i { font-size: 36px; color: #f59e0b; margin-bottom: 12px; display: block; }
.feature-card h3 { font-size: 17px; margin-bottom: 8px; }
.feature-card p { font-size: 14px; opacity: 0.85; }

.airport-btn {
    background: linear-gradient(135deg, #FF9800 0%, #FFB74D 100%);
    color: white;
    padding: 14px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}

.airport-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
}

.airport-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
    width: 100%;
    max-width: 500px;
}

.airport-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px;
}

.airport-icon i { font-size: 32px; color: #f59e0b; }
.airport-icon span { font-size: 13px; font-weight: 600; color: #0f172a; }

.aj-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
    color: #1d73ff;
    font-weight: bold;
    font-size: 16px;
}

/* ================================
   Services Section
   ================================ */
.services-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    color: #0f172a;
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #1d73ff;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(13, 90, 215, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(13, 90, 215, 0.12);
    border-color: rgba(13, 90, 215, 0.3);
}

.service-visual {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d73ff, #0f172a);
    color: #f8fafc;
    font-size: 52px;
}

.service-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 { font-size: 24px; margin-bottom: 15px; font-weight: 700; color: #0d5ad7; }
.service-content p { color: #334155; margin-bottom: 25px; line-height: 1.6; flex-grow: 1; }

.service-features { margin-bottom: 25px; list-style: none; }
.service-features li { display: flex; align-items: center; margin-bottom: 10px; color: #334155; }
.service-features li i { color: #f59e0b; margin-right: 10px; font-size: 14px; }

.service-highlights { list-style: none; padding: 0; margin: 20px 0 25px; }
.service-highlights li { display: flex; align-items: center; margin-bottom: 12px; color: #334155; font-size: 0.95rem; }
.service-highlights li i { color: #f59e0b; margin-right: 10px; font-size: 16px; flex-shrink: 0; }

.service-btn {
    display: inline-block;
    padding: 14px 30px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: auto;
    animation: blink 2s infinite;
}

.service-btn:hover {
    transform: translateY(-3px);
    background-color: #FFD700;
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
    animation: none;
}

.service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFCC00;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ================================
   Stats Section
   ================================ */
.stats-section {
    background: linear-gradient(135deg, #eaf3ff 0%, #fff7ed 100%);
    padding: 80px 0;
    margin-top: 100px;
    border-top: 1px solid rgba(13, 90, 215, 0.12);
    border-bottom: 1px solid rgba(245, 158, 11, 0.16);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.stat-item { padding: 20px; }
.stat-number { font-size: 48px; font-weight: 800; color: #0d5ad7; margin-bottom: 10px; }
.stat-label { font-size: 16px; color: #334155; text-transform: uppercase; letter-spacing: 1px; }

/* ================================
   CTA Section
   ================================ */
.cta-section {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0b4ec7 0%, #1d73ff 44%, #f7b44a 100%);
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.cta-title { font-size: 36px; font-weight: 800; margin-bottom: 20px; color: #ffffff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
.cta-description { font-size: 18px; max-width: 700px; margin: 0 auto 40px; line-height: 1.6; color: #ffffff; opacity: 0.95; }
.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

.cta-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #0d5ad7 0%, #1e7af5 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-btn-primary:hover {
    transform: translateY(-2px);
    background-color: #1e7af5;
    box-shadow: 0 8px 16px rgba(13, 90, 215, 0.3);
    animation: none;
}

.cta-btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 5px 15px rgba(13, 90, 215, 0.12);
}

/* ================================
   Advantages Section
   ================================ */
.advantages-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: none;
}

.section-heading {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.section-heading span { color: #f59e0b; }

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advantage-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(13, 90, 215, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(13, 90, 215, 0.08);
    background: #f9fbff;
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0d5ad7, #3b82f6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.advantage-icon i { color: #ffffff; font-size: 28px; }
.advantage-title { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #0d5ad7; }
.advantage-description { font-size: 16px; line-height: 1.6; opacity: 0.9; color: #334155; }

/* ================================
   Testimonials Section
   ================================ */
.testimonials-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #fffaf3 100%);
    box-shadow: none;
}

.section-tag {
    display: inline-block;
    color: #f59e0b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.section-subheading { font-size: 18px; max-width: 600px; margin: 0 auto; opacity: 0.9; color: #334155; }

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(13, 90, 215, 0.12);
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(13, 90, 215, 0.08);
    background: #f9fbff;
}

.testimonial-content { margin-bottom: 20px; position: relative; }
.testimonial-content p { font-size: 16px; line-height: 1.6; font-style: italic; color: #334155; }
.quote-icon { color: #f59e0b; font-size: 24px; opacity: 0.4; position: absolute; top: -10px; left: -10px; }
.rating { color: #f59e0b; margin-bottom: 15px; }
.rating i { margin-right: 2px; }
.testimonial-author { display: flex; align-items: center; }
.author-image { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; margin-right: 15px; border: 2px solid #0d5ad7; }
.author-image img { width: 100%; height: 100%; object-fit: cover; }
.author-avatar { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0d5ad7, #f59e0b); color: #ffffff; font-size: 24px; font-weight: bold; }
.author-details { flex: 1; }
.author-name { font-weight: bold; font-size: 18px; margin-bottom: 5px; color: #0f172a; }
.author-title { font-size: 14px; opacity: 0.8; color: #475569; }

/* ================================
   About Section
   ================================ */
.about-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f3f9ff 0%, #ffffff 40%, #fff7ed 100%);
    color: #0f172a;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.about-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.about-content { flex: 1; padding-right: 0; padding-bottom: 30px; text-align: center; }

.about-heading { font-size: 42px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; text-transform: uppercase; color: #0f172a; }
.about-heading span { color: #f59e0b; display: block; }
.about-description { font-size: 18px; line-height: 1.6; margin-bottom: 25px; opacity: 0.9; color: #334155; }
.about-features-list { margin-bottom: 30px; }
.about-feature { display: flex; align-items: center; margin-bottom: 15px; }
.about-feature i { font-size: 20px; color: #f59e0b; margin-right: 15px; width: 25px; }
.about-feature p { font-size: 16px; opacity: 0.9; margin: 0; color: #334155; }

.about-btn {
    background: linear-gradient(135deg, #0d5ad7 0%, #2563eb 100%);
    color: white;
    padding: 16px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.2s, background-color 0.2s;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1d73ff 0%, #0d5ad7 100%);
    box-shadow: 0 5px 15px rgba(13, 90, 215, 0.2);
}

.about-image {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(29, 115, 255, 0.7), rgba(15, 23, 42, 0.9));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ================================
   Book CTA Section
   ================================ */
.aj-cta-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, #0b4ec7 0%, #1d73ff 44%, #f7b44a 100%);
}

.aj-cta-content { text-align: center; max-width: 1100px; width: 100%; margin: 0 auto; position: relative; z-index: 2; }
.aj-cta-heading { font-size: 42px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; text-transform: uppercase; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); color: #ffffff; }
.aj-cta-heading span { color: #ffffff; }
.aj-cta-subheading { font-size: 20px; margin-bottom: 40px; opacity: 0.95; max-width: 600px; margin-left: auto; margin-right: auto; color: #ffffff; }
.aj-cta-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; margin-bottom: 50px; }

.aj-cta-feature {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: transform 0.3s ease;
    color: #ffffff;
}

.aj-cta-feature:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.2); }
.aj-cta-feature i { color: #f7b44a; font-size: 20px; margin-right: 12px; }
.aj-cta-feature span { font-size: 16px; font-weight: 600; }
.aj-cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }

.aj-cta-button {
    padding: 18px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aj-cta-button.primary { background: linear-gradient(135deg, #0d5ad7 0%, #1e7af5 100%); color: white; animation: none; border: 1px solid rgba(255, 255, 255, 0.2); }
.aj-cta-button.primary:hover { background-color: #1e7af5; transform: translateY(-3px); box-shadow: 0 8px 16px rgba(13, 90, 215, 0.3); }
.aj-cta-button.secondary { background-color: rgba(255, 255, 255, 0.15); color: white; border: 2px solid rgba(255, 255, 255, 0.4); }
.aj-cta-button.secondary:hover { background-color: rgba(255, 255, 255, 0.25); transform: translateY(-3px); }
.aj-cta-button i { margin-left: 10px; }
.aj-cta-footer { display: flex; justify-content: center; align-items: center; margin-top: 30px; color: rgba(255, 255, 255, 0.9); font-size: 14px; }
.aj-cta-footer i { color: #f7b44a; margin: 0 8px; }
.aj-cta-logo { display: flex; align-items: center; justify-content: center; margin-top: 40px; color: #ffffff; font-weight: bold; font-size: 20px; }
.aj-logo-circle { width: 36px; height: 36px; background: linear-gradient(135deg, #0d5ad7 0%, #1e7af5 100%); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 16px; color: white; margin-right: 12px; }

/* ================================
   Payment Section
   ================================ */
.ajc-payment-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #e0e0e0;
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajc-payment-container { max-width: 1200px; width: 100%; padding: 0 20px; }
.ajc-payment-header { text-align: center; margin-bottom: 50px; }
.ajc-payment-subtitle { font-size: 18px; color: #a0a0a0; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; }
.ajc-payment-title { font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 20px; }
.kl-highlight { color: #FFCC00; }
.ajc-payment-subheading { font-size: 20px; color: #b0b0b0; max-width: 800px; margin: 0 auto; line-height: 1.5; }
.kl-location { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 15px; color: #FFCC00; font-weight: 600; }

.ajc-payment-methods { display: flex; justify-content: center; gap: 40px; margin: 50px 0; flex-wrap: wrap; }

.ajc-payment-method {
    text-align: center;
    width: 120px;
    padding: 20px;
    background: #2a2a2a;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ajc-payment-method:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); background: #333; }
.ajc-payment-icon { font-size: 50px; color: #e0e0e0; margin-bottom: 15px; }
.ajc-payment-method span { font-weight: 600; color: #e0e0e0; }

.ajc-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; }

.ajc-benefit-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: #2a2a2a;
    border-radius: 8px;
    transition: background 0.3s ease;
    cursor: pointer;
    border-left: 4px solid #FFCC00;
}

.ajc-benefit-item:hover { background: #333; }
.ajc-benefit-header { display: flex; align-items: flex-start; gap: 15px; }
.ajc-benefit-icon { color: #FFCC00; font-size: 20px; margin-top: 3px; flex-shrink: 0; transition: transform 0.3s ease; }
.ajc-benefit-text { color: #d0d0d0; line-height: 1.6; font-weight: 600; flex: 1; }

.ajc-benefit-details {
    color: #b0b0b0;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 15px;
    border-left: 2px solid #FFCC00;
    margin-left: 23px;
}

.ajc-benefit-item.active .ajc-benefit-details { max-height: 200px; padding: 15px; }
.ajc-benefit-item.active .ajc-benefit-icon { transform: rotate(90deg); }

.book-now-container { text-align: center; margin-top: 60px; padding: 30px; background: rgba(42, 42, 42, 0.7); border-radius: 12px; border: 1px solid #FFCC00; }
.book-now-title { font-size: 24px; color: #ffffff; margin-bottom: 20px; }

.book-now-button {
    display: inline-block;
    background: linear-gradient(135deg, #FFCC00 0%, #FF9900 100%);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
}

.book-now-button:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4); }
.contact-info { margin-top: 20px; font-size: 16px; color: #b0b0b0; }
.contact-info a { color: #FFCC00; text-decoration: none; }
.office-address { margin-top: 10px; font-size: 16px; color: #b0b0b0; line-height: 1.5; }

/* ================================
   WhatsApp Widget
   ================================ */
.whatsapp-widget { position: fixed; bottom: 25px; right: 25px; z-index: 10000; display: flex; flex-direction: column; align-items: flex-end; }

.whatsapp-button {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover { transform: scale(1.1); }

.whatsapp-tooltip {
    background-color: white;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    max-width: 250px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.whatsapp-tooltip.show { opacity: 1; visibility: visible; transform: translateY(0); }
.whatsapp-tooltip p { margin: 0; font-size: 14px; color: #333; }
.whatsapp-tooltip:after { content: ''; position: absolute; bottom: -8px; right: 20px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid white; }

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ================================
   Footer
   ================================ */
.site-footer {
    background: #0a0a0a;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 204, 0, 0.1);
}

.site-footer p { color: rgba(255, 255, 255, 0.6); font-size: 14px; }

/* ================================
   Booking Page Styles
   ================================ */
.booking-body {
    font-family: 'Poppins', Arial, sans-serif;
    padding: 120px 20px 40px 20px;
    background: linear-gradient(135deg, #eef6ff 0%, #fffaf1 100%);
    margin: 0;
    min-height: 100vh;
    color: #0f172a;
    line-height: 1.6;
}

.main-container { max-width: 1200px; margin: 0 auto; }

.header-section { text-align: center; margin-bottom: 40px; }

.header-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #0d5ad7, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-section p { font-size: 1.2rem; opacity: 0.8; font-weight: 300; color: #475569; }

.section {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    margin: 30px auto;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(13, 90, 215, 0.12);
    transition: all 0.3s ease;
}

.section:hover { transform: translateY(-5px); box-shadow: 0 25px 50px rgba(13, 90, 215, 0.08); border-color: rgba(13, 90, 215, 0.2); }

.booking-body .section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #0d5ad7;
    position: relative;
}

.booking-body .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #0d5ad7, #f59e0b);
    border-radius: 2px;
}

.vehicle-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }

.vehicle-card {
    background: linear-gradient(145deg, #ffffff, #f5f9ff);
    border: 2px solid rgba(13, 90, 215, 0.1);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    position: relative;
    overflow: hidden;
}

.vehicle-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(13, 90, 215, 0.05), transparent);
    transition: left 0.5s;
}

.vehicle-card:hover::before { left: 100%; }
.vehicle-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 40px rgba(13, 90, 215, 0.1); border-color: #0d5ad7; }

.vehicle-card.selected {
    border: 3px solid #f59e0b;
    background: linear-gradient(145deg, #fffdf8, #f1f7ff);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.18);
    transform: translateY(-5px);
}

.vehicle-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    border: 2px solid rgba(13, 90, 215, 0.08);
}

.vehicle-card:hover img { transform: scale(1.05); }
.vehicle-card h4 { margin: 15px 0 8px; font-size: 1.3rem; font-weight: 600; color: #0f172a; }
.vehicle-specs { color: #475569; font-size: 0.9rem; font-weight: 400; margin-top: 5px; }
.vehicle-specs i { margin-right: 5px; color: #f59e0b; }

.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }
.form-group { margin-bottom: 20px; }

.booking-body label { display: block; margin-bottom: 8px; font-weight: 500; color: #0d5ad7; font-size: 0.95rem; }

.booking-body input,
.booking-body textarea,
.booking-body select {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(13, 90, 215, 0.15);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #0f172a;
}

.booking-body input::placeholder,
.booking-body textarea::placeholder { color: #64748b; }

.booking-body input:focus,
.booking-body textarea:focus,
.booking-body select:focus {
    outline: none;
    border-color: #0d5ad7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(13, 90, 215, 0.08);
}

.booking-body textarea { resize: vertical; min-height: 100px; }

.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #fff;
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
}

.btn-primary:hover { background: linear-gradient(135deg, #f59e0b, #ea580c); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(245, 158, 11, 0.25); }

.btn-secondary {
    background: linear-gradient(135deg, #e2ecff, #f7f9ff);
    color: #0f172a;
    padding: 12px 24px;
    font-size: 0.9rem;
    border: 1px solid rgba(13, 90, 215, 0.2);
}

.btn-secondary:hover { background: linear-gradient(135deg, #dfeeff, #edf5ff); transform: translateY(-2px); border-color: #0d5ad7; }

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before { left: 100%; }

.rate-section { margin-bottom: 30px; background: #f8fbff; padding: 25px; border-radius: 15px; border-left: 5px solid #f59e0b; }
.rate-section h4 { margin-bottom: 15px; color: #0d5ad7; font-size: 1.3rem; font-weight: 600; }

.rate-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.04);
}

.rate-table th, .rate-table td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(13, 90, 215, 0.08); }
.rate-table th { background: linear-gradient(135deg, #0d5ad7, #2563eb); color: #fff; font-weight: 600; }
.rate-table tr:hover { background: rgba(13, 90, 215, 0.04); }

.thumbnail-container { text-align: center; margin: 25px 0; }

#selectedVehicleThumb {
    border: 4px solid #FFCC00;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(255, 204, 0, 0.3);
    transition: all 0.3s ease;
    max-width: 250px;
    height: auto;
}

#selectedVehicleThumb:hover { transform: scale(1.08); }

.capacity-badge {
    background: linear-gradient(45deg, #FFCC00, #FFD700);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
}

.capacity-badge i { margin-right: 5px; }
.hidden { display: none; }
.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #1a1a1a; }
::-webkit-scrollbar-thumb { background: #FFCC00; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #e6b800; }

/* ================================
   Blog Pages
   ================================ */
.blog-page-header {
    position: relative;
    background: linear-gradient(135deg, #eaf3ff 0%, #fffaf0 100%);
    padding: 140px 0 60px;
    text-align: center;
    overflow: hidden;
}

.blog-page-header .blog-header-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(13, 90, 215, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.blog-page-header .container { position: relative; z-index: 2; }

.blog-page-header h1 {
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-page-header h1 span { color: #f59e0b; }

.blog-page-header p {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
}

.blog-post-header { padding-bottom: 50px; }

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d5ad7;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back-link:hover { color: #f59e0b; transform: translateX(-3px); }

.post-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 0.9rem;
    color: #475569;
    margin-top: 10px;
}

.post-meta i { margin-right: 5px; color: #f59e0b; }

/* Blog Breadcrumbs */
.blog-breadcrumbs {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(13, 90, 215, 0.08);
}

.blog-breadcrumbs .container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-breadcrumbs a {
    color: #0d5ad7;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-breadcrumbs a:hover { color: #f59e0b; }
.blog-breadcrumbs span { color: rgba(15, 23, 42, 0.45); font-size: 0.75rem; }
.blog-breadcrumbs .current { color: #0f172a; }

/* Blog Listing */
.blog-listing {
    padding: 80px 0;
    background: #f8fbff;
}

.blog-listing .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 30px;
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(13, 90, 215, 0.12);
    transition: all 0.4s ease;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(13, 90, 215, 0.25);
    box-shadow: 0 18px 35px rgba(13, 90, 215, 0.08);
}

.blog-card-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img { transform: scale(1.08); }

.blog-card-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(15, 23, 42, 0.86);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    line-height: 1.2;
}

.blog-day {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #f59e0b;
}

.blog-month {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-card-body { padding: 25px; }

.blog-card-body h3 {
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s;
}

.blog-card:hover .blog-card-body h3 { color: #0d5ad7; }

.blog-card-body p {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(13, 90, 215, 0.08);
}

.blog-author {
    font-size: 0.8rem;
    color: #64748b;
}

.blog-author i { margin-right: 5px; color: #f59e0b; }

.blog-read-more {
    font-size: 0.85rem;
    color: #0d5ad7;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-read-more i { margin-left: 5px; transition: transform 0.3s; }
.blog-card:hover .blog-read-more i { transform: translateX(4px); }

.no-posts {
    text-align: center;
    color: #475569;
    font-size: 1.1rem;
    padding: 80px 0;
}

/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 15px;
    background: #ffffff;
    border: 1px solid rgba(13, 90, 215, 0.12);
    border-radius: 8px;
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.pagination-link:hover {
    background: rgba(13, 90, 215, 0.04);
    border-color: rgba(13, 90, 215, 0.25);
    color: #0d5ad7;
}

.pagination-link.active {
    background: linear-gradient(135deg, #0d5ad7, #2563eb);
    border-color: #0d5ad7;
    color: #fff;
    font-weight: 700;
}

/* Blog Post Page */
.blog-post {
    padding: 60px 0 80px;
    background: #f8fbff;
}

.blog-post .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.blog-post-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.blog-post-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid rgba(13, 90, 215, 0.08);
}

.blog-post-body {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #334155;
}

.blog-post-body h2, .blog-post-body h3, .blog-post-body h4 { color: #0f172a; margin: 1.5em 0 0.8em; }
.blog-post-body h2 { font-size: 1.6rem; border-bottom: 2px solid rgba(13, 90, 215, 0.12); padding-bottom: 10px; }
.blog-post-body h3 { font-size: 1.3rem; }
.blog-post-body a { color: #0d5ad7; text-decoration: underline; }
.blog-post-body a:hover { color: #f59e0b; }
.blog-post-body img { max-width: 100%; border-radius: 8px; margin: 1.5em 0; }
.blog-post-body blockquote {
    border-left: 4px solid #f59e0b;
    padding: 15px 20px;
    margin: 1.5em 0;
    background: rgba(245, 158, 11, 0.06);
    border-radius: 0 8px 8px 0;
    color: #475569;
    font-style: italic;
}

.blog-post-body ul, .blog-post-body ol { margin: 1em 0; padding-left: 1.5em; }
.blog-post-body li { margin-bottom: 0.5em; }
.blog-post-body p { margin-bottom: 1.2em; }

/* Blog Sidebar */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-widget {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(13, 90, 215, 0.12);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.sidebar-widget h3 {
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f59e0b;
    font-weight: 600;
}

.sidebar-widget h3 i { margin-right: 8px; color: #f59e0b; }

.sidebar-widget p {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.sidebar-post {
    display: block;
    text-decoration: none;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(13, 90, 215, 0.08);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sidebar-post:last-child { border-bottom: none; }

.sidebar-post:hover {
    background: rgba(13, 90, 215, 0.04);
    padding-left: 15px;
}

.sidebar-post.active {
    border-left: 3px solid #f59e0b;
    padding-left: 15px;
    background: rgba(245, 158, 11, 0.05);
}

.sidebar-post-date {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
}

.sidebar-post-date i { margin-right: 4px; }

.sidebar-post-title {
    display: block;
    font-size: 0.9rem;
    color: #334155;
    font-weight: 500;
    margin-top: 4px;
    transition: color 0.3s;
}

.sidebar-post:hover .sidebar-post-title { color: #0d5ad7; }

.sidebar-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.sidebar-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.25);
}

/* ================================
   Responsive
   ================================ */
@media (min-width: 576px) {
    .advantages-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
    .top-nav {
        flex-wrap: nowrap;
        padding: 15px 40px;
        justify-content: space-between;
    }

    .nav-buttons {
        margin-left: 0;
        gap: 20px;
        width: auto;
    }

    .sign-in,
    .book-now-btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .logo-text {
        font-size: 20px;
    }

    .logo-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 10px;
    }

    .header-container {
        padding: 100px 0 40px;
    }

    .headline {
        font-size: 42px;
        min-height: 110px;
    }

    .headline span {
        font-size: 48px;
    }

    .sliding-text-container {
        height: 55px;
    }

    .description {
        font-size: 18px;
        padding: 0;
    }

    .sliding-desc {
        position: absolute;
        display: block;
    }

    .sliding-desc.active {
        display: block;
    }

    .airport-heading {
        font-size: 32px;
    }

    .feature-card {
        width: 100%;
        max-width: 300px;
    }

    .services-section {
        padding: 80px 40px;
    }

    .section-header {
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 32px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-content {
        padding: 25px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-number {
        font-size: 36px;
    }

    .cta-buttons,
    .aj-cta-buttons,
    .aj-cta-features,
    .aj-cta-feature,
    .about-feature {
        flex-direction: row;
    }

    .cta-title,
    .aj-cta-heading,
    .section-heading,
    .about-heading,
    .blog-page-header h1 {
        font-size: 32px;
    }

    .testimonials-section,
    .about-section,
    .aj-cta-section,
    .advantages-section {
        padding: 80px 40px;
    }

    .testimonials-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-container {
        flex-direction: column;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .about-feature {
        justify-content: center;
    }

    .about-image {
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
    }

    .aj-cta-feature,
    .cta-btn-primary,
    .cta-btn-secondary,
    .aj-cta-button {
        width: auto;
        max-width: none;
    }

    .blog-page-header {
        padding: 120px 0 40px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-post-layout {
        grid-template-columns: 1fr;
    }

    .blog-post-image {
        height: 280px;
    }

    .blog-listing {
        padding: 50px 0;
    }

    .ajc-payment-methods {
        gap: 30px;
    }

    .ajc-payment-method {
        width: 100px;
    }

    .ajc-benefits-grid {
        grid-template-columns: 1fr;
    }

    .booking-body {
        padding: 100px 15px 30px;
    }

    .header-section h1 {
        font-size: 2.2rem;
    }

    .section {
        padding: 25px;
        margin: 20px auto;
    }

    .vehicle-list {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .about-container {
        flex-direction: row;
    }

    .about-content {
        padding-right: 50px;
        margin-bottom: 0;
        text-align: left;
    }

    .about-feature {
        justify-content: flex-start;
    }

    .about-image {
        flex: 1;
        width: auto;
        height: 500px;
        background-size: cover;
        background-position: center;
    }

    .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .stats-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .testimonials-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .blog-post-layout {
        grid-template-columns: 1fr 320px;
    }

    .ajc-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (min-width: 1100px) {
    .advantages-grid { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================
   Gallery Section
   ========================================= */
.gallery {
    padding: 5rem 0;
    background: #f0f4f8;
}

.gallery h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #1f2937;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 3px 4px 18px rgba(0,0,0,0.18);
    aspect-ratio: 1 / 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:nth-child(4n+1) { transform: rotate(-2.5deg); }
.gallery-item:nth-child(4n+2) { transform: rotate(1.5deg); }
.gallery-item:nth-child(4n+3) { transform: rotate(-1deg); }
.gallery-item:nth-child(4n+4) { transform: rotate(2deg); }

.gallery-item:hover {
    transform: rotate(0deg) scale(1.06) !important;
    box-shadow: 6px 8px 28px rgba(0,0,0,0.25);
    z-index: 10;
    position: relative;
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 0.6rem; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
    .gallery-item { transform: none !important; }
}

/* =========================================
   Mobile Navbar Fix (small screens)
   ========================================= */
@media (max-width: 575px) {
    .top-nav {
        padding: 10px 10px;
        gap: 4px;
    }
    .logo-circle {
        width: 28px;
        height: 28px;
        font-size: 13px;
        margin-right: 5px;
        flex-shrink: 0;
    }
    .logo-text {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1.2;
        white-space: nowrap;
    }
    .nav-blog-link {
        font-size: 11px;
        padding: 5px 7px;
        white-space: nowrap;
    }
    .book-now-btn {
        padding: 7px 9px;
        font-size: 10px;
        border-radius: 7px;
        letter-spacing: 0;
        white-space: nowrap;
        box-shadow: none;
    }
}
