/* City Service Solutions - additions on top of the base template */
body { padding-bottom: 64px; }
.site-brand { padding: 8px 0 0; }
.site-brand h4 { margin: 0; font-weight: 700; }
.site-brand h4 a { color: #25245e; text-decoration: none; }
.navbar-nav .nav-link.active { color: #0664cd; }

/* Hero */
.csc-hero { padding: 190px 0 80px; background: linear-gradient(135deg, #25245e 0%, #0664cd 100%); color: #fff; }
.csc-hero h1 { color: #fff; font-size: 40px; font-weight: 700; line-height: 1.25; margin-bottom: 18px; }
.csc-hero p { color: #e4ecff; font-size: 17px; }
.csc-hero-badge { display: inline-block; background: rgba(255,255,255,.14); padding: 6px 14px; border-radius: 30px; font-size: 13px; margin-bottom: 18px; }
.csc-hero-cta { margin: 26px 0 20px; display: flex; flex-wrap: wrap; gap: 12px; }
.csc-hero-meta { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: #e4ecff; }
.csc-hero-meta i { color: #7fe0a8; margin-right: 4px; }
.csc-hero-photo { display: block; max-width: 460px; width: 100%; height: auto; margin: 0 auto; border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.csc-hero-caption { text-align: center; margin: 14px auto 0; max-width: 340px; font-size: 13px; color: #e4ecff; }
.csc-btn-primary, .csc-btn-outline { display: inline-block; padding: 12px 26px; border-radius: 6px; font-weight: 600; text-decoration: none; }
.csc-btn-primary { background: #fff; color: #25245e; }
.csc-btn-primary:hover { background: #eef3ff; color: #25245e; }
.csc-btn-outline { border: 2px solid #fff; color: #fff; }
.csc-btn-outline:hover { background: #fff; color: #25245e; }

/* Cards */
.csc-card-grid > [class*="col-"] { margin-bottom: 30px; }
.csc-card { height: 100%; background: #fff; border-radius: 12px; padding: 28px 24px; text-align: center; box-shadow: 0 5px 25px rgba(0,0,0,.08); }
.csc-card .csc-icon { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 50%; background: #0664cd; color: #fff; font-size: 32px; margin-bottom: 15px; }
.csc-card h3, .csc-card h5 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.csc-card p { margin: 0; color: #555; }

.single-news .service-img { width: 100%; height: 240px; object-fit: cover; display: block; }
.single-news .computer-content ul { padding-left: 18px; }

/* Steps on dark background */
.csc-step { text-align: center; padding: 20px 10px; color: #fff; }
.csc-step i { font-size: 40px; }
.csc-step h5 { margin-top: 15px; font-weight: 700; color: #fff; }
.csc-step p { color: #dfe3ee; font-size: 14px; }

/* Area chips */
.csc-areas { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.csc-areas span { background: #eef3ff; color: #25245e; padding: 6px 16px; border-radius: 30px; font-weight: 600; font-size: 14px; }

/* FAQ (native <details>) */
.csc-faq { max-width: 860px; margin: 0 auto; }
.csc-faq details { background: #f7f8fc; border-radius: 10px; margin-bottom: 14px; padding: 0 22px; }
.csc-faq summary { cursor: pointer; padding: 16px 0; font-weight: 700; color: #25245e; list-style: none; position: relative; padding-right: 26px; }
.csc-faq summary::-webkit-details-marker { display: none; }
.csc-faq summary::after { content: "+"; position: absolute; right: 0; font-size: 22px; line-height: 1; }
.csc-faq details[open] summary::after { content: "\2212"; }
.csc-faq details p { margin: 0 0 16px; color: #555; }

/* Service detail page */
.csc-service-main img.csc-service-hero-img { width: 100%; height: 340px; object-fit: cover; border-radius: 12px; margin-bottom: 26px; }
.csc-service-main h2 { font-size: 26px; font-weight: 700; margin: 30px 0 12px; }
.csc-service-main ul.csc-check { list-style: none; padding: 0; }
.csc-service-main ul.csc-check li { padding: 6px 0 6px 28px; position: relative; }
.csc-service-main ul.csc-check li::before { content: "\2713"; position: absolute; left: 0; color: #0664cd; font-weight: 700; }
.csc-note { background: #fff8e6; border-left: 4px solid #f0b429; padding: 16px 20px; border-radius: 6px; margin: 26px 0; color: #5b4a1a; }
.csc-side-card { background: #f7f8fc; border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.csc-side-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.csc-side-card ul { list-style: none; padding: 0; margin: 0; }
.csc-side-card li { padding: 6px 0; }
.csc-side-card .btn { display: block; }

/* Text pages */
.csc-prose h2 { font-size: 24px; font-weight: 700; margin: 28px 0 10px; }
.csc-prose h3 { font-size: 20px; font-weight: 700; margin: 24px 0 8px; }
.csc-prose ul { padding-left: 20px; }
.csc-prose li { margin-bottom: 6px; }
.csc-updated { color: #777; font-size: 14px; }
.csc-contact-card { background: #f7f8fc; border-radius: 12px; padding: 24px; margin-bottom: 24px; }
.csc-form-note { margin: 12px 0 0; font-size: 13px; color: #666; }

/* Advertiser block + disclaimer footer */
.csc-advertiser { background: #f7f8fc; padding: 26px 0 8px; }
.csc-advertiser p { margin-bottom: 8px; }
.csc-disclaimer-wrap { background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%); color: #e6eef8; padding: 28px 18px; border-top: 4px solid rgba(255,255,255,.04); }
.csc-disclaimer-container { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 16px; }
.csc-disclaimer-left { display: flex; gap: 12px; align-items: center; }
.csc-d-logo { width: 56px; height: 56px; flex: none; border-radius: 12px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.csc-d-title { margin: 0; font-size: 18px; color: #fff; }
.csc-d-summary { margin: 4px 0 0; color: rgba(230,238,248,.85); }
.csc-disclaimer-content p { margin: 10px 0; color: rgba(230,238,248,.95); line-height: 1.5; }
.csc-d-actions { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 10px; }
.csc-disclaimer-wrap .csc-btn { background: #fbfbfd; padding: 8px 12px; border-radius: 8px; text-decoration: none; color: #0b1220; font-weight: 600; font-size: 14px; }
.csc-disclaimer-wrap .csc-btn-outline { background: transparent; color: #e6eef8; border: 1px solid rgba(255,255,255,.18); }
@media (min-width: 720px) { .csc-disclaimer-container { grid-template-columns: 1fr 1.6fr; align-items: start; } }
@media (min-width: 1000px) { .csc-disclaimer-container { grid-template-columns: 360px 1fr; } }

/* Sticky call bar */
#callNowStickyBar { position: fixed; left: 0; bottom: 0; width: 100%; background-color: #25245e; padding: 15px 0; z-index: 9999; box-shadow: 0 -2px 10px rgba(0,0,0,.15); }
#callNowStickyBar a { color: #fff; font-size: 22px; font-weight: 600; text-decoration: none; }

@media (max-width: 767px) {
  .csc-hero { padding-top: 100px; padding-bottom: 50px; }
  .csc-hero h1 { font-size: 28px; }
  #callNowStickyBar a { font-size: 18px; }
}

/* Equal-height service cards */
.news-area .row > [class*="col-"] { display: flex; }
.news-area .row > [class*="col-"] > .single-news { width: 100%; }
.csc-service-main .row > [class*="col-"], .news-area .col-lg-8, .news-area .col-lg-4 { display: block; }

/* Mobile header: brand + hamburger row, menu drops down */
.navbar-brand { font-weight: 700; color: #25245e; font-size: 20px; }
.navbar-toggler { border: 1px solid #c9d3e6; padding: 6px 10px; }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(6,100,205,.2); }
@media (max-width: 991px) {
  .site-brand { display: none; }
  .header-area .nav-area .navbar-area .main-nav { background-color: #fff; }
  .navbar-collapse { max-height: calc(100vh - 70px); overflow-y: auto; }
  .navbar-nav { padding: 6px 0 12px; }
  .navbar-nav .nav-item a.nav-link { padding: 12px 4px; border-top: 1px solid #eef1f7; font-size: 16px; }
  .navbar-nav .nav-item a.nav-link::before { display: none; }
}

/* Mobile: keep the header fixed (template turns it static) and fix top spacing */
@media (max-width: 991px) {
  .header-area.fixed-top { position: fixed; }
  .page-title-area { padding-top: 110px; padding-bottom: 24px; }
  .csc-hero { padding-top: 100px; }
}

/* Mobile spacing: template uses very large section paddings */
@media (max-width: 767px) {
  .pt-100, .pt-115 { padding-top: 44px !important; }
  .pb-100, .pb-115 { padding-bottom: 44px !important; }
  .ptb-100 { padding-top: 44px !important; padding-bottom: 44px !important; }
  .pb-70 { padding-bottom: 20px !important; }
  .pt-70 { padding-top: 40px !important; }
  .section-title { margin-bottom: 24px; }
  .section-title h2 { font-size: 24px; }
  .single-news .service-img { height: 200px; }
  .csc-card { padding: 20px 18px; }
  .csc-card .csc-icon { width: 56px; height: 56px; font-size: 26px; margin-bottom: 10px; }
  .csc-service-main img.csc-service-hero-img { height: 210px; }
  .csc-service-main h2 { font-size: 22px; margin-top: 24px; }
  .appointment-area .appointment-content h2 { font-size: 26px; }
  .page-title-area .page-title-content h2 { font-size: 26px; }
}

/* Call box next to the enquiry form */
.appointment-area .appointment-title { font-size: 19px; line-height: 1.6; }
.csc-callbox { display: flex; align-items: center; gap: 18px; margin: 30px 0; }
.csc-callbox i { font-size: 90px; color: #fff; line-height: 1; flex: none; }
.csc-callbox span { display: block; color: #fff; font-size: 18px; font-weight: 600; }
.csc-callbox a { color: #fff; font-size: 30px; font-weight: 700; text-decoration: none; line-height: 1.3; }

/* Text colours inside text pages / contact card (template lists render red) */
.csc-prose li, .csc-contact-card li, .csc-contact-card p { color: #444; }
.csc-contact-card li { margin-bottom: 10px; line-height: 1.7; }
.csc-prose p, .csc-prose li { line-height: 1.75; }
.csc-service-main p.lead { font-size: 17px; line-height: 1.7; color: #333; }

@media (max-width: 767px) {
  /* compact benefit cards: icon left, text right */
  .csc-card-grid > [class*="col-"] { margin-bottom: 14px; }
  .csc-card { display: flex; align-items: center; gap: 14px; text-align: left; padding: 16px; }
  .csc-card .csc-icon { flex: none; margin: 0; width: 48px; height: 48px; font-size: 22px; }
  .csc-card h5 { font-size: 17px; margin-bottom: 4px; }
  .csc-card p { font-size: 14px; line-height: 1.5; margin: 0; }
  .single-news { margin-bottom: 20px; }
  .csc-callbox { justify-content: center; margin: 18px 0; }
  .csc-callbox i { font-size: 64px; }
  .csc-callbox a { font-size: 24px; }
  .appointment-area .appointment-content { text-align: center; margin-top: 30px; }
  .appointment-area .appointment-title { font-size: 16px; }
  .csc-hero-cta a { flex: 1 1 100%; text-align: center; }
  .csc-advertiser p { font-size: 14px; }
  .csc-d-actions .csc-btn { font-size: 13px; padding: 7px 10px; }
}
.csc-prose ul.list-unstyled { padding-left: 0; }
.csc-card-body { min-width: 0; }

/* Image-only banner under the fixed header */
.csc-banner { padding-top: 96px; background: #fff; }
.csc-banner img { display: block; width: 100%; height: auto; }
@media (max-width: 991px) { .csc-banner { padding-top: 62px; } }
