/* Service Pages Styling */

/* Quote page – same hero-style banner as home */
.quote-banner {
  background: linear-gradient(135deg, #0c4a6e 0%, #075985 50%, #0369a1 100%);
  color: #fff;
  padding: 72px 0 64px;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.quote-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.15) 0, transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(15, 23, 42, 0.35) 0, transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.6;
  pointer-events: none;
}
.quote-banner .container {
  position: relative;
  z-index: 1;
}
.quote-banner__title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: -0.02em;
}
.quote-banner__text {
  color: rgba(226, 232, 240, 0.95);
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  text-align: left;
  max-width: 40rem;
  line-height: 1.6;
}
/* Form area: same light background as rest of site */
.quote-form-section {
  background: #f1f5f9;
  padding-top: 48px;
  padding-bottom: 64px;
}

/* Service/sector content section – same background as home services block */
.section {
  background: #f1f5f9;
  padding: 72px 0 80px;
}
@media (max-width: 991px) {
  .quote-banner {
    padding: 40px 0 48px;
  }
  .quote-banner__title {
    font-size: 1.75rem;
  }
  .quote-banner__text {
    font-size: 1rem;
  }
  .quote-form-section {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}

.page-header {
  background: linear-gradient(135deg, #0c4a6e 0%, #075985 50%, #0369a1 100%);
  color: #fff;
  padding: 80px 0 64px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.12) 0, transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(15, 23, 42, 0.4) 0, transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.6;
  pointer-events: none;
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header h1 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.page-header p {
  color: rgba(226, 232, 240, 0.95);
  font-size: 1.1rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.service-content {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(12, 74, 110, 0.08);
}

.service-content h2 {
  color: #0c4a6e;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0ea5e9;
}

.service-content h3 {
  color: var(--heading-color);
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.service-content h4 {
  color: var(--heading-color);
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.service-content .lead {
  font-size: 1.15rem;
  color: var(--default-color);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.service-content ul,
.service-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.service-content ul li,
.service-content ol li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: var(--default-color);
}

.service-content ul li strong {
  color: var(--heading-color);
}

.service-sidebar {
  position: sticky;
  top: 100px;
}

.service-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(12, 74, 110, 0.08);
  margin-bottom: 1.5rem;
}

.service-card h4 {
  color: #0c4a6e;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0ea5e9;
}

.service-card ul.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.service-card ul.list-unstyled li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.service-card ul.list-unstyled li i {
  position: absolute;
  left: 0;
  top: 0.25rem;
}

.service-card ul.list-unstyled li a {
  color: var(--default-color);
  text-decoration: none;
  transition: color 0.3s;
}

.service-card ul.list-unstyled li a:hover {
  color: var(--accent-color);
}

.service-cta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid var(--background-color);
}

.service-cta .btn {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.service-cta .btn-primary {
  background: linear-gradient(165deg, #0c4a6e 0%, #075985 100%);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 14px;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(12, 74, 110, 0.35);
}
.service-cta .btn-outline-primary {
  color: #0c4a6e;
  border: 2px solid #0c4a6e;
  background: transparent;
  padding: 10px 22px;
  border-radius: 14px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.service-cta .btn-outline-primary:hover {
  background: rgba(12, 74, 110, 0.08);
  color: #075985;
}

@media (max-width: 991px) {
  .service-sidebar {
    position: static;
    margin-top: 2rem;
  }
  
  .page-header h1 {
    font-size: 2rem;
  }
  
  .page-header p {
    font-size: 1rem;
  }
}
