/* =====================================================
   NEW PAGE STYLES (ABOUT, SERVICES, FLEET)
   ===================================================== */

/* --- Page Header --- */
.page-header {
    background: linear-gradient(rgba(13, 57, 104, 0.9), rgba(13, 57, 104, 0.8)), url('../images/Isuzu-Elf.jpg') no-repeat center center/cover;
    padding: 160px 0 80px; /* Increased padding to clear sticky header */
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}
.page-header h1 { font-size: 3rem; margin-bottom: 15px; }
.page-header p { font-size: 1.2rem; opacity: 0.9; max-width: 700px; margin: 0 auto; }

/* --- About Page --- */
.about-content { padding: 80px 0; background: white; }
.about-intro { text-align: center; margin-bottom: 60px; }
.about-intro h2 { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 20px; }
.about-intro p { max-width: 800px; margin: 0 auto; color: #64748b; line-height: 1.8; font-size: 1.1rem; }

.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.about-card { background: white; padding: 40px 30px; border-radius: 12px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s; border: 1px solid #f1f5f9; }
.about-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-color: var(--highlight); }
.about-card i { font-size: 3rem; color: var(--highlight); margin-bottom: 20px; display: inline-block; }
.about-card h3 { color: var(--primary-color); margin-bottom: 15px; font-size: 1.25rem; }
.about-card p { color: #64748b; font-size: 0.95rem; }

/* History Section */
.history-section { padding: 80px 0; background: #f8fafc; }
.history-content { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start; }
.history-text h2 { font-size: 2.2rem; color: var(--primary-color); margin-bottom: 20px; }
.history-text p { color: #475569; margin-bottom: 20px; line-height: 1.7; }
.history-timeline { border-left: 2px solid #e2e8f0; padding-left: 40px; margin-top: 20px; }
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -46px; top: 5px; width: 10px; height: 10px; background: var(--highlight); border-radius: 50%; border: 4px solid white; box-shadow: 0 0 0 1px #cbd5e1; }
.timeline-year { font-weight: 700; color: var(--highlight); margin-bottom: 5px; font-size: 1.1rem; }
.timeline-text h4 { color: var(--primary-color); font-size: 1.1rem; margin-bottom: 5px; }
.timeline-text p { color: #64748b; font-size: 0.95rem; }

/* Values Section */
.values-section { padding: 100px 0; background-color: var(--primary-color); color: white; text-align: center; }
.values-section .section-title h2 { color: white; font-size: 2.5rem; margin-bottom: 15px; }
.values-section .section-title p { color: rgba(255,255,255,0.8); margin-bottom: 50px; max-width: 600px; margin-left: auto; margin-right: auto; }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.value-card { background: rgba(255,255,255,0.05); padding: 40px 30px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); transition: 0.3s; backdrop-filter: blur(5px); }
.value-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-5px); border-color: var(--highlight); }

.value-card i { font-size: 2.5rem; color: var(--highlight); margin-bottom: 20px; }
.value-card h3 { font-size: 1.25rem; margin-bottom: 15px; font-weight: 600; }
.value-card p { font-size: 0.95rem; color: rgba(255,255,255,0.7); line-height: 1.6; }


/* --- Services Page --- */
.services-section { padding: 80px 0; background: #f8fafc; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; }
.service-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); display: flex; flex-direction: column; border: 1px solid #eee; transition: .3s; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(13, 57, 104, 0.15); }

.service-header { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); color: white; padding: 40px 30px; text-align: center; position: relative; }
.service-header i { font-size: 3rem; margin-bottom: 20px; color: var(--highlight); filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2)); }
.service-header h3 { font-size: 1.5rem; margin-bottom: 10px; font-weight: 700; }
.service-header p { opacity: 0.85; font-size: 0.95rem; }

.service-content { padding: 30px; flex: 1; display: flex; flex-direction: column; }
.service-features { list-style: none; margin-bottom: 30px; }
.service-features li { margin-bottom: 12px; display: flex; align-items: flex-start; gap: 12px; color: #475569; font-size: 0.95rem; }
.service-features li i { color: #22c55e; margin-top: 4px; }

.service-price { margin-top: auto; border-top: 1px solid #f1f5f9; padding-top: 20px; text-align: center; margin-bottom: 20px; }
.service-price h4 { font-size: 0.9rem; color: #94a3b8; text-transform: uppercase; margin-bottom: 5px; }
.price-range { font-size: 1.4rem; font-weight: 700; color: var(--primary-color); }

.service-cta .btn { width: 100%; text-align: center; display: block; border: 2px solid var(--primary-color); color: var(--primary-color); background: transparent; }
.service-cta .btn:hover { background: var(--primary-color); color: white; }

/* Process Section */
.process-section { padding: 100px 0; background: #fff; text-align: center; }
.process-section .section-title h2 { color: var(--primary-color); font-size: 2.5rem; margin-bottom: 15px; }
.process-section .section-title p { color: #64748b; margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto; }

.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; position: relative; }
.process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #e2e8f0;
    z-index: 1;
    display: none; /* Hidden on mobile */
}

@media (min-width: 992px) {
    .process-steps::before { display: block; }
}

.step-card { padding: 20px; position: relative; z-index: 2; background: white; }
.step-number { width: 60px; height: 60px; background: linear-gradient(135deg, var(--highlight) 0%, #d97706 100%); color: white; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.5rem; font-weight: 700; margin: 0 auto 25px; box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3); border: 5px solid white; }
.step-card h3 { color: var(--primary-color); margin-bottom: 15px; font-size: 1.2rem; }
.step-card p { color: #64748b; line-height: 1.6; }

/* CTA Section */
.cta-section { padding: 80px 0; background: linear-gradient(rgba(13, 57, 104, 0.95), rgba(6, 30, 56, 0.95)), url('../images/Medium-Bus.jpg') center/cover; color: white; text-align: center; }
.cta-content h2 { font-size: 2.5rem; margin-bottom: 15px; }
.cta-content p { font-size: 1.2rem; opacity: 0.9; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

.btn-white { background: white; color: var(--primary-color); }
.btn-white:hover { background: #f8fafc; color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

.btn-outline { border: 2px solid white; color: white; background: transparent; }
.btn-outline:hover { background: white; color: var(--primary-color); transform: translateY(-2px); }


/* --- Fleet Page --- */
.fleet-section { padding: 80px 0; background: #f8fafc; }
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }

.fleet-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s; border: 1px solid #f1f5f9; display: flex; flex-direction: column; }
.fleet-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-color: var(--primary-light); }

.fleet-image { height: 240px; position: relative; overflow: hidden; background: #e2e8f0; }
.fleet-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.fleet-card:hover .fleet-image img { transform: scale(1.05); }

.fleet-badge { position: absolute; top: 15px; right: 15px; background: var(--highlight); color: white; padding: 6px 15px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }

.fleet-info { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.fleet-info h3 { font-size: 1.4rem; color: var(--primary-color); margin-bottom: 5px; }

.fleet-category { display: inline-block; background: #e0f2fe; color: var(--primary-color); padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; margin-bottom: 20px; }

.fleet-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
.feature { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #475569; }
.feature i { color: var(--primary-color); width: 20px; opacity: 0.8; }

.fleet-price { margin-top: auto; padding-top: 15px; border-top: 1px dashed #e2e8f0; margin-bottom: 10px; display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; }
.fleet-price .price { font-size: 1.2rem; font-weight: 700; color: var(--primary-color); }
.price-period { font-size: 0.85rem; color: #94a3b8; }
.price-note { font-size: 0.8rem; color: #94a3b8; margin-bottom: 20px; font-style: italic; }

.fleet-actions { display: flex; gap: 10px; }
.fleet-actions .btn { flex: 1; text-align: center; }
.fleet-actions .btn-secondary { background: #f1f5f9; color: var(--dark-color); }
.fleet-actions .btn-secondary:hover { background: #e2e8f0; }

/* --- Ketentuan Page --- */
.ketentuan-section { padding: 80px 0; background: #fff; }
.ketentuan-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }

.ketentuan-box { background: white; border-radius: 12px; border: 1px solid #f1f5f9; box-shadow: 0 5px 20px rgba(0,0,0,0.03); overflow: hidden; height: 100%; transition: 0.3s; }
.ketentuan-box:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: var(--primary-light); }

.ketentuan-header { background: #f8fafc; padding: 20px 25px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 15px; }
.ketentuan-header i { font-size: 1.5rem; color: var(--highlight); }
.ketentuan-header h2 { font-size: 1.25rem; color: var(--primary-color); margin: 0; }

.ketentuan-list { padding: 25px; list-style: none; }
.ketentuan-list li { margin-bottom: 15px; display: flex; gap: 15px; align-items: flex-start; color: #475569; font-size: 0.95rem; line-height: 1.6; }
.ketentuan-list li i { color: var(--primary-color); margin-top: 4px; min-width: 20px; text-align: center; }

.catatan-box { border-color: #fca5a5; background: #fef2f2; }
.catatan-box .ketentuan-header { background: #fee2e2; border-color: #fecaca; }
.catatan-box .ketentuan-header i { color: #ef4444; }
.catatan-box .ketentuan-header h2 { color: #b91c1c; }
.catatan-box .ketentuan-list li { color: #7f1d1d; }
.catatan-box .ketentuan-list li i { color: #ef4444; }

.ketentuan-cta { grid-column: 1 / -1; background: var(--primary-color); border-radius: 16px; padding: 50px; text-align: center; color: white; margin-top: 30px; background-image: radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent 40%); }
.ketentuan-cta h3 { font-size: 1.8rem; margin-bottom: 10px; }
.ketentuan-cta p { opacity: 0.85; margin-bottom: 30px; font-size: 1.1rem; }
.ketentuan-cta .cta-buttons .btn { min-width: 180px; }

/* =====================================================
   BLOG PAGE STYLES
   ===================================================== */
.filter-section { padding: 40px 0; background: white; border-bottom: 1px solid #f1f5f9; }
.filter-container { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.filter-btn { padding: 8px 20px; border-radius: 50px; border: 1px solid #e2e8f0; background: white; color: #64748b; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: 0.3s; }
.filter-btn:hover { border-color: var(--highlight); color: var(--highlight); }
.filter-btn.active { background: var(--highlight); color: white; border-color: var(--highlight); }

/* Featured Section */
.featured-section { padding: 60px 0; background: #f8fafc; }
.featured-post { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.05); }
.featured-image { height: 400px; width: 100%; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.featured-post:hover .featured-image img { transform: scale(1.05); }

.featured-content { padding: 40px; }
.featured-badge { display: inline-block; background: var(--primary-color); color: white; padding: 5px 12px; border-radius: 4px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.featured-title { font-size: 2rem; margin-bottom: 15px; color: var(--dark-color); line-height: 1.3; }
.featured-excerpt { color: #64748b; margin-bottom: 25px; line-height: 1.7; font-size: 1.05rem; }

/* Blog Grid */
.blog-section { padding: 80px 0; background: white; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }

.blog-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: 0.3s; border: 1px solid #f1f5f9; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-color: #e2e8f0; }

.blog-card-image { position: relative; height: 220px; overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-category { position: absolute; top: 15px; left: 15px; background: white; color: var(--primary-color); padding: 5px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }

.blog-content { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; gap: 15px; margin-bottom: 12px; font-size: 0.8rem; color: #94a3b8; }
.blog-meta i { color: var(--highlight); margin-right: 5px; }

.blog-title { font-size: 1.25rem; margin-bottom: 12px; line-height: 1.4; color: var(--dark-color); transition: 0.2s; }
.blog-card:hover .blog-title { color: var(--highlight); }
.blog-excerpt { color: #64748b; font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; flex: 1; }

.blog-footer { border-top: 1px dashed #e2e8f0; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.read-more { font-weight: 600; color: var(--primary-color); font-size: 0.9rem; }
.read-more:hover { color: var(--highlight); }
.blog-stats { font-size: 0.8rem; color: #94a3b8; display: flex; gap: 12px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 60px; }
.page-link { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: white; border: 1px solid #e2e8f0; color: #64748b; transition: 0.3s; }
.page-link:hover, .page-link.active { background: var(--primary-color); color: white; border-color: var(--primary-color); }

/* =====================================================
   BLOG DETAIL STYLES
   ===================================================== */
.blog-detail-container { padding: 60px 0 100px; background: #fff; }

.blog-detail-header { text-align: left; margin-bottom: 50px; border-bottom: 1px solid #e2e8f0; padding-bottom: 40px; }
.breadcrumb { margin-bottom: 20px; color: #94a3b8; font-size: 0.9rem; display: flex; gap: 8px; align-items: center; }
.breadcrumb a { color: #64748b; }
.breadcrumb a:hover { color: var(--highlight); }

.blog-detail-title { font-size: 2.8rem; margin-bottom: 25px; line-height: 1.2; color: var(--primary-color); }

.blog-detail-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.meta-left { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.author-info { display: flex; align-items: center; gap: 15px; }
.author-info img { width: 45px; height: 45px; border-radius: 50%; }
.author-info div { display: flex; flex-direction: column; line-height: 1.2; }
.author-info strong { color: var(--dark-color); font-size: 0.95rem; }
.author-info span { color: var(--highlight); font-size: 0.8rem; font-weight: 600; }

.meta-items { display: flex; gap: 20px; color: #64748b; font-size: 0.9rem; }
.meta-items i { color: #cbd5e1; margin-right: 5px; }

.meta-right { display: flex; gap: 10px; }
.share-btn, .bookmark-btn { padding: 8px 16px; border: 1px solid #e2e8f0; background: white; border-radius: 8px; color: #64748b; font-size: 0.9rem; cursor: pointer; transition: 0.2s; display: flex; align-items: center; gap: 8px; }
.share-btn:hover, .bookmark-btn:hover { background: #f8fafc; color: var(--primary-color); border-color: #cbd5e1; }

/* Detail Content Layout */
.blog-detail-content { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }

.content-main .featured-image-large { height: 450px; border-radius: 16px; overflow: hidden; margin-bottom: 40px; }
.content-main .featured-image-large img { width: 100%; height: 100%; object-fit: cover; }

.article-content { font-size: 1.1rem; line-height: 1.8; color: #334155; margin-bottom: 50px; }
.article-content p { margin-bottom: 25px; }
.article-content h2, .article-content h3 { color: var(--primary-color); margin-top: 40px; margin-bottom: 20px; }
.article-content ul, .article-content ol { margin-bottom: 25px; padding-left: 20px; }
.article-content li { margin-bottom: 10px; }
.article-content a { color: var(--highlight); text-decoration: underline; }

/* Sidebar */
.content-sidebar { position: sticky; top: 120px; height: fit-content; }
.sidebar-widget { background: #f8fafc; padding: 30px; border-radius: 16px; margin-bottom: 30px; border: 1px solid #f1f5f9; }
.sidebar-widget h3 { margin-bottom: 20px; font-size: 1.1rem; color: var(--primary-color); border-left: 4px solid var(--highlight); padding-left: 15px; }

.related-post { display: flex; gap: 15px; margin-bottom: 20px; align-items: center; }
.related-post:last-child { margin-bottom: 0; }
.related-post img { width: 70px; height: 70px; border-radius: 8px; object-fit: cover; }
.related-post h4 { font-size: 0.9rem; margin-bottom: 5px; color: var(--dark-color); line-height: 1.4; transition: .2s; }
.related-post:hover h4 { color: var(--highlight); }
.related-post span { font-size: 0.75rem; color: #94a3b8; }

.category-list { list-style: none; }
.category-list li { margin-bottom: 12px; }
.category-list a { display: flex; justify-content: space-between; color: #475569; transition: .2s; font-size: 0.95rem; }
.category-list a:hover { color: var(--highlight); padding-left: 5px; }
.category-list a span { background: #e2e8f0; color: #64748b; padding: 2px 8px; border-radius: 12px; font-size: 0.75rem; margin-left: auto; }

.newsletter-form-sidebar { display: flex; gap: 10px; margin-top: 15px; }
.newsletter-form-sidebar input { flex: 1; padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; outline: none; }
.newsletter-form-sidebar button { background: var(--primary-color); color: white; border: none; padding: 0 15px; border-radius: 6px; cursor: pointer; }

/* Responsive Adjustments */
@media (max-width: 991px) {
    .page-header {
        padding: 140px 0 70px;
    }

    .featured-post {
        grid-template-columns: 1fr;
    }

    .featured-image {
        height: 250px;
    }

    .blog-detail-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .featured-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 120px 0 60px;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .history-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .services-grid, .fleet-grid, .about-grid, .values-grid {
        grid-template-columns: 1fr;
    }

    .ketentuan-content {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   SERVICE DETAIL PAGES
   ===================================================== */
.service-detail-section {
    padding: 80px 0;
    background: white;
}

.service-detail-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.service-image-large {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}

.service-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-description h2 {
    color: var(--primary-color);
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.service-description h3 {
    color: var(--primary-color);
    font-size: 1.6rem;
    margin: 40px 0 20px;
}

.service-description p {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    margin: 20px 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #475569;
    line-height: 1.6;
}

.feature-list li i {
    color: #22c55e;
    margin-top: 4px;
    font-size: 1.1rem;
}

.info-grid-small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.info-box {
    background: #f8fafc;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--primary-color);
}

.info-box i {
    font-size: 2.5rem;
    color: var(--highlight);
    margin-bottom: 15px;
}

.info-box h4 {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.info-box p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Pricing Table */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.pricing-table thead {
    background: var(--primary-color);
    color: white;
}

.pricing-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
}

.pricing-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-table tbody tr:hover {
    background: #f8fafc;
}

.note {
    background: #fef3c7;
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid var(--highlight);
    color: #92400e;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.note i {
    color: var(--highlight);
    margin-top: 2px;
}

/* Steps Container */
.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.step-item {
    text-align: center;
    padding: 25px 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    transition: 0.3s;
}

.step-item:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--highlight) 0%, #d97706 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-item h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.step-item p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Status Timeline */
.status-timeline {
    margin: 30px 0;
}

.status-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.status-item:last-child {
    border-bottom: none;
}

.status-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.status-content h4 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.status-content p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Fleet Grid Detail */
.fleet-grid-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.fleet-box-item {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 25px;
    transition: 0.3s;
}

.fleet-box-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.fleet-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--highlight) 0%, #d97706 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.fleet-box-item h4 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.fleet-box-item ul {
    list-style: none;
    padding: 0;
}

.fleet-box-item ul li {
    color: #64748b;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

/* Sidebar */
.service-detail-sidebar {
    position: sticky;
    top: 140px;
    height: fit-content;
}

.sidebar-box {
    background: #f8fafc;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #e2e8f0;
}

.sidebar-box h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.sidebar-box p {
    color: #64748b;
    margin-bottom: 20px;
}

.cta-box {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
}

.cta-box h3,
.cta-box p {
    color: white;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.btn-block:last-child {
    margin-bottom: 0;
}

.service-links {
    list-style: none;
    padding: 0;
}

.service-links li {
    margin-bottom: 12px;
}

.service-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 500;
}

.service-links a:hover {
    background: white;
    color: var(--primary-color);
    padding-left: 20px;
}

.service-links a i {
    color: var(--highlight);
    width: 20px;
}

.highlight-box {
    background: linear-gradient(135deg, var(--highlight) 0%, #d97706 100%);
    color: white;
    text-align: center;
}

.highlight-box i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

.highlight-box h3,
.highlight-box p {
    color: white;
}

.highlight-box p {
    margin: 0;
}

/* Responsive for Service Detail */
@media (max-width: 991px) {
    .service-detail-wrapper {
        grid-template-columns: 1fr;
    }

    .service-detail-sidebar {
        position: static;
    }

    .service-image-large {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .service-description h2 {
        font-size: 1.8rem;
    }

    .service-description h3 {
        font-size: 1.3rem;
    }

    .info-grid-small,
    .steps-container,
    .fleet-grid-detail {
        grid-template-columns: 1fr;
    }

    .service-image-large {
        height: 250px;
    }
}
