.service-page {
  background: #f3f4f6;
}

.service-hero {
  position: relative;
  min-height: 520px;
  background: linear-gradient(rgba(4, 12, 28, 0.62), rgba(4, 12, 28, 0.62)),
    url("../img/SERVICE_Cover.png") top center / cover no-repeat;
  display: flex;
  align-items: center;
}

.service-hero-title {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.4rem);
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}

.service-hero-sub {
  margin: 0;
  color: #d1d5db;
  max-width: 520px;
  line-height: 1.55;
}

.service-hero-sub .accent {
  color: #d72027;
  font-weight: 700;
}

.service-wrap {
  padding: 2.2rem 0 3rem;
}

.service-section-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1f2937;
}

.service-section-title .slash {
  color: #d72027;
}

.service-intro {
  max-width: 900px;
  margin: 0.8rem auto 0;
  text-align: center;
  color: #4b5563;
  line-height: 1.7;
}

.service-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  height: 100%;
  padding: 1.3rem;
}

.service-card-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #d72027;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-card-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #1f2937;
}

.service-card-desc {
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #374151;
}

.service-list.cols-2 {
  columns: 2;
  column-gap: 1.4rem;
}

.service-list li {
  break-inside: avoid;
  margin-bottom: 0.45rem;
}

.service-list li i {
  color: #d72027;
  margin-right: 0.45rem;
}

.suppliers-band {
  margin-top: 1.5rem;
  background: linear-gradient(115deg, #081b3b 0%, #0e2b5c 60%, #09162c 100%);
  border-radius: 14px;
  padding: 1.3rem;
  color: #e5e7eb;
}

.suppliers-band .service-section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.supplier-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.supplier-list li {
  margin-bottom: 0.5rem;
}

.supplier-list i {
  color: #d72027;
  margin-right: 0.4rem;
}

.panel {
  margin-top: 1.3rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
  padding: 1rem;
}

.panel-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #1f2937;
  margin-bottom: 1rem;
}

.panel-title .slash {
  color: #d72027;
}

.logo-grid {
  display: grid;
  gap: 0.85rem;
}

.logo-grid.insurance {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-grid.banks {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
}

.logo-item img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
}

.banks-band {
  background: linear-gradient(115deg, #081b3b 0%, #0b2147 55%, #122d59 100%);
  border-radius: 14px;
  padding: 1rem;
  margin-top: 1.2rem;
}

.banks-band .panel-title {
  color: #fff;
}

@media (max-width: 991.98px) {
  .logo-grid.insurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-grid.banks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .service-list.cols-2 {
    columns: 1;
  }

  .logo-grid.banks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Service inquiry modal & triggers (aligned with service page theme) */
.service-hero-cta {
  margin-top: 1.35rem;
}

.service-hero .service-inquiry-trigger {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #d72027;
  border: none;
  border-radius: 10px;
  padding: 0.65rem 1.35rem;
  box-shadow: 0 10px 28px rgba(215, 32, 39, 0.35);
}

.service-hero .service-inquiry-trigger:hover,
.service-hero .service-inquiry-trigger:focus {
  background: #b91c23;
  color: #fff;
}

.service-intro-cta {
  margin-top: 1rem;
}

.service-inquiry-trigger-outline {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1f2937;
  border: 2px solid #d72027;
  background: #fff;
  border-radius: 10px;
  padding: 0.55rem 1.15rem;
}

.service-inquiry-trigger-outline:hover,
.service-inquiry-trigger-outline:focus {
  background: #d72027;
  color: #fff;
  border-color: #d72027;
}

.service-inquiry-fab {
  position: fixed;
  bottom: 5.5rem;
  right: 1.25rem;
  width: 3.35rem;
  height: 3.35rem;
  border: none;
  border-radius: 12px;
  background: linear-gradient(145deg, #d72027 0%, #b91c23 100%);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.22);
  z-index: 1035;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-inquiry-fab:hover,
.service-inquiry-fab:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(215, 32, 39, 0.35);
  color: #fff;
}

@media (min-width: 992px) {
  .service-inquiry-fab {
    bottom: 6rem;
    right: 1.75rem;
  }
}

.service-inquiry-modal-content {
  border: none;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.18);
}

.service-inquiry-modal-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}

.service-inquiry-modal-kicker .slash {
  color: #d72027;
}

.service-inquiry-modal-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.service-page .modal .modal-title.text-primary {
  color: #d72027 !important;
}
