/* ============================================================
   Service Detail Pages — Circuit Craft
   ============================================================ */

/* Base */
.sd-section          { padding: 80px 0; }
.sd-section-alt      { padding: 80px 0; background: #f8f9fb; }

/* Section Titles */
.sd-section-title { margin-bottom: 44px; }
.sd-section-title .label {
    display: inline-block;
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: #b11f29; margin-bottom: 10px;
}
.sd-section-title h2 {
    font-size: 36px; font-weight: 700; color: #0E152B;
    line-height: 1.25; margin-bottom: 14px;
}
.sd-section-title p { font-size: 15px; color: #555; max-width: 660px; line-height: 1.85; margin: 0; }
.sd-section-title.center { text-align: center; }
.sd-section-title.center p { margin: 0 auto; }

/* Hero Banner */
.service-hero-banner {
    background-size: cover !important;
    background-position: center center !important;
    position: relative; padding: 130px 0 90px;
}
.service-hero-banner::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(14,21,43,0.88) 0%, rgba(177,31,41,0.55) 100%);
}
.service-hero-banner .container { position: relative; z-index: 2; }
.shb-label {
    display: inline-block; background: rgba(177,31,41,0.92); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
    padding: 6px 16px; border-radius: 4px; margin-bottom: 20px;
}
.service-hero-banner h1 {
    font-size: 52px; font-weight: 800; color: #fff; line-height: 1.18; margin-bottom: 18px;
}
.service-hero-banner .hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.82); max-width: 580px; line-height: 1.85; margin-bottom: 30px;
}
.hero-cta-wrap { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-cta-wrap .btn-primary-hero {
    background: #b11f29; color: #fff; padding: 13px 34px;
    border-radius: 43px; font-size: 15px; font-weight: 700;
    text-decoration: none; transition: 0.3s; display: inline-block;
}
.hero-cta-wrap .btn-primary-hero:hover { background: #8f1620; color: #fff; transform: translateY(-2px); }
.hero-cta-wrap .btn-outline-hero {
    background: transparent; color: #fff; padding: 13px 34px;
    border-radius: 43px; font-size: 15px; font-weight: 700;
    text-decoration: none; border: 2px solid rgba(255,255,255,0.45); transition: 0.3s; display: inline-block;
}
.hero-cta-wrap .btn-outline-hero:hover { background: rgba(255,255,255,0.1); color: #fff; }
.service-hero-banner .breadcrumb { background: transparent; padding: 0; margin: 0; }
.service-hero-banner .breadcrumb-item,
.service-hero-banner .breadcrumb-item a { color: rgba(255,255,255,0.65); font-size: 13px; text-decoration: none; }
.service-hero-banner .breadcrumb-item.active { color: #fff; }
.service-hero-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* Overview */
.sd-overview-img { border-radius: 14px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.12); }
.sd-overview-img img { width: 100%; height: 420px; object-fit: cover; display: block; }
.sd-overview-content h2 { font-size: 32px; font-weight: 700; color: #0E152B; margin-bottom: 16px; }
.sd-overview-content p { font-size: 15px; color: #555; line-height: 1.9; margin-bottom: 14px; }
.sd-stat-row { display: flex; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.sd-stat {
    text-align: center; background: #fff; border-radius: 10px;
    padding: 18px 26px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); min-width: 110px;
    border-bottom: 3px solid #b11f29;
}
.sd-stat h3 { font-size: 30px; font-weight: 800; color: #b11f29; margin: 0; line-height: 1; }
.sd-stat p { font-size: 12px; color: #777; margin: 6px 0 0; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* Feature Cards */
.sd-feature-card {
    background: #fff; border-radius: 12px; padding: 28px;
    height: 100%; box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    border-left: 4px solid #b11f29; transition: transform 0.3s, box-shadow 0.3s;
}
.sd-feature-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(0,0,0,0.1); }
.sd-feature-card .icon {
    width: 52px; height: 52px; background: #b11f29; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px; font-size: 20px; color: #fff;
}
.sd-feature-card h4 { font-size: 17px; font-weight: 700; color: #0E152B; margin-bottom: 8px; }
.sd-feature-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* Scope Items */
.sd-scope-item {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 18px 20px; background: #fff; border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05); margin-bottom: 14px;
    transition: transform 0.3s;
}
.sd-scope-item:hover { transform: translateX(6px); }
.sd-scope-item .scope-icon {
    min-width: 42px; height: 42px; background: #fff5f5; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #b11f29; font-size: 17px; flex-shrink: 0;
}
.sd-scope-item h5 { font-size: 15px; font-weight: 700; color: #0E152B; margin-bottom: 3px; }
.sd-scope-item p { font-size: 13px; color: #666; margin: 0; line-height: 1.6; }

/* Process Steps */
.sd-process-step { text-align: center; padding: 0 10px; position: relative; margin-bottom: 30px; }
.sd-process-step .step-num {
    width: 62px; height: 62px; background: #b11f29; color: #fff;
    font-size: 20px; font-weight: 800; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; position: relative; z-index: 2;
    box-shadow: 0 8px 24px rgba(177,31,41,0.3);
}
.sd-process-step h4 { font-size: 16px; font-weight: 700; color: #0E152B; margin-bottom: 8px; }
.sd-process-step p { font-size: 13px; color: #666; line-height: 1.6; }
.sd-process-step:not(:last-child)::after {
    content: ''; position: absolute; top: 31px;
    left: calc(50% + 38px); width: calc(100% - 78px); height: 2px;
    background: #e0e0e0;
}

/* Benefits */
.sd-benefit-item { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.sd-benefit-item .ben-icon {
    min-width: 48px; height: 48px; background: #b11f29; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px; flex-shrink: 0;
}
.sd-benefit-item h5 { font-size: 16px; font-weight: 700; color: #0E152B; margin-bottom: 4px; }
.sd-benefit-item p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* Industries */
.sd-industry-tag {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 2px solid #e5e5e5; border-radius: 40px;
    padding: 9px 20px; font-size: 14px; font-weight: 600; color: #0E152B;
    margin: 5px; transition: all 0.3s; text-decoration: none;
}
.sd-industry-tag:hover { background: #b11f29; color: #fff; border-color: #b11f29; }
.sd-industry-tag i { font-size: 15px; }
.sd-industries-wrap { text-align: center; }

/* Why Choose Cards */
.sd-why-card {
    background: #fff; border-radius: 12px; padding: 28px;
    text-align: center; box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    height: 100%; transition: 0.3s; border-top: 4px solid transparent;
}
.sd-why-card:hover { border-top-color: #b11f29; transform: translateY(-6px); }
.sd-why-card .w-icon { font-size: 34px; color: #b11f29; margin-bottom: 14px; }
.sd-why-card h4 { font-size: 17px; font-weight: 700; color: #0E152B; margin-bottom: 8px; }
.sd-why-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* CTA */
.sd-cta {
    background: linear-gradient(135deg, #0E152B 0%, #1a2a4a 100%);
    padding: 80px 0; text-align: center;
}
.sd-cta h2 { font-size: 38px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.sd-cta p { font-size: 16px; color: rgba(255,255,255,0.78); margin-bottom: 34px; max-width: 580px; margin-left: auto; margin-right: auto; }
.sd-cta .cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.sd-cta .cta-btn-primary {
    background: #b11f29; color: #fff; padding: 15px 38px;
    border-radius: 43px; font-size: 15px; font-weight: 700;
    text-decoration: none; transition: 0.3s; display: inline-flex; align-items: center; gap: 8px;
}
.sd-cta .cta-btn-primary:hover { background: #8f1620; color: #fff; transform: translateY(-2px); }
.sd-cta .cta-btn-outline {
    background: transparent; color: #fff; padding: 15px 38px;
    border-radius: 43px; font-size: 15px; font-weight: 700;
    text-decoration: none; border: 2px solid rgba(255,255,255,0.4); transition: 0.3s;
    display: inline-flex; align-items: center; gap: 8px;
}
.sd-cta .cta-btn-outline:hover { background: rgba(255,255,255,0.1); color: #fff; }
.sd-cta .cta-contact-info { margin-top: 28px; }
.sd-cta .cta-contact-info a {
    color: rgba(255,255,255,0.65); text-decoration: none;
    font-size: 14px; margin: 0 12px;
}
.sd-cta .cta-contact-info a:hover { color: #fff; }

/* FAQ */
.sd-faq .accordion-item { border: none; border-bottom: 1px solid #e5e5e5; border-radius: 0 !important; }
.sd-faq .accordion-button {
    font-size: 15px; font-weight: 600; color: #0E152B;
    background: transparent; padding: 18px 0; box-shadow: none;
}
.sd-faq .accordion-button:not(.collapsed) { color: #b11f29; background: transparent; }
.sd-faq .accordion-button:focus { box-shadow: none; }
.sd-faq .accordion-body { padding: 0 0 18px; color: #666; font-size: 14px; line-height: 1.8; }

/* Custom Check List */
.sd-check-list { list-style: none; padding: 0; margin: 0; }
.sd-check-list li {
    padding-left: 30px; position: relative;
    margin-bottom: 10px; font-size: 15px; color: #555; line-height: 1.65;
}
.sd-check-list li::before {
    content: ""; position: absolute; left: 0; top: 3px;
    width: 18px; height: 18px;
    background: url('../images/title-icon-2.png') no-repeat center;
    background-size: contain;
}

/* Responsive */
@media (max-width: 1199px) {
    .service-hero-banner h1 { font-size: 42px; }
}
@media (max-width: 991px) {
    .service-hero-banner { padding: 100px 0 70px; }
    .service-hero-banner h1 { font-size: 34px; }
    .sd-section { padding: 60px 0; }
    .sd-section-alt { padding: 60px 0; }
    .sd-section-title h2 { font-size: 28px; }
    .sd-cta h2 { font-size: 30px; }
    .sd-overview-img img { height: 340px; }
    .sd-process-step:not(:last-child)::after { display: none; }
}
@media (max-width: 767px) {
    .service-hero-banner { padding: 90px 0 60px; }
    .service-hero-banner h1 { font-size: 28px; }
    .sd-stat-row { gap: 12px; }
    .sd-cta h2 { font-size: 24px; }
    .sd-cta .cta-btns { flex-direction: column; align-items: center; }
    .hero-cta-wrap { flex-direction: column; }
    .sd-overview-img img { height: 260px; }
}
@media (max-width: 575px) {
    .service-hero-banner h1 { font-size: 24px; }
    .sd-stat { padding: 14px 18px; min-width: 90px; }
    .sd-stat h3 { font-size: 24px; }
}
