/* ===== Web Development Service Page CSS ===== */
.service-detail-hero {
    background: linear-gradient(135deg, #2e2751 0%, #179E66 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.service-detail-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.service-hero-badge {
    display: inline-block;
    background: rgba(243,167,18,0.2);
    color: #f3a712;
    border: 1px solid #f3a712;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.service-hero-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}
.service-hero-title span { color: #f3a712; }
.service-hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 560px;
}
.service-hero-btns { display: flex; gap: 15px; flex-wrap: wrap; }
.btn-primary-service {
    background: #f3a712;
    color: #fff;
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #f3a712;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.btn-primary-service:hover { background: transparent; color: #f3a712; text-decoration: none; }
.btn-outline-service {
    background: transparent;
    color: #fff;
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.btn-outline-service:hover { border-color: #fff; color: #fff; text-decoration: none; }
.service-hero-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

/* Overview Section */
.service-overview { padding: 80px 0; background: #fff; }
.overview-label {
    color: #179E66;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.overview-title {
    font-size: 36px;
    font-weight: 800;
    color: #2e2751;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 18px;
    line-height: 1.3;
}
.overview-title span { color: #179E66; }
.overview-text { color: #666; font-size: 16px; line-height: 1.9; margin-bottom: 20px; }
.overview-check-list { list-style: none; padding: 0; margin: 0 0 30px; }
.overview-check-list li {
    padding: 8px 0;
    color: #444;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.overview-check-list li i { color: #179E66; font-size: 16px; }
.overview-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(46,39,81,0.12);
}

/* Technologies */
.service-tech { padding: 70px 0; background: #f8f9fc; }
.section-label {
    color: #179E66;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-title-dark {
    font-size: 34px;
    font-weight: 800;
    color: #2e2751;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 12px;
}
.section-title-dark span { color: #179E66; }
.section-sub-text { color: #666; font-size: 15px; margin-bottom: 50px; }
.tech-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 2px solid transparent;
    transition: all 0.3s;
    height: 100%;
    margin-bottom: 24px;
}
.tech-card:hover { border-color: #179E66; transform: translateY(-5px); box-shadow: 0 15px 35px rgba(23,158,102,0.12); }
.tech-card i { font-size: 38px; color: #179E66; margin-bottom: 14px; display: block; }
.tech-card h5 { font-size: 16px; font-weight: 700; color: #2e2751; margin-bottom: 8px; font-family: 'Figtree', sans-serif; }
.tech-card p { font-size: 13px; color: #888; margin: 0; line-height: 1.6; }

/* Process */
.service-process { padding: 80px 0; background: #fff; }
.process-step {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    align-items: flex-start;
}
.process-num {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: linear-gradient(135deg, #179E66, #2e2751);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Figtree', sans-serif;
}
.process-info h5 { font-size: 17px; font-weight: 700; color: #2e2751; margin-bottom: 6px; font-family: 'Figtree', sans-serif; }
.process-info p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }
.process-img { width: 100%; border-radius: 12px; box-shadow: 0 15px 40px rgba(46,39,81,0.1); }

/* Pricing */
.service-pricing { padding: 80px 0; background: #f8f9fc; }
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    border: 2px solid transparent;
    transition: all 0.3s;
    height: 100%;
    margin-bottom: 24px;
    position: relative;
}
.pricing-card.featured {
    background: linear-gradient(135deg, #2e2751, #1a1535);
    border-color: #f3a712;
}
.pricing-card.featured .pricing-name,
.pricing-card.featured .pricing-price,
.pricing-card.featured .pricing-period,
.pricing-card.featured .pricing-feature { color: #fff !important; }
.pricing-card.featured .pricing-feature i { color: #f3a712 !important; }
.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f3a712;
    color: #fff;
    padding: 4px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.pricing-name { font-size: 14px; font-weight: 700; color: #179E66; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.pricing-price { font-size: 42px; font-weight: 800; color: #2e2751; font-family: 'Figtree', sans-serif; line-height: 1; }
.pricing-period { font-size: 14px; color: #888; margin-bottom: 25px; }
.pricing-divider { border: none; border-top: 1px solid #eee; margin: 20px 0; }
.pricing-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}
.pricing-feature i { color: #179E66; font-size: 14px; }
.pricing-btn {
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 13px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    background: #179E66;
    color: #fff;
    border: 2px solid #179E66;
    transition: all 0.3s;
    text-decoration: none;
}
.pricing-btn:hover { background: transparent; color: #179E66; text-decoration: none; }
.pricing-card.featured .pricing-btn { background: #f3a712; border-color: #f3a712; color: #fff; }
.pricing-card.featured .pricing-btn:hover { background: transparent; color: #f3a712; }

/* CTA */
.service-cta {
    background: linear-gradient(135deg, #179E66 0%, #2e2751 100%);
    padding: 70px 0;
    text-align: center;
}
.service-cta h2 { font-size: 36px; font-weight: 800; color: #fff; font-family: 'Figtree', sans-serif; margin-bottom: 12px; }
.service-cta p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 30px; }
.cta-btn-white {
    background: #fff;
    color: #2e2751;
    padding: 15px 38px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin: 5px;
}
.cta-btn-white:hover { background: transparent; color: #fff; text-decoration: none; }
.cta-btn-gold {
    background: #f3a712;
    color: #fff;
    padding: 15px 38px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #f3a712;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin: 5px;
}
.cta-btn-gold:hover { background: transparent; color: #f3a712; text-decoration: none; }

/* Responsive */
@media (max-width: 991px) {
    .service-hero-title { font-size: 32px; }
    .service-hero-img { margin-top: 40px; }
    .overview-title, .section-title-dark { font-size: 26px; }
}
@media (max-width: 576px) {
    .service-hero-title { font-size: 26px; }
    .service-hero-btns { flex-direction: column; }
    .service-detail-hero { padding: 60px 0 40px; }
    .pricing-price { font-size: 34px; }
}
