/* Expanded CTA Card */
.bluetrust-cta-card {
  max-width: 100% !important;
  width: 100% !important;
  padding: 48px 40px !important;
  margin: 40px 0 0 0 !important;
  box-shadow: 0 8px 32px rgba(13,103,198,0.10);
  border-radius: 32px !important;
  text-align: center;
}
.bluetrust-cta-card h4 {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  margin-bottom: 24px !important;
  color: #0d67c6 !important;
  letter-spacing: 0.5px;
}
.bluetrust-cta-card p {
  font-size: 1.25rem !important;
  color: #1a2a3a !important;
  margin-bottom: 28px !important;
}
.bluetrust-cta-card .bluetrust-eyebrow {
  font-size: 1rem !important;
  letter-spacing: 2px;
  color: #2a90ff !important;
  margin-bottom: 18px !important;
}
.bluetrust-cta-card .au-btn {
  font-size: 1.2rem !important;
  padding: 14px 38px !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #0d67c6 0%, #2a90ff 100%) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(13,103,198,0.10);
  transition: background 0.2s;
}
.bluetrust-cta-card .au-btn:hover {
  background: linear-gradient(90deg, #2a90ff 0%, #0d67c6 100%) !important;
  color: #fff !important;
}
.bluetrust-service-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.bluetrust-service-row > div {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
  display: flex;
}
.bluetrust-service-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media (max-width: 991px) {
  .bluetrust-service-row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .bluetrust-service-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Main background for fullness */
.bluetrust-main-bg {
  background: linear-gradient(120deg, #eaf5ff 0%, #f4f9ff 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Gradient panel for hero */
.bluetrust-gradient-panel {
  background: linear-gradient(90deg, #0d67c6 0%, #2a90ff 100%) !important;
  color: #fff;
  box-shadow: 0 8px 32px rgba(13,103,198,0.10);
}
.bluetrust-gradient-panel .bluetrust-hero-copy h3,
.bluetrust-gradient-panel .bluetrust-hero-copy p {
  color: #fff !important;
}
.bluetrust-gradient-panel .bluetrust-hero-copy .bluetrust-eyebrow {
  color: #fff !important;
}
.bluetrust-gradient-panel .bluetrust-badges li {
  background: rgba(255,255,255,0.85) !important;
  color: #0a4a91 !important;
}

/* Blue gradient text */
.bluetrust-blue-gradient {
  background: linear-gradient(90deg, #0d67c6 20%, #2a90ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Service Row tighter spacing */
.bluetrust-service-row {
  margin-left: -10px;
  margin-right: -10px;
}
.bluetrust-service-row > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
}

/* Service Card Color Variants */
.bluetrust-service-blue {
  background: linear-gradient(120deg, #eaf5ff 60%, #d0e7ff 100%);
}
.bluetrust-service-skyblue {
  background: linear-gradient(120deg, #f4f9ff 60%, #e0f2ff 100%);
}
.bluetrust-service-darkblue {
  background: linear-gradient(120deg, #e3eefd 60%, #b3d8fa 100%);
}

/* Service Badge Styles */
.service-badge {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(13,103,198,0.10);
}
.service-badge-blue {
  background: linear-gradient(135deg, #0d67c6 60%, #2a90ff 100%);
}
.service-badge-skyblue {
  background: linear-gradient(135deg, #2a90ff 60%, #71c7ff 100%);
}
.service-badge-darkblue {
  background: linear-gradient(135deg, #0a2342 60%, #0d67c6 100%);
}

/* Blue Card Variant */
.bluetrust-card-blue {
  background: linear-gradient(120deg, #eaf5ff 60%, #d0e7ff 100%);
}
/*
  Bluetrust Service Details Page Custom Styles
  Move all inline and <style> CSS from servicedetails.html here.
*/

.bluetrust-detail-hero { background: linear-gradient(135deg, rgba(3,27,67,.9), rgba(16,94,171,.72)), url(../images/sevice-01.jpeg) center center no-repeat; }
.bluetrust-detail-page { background: radial-gradient(circle at top right, rgba(71,155,255,.12), transparent 28%), linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%); }
.bluetrust-card, .bluetrust-service-card, .bluetrust-sidebar-card, .bluetrust-cta-card { background:#fff; border:1px solid #d8e9fb; border-radius:20px; box-shadow:0 20px 50px rgba(10,60,122,.08); }
.bluetrust-card, .bluetrust-sidebar-card, .bluetrust-cta-card { padding:30px 28px; margin-bottom:30px; }
.bluetrust-eyebrow { color:#0d67c6; font-size:12px; font-weight:700; letter-spacing:2px; margin-bottom:14px; text-transform:uppercase; }
.bluetrust-hero-panel { overflow:hidden; margin-bottom:30px; }
.bluetrust-hero-visual { background: linear-gradient(180deg, rgba(10,74,145,.2), rgba(10,74,145,.3)), url(../images/business-growth-solutions.jpeg) center center no-repeat; background-size:cover; min-height:420px; position:relative; }
.bluetrust-float-box { background:rgba(255,255,255,.94); border-radius:16px; bottom:28px; box-shadow:0 18px 35px rgba(9,55,108,.15); left:28px; max-width:240px; padding:20px 18px; position:absolute; }
.bluetrust-float-box .value, .bluetrust-mini-stat strong { color:#0d67c6; display:block; font-size:32px; font-weight:700; line-height:1; margin-bottom:8px; }
.bluetrust-hero-copy { padding:38px 36px; }
.bluetrust-hero-copy h3, .bluetrust-card h4, .bluetrust-service-card h4, .bluetrust-sidebar-card h4, .bluetrust-cta-card h4 { color:#0a2342; margin-top:0; }
.bluetrust-hero-copy p, .bluetrust-card p, .bluetrust-service-card p, .bluetrust-sidebar-card p, .bluetrust-cta-card p { color:#4c657f; }
.bluetrust-badges, .bluetrust-checklist, .bluetrust-sidebar-list { list-style:none; margin:0; padding:0; }
.bluetrust-badges li { background:linear-gradient(90deg, #eaf5ff, #f6fbff); border-radius:999px; color:#0a4a91; display:inline-block; font-size:13px; font-weight:700; margin:0 10px 10px 0; padding:10px 14px; }
.bluetrust-checklist li { color:#4c657f; margin-bottom:12px; padding-left:20px; position:relative; }
.bluetrust-checklist li:before { color:#1a88ff; content:"\f00c"; font-family:FontAwesome; left:0; position:absolute; top:0; }
.bluetrust-service-card { height:100%; margin-bottom:30px; overflow:hidden; }
.bluetrust-service-card .top-band { background:linear-gradient(90deg, #0a4a91, #2a90ff); height:6px; }
.bluetrust-service-card .card-body { padding:26px 22px 24px; }
.bluetrust-service-card .service-no { color:#a9c9ee; display:block; font-size:30px; font-weight:700; line-height:1; margin-bottom:16px; }
.bluetrust-process-step { border-left:3px solid #2a90ff; margin-bottom:22px; padding-left:18px; }
.bluetrust-process-step .label { color:#0d67c6; display:block; font-size:12px; font-weight:700; letter-spacing:1px; margin-bottom:6px; padding:0; text-align:left; text-transform:uppercase; }
.bluetrust-sidebar-list li { border-bottom:1px solid #e7f1fb; margin-bottom:12px; padding:0 0 12px; }
.bluetrust-sidebar-list li:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.bluetrust-sidebar-list li a { color:#0a2342; display:block; font-weight:600; }
.bluetrust-sidebar-list li.active a, .bluetrust-sidebar-list li a:hover { color:#0d67c6; }
.bluetrust-insight { background:linear-gradient(145deg, #0a2342, #0d67c6); border:0; }
.bluetrust-insight h4, .bluetrust-insight p, .bluetrust-insight li { color:#fff; }
.bluetrust-mini-stat { background:#f5faff; border:1px solid #d8e9fb; border-radius:16px; margin-bottom:16px; padding:18px 16px; }
@media (max-width:991px) { .bluetrust-hero-visual { min-height:300px; } .bluetrust-float-box { bottom:20px; left:20px; } }
@media (max-width:767px) { .bluetrust-card, .bluetrust-sidebar-card, .bluetrust-cta-card { padding:24px 20px; } .bluetrust-hero-copy { padding:24px 20px; } .bluetrust-float-box { max-width:200px; } }

.bluetrust-service-detail-panel {
  overflow: hidden;
  padding: 0 !important;
}

.service-detail-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 430px;
  height: 100%;
}

.service-detail-copy {
  padding: 48px 42px;
}

.service-detail-copy h2 {
  color: #0a2342;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 22px;
}

.service-detail-lead,
.service-detail-text {
  color: #31445f;
  font-size: 19px;
  line-height: 1.78;
}

.service-detail-benefits,
.service-detail-outcomes {
  min-height: 100%;
}

.service-detail-outcomes .bluetrust-mini-stat strong {
  font-size: 22px;
  line-height: 1.25;
}

.service-related-link {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e9fb;
  border-radius: 8px;
  color: #0a2342;
  display: flex;
  font-size: 17px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.35;
  margin-bottom: 15px;
  min-height: 86px;
  padding: 18px;
}

.service-related-link i {
  color: #0d67c6;
  margin-left: 12px;
}

.service-related-link:hover {
  background: linear-gradient(90deg, #0d67c6, #2a90ff);
  color: #fff;
}

.service-related-link:hover i {
  color: #fff;
}

.bluetrust-sidebar-list li.active a {
  background: #eaf5ff;
  border-left: 4px solid #0d67c6;
  border-radius: 8px;
  padding: 10px 12px;
}

@media (max-width: 991px) {
  .service-detail-image {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .service-detail-copy {
    padding: 28px 22px;
  }

  .service-detail-copy h2 {
    font-size: 32px;
  }

  .service-detail-lead,
  .service-detail-text {
    font-size: 18px;
    line-height: 1.7;
  }
}
