/* ============================================================
   SERVICE-PAGES.CSS v5
   Mobile-first. No horizontal overflow.
   All heading colours explicit.
   ============================================================ */

/* ============================================================
   SERVICE HERO
   ============================================================ */
.service-hero {
  background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 55%, #2a1200 100%);
  padding: 70px 0 60px;
  /* overflow:hidden prevents hero decorative elements from causing mobile scroll */
  overflow: hidden;
}
@media (max-width: 767px) { .service-hero { padding: 50px 0 40px; } }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240,165,0,.14);
  border: 1px solid rgba(240,165,0,.4);
  color: #fbbf24;
  font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 2px;
  padding: 5px 14px; border-radius: 30px;
  margin-bottom: 16px;
}

/* FIX: hero h1 always white on dark hero */
.service-hero h1 {
  color: #ffffff !important;
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}
.service-hero h1 span { color: #fbbf24; }

.hero-desc {
  color: rgba(255,255,255,.82);
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.8;
  margin-bottom: 26px;
}

.hero-cta-group { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
@media (max-width: 576px) {
  .hero-cta-group { flex-direction: column; }
  .hero-cta-group a { width: 100%; justify-content: center; }
}

/* Breadcrumb */
.breadcrumb-wrap { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.breadcrumb-custom {
  display: flex; flex-wrap: wrap; gap: 5px; align-items: center;
  list-style: none; padding: 0; margin: 0;
}
.breadcrumb-custom li { font-size: 12px; color: rgba(255,255,255,.5); }
.breadcrumb-custom li a { color: #fbbf24; text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb-custom li a:hover { color: #fff; }

/* Hero card (right side) */
.service-hero-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 28px 24px;
}
@media (max-width: 991px) { .service-hero-card { margin-top: 30px; } }

.price-label { font-size: 12px; color: #a0a0a0; margin-bottom: 4px; }
.price-main {
  font-size: 38px; font-weight: 800;
  color: #fbbf24;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1; margin-bottom: 4px;
}
.price-main sub { font-size: 18px; color: #808080; font-weight: 600; }
.price-note { font-size: 11px; color: #888; margin-bottom: 16px; }

.feature-tick {
  display: flex; align-items: center; gap: 9px;
  color: rgba(255,255,255,.85);
  font-size: 13px; margin-bottom: 8px;
}
.feature-tick i { color: #4ade80; font-size: 13px; flex-shrink: 0; }

.btn-hero-card {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #c8850a; color: #ffffff !important;
  padding: 13px; border-radius: 8px;
  font-weight: 800; font-size: 15px;
  text-decoration: none !important;
  margin-top: 16px; transition: background .2s, transform .2s;
  border: none; cursor: pointer; width: 100%;
}
.btn-hero-card:hover { background: #a36c08; transform: translateY(-2px); }

.btn-hero-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #128c3f; color: #ffffff !important;
  padding: 11px; border-radius: 8px;
  font-weight: 700; font-size: 14px;
  text-decoration: none !important;
  margin-top: 8px; transition: background .2s; width: 100%;
}
.btn-hero-wa:hover { background: #0d6b30; }

/* Hero outline WhatsApp button (in main CTA group) */
.btn-outline-hero-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,.7);
  padding: 11px 24px; border-radius: 6px;
  font-weight: 700; font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase; letter-spacing: .5px;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.btn-outline-hero-wa:hover {
  background: rgba(255,255,255,.12);
  border-color: #fff;
}

/* ============================================================
   INTRO SECTION
   ============================================================ */
.svc-intro { padding: 60px 0; background: #ffffff; }
.lead-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.9;
  border-left: 4px solid #c8850a;
  padding-left: 18px;
  margin-bottom: 20px;
}
.stat-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff8ec;
  border: 1px solid rgba(200,133,10,.3);
  padding: 7px 14px; border-radius: 30px;
  font-size: 13px; font-weight: 700;
  /* FIX: dark enough on light bg */
  color: #6b4800;
  margin: 4px;
}
.stat-pill i { color: #c8850a; }

/* ============================================================
   INCLUDES CARDS
   ============================================================ */
.includes-section { padding: 60px 0; background: #f7f8fa; }

.include-card {
  background: #ffffff;
  border-radius: 12px; padding: 24px 20px; height: 100%;
  border: 1.5px solid #e0e0e0;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
}
.include-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: #c8850a; transform: scaleX(0); transition: transform .3s;
  transform-origin: left;
}
.include-card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(0,0,0,.09); border-color: transparent; }
.include-card:hover::after { transform: scaleX(1); }

.ic-icon {
  width: 50px; height: 50px;
  background: #fff5df; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #c8850a;
  margin-bottom: 14px; transition: background .25s, color .25s;
}
.include-card:hover .ic-icon { background: #c8850a; color: #ffffff; }
/* FIX: card heading — dark on white */
.include-card h4 { font-size: 15px; color: #1a1a2e; margin-bottom: 7px; }
.include-card p  { font-size: 13px; color: #555555; margin: 0; line-height: 1.7; }

/* ============================================================
   SERVICE TYPE CARDS (website types, channel cards, etc.)
   ============================================================ */
.svc-type-card {
  background: #f7f8fa;
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 22px 18px; height: 100%;
  transition: box-shadow .25s, border-color .25s, transform .25s;
}
.svc-type-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,.1); border-color: #c8850a; transform: translateY(-4px); }
/* FIX: card h3 — dark on light bg */
.svc-type-card h3 { font-size: 16px; color: #1a1a2e; margin-bottom: 8px; }
.svc-type-card p  { font-size: 13px; color: #555555; line-height: 1.7; margin-bottom: 12px; }
.svc-type-card a  { font-size: 13px; font-weight: 700; color: #c8850a; text-decoration: underline !important; text-underline-offset: 3px; }
.svc-type-card a:hover { color: #a36c08; }

/* ============================================================
   PROCESS STEPS
   ============================================================ */
.process-section { padding: 60px 0; background: #ffffff; }

.process-card {
  background: #ffffff; border: 2px solid #f0e8d4;
  border-radius: 14px; padding: 26px 16px; text-align: center;
  transition: border-color .25s, transform .25s, box-shadow .25s; height: 100%;
}
.process-card:hover { border-color: #c8850a; box-shadow: 0 10px 32px rgba(200,133,10,.15); transform: translateY(-5px); }
.step-number {
  width: 48px; height: 48px;
  background: #c8850a; color: #ffffff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800;
  font-family: 'Playfair Display', Georgia, serif;
  margin: 0 auto 14px;
  box-shadow: 0 4px 14px rgba(200,133,10,.35);
}
/* FIX: process headings — dark on white */
.process-card h4 { font-size: 15px; color: #1a1a2e; margin-bottom: 7px; }
.process-card p  { font-size: 13px; color: #555555; margin: 0; line-height: 1.7; }

/* ============================================================
   TOOLS CHIPS
   ============================================================ */
.tools-section { padding: 50px 0; background: #f7f8fa; }
.tool-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: #ffffff; border: 1.5px solid #e0e0e0;
  border-radius: 8px; padding: 8px 14px;
  font-size: 13px; font-weight: 700;
  color: #1a1a2e; margin: 4px;
  transition: background .2s, border-color .2s;
  cursor: default;
}
.tool-chip i { color: #c8850a; font-size: 14px; }
.tool-chip:hover { background: #fff8ec; border-color: #c8850a; }

/* ============================================================
   PRICING CARDS
   ============================================================ */
.pricing-section { padding: 60px 0; background: #ffffff; }

.pricing-card {
  border-radius: 16px; padding: 32px 26px;
  border: 2px solid #e0e0e0;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; height: 100%;
  background: #ffffff;
}
.pricing-card.popular {
  border-color: #c8850a;
  background: linear-gradient(160deg, #fffbf0, #fff);
}
.popular-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: #c8850a; color: #ffffff;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  padding: 4px 16px; border-radius: 20px; white-space: nowrap;
}
.pricing-card:hover { border-color: #c8850a; transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,.1); }

.plan-name {
  font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #555555;
  margin-bottom: 6px;
}
.plan-price {
  font-size: 38px; font-weight: 800; color: #1a1a2e;
  font-family: 'Playfair Display', Georgia, serif; line-height: 1;
}
.plan-price sub { font-size: 17px; font-weight: 600; color: #555555; }
.plan-period { font-size: 11px; color: #555555; margin-bottom: 16px; }

.feature-list { list-style: none; padding: 0; margin: 0 0 22px; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13px; color: #333333; margin-bottom: 8px;
  padding-bottom: 8px; border-bottom: 1px solid #f5f5f5;
}
.feature-list li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.feature-list li .yes { color: #127036; flex-shrink: 0; margin-top: 2px; }
.feature-list li .no  { color: #9ca3af; flex-shrink: 0; margin-top: 2px; }

.btn-plan {
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 12px; border-radius: 8px;
  font-weight: 800; font-size: 13px;
  text-decoration: none !important;
  transition: transform .2s, box-shadow .2s, background .2s;
  text-transform: uppercase; letter-spacing: .5px;
  cursor: pointer; border: 2px solid transparent; width: 100%;
}
.btn-plan.solid {
  background: #c8850a; color: #ffffff !important;
  border-color: #c8850a;
}
.btn-plan.solid:hover { background: #a36c08; border-color: #a36c08; transform: translateY(-2px); }
.btn-plan.outline {
  background: transparent; color: #1a1a2e !important;
  border: 2px solid #d0d0d0;
}
.btn-plan.outline:hover { border-color: #c8850a; color: #c8850a !important; }

/* ============================================================
   RESULTS STRIP
   ============================================================ */
.results-strip {
  background: linear-gradient(135deg, #c8850a, #a36c08);
  padding: 46px 0;
}
.result-stat { text-align: center; padding: 8px 0; }
.result-stat strong {
  display: block; font-size: clamp(26px, 4vw, 40px);
  font-weight: 800; color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif; line-height: 1;
  margin-bottom: 5px;
}
/* FIX: white text on amber = sufficient contrast */
.result-stat span {
  font-size: 12px; color: rgba(255,255,255,.92);
  font-weight: 600; text-transform: uppercase; letter-spacing: .5px;
}

/* ============================================================
   HYDERABAD AREAS (dark section)
   ============================================================ */
.hyderabad-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f1628 100%);
}
/* FIX: headings in dark section must be white */
.hyderabad-section h2 { color: #ffffff !important; }
.hyderabad-section .section-title .label { color: #fbbf24; }
.hyderabad-section .section-title p { color: rgba(255,255,255,.65); }

.area-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px; padding: 14px 8px;
  text-align: center; transition: background .25s, border-color .25s;
}
.area-card:hover { background: rgba(240,165,0,.12); border-color: rgba(240,165,0,.35); }
.area-card i { color: #fbbf24; font-size: 16px; margin-bottom: 6px; display: block; }
/* FIX: area names — white/light on dark bg */
.area-card span { color: #e0e0e0; font-size: 12px; font-weight: 600; }

/* ============================================================
   TESTIMONIALS (service pages)
   ============================================================ */
.svc-testimonials { padding: 60px 0; background: #f7f8fa; }
.svc-testi-card {
  background: #ffffff; border-radius: 12px; padding: 24px;
  box-shadow: 0 3px 18px rgba(0,0,0,.06);
  border-left: 4px solid #c8850a; height: 100%;
}
.svc-testi-card .stars { color: #c8850a; font-size: 13px; margin-bottom: 11px; }
.svc-testi-card blockquote {
  font-size: 14px; color: #555555;
  font-style: italic; line-height: 1.8;
  margin: 0 0 14px; padding: 0; border: none;
}
.svc-testi-card .author { display: flex; align-items: center; gap: 11px; }
.svc-testi-card .author-av {
  width: 42px; height: 42px; flex-shrink: 0;
  background: #c8850a; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
}
/* FIX: author name dark on white */
.svc-testi-card .author strong { display: block; font-size: 14px; color: #1a1a2e; }
.svc-testi-card .author span   { font-size: 12px; color: #555555; }

/* ============================================================
   CTA BANNER (dark section)
   ============================================================ */
.svc-cta {
  padding: 70px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #2a1200 100%);
}
/* FIX: white heading on dark */
.svc-cta h2 { color: #ffffff !important; font-size: clamp(22px, 3vw, 36px); margin-bottom: 10px; }
.svc-cta h2 span { color: #fbbf24; }
.svc-cta p { color: rgba(255,255,255,.78); font-size: 16px; }
.svc-cta h4 { color: #fbbf24 !important; font-size: 15px; margin-bottom: 14px; }

.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
@media (max-width: 576px) {
  .cta-btns { flex-direction: column; }
  .cta-btns a { width: 100%; justify-content: center; }
}

.cta-btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: #128c3f; color: #ffffff !important;
  padding: 13px 26px; border-radius: 6px;
  font-weight: 800; font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase; letter-spacing: .5px;
  transition: background .2s; white-space: nowrap;
}
.cta-btn-wa:hover { background: #0d6b30; }

.cta-btn-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.35);
  color: #ffffff !important; padding: 12px 26px; border-radius: 6px;
  font-weight: 700; font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase; letter-spacing: .5px;
  transition: background .2s; white-space: nowrap;
}
.cta-btn-call:hover { background: rgba(255,255,255,.2); }

/* CTA benefits box */
.cta-benefits-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 26px;
}
.cta-benefit-row {
  display: flex; align-items: center; gap: 9px;
  color: rgba(255,255,255,.85); font-size: 13px; margin-bottom: 9px;
}
.cta-benefit-row i { color: #4ade80; font-size: 13px; flex-shrink: 0; }

/* ============================================================
   RELATED SERVICES
   ============================================================ */
.related-services { padding: 60px 0; background: #f7f8fa; }

.related-svc-card {
  background: #ffffff; border-radius: 10px; padding: 20px 16px;
  text-align: center; border: 1.5px solid #e0e0e0;
  text-decoration: none !important; display: block;
  transition: border-color .25s, transform .25s, box-shadow .25s; height: 100%;
}
.related-svc-card:hover { border-color: #c8850a; box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-3px); }
.related-svc-card i { font-size: 26px; color: #c8850a; margin-bottom: 10px; display: block; }
/* FIX: dark text on white for related card heading */
.related-svc-card h4 { font-size: 13px; color: #1a1a2e; margin: 0; }

/* ============================================================
   MOBILE RESPONSIVE — SERVICE PAGES
   ============================================================ */
@media (max-width: 1199px) {
  .pricing-card { padding: 26px 20px; }
}
@media (max-width: 991px) {
  .service-hero { padding: 50px 0 40px; }
  .svc-cta { padding: 50px 0; }
  .results-strip .result-stat { margin-bottom: 18px; }
}
@media (max-width: 767px) {
  .service-hero h1 { font-size: 22px; }
  .hero-desc { font-size: 14px; }
  .include-card { padding: 18px 14px; }
  .pricing-card { padding: 24px 18px; max-width: 420px; margin-left: auto; margin-right: auto; }
  .process-card { padding: 20px 14px; }
  .area-card { padding: 12px 6px; }
  .svc-testi-card { padding: 20px 16px; }
  .cta-benefits-box { padding: 20px 16px; }
}
@media (max-width: 480px) {
  .hero-badge { font-size: 10px; padding: 4px 10px; }
  .service-hero-card { padding: 20px 16px; }
  .price-main { font-size: 30px; }
  .tool-chip { font-size: 12px; padding: 7px 11px; }
}

/* ============================================================
   BREADCRUMB FIX — works in both page-hero and service-hero
   ============================================================ */
.service-hero .breadcrumb-custom,
.page-hero .breadcrumb-custom {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
}
.service-hero .breadcrumb-custom li,
.page-hero .breadcrumb-custom li {
  list-style: none;
  color: rgba(255,255,255,.5);
}
.service-hero .breadcrumb-custom li::marker,
.page-hero .breadcrumb-custom li::marker { display: none; content: ''; }
.service-hero .breadcrumb-custom .sep,
.page-hero .breadcrumb-custom .sep { color: rgba(255,255,255,.3); }

/* ============================================================
   WEB-DESIGN-HYDERABAD.PHP — MISSING CLASSES (added v5.1)
   ============================================================ */

/* Price display in hero card — page uses .price-tag and .price not .price-label/.price-main */
.price-tag { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 4px; }
.price {
  font-size: 36px; font-weight: 800;
  color: #fbbf24;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1; margin-bottom: 4px;
}
.price span { font-size: 16px; color: #888; font-weight: 600; }
.price-period { font-size: 11px; color: rgba(255,255,255,.5); margin-bottom: 14px; }

/* WhatsApp variant of hero card button */
.btn-hero-card-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #128c3f; color: #ffffff !important;
  padding: 11px; border-radius: 8px;
  font-weight: 700; font-size: 14px;
  text-decoration: none !important;
  margin-top: 8px; transition: background .2s; width: 100%;
}
.btn-hero-card-wa:hover { background: #0d6b30; }

/* Process step wrapper */
.process-step-wrap { position: relative; }

/* Testimonial author inside service pages */
.author-avatar {
  width: 44px; height: 44px; flex-shrink: 0;
  background: #c8850a; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
}
.author-info strong { display: block; font-size: 14px; color: #1a1a2e; }
.author-info span   { font-size: 12px; color: #555555; }

/* FAQ section on service pages */
.svc-faq { padding: 60px 0; background: #f7f8fa; }
.svc-faq .section-title h2 { color: #1a1a2e; }

/* .yes and .no icons in feature-list (already scoped, add direct too) */
.yes { color: #127036 !important; }
.no  { color: #9ca3af !important; }
