/* ==========================================================================
   SERVICES MODULE STYLESHEET (Cleaned, Optimized & Modularized)
   ========================================================================== */

/* 1. MAIN SERVICE LAYOUT & INTRO */
.bike-service-section {
    position: relative;
    background-color: #f8fafc;
    padding-top: 2rem;
    overflow: visible;
    opacity: 1 !important;
    visibility: visible !important;
}

.bike-wavy-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.bike-wavy-top-bg svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.bike-main-card {
    background: var(--white, #ffffff);
    border-radius: 28px;
    padding: 35px 30px;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);
    border: 1.5px solid #e2e8f0;
}

.bike-normal-image-box {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1.5px solid #e2e8f0;
}

.bike-normal-image-box img {
    max-height: 380px;
    object-fit: cover;
    display: block;
    width: 100%;
}

.service-section-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--text-dark, #1e293b);
    margin-bottom: 12px;
    position: relative;
}

.about-service-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
}


/* 2. LIGHT FEATURE PILLAR CARDS */
.bike-light-feature-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    transition: all 0.25s ease;
}

.bike-light-feature-card:hover {
    background: var(--white, #ffffff);
    border-color: var(--primary-color, #ba0606);
    box-shadow: 0 6px 18px rgba(186, 6, 6, 0.08);
    transform: translateY(-2px);
}

.feat-light-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.feat-light-label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-dark, #1e293b);
    line-height: 1.2;
}

.feat-light-sub {
    display: block;
    font-size: 11px;
    color: #64748b;
    line-height: 1.2;
}


/* 3. CATEGORY & SCOPE GRID */
.bike-section-block {
    margin-bottom: 35px;
}

.bike-block-header {
    margin-bottom: 22px;
}

.bike-sub-tag {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color, #ba0606);
    background: rgba(186, 6, 6, 0.08);
    padding: 4px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}

.bike-sub-tag.tag-gold {
    color: var(--accent-gold, #ffb300);
    background: rgba(255, 179, 0, 0.15);
}

.bike-block-title {
    font-size: 22px;
    font-weight: 900;
    color: var(--text-dark, #1e293b);
    margin-bottom: 0;
}

.bike-category-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    display: flex;
    gap: 14px;
    transition: all 0.3s ease;
}

.bike-category-card:hover {
    background: var(--white, #ffffff);
    border-color: var(--primary-color, #ba0606);
    box-shadow: 0 10px 25px rgba(186, 6, 6, 0.1);
    transform: translateY(-3px);
}

.cat-icon-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bike-category-card:hover .cat-icon-badge {
    background: linear-gradient(135deg, var(--primary-color, #ba0606) 0%, #880000 100%);
    color: var(--white, #ffffff);
    transform: scale(1.1) rotate(-6deg);
}

.cat-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-dark, #1e293b);
    margin-bottom: 6px;
}

.cat-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 10px;
}

.cat-pill {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--primary-color, #ba0606);
    background: rgba(186, 6, 6, 0.06);
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}


/* 4. MULTI-LAYER ARMOR PROTECTION DECK */
.bike-armor-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px 24px;
    margin-bottom: 35px;
    position: relative;
}

.armor-step-box {
    background: var(--white, #ffffff);
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px 18px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.armor-step-box:hover {
    border-color: var(--primary-color, #ba0606);
    box-shadow: 0 10px 25px rgba(186, 6, 6, 0.12);
    transform: translateY(-3px);
}

.armor-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid rgba(186, 6, 6, 0.15);
}

.armor-icon {
    font-size: 24px;
    color: var(--primary-color, #ba0606);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(186, 6, 6, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.armor-step-box:hover .armor-icon {
    background: linear-gradient(135deg, var(--primary-color, #ba0606) 0%, #880000 100%);
    color: var(--white, #ffffff);
}

.armor-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-dark, #1e293b);
    margin-bottom: 6px;
}

.armor-desc {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}


/* 5. 4-STAGE PROCESS WORKFLOW CARDS */
.bike-process-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-top: 4px solid var(--primary-color, #ba0606);
    border-radius: 18px;
    padding: 24px 20px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bike-process-card:hover {
    background: var(--white, #ffffff);
    border-color: var(--primary-color, #ba0606);
    box-shadow: 0 12px 30px rgba(186, 6, 6, 0.1);
    transform: translateY(-4px);
}

.process-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.process-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.bike-process-card:hover .process-icon-box {
    background: linear-gradient(135deg, var(--primary-color, #ba0606) 0%, #880000 100%);
    color: var(--white, #ffffff);
    transform: scale(1.08);
}

.process-count-badge {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--accent-gold, #ffb300);
    background: var(--text-dark, #1e293b);
    padding: 3px 10px;
    border-radius: 20px;
}

.process-card-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--text-dark, #1e293b);
    margin-bottom: 8px;
}

.process-card-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 14px;
}

.process-chip {
    font-size: 11.5px;
    font-weight: 800;
    color: var(--primary-color, #ba0606);
    background: rgba(186, 6, 6, 0.06);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}


/* 6. DEDICATED FAQ LIST */
.bike-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bike-faq-item {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-left: 4px solid var(--primary-color, #ba0606);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bike-faq-item:hover {
    background: var(--white, #ffffff);
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.bike-faq-header {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    user-select: none;
    transition: background-color 0.25s ease;
}

.bike-faq-header:hover {
    background: rgba(186, 6, 6, 0.02);
}

.faq-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-q-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bike-faq-header:not(.collapsed) .faq-q-icon {
    background: linear-gradient(135deg, var(--primary-color, #ba0606) 0%, #880000 100%);
    color: var(--white, #ffffff);
}

.faq-q-text {
    font-size: 15px;
    font-weight: 800;
    color: var(--text-dark, #1e293b);
    margin: 0;
}

.bike-faq-toggle-pill {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2e8f0;
    color: var(--text-dark, #1e293b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.bike-faq-header:not(.collapsed) .bike-faq-toggle-pill {
    background: var(--primary-color, #ba0606);
    color: var(--white, #ffffff);
    transform: rotate(180deg);
}

.bike-faq-body {
    padding: 0 20px 18px 68px;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}


/* 7. MODERN SERVICE SIDEBAR MODULE */
.modern-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 10;
}

/* Sidebar Nav Widget (2-in-a-row Grid) */
.modern-sidebar-widget {
    background: var(--white, #ffffff);
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 26px 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.sidebar-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1.5px dashed #e2e8f0;
}

.sidebar-widget-title {
    font-size: 17px;
    font-weight: 900;
    color: var(--text-dark, #1e293b);
    margin: 0;
    letter-spacing: -0.2px;
}

.sidebar-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sidebar-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: var(--text-dark, #1e293b);
    text-decoration: none;
    font-weight: 700;
    font-size: 13.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.sidebar-nav-link:hover {
    background: var(--white, #ffffff);
    border-color: var(--primary-color, #ba0606);
    color: var(--primary-color, #ba0606);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(186, 6, 6, 0.1);
}

.sidebar-nav-link.active {
    background: linear-gradient(135deg, var(--primary-color, #ba0606) 0%, #880000 100%);
    border-color: var(--primary-color, #ba0606);
    color: var(--white, #ffffff);
    box-shadow: 0 8px 22px rgba(186, 6, 6, 0.28);
}

.nav-link-left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.nav-link-title {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
}

.nav-link-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sidebar-nav-link:hover .nav-link-icon {
    background: rgba(186, 6, 6, 0.15);
}

.sidebar-nav-link.active .nav-link-icon {
    background: rgba(255, 255, 255, 0.2);
    color: var(--accent-gold, #ffb300);
}

/* Contact CTA Card - Light Clean Redesign */
.modern-sidebar-cta {
    background: var(--white, #ffffff);
    border: 1.5px solid #e2e8f0;
    border-left: 4px solid var(--primary-color, #ba0606);
    border-radius: 24px;
    padding: 26px 22px;
    color: var(--text-dark, #1e293b);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.modern-sidebar-cta::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(186, 6, 6, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(186, 6, 6, 0.08);
    border: 1px solid rgba(186, 6, 6, 0.15);
    color: var(--primary-color, #ba0606);
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.cta-live-badge .badge-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color, #ba0606);
    box-shadow: 0 0 0 0 rgba(186, 6, 6, 0.7);
    animation: pulse-red 1.8s infinite;
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(186, 6, 6, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(186, 6, 6, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(186, 6, 6, 0);
    }
}

.cta-main-heading {
    font-size: 20px;
    font-weight: 900;
    color: var(--text-dark, #1e293b);
    margin-bottom: 8px;
}

.cta-sub-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-cta-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 14px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: 100%;
}

.btn-cta-phone {
    background: linear-gradient(135deg, var(--primary-color, #ba0606) 0%, #880000 100%);
    color: var(--white, #ffffff);
    box-shadow: 0 6px 18px rgba(186, 6, 6, 0.25);
}

.btn-cta-phone:hover {
    color: var(--white, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(186, 6, 6, 0.35);
}

.btn-cta-phone-alt {
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    border: 1.5px solid rgba(186, 6, 6, 0.2);
}

.btn-cta-phone-alt:hover {
    background: var(--primary-color, #ba0606);
    color: var(--white, #ffffff);
    border-color: var(--primary-color, #ba0606);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(186, 6, 6, 0.25);
}

.btn-cta-whatsapp {
    background: rgba(37, 211, 102, 0.1);
    color: #128c7e;
    border: 1.5px solid rgba(37, 211, 102, 0.3);
}

.btn-cta-whatsapp:hover {
    color: var(--white, #ffffff);
    background: #25d366;
    border-color: #25d366;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

/* Trust Points Card */
.modern-sidebar-trust {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px 20px;
}

.trust-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.trust-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trust-item-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--white, #ffffff);
    padding: 10px 14px;
    border-radius: 14px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.25s ease;
}

.trust-item-row:hover {
    border-color: var(--primary-color, #ba0606);
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.trust-check-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(186, 6, 6, 0.08);
    color: var(--primary-color, #ba0606);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.trust-item-text {
    font-size: 13px;
    font-weight: 800;
    color: var(--text-dark, #1e293b);
}


/* 8. RESPONSIVENESS */
@media (max-width: 991px) {
    .modern-sidebar {
        margin-top: 30px;
        position: static;
    }

    .bike-main-card {
        padding: 24px 20px;
    }
}

@media (max-width: 576px) {
    .bike-main-card {
        padding: 20px 15px;
    }

    .bike-faq-body {
        padding-left: 20px;
    }

    .sidebar-nav-list {
        grid-template-columns: 1fr;
    }
}
