.city-hero-banner {
    background: linear-gradient(rgba(18, 36, 66, 0.8), rgba(18, 36, 66, 0.8)), url('../images/fleet/tempo.png') center/cover no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0 50px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.city-hero-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seo-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    color: #cbd5e1;
}

.seo-breadcrumb a {
    color: #fb8c00;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.seo-breadcrumb a:hover {
    color: #ffffff;
}

.seo-breadcrumb .divider {
    margin: 0 10px;
    color: #64748b;
}

.seo-breadcrumb .current {
    color: #ffffff;
    font-weight: 600;
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 20px;
    border: 1px solid rgba(251, 140, 0, 0.4);
    border-radius: 50px;
    background: rgba(251, 140, 0, 0.1);
    color: #fb8c00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
}

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

.hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #e2e8f0;
    margin-bottom: 40px;
}

.hero-action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.btn-hero-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 35px;
    background: #fb8c00;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #fb8c00;
}

.btn-hero-book:hover {
    background: #e67e22;
    border-color: #e67e22;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(251, 140, 0, 0.3);
    color: #ffffff;
}

.btn-hero-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 35px;
    background: #475569;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1.5px solid #ffffff;
}

.btn-hero-call i {
    color: #fb8c00;
}

.btn-hero-call:hover {
    background: #334155;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@media (max-width: 767px) {
    .city-hero-banner {
        padding: 50px 15px 40px 15px;
        text-align: left;
    }
    .city-hero-content {
        align-items: flex-start;
    }
    .hero-badge-pill {
        font-size: 10px;
        padding: 5px 12px;
        margin-bottom: 15px;
    }
    .hero-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .hero-subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 25px;
        text-align: justify;
    }
    .hero-action-buttons {
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }
    .btn-hero-book, .btn-hero-call {
        width: auto;
        flex: 1;
        padding: 12px 10px;
        font-size: 14px;
    }
}

/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */
.about-section {
    padding: 70px 0;
    background-color: #f8fafc;
}

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

.about-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;
}

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

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

.about-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;
}

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

.about-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;
}

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

.about-heading span {
    color: #f59e0b;
}

.about-text {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 18px;
    text-align: justify !important;
}

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

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

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

@media (max-width: 991px) {
    .about-grid {
        flex-direction: column;
        gap: 35px;
    }
    .about-image-side, .about-text-side {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 50px 15px;
    }
    .about-text-side {
        text-align: left;
    }
    .about-heading {
        font-size: 19px;
        text-align: left;
    }
    .about-tag-pill {
        font-size: 11px;
        padding: 5px 12px;
        margin-bottom: 12px;
    }
    .about-text {
        font-size: 14px;
    }
    .about-features-row {
        flex-direction: column;
        gap: 15px;
    }
    .about-image-badge {
        font-size: 9.5px;
        padding: 4px 10px;
        bottom: 10px;
        right: 10px;
        gap: 4px;
    }
    .section-title {
        font-size: 19px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }
    .section-subtitle {
        font-size: 11px !important;
        letter-spacing: 0.5px !important;
        text-align: left !important;
        display: block !important;
    }
}

/* ==========================================================================
   WHY CHOOSE US SECTION
   ========================================================================== */
.why-choose-section {
    padding: 60px 0;
    background-color: #ffffff;
}

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

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 4px solid #fb8c00;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s;
}

.why-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.why-item i {
    font-size: 24px;
    color: #fb8c00;
    width: 30px;
    text-align: center;
}

.why-item span {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

@media (max-width: 991px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {
    .why-choose-section {
        padding: 50px 15px !important;
    }
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    .why-item {
        padding: 10px 8px;
        gap: 8px;
    }
    .why-item i {
        font-size: 16px;
        width: 20px;
    }
    .why-item span {
        font-size: 12px;
        line-height: 1.3;
    }
}

/* ==========================================================================
   FLEET SECTION
   ========================================================================== */
.fleet-section {
    padding: 70px 0;
    background-color: #f8fafc;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}

@media (max-width: 1199px) {
    .fleet-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .fleet-section,
    .services-section, 
    .occasions-section, 
    .destinations-section, 
    .pricing-section, 
    .faqs-section, 
    .routes-section, 
    .process-section {
        padding-left: 15px !important;
        padding-right: 15px !important;  
    }
    .fleet-grid {
        grid-template-columns: 1fr;
    }
}

.fleet-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.fleet-card:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.fleet-card-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
}

.fleet-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fleet-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(51, 65, 85, 0.9);
    color: #fb8c00;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.fleet-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.fleet-card-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fleet-card-title i {
    color: #fb8c00;
    font-size: 18px;
}

.fleet-card-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 15px;
}

.fleet-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.fleet-tag {
    background: #f8fafc;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.fleet-tag i {
    color: #fb8c00;
    font-size: 12px;
}

.fleet-card-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
}

.btn-fleet-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fb8c00;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-fleet-call:hover {
    background: #e67e22;
    color: #ffffff;
}

.btn-fleet-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #ecfdf5;
    color: #10b981;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s;
}

.btn-fleet-whatsapp:hover {
    background: #d1fae5;
}

/* ==========================================================================
   SERVICES SECTION
   ========================================================================== */
.services-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}


.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fb8c00, #e67e22);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(251, 140, 0, 0.1);
    border-color: transparent;
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    background: linear-gradient(135deg, rgba(251, 140, 0, 0.1), rgba(251, 140, 0, 0.2));
    color: #fb8c00;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 2px dashed rgba(251, 140, 0, 0.3);
}

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

.service-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b;
    line-height: 1.4;
    transition: color 0.3s;
}

.service-card:hover .service-title {
    color: #fb8c00;
}

@media (max-width: 1199px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
}
@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    .service-card {
        padding: 15px 10px !important;
        border-radius: 10px !important;
    }
    .service-icon {
        width: 34px !important;
        height: 34px !important;
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }
    .service-title {    
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
}

/* ==========================================================================
   PLACES TO VISIT SECTION
   ========================================================================== */
.places-section {
    padding: 70px 0;
    background-color: #f8fafc;
}

.places-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1100px;
    margin: 40px auto 0 auto;
}

.place-card {
    background: #ffffff;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #1e293b;
}

.place-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(251, 140, 0, 0.15);
    border-color: #fb8c00;
    color: #fb8c00;
}

.place-icon {
    color: #fb8c00;
    font-size: 16px;
    background: rgba(251, 140, 0, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.place-card:hover .place-icon {
    background: #fb8c00;
    color: #ffffff;
}

.place-name {
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .places-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .places-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .places-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .places-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .place-card {
        padding: 8px 10px !important;
        gap: 5px !important;
        border-radius: 30px !important;
    }
    .place-name {
        font-size: 11px !important;
    }
    .place-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   ROUTES SECTION
   ========================================================================== */
.routes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1100px;
    margin: 40px auto 0 auto;
}

@media (max-width: 991px) {
    .routes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .routes-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

/* ==========================================================================
   FEATURES SECTION
   ========================================================================== */
.features-section {
    padding: 70px 0;
    background-color: #f8fafc;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}

.feature-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feature-box:hover {
    box-shadow: 0 10px 25px rgba(251, 140, 0, 0.1);
    border-color: #fb8c00;
    transform: translateY(-5px);
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px auto;
    background: #fff3e0;
    color: #fb8c00;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon-wrapper {
    background: #fb8c00;
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.feature-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

@media (max-width: 1199px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .feature-box {
        padding: 15px 10px !important;
        border-radius: 10px !important;
    }
    .feature-icon-wrapper {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
        margin: 0 auto 8px auto !important;
        border-radius: 10px !important;
    }
    .feature-title {
        font-size: 12px !important;
    }
}

/* ==========================================================================
   BOOKING STEPS SECTION
   ========================================================================== */
.steps-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.booking-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    position: relative;
}

.booking-steps-grid::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
    border-top: 2px dashed #cbd5e1;
}

.booking-step-card {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.booking-step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    background: #ffffff;
    border: 3px solid #fb8c00;
    color: #fb8c00;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(251, 140, 0, 0.15);
}

.booking-step-card:hover .booking-step-number {
    background: #fb8c00;
    color: #ffffff;
    transform: scale(1.1);
}

.booking-step-title {
    font-size: 18px;
    font-weight: 800;
    color: #fb8c00;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.booking-step-desc {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .booking-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
    .booking-steps-grid::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .booking-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media (max-width: 480px) {
    .booking-steps-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .booking-step-number {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .booking-step-title {
        font-size: 13px !important;
    }
    .booking-step-desc {
        font-size: 11px !important;
    }
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.faq-section {
    padding: 70px 0;
    background-color: #f8fafc;
}

.faq-container {
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #fb8c00;
    box-shadow: 0 4px 15px rgba(251, 140, 0, 0.08);
}

.faq-item summary {
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fb8c00;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-item[open] summary {
    color: #fb8c00;
    border-bottom: 1px dashed #e2e8f0;
}

.faq-item[open] summary::after {
    content: '\f068';
    transform: rotate(180deg);
}

.faq-content {
    padding: 20px 25px;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    background: #ffffff;
}

@media (max-width: 480px) {
    .faq-item summary {
        padding: 12px 15px !important;
        font-size: 13px !important;
    }
    .faq-item summary::after {
        font-size: 12px !important;
    }
    .faq-content {
        padding: 12px 15px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */
.cta-section {
    padding: 70px 0;
    background-color: #1a2c42; /* Dark blue background */
    color: #ffffff;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.cta-desc {
    font-size: 16px;
    color: #d1d5db; /* Light gray text */
    line-height: 1.6;
    margin-bottom: 35px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-btn-call {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background: #ff8c00;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.4); /* Glow effect */
    transition: all 0.3s ease;
    border: 1px solid #ff8c00;
}

.cta-btn-call:hover {
    background: #e07b00;
    color: #ffffff;
    box-shadow: 0 0 25px rgba(255, 140, 0, 0.6);
}

.cta-btn-quote {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.cta-btn-quote:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.cta-btn-icon {
    margin-right: 8px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .cta-section {
        text-align: left !important;
    }
    .cta-desc {
        text-align: justify !important;
    }
    .cta-buttons {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px;
    }
    .cta-btn-call, .cta-btn-quote {
        padding: 10px 15px !important;
        font-size: 13px !important;
        flex: 1;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }
    .cta-title {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .cta-section {
        text-align: left !important;
    }
    .cta-title {
        font-size: 20px !important;
    }
    .cta-desc {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
    }
    .cta-buttons {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
    }
    .cta-btn-call, .cta-btn-quote {
        padding: 8px 10px !important;
        font-size: 11px !important;
        flex: 1;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .places-section,
    .services-section,
    .fleet-section,
    .routes-section,
    .features-section,
    .steps-section,
    .faq-section,
    .about-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
