/* =========================================================
   Page Layout / Image Adjustments
   ========================================================= */

/* Full-page sections already use .container-custom.
   No outer .container-fluid wrapper is required. */

.drupal-maintenance-services,
.drupal-maintenance-trust-bar > .row,
.maintenance-coverage-benefits > .row,
.drupal-maintenance-schedule-benefits > .row,
.drupal-checklist-footer > .row,
.proactive-flow-row > .row,
.proactive-maintenance-insight > .row,
.maintenance-support-trust > .row,
.maintenance-support-reassurance > .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.drupal-checklist-main,
.drupal-checklist-main > .col-xl-10 > .row,
.proactive-insight-stats .row,
.maintenance-support-main > .col-xl-7 > .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.maintenance-support-main {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.drupal-maintenance-dashboard-wrap img,
.maintenance-coverage-top > .col-lg-7 > img,
.drupal-maintenance-schedule-layout > .col-xl-4 > img,
.proactive-insight-main img,
.maintenance-support-shield img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.maintenance-coverage-top > .col-lg-7 > img {
  margin-left: auto;
}

.drupal-maintenance-schedule-layout > .col-xl-4 > img {
  max-width: 440px;
  margin: 0 auto;
}

.proactive-insight-main img {
  max-width: 150px;
  margin: 0 auto;
}

.maintenance-support-shield img {
  position: relative;
  z-index: 2;
}

@media (max-width: 1599.98px) {
  .drupal-maintenance-schedule-layout > .col-xl-4 > img {
    max-width: 395px;
  }

  .proactive-insight-main img {
    max-width: 130px;
  }
}

@media (max-width: 1399.98px) {
  .drupal-maintenance-schedule-layout > .col-xl-4 > img {
    max-width: 345px;
  }

  .proactive-insight-main img {
    max-width: 110px;
  }
}

@media (max-width: 1199.98px) {
  .drupal-maintenance-schedule-layout > .col-xl-4 > img {
    max-width: 380px;
  }
}

@media (max-width: 991.98px) {
  .maintenance-coverage-top > .col-lg-7 > img {
    margin: 24px auto 0;
  }

  .proactive-insight-main img {
    max-width: 125px;
  }
}

@media (max-width: 767.98px) {
  .drupal-maintenance-schedule-layout > .col-xl-4 > img {
    max-width: 310px;
  }

  .proactive-insight-main img {
    max-width: 95px;
  }
}

@media (max-width: 575.98px) {
  .drupal-maintenance-schedule-layout > .col-xl-4 > img {
    max-width: 270px;
  }
}

/* =========================================================
   03. Drupal Maintenance Guide Banner
   ========================================================= */

.drupal-maintenance-banner {
  position: relative;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 73% 13%,
      rgba(0, 119, 255, 0.18),
      transparent 20%
    ),
    radial-gradient(
      circle at 80% 53%,
      rgba(0, 91, 255, 0.12),
      transparent 32%
    ),
    radial-gradient(
      circle at 18% 88%,
      rgba(0, 112, 255, 0.08),
      transparent 30%
    ),
    linear-gradient(135deg, #020a18 0%, #020e21 49%, #030b1c 100%);
}

.drupal-maintenance-banner::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 400px;
  right: -60px;
  top: 70px;
  opacity: 0.35;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(0, 111, 255, 0.75) 1px,
    transparent 1px
  );
  background-size: 9px 9px;
  transform: rotate(-5deg);
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 35%,
    #000 75%,
    transparent
  );
}

.drupal-maintenance-banner-main {
  min-height: 665px;
}

.drupal-maintenance-banner-content {
  max-width: 720px;
}

.drupal-maintenance-banner-badge {
  padding: 11px 20px;
  border: 1px solid #ff5a00;
  border-radius: 18px;
  color: #ff6a00;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.drupal-maintenance-banner-badge i {
  font-size: 18px;
}

.drupal-maintenance-banner-title h1 {
  margin: 0;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.drupal-maintenance-banner-title h1 span {
  color: #ff5a00;
}

.drupal-maintenance-banner-description {
  max-width: 650px;
  color: #d0d5df;
  font-size: 18px;
  line-height: 1.75;
}

.drupal-maintenance-services {
  max-width: 700px;
}

.drupal-maintenance-service {
  position: relative;
  min-width: 0;
  padding: 0 13px;
}

.drupal-maintenance-service:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 105px;
  background: rgba(151, 171, 205, 0.22);
}

.drupal-maintenance-service-icon {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 34px;
}

.drupal-maintenance-service-blue {
  color: #3b99ff;
  border-color: rgba(43, 135, 255, 0.42);
  background: rgba(11, 82, 182, 0.12);
}

.drupal-maintenance-service-green {
  color: #44d267;
  border-color: rgba(68, 210, 103, 0.32);
  background: rgba(35, 179, 75, 0.08);
}

.drupal-maintenance-service-purple {
  color: #a36aff;
  border-color: rgba(163, 106, 255, 0.4);
  background: rgba(111, 63, 189, 0.1);
}

.drupal-maintenance-service-orange {
  color: #ffae13;
  border-color: rgba(255, 158, 0, 0.35);
  background: rgba(224, 127, 0, 0.08);
}

.drupal-maintenance-service-cyan {
  color: #2adced;
  border-color: rgba(42, 220, 237, 0.35);
  background: rgba(0, 187, 216, 0.08);
}

.drupal-maintenance-service h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.drupal-maintenance-service p {
  color: #c7ced9;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.drupal-maintenance-banner-actions a {
  min-width: 0;
  min-height: 66px;
  padding: 16px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-maintenance-download-btn {
  color: #ffffff;
  border: 1px solid #ff6a00;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.drupal-maintenance-expert-btn {
  color: #ffffff;
  border: 1px solid rgba(201, 215, 239, 0.65);
  background: rgba(7, 18, 38, 0.55);
}

.drupal-maintenance-banner-actions a:hover {
  transform: translateY(-2px);
}

.drupal-maintenance-expert-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.drupal-maintenance-dashboard-wrap {
  padding-top: 85px;
}

/* Trust Bar */

.drupal-maintenance-trust-bar {
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(76, 115, 167, 0.27);
  border-radius: 17px;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 40, 0.82),
      rgba(5, 21, 45, 0.75)
    );
}

.drupal-maintenance-trust-item {
  position: relative;
  min-height: 140px;
  padding: 25px 34px;
}

.drupal-maintenance-trust-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  top: 25px;
  right: 0;
  border-right: 1px dashed rgba(112, 147, 194, 0.3);
}

.drupal-maintenance-trust-bar .col-lg:last-child
.drupal-maintenance-trust-item::after {
  display: none;
}

.drupal-maintenance-trust-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 31px;
}

.drupal-maintenance-trust-blue {
  color: #4a9dff;
  border-color: rgba(57, 142, 255, 0.3);
  background: rgba(31, 99, 190, 0.11);
}

.drupal-maintenance-trust-green {
  color: #47d66d;
  border-color: rgba(71, 214, 109, 0.24);
  background: rgba(35, 160, 70, 0.09);
}

.drupal-maintenance-trust-purple {
  color: #af6aff;
  border-color: rgba(175, 106, 255, 0.28);
  background: rgba(116, 57, 191, 0.09);
}

.drupal-maintenance-trust-orange {
  color: #ffae13;
  border-color: rgba(255, 174, 19, 0.3);
  background: rgba(208, 128, 0, 0.08);
}

.drupal-maintenance-trust-cyan {
  color: #32d6e6;
  border-color: rgba(50, 214, 230, 0.32);
  background: rgba(0, 164, 183, 0.08);
}

.drupal-maintenance-trust-copy {
  min-width: 0;
}

.drupal-maintenance-trust-copy strong,
.drupal-maintenance-trust-copy span {
  display: block;
  overflow-wrap: break-word;
}

.drupal-maintenance-trust-copy strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.drupal-maintenance-trust-copy span {
  color: #c6cfdd;
  font-size: 16px;
  line-height: 1.45;
}

/* =========================================================
   Drupal Maintenance Guide Banner Responsive
   ========================================================= */

@media (max-width: 1599.98px) {

  .drupal-maintenance-banner-main {
    min-height: 620px;
  }

  .drupal-maintenance-banner-content {
    max-width: 660px;
  }

  .drupal-maintenance-banner-badge {
    padding: 10px 18px;
    font-size: 15px;
  }

  .drupal-maintenance-banner-title h1 {
    font-size: 48px;
  }

  .drupal-maintenance-banner-description {
    font-size: 17px;
  }

  .drupal-maintenance-service {
    padding: 0 9px;
  }

  .drupal-maintenance-service-icon {
    width: 76px;
    height: 76px;
    font-size: 30px;
  }

  .drupal-maintenance-service h3 {
    font-size: 14px;
  }

  .drupal-maintenance-service p {
    font-size: 14px;
  }

  .drupal-maintenance-banner-actions a {
    min-height: 60px;
    padding: 14px 21px;
    font-size: 16px;
  }

  .drupal-maintenance-dashboard-wrap {
    padding-top: 78px;
  }

  .drupal-maintenance-trust-item {
    min-height: 125px;
    padding: 22px 24px;
  }

  .drupal-maintenance-trust-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 27px;
  }

  .drupal-maintenance-trust-copy strong {
    font-size: 16px;
  }

  .drupal-maintenance-trust-copy span {
    font-size: 14px;
  }
}

@media (max-width: 1399.98px) {

  .drupal-maintenance-banner-main {
    min-height: 550px;
  }

  .drupal-maintenance-banner-badge {
    padding: 9px 15px;
    font-size: 14px;
  }

  .drupal-maintenance-banner-title h1 {
    font-size: 40px;
    line-height: 1.27;
  }

  .drupal-maintenance-banner-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .drupal-maintenance-service-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    font-size: 25px;
  }

  .drupal-maintenance-service h3 {
    font-size: 12px;
  }

  .drupal-maintenance-service p {
    font-size: 12px;
  }

  .drupal-maintenance-service:not(:last-child)::after {
    height: 88px;
  }

  .drupal-maintenance-banner-actions a {
    min-height: 54px;
    padding: 12px 17px;
    gap: 10px;
    font-size: 14px;
  }

  .drupal-maintenance-dashboard-wrap {
    padding-top: 62px;
  }

  .drupal-maintenance-trust-item {
    min-height: 112px;
    padding: 18px 17px;
    gap: 12px !important;
  }

  .drupal-maintenance-trust-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .drupal-maintenance-trust-copy strong {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .drupal-maintenance-trust-copy span {
    font-size: 12px;
  }

  .drupal-maintenance-trust-item::after {
    height: 76px;
    top: 18px;
  }
}

@media (max-width: 991.98px) {

  .drupal-maintenance-banner-main {
    min-height: auto;
  }

  .drupal-maintenance-banner-content {
    max-width: 100%;
    text-align: center;
  }

  .drupal-maintenance-banner-description {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .drupal-maintenance-services {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .drupal-maintenance-banner-actions {
    justify-content: center;
  }

  .drupal-maintenance-dashboard-wrap {
    max-width: 720px;
    margin: 25px auto 0;
  }

  .drupal-maintenance-trust-bar {
    margin-top: 30px;
  }

  .drupal-maintenance-trust-item::after {
    display: none;
  }

  .drupal-maintenance-trust-item {
    min-height: 105px;
    border-bottom: 1px solid rgba(112, 147, 194, 0.18);
  }
}

@media (max-width: 767.98px) {

  .drupal-maintenance-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .drupal-maintenance-banner::before {
    width: 400px;
    height: 300px;
    right: -150px;
    top: 300px;
  }

  .drupal-maintenance-banner-badge {
    padding: 8px 13px;
    font-size: 12px;
  }

  .drupal-maintenance-banner-badge i {
    font-size: 14px;
  }

  .drupal-maintenance-banner-title h1 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.025em;
  }

  .drupal-maintenance-banner-title h1 br {
    display: none;
  }

  .drupal-maintenance-banner-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .drupal-maintenance-services {
    row-gap: 22px;
  }

  .drupal-maintenance-services > .col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .drupal-maintenance-service {
    padding: 0 5px;
  }

  .drupal-maintenance-service:not(:last-child)::after {
    display: none;
  }

  .drupal-maintenance-service-icon {
    width: 58px;
    height: 58px;
    font-size: 23px;
  }

  .drupal-maintenance-service h3 {
    font-size: 13px;
  }

  .drupal-maintenance-service p {
    font-size: 11px;
    white-space: normal;
  }

  .drupal-maintenance-banner-actions {
    flex-direction: column;
  }

  .drupal-maintenance-banner-actions a {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 15px;
  }

  .drupal-maintenance-dashboard-wrap {
    padding-top: 52px;
  }

  .drupal-maintenance-trust-item {
    min-height: 95px;
    padding: 16px;
  }

  .drupal-maintenance-trust-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .drupal-maintenance-trust-copy strong {
    font-size: 14px;
  }

  .drupal-maintenance-trust-copy span {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {

  .drupal-maintenance-services > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .drupal-maintenance-service-icon {
    width: 56px;
    height: 56px;
  }

  .drupal-maintenance-trust-bar .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .drupal-maintenance-trust-item {
    justify-content: flex-start;
  }
}
/* =========================================================
   04. Drupal Maintenance Coverage
   ========================================================= */

.maintenance-coverage-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.04),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.maintenance-coverage-top {
  margin-bottom: 28px;
}

.maintenance-coverage-content {
  max-width: 650px;
}

.maintenance-coverage-kicker {
  color: #ff4d00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.maintenance-coverage-kicker > span {
  position: relative;
  width: 30px;
  height: 2px;
  flex-shrink: 0;
  background: #ff4d00;
}

.maintenance-coverage-kicker > span::before,
.maintenance-coverage-kicker > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff4d00;
  transform: translateY(-50%);
}

.maintenance-coverage-kicker > span::before {
  left: 0;
}

.maintenance-coverage-kicker > span::after {
  right: 0;
}

.maintenance-coverage-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.maintenance-coverage-head h2 strong {
  color: #ff4d00;
  font-weight: 800;
}

.maintenance-coverage-head p {
  max-width: 620px;
  color: #475375;
  font-size: 18px;
  line-height: 1.7;
}

.maintenance-coverage-note {
  max-width: 470px;
  padding: 13px 18px;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(235, 242, 255, 0.95),
    rgba(246, 249, 255, 0.9)
  );
}

.maintenance-coverage-note-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #ffffff;
  font-size: 25px;
  background: linear-gradient(145deg, #2580ff, #0053d6);
  box-shadow: 0 9px 20px rgba(13, 110, 253, 0.2);
}

.maintenance-coverage-note p {
  min-width: 0;
  color: #15244b;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  overflow-wrap: break-word;
}

/* Cards */

.maintenance-coverage-card {
  padding: 22px 24px;
  border: 1px solid #dfe6ef;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 7px 22px rgba(17, 40, 80, 0.025);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.maintenance-coverage-card:hover {
  transform: translateY(-3px);
  border-color: #cddbed;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.07);
}

.maintenance-card-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 33px;
}

.maintenance-card-orange {
  color: #ff6600;
  background: linear-gradient(145deg, #fff2e9, #fff9f4);
}

.maintenance-card-green {
  color: #0e9f4a;
  background: linear-gradient(145deg, #eaf9f0, #f7fcf9);
}

.maintenance-card-purple {
  color: #7c43ef;
  background: linear-gradient(145deg, #f2ecff, #faf8ff);
}

.maintenance-card-blue {
  color: #1265e9;
  background: linear-gradient(145deg, #edf4ff, #f7faff);
}

.maintenance-card-cyan {
  color: #08aaa5;
  background: linear-gradient(145deg, #e6f9f8, #f5fdfd);
}

.maintenance-card-violet {
  color: #8c42ed;
  background: linear-gradient(145deg, #f1ebff, #fbf8ff);
}

.maintenance-card-yellow {
  color: #ef9b00;
  background: linear-gradient(145deg, #fff6e5, #fffaf2);
}

.maintenance-card-red {
  color: #f04332;
  background: linear-gradient(145deg, #ffeded, #fff7f7);
}

.maintenance-card-content {
  min-width: 0;
  flex: 1;
}

.maintenance-card-content h3 {
  min-height: 52px;
  margin: 8px 0 10px;
  color: #0b0f18;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  overflow-wrap: break-word;
}

.maintenance-card-line {
  width: 32px;
  height: 2px;
  display: block;
  margin-bottom: 16px;
}

.maintenance-line-orange {
  background: #ff5a00;
}

.maintenance-line-green {
  background: #13a64b;
}

.maintenance-line-purple {
  background: #7641ec;
}

.maintenance-line-blue {
  background: #1264eb;
}

.maintenance-line-cyan {
  background: #00a7a5;
}

.maintenance-line-violet {
  background: #813de9;
}

.maintenance-line-yellow {
  background: #efa000;
}

.maintenance-line-red {
  background: #f13d30;
}

.maintenance-card-content p {
  min-height: 112px;
  margin: 0 0 10px;
  color: #46516c;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.maintenance-card-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.maintenance-card-link i {
  font-size: 15px;
  transition: transform 0.2s ease;
}

.maintenance-card-link:hover i {
  transform: translateX(4px);
}

.maintenance-link-orange {
  color: #ff5a00;
}

.maintenance-link-green {
  color: #079b3d;
}

.maintenance-link-purple,
.maintenance-link-violet {
  color: #6e23e6;
}

.maintenance-link-blue {
  color: #005ee9;
}

.maintenance-link-cyan {
  color: #009e99;
}

.maintenance-link-yellow {
  color: #e89200;
}

.maintenance-link-red {
  color: #ed2f20;
}

/* Benefits Strip */

.maintenance-coverage-benefits {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(
    90deg,
    #f0f5ff 0%,
    #f8faff 50%,
    #f1f6ff 100%
  );
}

.maintenance-benefit-item {
  position: relative;
  min-height: 92px;
  padding: 17px 30px;
}

.maintenance-benefit-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55px;
  top: 50%;
  right: 0;
  background: #ccd9ed;
  transform: translateY(-50%);
}

.maintenance-coverage-benefits .col-xl-3:last-child
.maintenance-benefit-item::after {
  display: none;
}

.maintenance-benefit-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #1262dc;
  font-size: 29px;
  background: rgba(219, 232, 255, 0.8);
}

.maintenance-benefit-content {
  min-width: 0;
}

.maintenance-benefit-content strong {
  display: block;
  margin-bottom: 4px;
  color: #0b183b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: break-word;
}

.maintenance-benefit-content p {
  color: #26385e;
  font-size: 14px;
  line-height: 1.4;
}

/* =========================================================
   Drupal Maintenance Coverage Responsive
   ========================================================= */

@media (max-width: 1599.98px) {

  .maintenance-coverage-kicker {
    font-size: 15px;
  }

  .maintenance-coverage-head h2 {
    font-size: 38px;
  }

  .maintenance-coverage-head p {
    font-size: 17px;
  }

  .maintenance-coverage-note {
    max-width: 450px;
  }

  .maintenance-coverage-note-icon {
    width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .maintenance-card-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 29px;
  }

  .maintenance-coverage-card {
    padding: 20px;
  }

  .maintenance-card-content h3 {
    min-height: 48px;
    font-size: 20px;
  }

  .maintenance-card-content p {
    min-height: 104px;
    font-size: 15px;
  }

  .maintenance-card-link {
    font-size: 15px;
  }

  .maintenance-benefit-item {
    padding: 16px 22px;
  }

  .maintenance-benefit-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 26px;
  }

  .maintenance-benefit-content strong {
    font-size: 15px;
  }
}

@media (max-width: 1399.98px) {

  .maintenance-coverage-kicker {
    font-size: 14px;
  }

  .maintenance-coverage-head h2 {
    font-size: 32px;
  }

  .maintenance-coverage-head p {
    font-size: 15px;
  }

  .maintenance-coverage-note p {
    font-size: 14px;
  }

  .maintenance-card-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 26px;
  }

  .maintenance-card-content h3 {
    min-height: 42px;
    font-size: 17px;
  }

  .maintenance-card-content p {
    min-height: 95px;
    font-size: 14px;
  }

  .maintenance-card-link {
    font-size: 14px;
  }

  .maintenance-benefit-item {
    padding: 16px 18px;
  }

  .maintenance-benefit-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 23px;
  }

  .maintenance-benefit-content strong {
    font-size: 14px;
  }

  .maintenance-benefit-content p {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {

  .maintenance-coverage-content {
    max-width: 100%;
  }

  .maintenance-coverage-head p {
    max-width: 720px;
  }

  .maintenance-coverage-note {
    max-width: 600px;
  }

  .maintenance-card-content h3,
  .maintenance-card-content p {
    min-height: 0;
  }

  .maintenance-coverage-benefits .col-md-6:nth-child(2n)
  .maintenance-benefit-item::after {
    display: none;
  }

  .maintenance-benefit-item {
    border-bottom: 1px solid #d8e2f1;
  }

  .maintenance-coverage-benefits .col-md-6:nth-last-child(-n + 2)
  .maintenance-benefit-item {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {

  .maintenance-coverage-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .maintenance-coverage-kicker {
    font-size: 12px;
  }

  .maintenance-coverage-kicker > span {
    width: 26px;
  }

  .maintenance-coverage-head h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .maintenance-coverage-head p {
    font-size: 16px;
    line-height: 1.6;
  }

  .maintenance-coverage-note {
    padding: 12px;
  }

  .maintenance-coverage-note-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .maintenance-coverage-note p {
    font-size: 14px;
  }

  .maintenance-coverage-card {
    padding: 18px;
  }

  .maintenance-card-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .maintenance-card-content h3 {
    margin-top: 5px;
    font-size: 18px;
  }

  .maintenance-card-content p {
    font-size: 14px;
  }

  .maintenance-card-link {
    font-size: 14px;
  }

  .maintenance-benefit-item {
    min-height: 88px;
    padding: 15px 17px;
  }

  .maintenance-benefit-item::after {
    display: none;
  }

  .maintenance-benefit-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .maintenance-benefit-content strong {
    font-size: 14px;
  }

  .maintenance-benefit-content p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {

  .maintenance-coverage-card > .d-flex {
    gap: 13px !important;
  }

  .maintenance-card-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 12px;
    font-size: 21px;
  }

  .maintenance-card-content h3 {
    font-size: 16px;
  }

  .maintenance-card-line {
    margin-bottom: 12px;
  }
}
/* =========================================================
   05. Drupal Maintenance Schedule
   ========================================================= */

.drupal-maintenance-schedule {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(13, 110, 253, 0.035),
      transparent 32%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* Section Head */

.drupal-maintenance-schedule-head {
  max-width: 900px;
  margin: 0 auto 34px;
}

.drupal-maintenance-schedule-kicker {
  margin-bottom: 13px;
  color: #ff4d00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-maintenance-schedule-kicker span {
  position: relative;
  width: 32px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.drupal-maintenance-schedule-kicker span::before,
.drupal-maintenance-schedule-kicker span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.drupal-maintenance-schedule-kicker span::before {
  left: 0;
}

.drupal-maintenance-schedule-kicker span::after {
  right: 0;
}

.drupal-maintenance-schedule-head h2 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.drupal-maintenance-schedule-head > p {
  margin: 0;
  color: #465477;
  font-size: 18px;
  line-height: 1.5;
}

/* Main Layout */

.drupal-maintenance-schedule-layout {
  position: relative;
}

/* Cards */

.drupal-schedule-card {
  min-height: 287px;
  padding: 24px 28px;
  border: 1px solid;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(19, 45, 88, 0.035);
}

.drupal-schedule-card-head {
  min-width: 0;
}

.drupal-schedule-card-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 31px;
}

.drupal-schedule-orange {
  color: #ff5a00;
  background: #fff3ed;
}

.drupal-schedule-green {
  color: #299847;
  background: #eef8f1;
}

.drupal-schedule-purple {
  color: #8039ef;
  background: #f5f0ff;
}

.drupal-schedule-blue {
  color: #075be8;
  background: #edf5ff;
}

.drupal-schedule-card-title {
  min-width: 0;
}

.drupal-schedule-card-title h3 {
  margin: 0 0 7px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.drupal-schedule-card-title p {
  color: #071333;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.drupal-schedule-divider {
  width: 100%;
  height: 1px;
  margin: 15px 0 15px;
  background: #dde2ea;
}

.drupal-schedule-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 10px;
  color: #111b36;
  font-size: 15px;
  line-height: 1.35;
}

.drupal-schedule-list li:last-child {
  margin-bottom: 0;
}

.drupal-schedule-list li i {
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 17px;
}

.drupal-schedule-list li span {
  min-width: 0;
  overflow-wrap: break-word;
}

/* Individual Cards */

.drupal-schedule-daily {
  border-color: #ffd5c2;
}

.drupal-schedule-daily .drupal-schedule-card-title h3,
.drupal-schedule-daily .drupal-schedule-list i {
  color: #ff5a00;
}

.drupal-schedule-weekly {
  border-color: #cee8d3;
}

.drupal-schedule-weekly .drupal-schedule-card-title h3,
.drupal-schedule-weekly .drupal-schedule-list i {
  color: #299847;
}

.drupal-schedule-monthly {
  border-color: #dfd2ff;
}

.drupal-schedule-monthly .drupal-schedule-card-title h3,
.drupal-schedule-monthly .drupal-schedule-list i {
  color: #7b38ed;
}

.drupal-schedule-quarterly {
  border-color: #cbdcff;
}

.drupal-schedule-quarterly .drupal-schedule-card-title h3,
.drupal-schedule-quarterly .drupal-schedule-list i {
  color: #075be8;
}

/* Benefits Strip */

.drupal-maintenance-schedule-benefits {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(
      90deg,
      #eef5ff 0%,
      #f7faff 50%,
      #edf4ff 100%
    );
  box-shadow: 0 8px 25px rgba(25, 65, 120, 0.04);
}

.drupal-schedule-benefit {
  position: relative;
  min-height: 132px;
  padding: 22px 25px;
}

.drupal-schedule-benefit::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 74px;
  top: 50%;
  right: 0;
  background: #cdd9eb;
  transform: translateY(-50%);
}

.drupal-maintenance-schedule-benefits .col-xl-2:last-child
.drupal-schedule-benefit::after {
  display: none;
}

.drupal-schedule-main-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  font-size: 34px;
  background: linear-gradient(145deg, #1671ff, #0050df);
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.2);
}

.drupal-schedule-benefit-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
}

.drupal-benefit-green {
  color: #259640;
}

.drupal-benefit-blue {
  color: #0963e8;
}

.drupal-benefit-purple {
  color: #883de8;
}

.drupal-benefit-orange {
  color: #f56817;
}

.drupal-schedule-benefit-copy {
  min-width: 0;
}

.drupal-schedule-benefit-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #071333;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: break-word;
}

.drupal-schedule-benefit-main
.drupal-schedule-benefit-copy strong {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.45;
}

.drupal-schedule-benefit-copy p {
  color: #26375e;
  font-size: 12px;
  line-height: 1.45;
}

/* =========================================================
   Drupal Maintenance Schedule Responsive
   ========================================================= */

@media (max-width: 1599.98px) {

  .drupal-maintenance-schedule-head {
    margin-bottom: 30px;
  }

  .drupal-maintenance-schedule-kicker {
    font-size: 15px;
  }

  .drupal-maintenance-schedule-head h2 {
    font-size: 38px;
  }

  .drupal-maintenance-schedule-head > p {
    font-size: 17px;
  }

  .drupal-schedule-card {
    min-height: 260px;
    padding: 21px 23px;
  }

  .drupal-schedule-card-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 27px;
  }

  .drupal-schedule-card-title h3 {
    font-size: 20px;
  }

  .drupal-schedule-card-title p,
  .drupal-schedule-list li {
    font-size: 15px;
  }

  .drupal-schedule-list li {
    margin-bottom: 8px;
  }

  .drupal-schedule-monthly::after,
  .drupal-schedule-weekly::before,
  .drupal-schedule-quarterly::before {
    width: 80px;
  }

  .drupal-schedule-monthly::after {
    right: -81px;
  }

  .drupal-schedule-weekly::before,
  .drupal-schedule-quarterly::before {
    left: -81px;
  }

  .drupal-schedule-benefit {
    min-height: 116px;
    padding: 18px 20px;
  }

  .drupal-schedule-main-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 30px;
  }

  .drupal-schedule-benefit-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 25px;
  }

  .drupal-schedule-benefit-main
  .drupal-schedule-benefit-copy strong {
    font-size: 15px;
  }

  .drupal-schedule-benefit-copy strong {
    font-size: 14px;
  }
}

@media (max-width: 1399.98px) {

  .drupal-maintenance-schedule-kicker {
    font-size: 14px;
  }

  .drupal-maintenance-schedule-head h2 {
    font-size: 32px;
  }

  .drupal-maintenance-schedule-head > p {
    font-size: 15px;
  }

  .drupal-schedule-card {
    min-height: 250px;
    padding: 19px 20px;
  }

  .drupal-schedule-card-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 25px;
  }

  .drupal-schedule-card-title h3 {
    font-size: 17px;
  }

  .drupal-schedule-card-title p {
    font-size: 14px;
  }

  .drupal-schedule-list li {
    gap: 8px;
    margin-bottom: 7px;
    font-size: 13px;
  }

  .drupal-schedule-list li i {
    font-size: 15px;
  }

  .drupal-schedule-daily::after,
  .drupal-schedule-monthly::after,
  .drupal-schedule-weekly::before,
  .drupal-schedule-quarterly::before {
    width: 55px;
  }

  .drupal-schedule-monthly::after {
    right: -56px;
  }

  .drupal-schedule-weekly::before,
  .drupal-schedule-quarterly::before {
    left: -56px;
  }

  .drupal-schedule-benefit {
    min-height: 108px;
    padding: 16px 14px;
    gap: 10px !important;
  }

  .drupal-schedule-main-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 27px;
  }

  .drupal-schedule-benefit-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .drupal-schedule-benefit-main
  .drupal-schedule-benefit-copy strong {
    font-size: 14px;
  }

  .drupal-schedule-benefit-copy strong {
    font-size: 12px;
  }

  .drupal-schedule-benefit-copy p {
    font-size: 11px;
  }
}

@media (max-width: 1199.98px) {

  .drupal-maintenance-schedule-layout {
    row-gap: 28px;
  }

  .drupal-maintenance-schedule-layout > .col-xl-4:nth-child(1) {
    order: 2;
  }

  .drupal-maintenance-schedule-layout > .col-xl-4:nth-child(2) {
    order: 1;
  }

  .drupal-maintenance-schedule-layout > .col-xl-4:nth-child(3) {
    order: 3;
  }

  .drupal-schedule-card {
    min-height: auto;
  }

  .drupal-schedule-daily::after,
  .drupal-schedule-monthly::after,
  .drupal-schedule-weekly::before,
  .drupal-schedule-quarterly::before,
  .drupal-schedule-daily .drupal-schedule-card-head::after,
  .drupal-schedule-monthly .drupal-schedule-card-head::after,
  .drupal-schedule-weekly .drupal-schedule-card-head::after,
  .drupal-schedule-quarterly .drupal-schedule-card-head::after {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .drupal-maintenance-schedule-head {
    max-width: 700px;
  }

  .drupal-maintenance-schedule-benefits .col-md-6:nth-child(2n + 1)
  .drupal-schedule-benefit::after {
    display: none;
  }

  .drupal-schedule-benefit {
    border-bottom: 1px solid #d9e3f1;
  }

  .drupal-schedule-benefit-main::after {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .drupal-maintenance-schedule {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .drupal-maintenance-schedule-head {
    margin-bottom: 25px;
  }

  .drupal-maintenance-schedule-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .drupal-maintenance-schedule-kicker span {
    width: 26px;
  }

  .drupal-maintenance-schedule-head h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .drupal-maintenance-schedule-head > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .drupal-schedule-card {
    padding: 18px;
    border-radius: 16px;
  }

  .drupal-schedule-card-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 23px;
  }

  .drupal-schedule-card-title h3 {
    font-size: 18px;
  }

  .drupal-schedule-card-title p {
    font-size: 14px;
  }

  .drupal-schedule-list li {
    font-size: 14px;
  }

  .drupal-maintenance-schedule-benefits {
    border-radius: 16px;
  }

  .drupal-schedule-benefit {
    min-height: 94px;
    padding: 15px 17px;
  }

  .drupal-schedule-benefit::after {
    display: none;
  }

  .drupal-schedule-benefit-main
  .drupal-schedule-benefit-copy strong,
  .drupal-schedule-benefit-copy strong {
    font-size: 14px;
  }

  .drupal-schedule-benefit-copy p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {

  .drupal-maintenance-schedule-kicker span {
    width: 20px;
  }

  .drupal-schedule-card-head {
    gap: 12px !important;
  }

  .drupal-schedule-card-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 11px;
    font-size: 21px;
  }

  .drupal-schedule-card-title h3 {
    font-size: 16px;
  }

  .drupal-schedule-card-title p {
    font-size: 13px;
  }

  .drupal-schedule-list li {
    font-size: 14px;
  }

  .drupal-schedule-main-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 25px;
  }

  .drupal-schedule-benefit-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

/* =========================================================
   06. Drupal Maintenance Checklist
   ========================================================= */

.drupal-maintenance-checklist {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(13, 110, 253, 0.035),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* Section Head */

.drupal-checklist-head {
  max-width: 940px;
  margin: 0 auto 28px;
}

.drupal-checklist-kicker {
  margin-bottom: 12px;
  color: #ff4d00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.drupal-checklist-kicker span {
  position: relative;
  width: 32px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.drupal-checklist-kicker span::before,
.drupal-checklist-kicker span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.drupal-checklist-kicker span::before {
  left: 0;
}

.drupal-checklist-kicker span::after {
  right: 0;
}

.drupal-checklist-head h2 {
  margin: 0 0 10px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.drupal-checklist-head > p {
  margin: 0;
  color: #4a5678;
  font-size: 18px;
  line-height: 1.5;
}

/* Maintenance Score */

.drupal-checklist-score {
  padding: 32px 22px 26px;
  border-radius: 17px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(0, 100, 255, 0.12),
      transparent 35%
    ),
    linear-gradient(160deg, #031329 0%, #031a3e 100%);
  box-shadow: 0 15px 35px rgba(7, 25, 59, 0.12);
}

.drupal-checklist-score h3 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.drupal-checklist-score-ring {
  width: 182px;
  height: 182px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    conic-gradient(
      #47df38 0deg 265deg,
      #237c39 265deg 330deg,
      rgba(50, 91, 115, 0.45) 330deg 360deg
    );
  transform: rotate(-35deg);
}

.drupal-checklist-score-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #06162e;
  transform: rotate(35deg);
}

.drupal-checklist-score-inner strong {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.drupal-checklist-score-inner span {
  margin-top: 12px;
  color: #38dd45;
  font-size: 16px;
  font-weight: 700;
}

.drupal-checklist-score-copy {
  margin: 23px 0 31px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.65;
}

.drupal-checklist-score-status {
  margin-bottom: 30px;
}

.drupal-score-status-item {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 13px;
}

.drupal-score-status-item:last-child {
  margin-bottom: 0;
}

.drupal-score-status-item > div {
  min-width: 0;
}

.drupal-score-status-item i {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 10px;
}

.drupal-score-status-item strong {
  font-size: 17px;
  font-weight: 600;
}

.drupal-status-complete {
  color: #2be135;
}

.drupal-status-progress {
  color: #2580ff;
}

.drupal-status-attention {
  color: #ffae00;
}

.drupal-status-not-started {
  color: #9ca7b8;
}

.drupal-checklist-download-btn {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.drupal-checklist-download-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

/* Checklist Cards */

.drupal-checklist-card {
  padding: 25px 18px 22px;
  border: 1px solid #edf0f5;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(20, 43, 78, 0.035);
}

.drupal-checklist-card-head {
  min-width: 0;
  min-height: 69px;
}

.drupal-checklist-card-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 27px;
}

.drupal-card-green {
  color: #149234;
  background: #eaf8ed;
}

.drupal-card-dark-green {
  color: #087e2b;
  background: #eaf6ec;
}

.drupal-card-blue {
  color: #0968ef;
  background: #eff5ff;
}

.drupal-card-purple {
  color: #8449dd;
  background: #f5f0ff;
}

.drupal-card-orange {
  color: #e76700;
  background: #fff2e7;
}

.drupal-card-cyan {
  color: #03999d;
  background: #eaf8f8;
}

.drupal-card-pink {
  color: #e74698;
  background: #fceef5;
}

.drupal-card-yellow {
  color: #ee9900;
  background: #fff7e7;
}

.drupal-checklist-card-title {
  min-width: 0;
  flex: 1;
  position: relative;
}

.drupal-checklist-card-title h3 {
  margin: 7px 0 0;
  padding-right: 4px;
  color: #071333;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 700;
  overflow-wrap: break-word;
}

.drupal-card-score {
  display: block;
  margin-top: 7px;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.drupal-text-green {
  color: #0b9d24;
}

.drupal-text-dark-green {
  color: #08752a;
}

.drupal-text-blue {
  color: #075be8;
}

.drupal-text-purple {
  color: #6f35d8;
}

.drupal-text-orange {
  color: #ee6500;
}

.drupal-text-cyan {
  color: #009b9d;
}

.drupal-text-pink {
  color: #e2388c;
}

.drupal-text-yellow {
  color: #ef9600;
}

/* Progress Bars */

.drupal-checklist-progress {
  width: 100%;
  height: 3px;
  margin: 14px 0 24px;
  overflow: hidden;
  border-radius: 10px;
  background: #e9edf3;
}

.drupal-checklist-progress span {
  height: 100%;
  display: block;
  border-radius: inherit;
}

.drupal-progress-green {
  background: #12a033;
}

.drupal-progress-dark-green {
  background: #08752a;
}

.drupal-progress-blue {
  background: #1269f1;
}

.drupal-progress-purple {
  background: #8447e9;
}

.drupal-progress-orange {
  background: #f06e00;
}

.drupal-progress-cyan {
  background: #08a4a6;
}

.drupal-progress-pink {
  background: #e64299;
}

.drupal-progress-yellow {
  background: #f0a000;
}

/* Checklist Items */

.drupal-checklist-list li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: #152039;
  font-size: 12px;
  line-height: 1.35;
}

.drupal-checklist-list li:last-child {
  margin-bottom: 0;
}

.drupal-checklist-list li i {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  background: #129b29;
}

.drupal-checklist-list li span {
  min-width: 0;
  overflow-wrap: break-word;
}

.drupal-checklist-list .drupal-check-progress i {
  color: #ffffff;
  background: #367fe7;
}

.drupal-checklist-list .drupal-check-empty i {
  color: #9ca5b2;
  border: 1.5px solid #9ca5b2;
  background: transparent;
}

/* Bottom Footer */

.drupal-checklist-footer {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #e4ebf7;
  border-radius: 17px;
  background:
    linear-gradient(
      90deg,
      #f1f6ff 0%,
      #f9fbff 48%,
      #f1f6ff 100%
    );
}

.drupal-checklist-footer-item {
  position: relative;
  min-height: 115px;
  padding: 20px 30px;
}

.drupal-checklist-footer-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 72px;
  right: 0;
  top: 50%;
  background: #c9d8ef;
  transform: translateY(-50%);
}

.drupal-checklist-footer .col-xl-3:last-child
.drupal-checklist-footer-item::after {
  display: none;
}

.drupal-checklist-footer-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b61e6;
  font-size: 29px;
}

.drupal-checklist-footer-copy {
  min-width: 0;
}

.drupal-checklist-footer-copy strong {
  display: block;
  margin-bottom: 7px;
  color: #071333;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.drupal-checklist-footer-copy .drupal-checklist-tip-title {
  color: #0865e8;
  font-size: 17px;
}

.drupal-checklist-footer-copy p {
  color: #1c2b4f;
  font-size: 12px;
  line-height: 1.5;
}

.drupal-checklist-legend {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.drupal-checklist-legend > strong {
  display: block;
  margin-bottom: 17px;
  color: #071333;
  font-size: 14px;
  line-height: 1.3;
}

.drupal-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #071333;
  font-size: 12px;
  line-height: 1.3;
}

.drupal-legend-item i {
  width: 17px;
  min-width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 9px;
  background: #0a9e62;
}

.drupal-legend-progress i {
  background: #1269ee;
}

.drupal-legend-attention i {
  background: #f1a400;
}

.drupal-legend-not-started i {
  background: #a8adb6;
}

.drupal-checklist-proactive-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b64ee;
  font-size: 30px;
}

/* =========================================================
   Drupal Maintenance Checklist Responsive
   ========================================================= */

@media (max-width: 1599.98px) {

  .drupal-checklist-head {
    margin-bottom: 25px;
  }

  .drupal-checklist-kicker {
    font-size: 15px;
  }

  .drupal-checklist-head h2 {
    font-size: 38px;
  }

  .drupal-checklist-head > p {
    font-size: 17px;
  }

  .drupal-checklist-score {
    padding: 28px 18px 22px;
  }

  .drupal-checklist-score-ring {
    width: 160px;
    height: 160px;
  }

  .drupal-checklist-score-inner strong {
    font-size: 40px;
  }

  .drupal-checklist-card {
    padding: 22px 15px 19px;
  }

  .drupal-checklist-card-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .drupal-checklist-card-title h3 {
    font-size: 14px;
  }

  .drupal-checklist-list li {
    margin-bottom: 13px;
    font-size: 11px;
  }

  .drupal-checklist-footer-item {
    min-height: 105px;
    padding: 18px 24px;
  }

  .drupal-checklist-footer-copy p,
  .drupal-legend-item {
    font-size: 11px;
  }
}

@media (max-width: 1399.98px) {

  .drupal-checklist-kicker {
    font-size: 14px;
  }

  .drupal-checklist-head h2 {
    font-size: 32px;
  }

  .drupal-checklist-head > p {
    font-size: 15px;
  }

  .drupal-checklist-score {
    padding: 24px 16px 20px;
  }

  .drupal-checklist-score h3 {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .drupal-checklist-score-ring {
    width: 145px;
    height: 145px;
    padding: 11px;
  }

  .drupal-checklist-score-inner strong {
    font-size: 35px;
  }

  .drupal-checklist-score-inner span {
    font-size: 14px;
  }

  .drupal-checklist-score-copy {
    margin: 20px 0 26px;
    font-size: 11px;
  }

  .drupal-score-status-item {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .drupal-score-status-item strong {
    font-size: 15px;
  }

  .drupal-checklist-download-btn {
    padding: 11px;
    font-size: 11px;
  }

  .drupal-checklist-card {
    padding: 19px 12px 17px;
  }

  .drupal-checklist-card-head {
    gap: 10px !important;
  }

  .drupal-checklist-card-icon {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .drupal-checklist-card-title h3 {
    margin-top: 4px;
    font-size: 12px;
  }

  .drupal-card-score {
    font-size: 11px;
  }

  .drupal-checklist-progress {
    margin: 12px 0 19px;
  }

  .drupal-checklist-list li {
    gap: 7px;
    margin-bottom: 11px;
    font-size: 10px;
  }

  .drupal-checklist-footer-item {
    min-height: 100px;
    padding: 16px 17px;
  }

  .drupal-checklist-footer-icon,
  .drupal-checklist-proactive-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .drupal-checklist-footer-copy strong,
  .drupal-checklist-legend > strong {
    font-size: 12px;
  }

  .drupal-checklist-footer-copy .drupal-checklist-tip-title {
    font-size: 15px;
  }

  .drupal-checklist-footer-copy p,
  .drupal-legend-item {
    font-size: 10px;
  }

  .drupal-checklist-legend > div {
    gap: 15px !important;
  }
}

@media (max-width: 1199.98px) {

  .drupal-checklist-score {
    min-height: auto;
  }

  .drupal-checklist-score-ring {
    width: 155px;
    height: 155px;
  }

  .drupal-checklist-list li {
    font-size: 12px;
  }

  .drupal-checklist-card-title h3 {
    font-size: 15px;
  }

  .drupal-checklist-footer-item::after {
    display: none;
  }

  .drupal-checklist-footer-item {
    border-bottom: 1px solid #dce6f4;
  }

  .drupal-checklist-footer .col-xl-3:last-child
  .drupal-checklist-footer-item {
    border-bottom: 0;
  }
}

@media (max-width: 991.98px) {

  .drupal-checklist-main > .col-lg-4,
  .drupal-checklist-main > .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .drupal-checklist-score {
    max-width: 100%;
  }

  .drupal-checklist-score-ring {
    width: 170px;
    height: 170px;
  }

  .drupal-checklist-score-status {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .drupal-checklist-download-btn {
    max-width: 320px;
    margin: 0 auto;
  }

  .drupal-checklist-footer-item {
    min-height: 95px;
  }
}

@media (max-width: 767.98px) {

  .drupal-maintenance-checklist {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .drupal-checklist-head {
    margin-bottom: 22px;
  }

  .drupal-checklist-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .drupal-checklist-kicker span {
    width: 26px;
  }

  .drupal-checklist-head h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .drupal-checklist-head > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .drupal-checklist-score {
    padding: 24px 18px;
  }

  .drupal-checklist-score-ring {
    width: 150px;
    height: 150px;
  }

  .drupal-checklist-score-inner strong {
    font-size: 36px;
  }

  .drupal-score-status-item {
    font-size: 13px;
  }

  .drupal-checklist-download-btn {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .drupal-checklist-card {
    padding: 18px;
  }

  .drupal-checklist-card-head {
    min-height: auto;
  }

  .drupal-checklist-card-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .drupal-checklist-card-title h3 {
    font-size: 16px;
  }

  .drupal-card-score {
    font-size: 12px;
    text-align: left;
  }

  .drupal-checklist-list li {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .drupal-checklist-footer-item {
    padding: 16px;
  }

  .drupal-checklist-footer-copy strong,
  .drupal-checklist-legend > strong {
    font-size: 14px;
  }

  .drupal-checklist-footer-copy .drupal-checklist-tip-title {
    font-size: 16px;
  }

  .drupal-checklist-footer-copy p,
  .drupal-legend-item {
    font-size: 13px;
  }

  .drupal-checklist-legend > div {
    gap: 14px !important;
  }
}

@media (max-width: 575.98px) {

  .drupal-checklist-kicker span {
    width: 20px;
  }

  .drupal-checklist-score-ring {
    width: 140px;
    height: 140px;
  }

  .drupal-checklist-score-inner strong {
    font-size: 33px;
  }

  .drupal-checklist-card-head {
    gap: 12px !important;
  }

  .drupal-checklist-card-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 11px;
    font-size: 21px;
  }

  .drupal-checklist-card-title h3 {
    font-size: 16px;
  }

  .drupal-checklist-list li {
    font-size: 14px;
  }

  .drupal-checklist-footer-item {
    align-items: flex-start !important;
  }

  .drupal-checklist-footer-icon,
  .drupal-checklist-proactive-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .drupal-checklist-legend > div {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 12px !important;
  }

  .drupal-legend-item {
    font-size: 13px;
  }
}

/*  */
/* =========================================================
   07. Proactive Drupal Maintenance
   ========================================================= */

.proactive-maintenance-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.04),
      transparent 23%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.proactive-maintenance-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -90px;
  top: -120px;
  border: 1px solid rgba(13, 110, 253, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(13, 110, 253, 0.02),
    0 0 0 38px rgba(13, 110, 253, 0.018),
    0 0 0 60px rgba(13, 110, 253, 0.014);
}

/* Head */

.proactive-maintenance-head {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 30px;
}

.proactive-maintenance-kicker {
  margin-bottom: 12px;
  color: #ff4d00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.proactive-maintenance-kicker span {
  position: relative;
  width: 32px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.proactive-maintenance-kicker span::before,
.proactive-maintenance-kicker span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.proactive-maintenance-kicker span::before {
  left: 0;
}

.proactive-maintenance-kicker span::after {
  right: 0;
}

.proactive-maintenance-head h2 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.proactive-maintenance-head h2 strong {
  color: #ff4d00;
  font-weight: 800;
}

.proactive-maintenance-head > p {
  max-width: 720px;
  margin: 0 auto;
  color: #4a587c;
  font-size: 18px;
  line-height: 1.45;
}

/* Column Head */

.proactive-maintenance-column-head {
  max-width: 1300px;
  margin: 0 auto 16px;
}

.proactive-column-title {
  min-width: 0;
  padding: 0 36px;
}

.proactive-column-icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.proactive-column-risk {
  color: #db2e1b;
}

.proactive-column-prevention {
  color: #074ccb;
}

.proactive-column-outcome {
  color: #168c37;
}

.proactive-column-title h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.proactive-column-title p {
  color: #111a36;
  font-size: 14px;
  line-height: 1.35;
}

.proactive-column-title:nth-child(1) h3 {
  color: #df341f;
}

.proactive-maintenance-column-head .col-lg-4:nth-child(2) h3 {
  color: #0a4cc7;
}

.proactive-maintenance-column-head .col-lg-4:nth-child(3) h3 {
  color: #148d36;
}

.proactive-column-line {
  min-width: 50px;
  align-items: center;
  margin-left: auto;
  color: #071333;
}

.proactive-column-line span {
  height: 1px;
  flex: 1;
  background: #d1d7e2;
}

.proactive-column-line i {
  margin-left: -1px;
  font-size: 14px;
}

.proactive-column-line-green {
  color: #16903c;
}

/* Flow */

.proactive-maintenance-flow {
  max-width: 1300px;
  margin: 0 auto;
}

.proactive-flow-row {
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #e9edf4;
  border-radius: 13px;
  background: #ffffff;
}

.proactive-flow-row:last-child {
  margin-bottom: 0;
}

.proactive-flow-cell {
  min-height: 86px;
  padding: 14px 21px;
}

.proactive-risk-cell {
  background: linear-gradient(
    90deg,
    rgba(255, 244, 242, 0.92),
    rgba(255, 255, 255, 0.98)
  );
}

.proactive-prevention-cell {
  background: linear-gradient(
    90deg,
    rgba(247, 250, 255, 0.95),
    rgba(255, 255, 255, 0.98)
  );
}

.proactive-outcome-cell {
  background: linear-gradient(
    90deg,
    rgba(248, 255, 249, 0.95),
    rgba(253, 255, 253, 0.98)
  );
}

.proactive-flow-cell > .d-flex {
  min-height: 58px;
}

.proactive-flow-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 27px;
}

.proactive-risk-icon {
  color: #d92e1b;
  background: linear-gradient(145deg, #ffe5e1, #fff2f0);
}

.proactive-prevention-icon {
  color: #0a55d9;
  background: linear-gradient(145deg, #eaf1ff, #f6f9ff);
}

.proactive-outcome-icon {
  color: #16943c;
  background: linear-gradient(145deg, #e6f6e9, #f1fbf3);
}

.proactive-flow-copy {
  min-width: 0;
  flex: 1;
}

.proactive-flow-copy h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
}

.proactive-risk-cell .proactive-flow-copy h3 {
  color: #dc2d1b;
}

.proactive-prevention-cell .proactive-flow-copy h3 {
  color: #0751cf;
}

.proactive-outcome-cell .proactive-flow-copy h3 {
  color: #158b36;
}

.proactive-flow-copy p {
  margin: 0;
  color: #16203a;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.proactive-flow-arrow {
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proactive-flow-arrow span {
  width: 26px;
  border-top: 1px dashed;
}

.proactive-flow-arrow i {
  margin-left: -2px;
  font-size: 13px;
}

.proactive-risk-arrow {
  color: #ff6a56;
}

.proactive-prevention-arrow {
  color: #2eaa57;
}

/* Bottom Insight */

.proactive-maintenance-insight {
  max-width: 1300px;
  margin: 12px auto 0;
  overflow: hidden;
  border-radius: 15px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at left center,
      rgba(0, 98, 255, 0.2),
      transparent 28%
    ),
    linear-gradient(135deg, #03163b 0%, #031c4e 55%, #06133a 100%);
  box-shadow: 0 15px 34px rgba(6, 27, 71, 0.12);
}

.proactive-insight-main,
.proactive-insight-stats {
  position: relative;
  min-height: 180px;
}

.proactive-insight-main {
  padding: 23px 25px;
}

.proactive-insight-main::after,
.proactive-insight-stats::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 125px;
  right: 0;
  top: 50%;
  background: rgba(143, 174, 226, 0.22);
  transform: translateY(-50%);
}

.proactive-insight-main-copy {
  min-width: 0;
}

.proactive-insight-main-copy h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.proactive-insight-main-copy p {
  color: #dce6f5;
  font-size: 12px;
  line-height: 1.5;
}

/* Statistics */

.proactive-insight-stats {
  padding: 27px 28px;
}

.proactive-insight-label {
  display: block;
  margin-bottom: 18px;
  color: #c7d3e9;
  font-size: 13px;
  line-height: 1.3;
}

.proactive-stat-item {
  min-width: 0;
}

.proactive-stat-icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  font-size: 18px;
}

.proactive-stat-orange {
  color: #ff4d00;
}

.proactive-stat-blue {
  color: #1c94ff;
}

.proactive-stat-green {
  color: #2ec35d;
}

.proactive-stat-item strong {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.proactive-stat-item p {
  margin-top: 8px !important;
  color: #d1daea;
  font-size: 10px;
  line-height: 1.55;
}

/* CTA */

.proactive-insight-cta {
  padding: 22px;
}

.proactive-insight-cta > .d-flex {
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
}

.proactive-insight-calendar {
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
}

.proactive-insight-cta-copy {
  min-width: 0;
}

.proactive-insight-cta-copy h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.proactive-insight-cta-copy a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff5a00;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.proactive-insight-cta-copy a i {
  transition: transform 0.2s ease;
}

.proactive-insight-cta-copy a:hover i {
  transform: translateX(4px);
}

/* =========================================================
   Proactive Drupal Maintenance Responsive
   ========================================================= */

@media (max-width: 1599.98px) {

  .proactive-maintenance-head {
    margin-bottom: 27px;
  }

  .proactive-maintenance-kicker {
    font-size: 15px;
  }

  .proactive-maintenance-head h2 {
    font-size: 38px;
  }

  .proactive-maintenance-head > p {
    font-size: 17px;
  }

  .proactive-column-title {
    padding: 0 27px;
  }

  .proactive-column-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .proactive-column-title h3 {
    font-size: 17px;
  }

  .proactive-column-title p {
    font-size: 13px;
  }

  .proactive-flow-cell {
    min-height: 82px;
    padding: 12px 18px;
  }

  .proactive-flow-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .proactive-flow-copy h3 {
    font-size: 14px;
  }

  .proactive-flow-copy p {
    font-size: 12px;
  }

  .proactive-insight-main,
  .proactive-insight-stats {
    min-height: 165px;
  }

  .proactive-insight-main-copy h3 {
    font-size: 18px;
  }

  .proactive-stat-item strong {
    font-size: 27px;
  }
}

@media (max-width: 1399.98px) {

  .proactive-maintenance-kicker {
    font-size: 14px;
  }

  .proactive-maintenance-head h2 {
    font-size: 32px;
  }

  .proactive-maintenance-head > p {
    font-size: 15px;
  }

  .proactive-column-title {
    padding: 0 18px;
    gap: 10px !important;
  }

  .proactive-column-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .proactive-column-title h3 {
    font-size: 15px;
  }

  .proactive-column-title p {
    font-size: 12px;
  }

  .proactive-flow-cell {
    min-height: 78px;
    padding: 11px 13px;
  }

  .proactive-flow-cell > .d-flex {
    gap: 10px !important;
  }

  .proactive-flow-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .proactive-flow-copy h3 {
    font-size: 13px;
  }

  .proactive-flow-copy p {
    font-size: 11px;
  }

  .proactive-flow-arrow {
    width: 35px;
  }

  .proactive-flow-arrow span {
    width: 20px;
  }

  .proactive-insight-main {
    padding: 20px;
    gap: 18px !important;
  }

  .proactive-insight-main-copy h3 {
    font-size: 16px;
  }

  .proactive-insight-stats {
    padding: 24px 20px;
  }

  .proactive-stat-icon {
    width: 31px;
    min-width: 31px;
    height: 31px;
    font-size: 15px;
  }

  .proactive-stat-item strong {
    font-size: 24px;
  }

  .proactive-stat-item p {
    font-size: 9px;
  }

  .proactive-insight-cta {
    padding: 17px;
  }

  .proactive-insight-cta > .d-flex {
    padding: 16px;
  }

  .proactive-insight-cta-copy h3 {
    font-size: 13px;
  }

  .proactive-insight-cta-copy a {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {

  .proactive-insight-main,
  .proactive-insight-stats {
    min-height: auto;
  }

  .proactive-insight-main::after,
  .proactive-insight-stats::after {
    display: none;
  }

  .proactive-insight-main,
  .proactive-insight-stats,
  .proactive-insight-cta {
    border-bottom: 1px solid rgba(147, 174, 215, 0.2);
  }

  .proactive-insight-cta {
    border-bottom: 0;
  }

  .proactive-insight-cta > .d-flex {
    min-height: 120px;
  }
}

@media (max-width: 991.98px) {

  .proactive-maintenance-column-head {
    display: none;
  }

  .proactive-flow-row {
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .proactive-flow-cell {
    min-height: auto;
    padding: 16px 18px;
  }

  .proactive-risk-cell,
  .proactive-prevention-cell {
    border-bottom: 1px solid #e4e9f1;
  }

  .proactive-flow-arrow {
    display: none;
  }

  .proactive-flow-copy h3 {
    font-size: 17px;
  }

  .proactive-flow-copy p {
    font-size: 14px;
  }

  .proactive-flow-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .proactive-insight-main {
    justify-content: center;
  }

  .proactive-insight-main-copy {
    max-width: 500px;
  }
}

@media (max-width: 767.98px) {

  .proactive-maintenance-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .proactive-maintenance-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .proactive-maintenance-kicker span {
    width: 26px;
  }

  .proactive-maintenance-head h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .proactive-maintenance-head > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .proactive-flow-cell {
    padding: 15px;
  }

  .proactive-flow-cell > .d-flex {
    align-items: flex-start !important;
  }

  .proactive-flow-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .proactive-flow-copy h3 {
    font-size: 16px;
  }

  .proactive-flow-copy p {
    font-size: 14px;
  }

  .proactive-insight-main {
    align-items: flex-start !important;
    padding: 20px 16px;
  }

  .proactive-insight-main-copy h3 {
    font-size: 18px;
  }

  .proactive-insight-main-copy p {
    font-size: 13px;
  }

  .proactive-insight-stats {
    padding: 20px 16px;
  }

  .proactive-insight-label {
    font-size: 12px;
  }

  .proactive-stat-item strong {
    font-size: 24px;
  }

  .proactive-stat-item p {
    font-size: 12px;
  }

  .proactive-insight-cta {
    padding: 16px;
  }

  .proactive-insight-cta > .d-flex {
    min-height: auto;
  }

  .proactive-insight-cta-copy h3 {
    font-size: 16px;
  }

  .proactive-insight-cta-copy a {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {

  .proactive-maintenance-kicker span {
    width: 20px;
  }

  .proactive-maintenance-head h2 br {
    display: none;
  }

  .proactive-flow-cell > .d-flex {
    gap: 12px !important;
  }

  .proactive-flow-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 11px;
    font-size: 20px;
  }

  .proactive-insight-main {
    flex-direction: column;
  }

  .proactive-insight-main-copy h3 {
    font-size: 18px;
  }

  .proactive-insight-calendar {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .proactive-insight-cta > .d-flex {
    padding: 14px;
  }
}
/* =========================================================
   08. Drupal Maintenance Expert Support
   ========================================================= */

.maintenance-support-section {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 28% 30%,
      rgba(0, 112, 255, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 70%,
      rgba(0, 91, 255, 0.1),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #020b21 0%,
      #041b3e 50%,
      #020b22 100%
    );
}

.maintenance-support-section::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 330px;
  left: 250px;
  top: 110px;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(
      120deg,
      transparent 48%,
      rgba(18, 120, 255, 0.25) 49%,
      transparent 50%
    );
  background-size: 38px 38px;
}

.maintenance-support-section::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 240px;
  right: -90px;
  bottom: 70px;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(
      rgba(0, 117, 255, 0.9) 1px,
      transparent 1px
    );
  background-size: 10px 10px;
}

/* Left Content */

.maintenance-support-main,
.maintenance-support-trust,
.maintenance-support-reassurance {
  position: relative;
  z-index: 2;
}

.maintenance-support-content {
  min-width: 0;
}

.maintenance-support-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.maintenance-support-kicker > span {
  position: relative;
  width: 34px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.maintenance-support-kicker > span::before,
.maintenance-support-kicker > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.maintenance-support-kicker > span::before {
  left: 0;
}

.maintenance-support-kicker > span::after {
  right: 0;
}

.maintenance-support-head h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.maintenance-support-head h2 strong {
  color: #ff5100;
  font-weight: 800;
}

.maintenance-support-head > p {
  max-width: 620px;
  color: #d2d9e6;
  font-size: 18px;
  line-height: 1.65;
}

/* Benefits Panel */

.maintenance-support-benefits {
  min-height: 300px;
  margin-top: 28px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(136, 167, 209, 0.42);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(0, 104, 255, 0.16),
      transparent 38%
    ),
    rgba(4, 20, 45, 0.65);
}

.maintenance-support-benefit-content {
  z-index: 3;
  max-width: 68%;
}

.maintenance-support-benefit-content h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.maintenance-support-benefit-content li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  color: #e1e6ef;
  font-size: 15px;
  line-height: 1.35;
}

.maintenance-support-benefit-content li:last-child {
  margin-bottom: 0;
}

.maintenance-support-benefit-content li i {
  flex-shrink: 0;
  margin-top: 1px;
  color: #45d254;
  font-size: 18px;
}

.maintenance-support-benefit-content li span {
  min-width: 0;
  overflow-wrap: break-word;
}

.maintenance-support-shield {
  position: absolute;
  width: 245px;
  height: 245px;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

/* Service Cards */

.maintenance-support-card {
  min-width: 0;
  padding: 22px 18px;
  border: 1px solid rgba(121, 157, 207, 0.3);
  border-radius: 10px;
  background:
    linear-gradient(
      145deg,
      rgba(7, 30, 62, 0.9),
      rgba(3, 20, 43, 0.88)
    );
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.maintenance-support-card:hover {
  transform: translateY(-3px);
  border-color: rgba(116, 176, 255, 0.5);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.maintenance-support-card-icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 38px;
}

.maintenance-support-orange {
  color: #ff9556;
  border-color: rgba(255, 104, 27, 0.42);
  background:
    radial-gradient(
      circle,
      rgba(255, 92, 16, 0.22),
      rgba(255, 92, 16, 0.05)
    );
}

.maintenance-support-blue {
  color: #82a7ff;
  border-color: rgba(72, 116, 255, 0.42);
  background:
    radial-gradient(
      circle,
      rgba(44, 81, 209, 0.25),
      rgba(44, 81, 209, 0.04)
    );
}

.maintenance-support-purple {
  color: #c27bff;
  border-color: rgba(153, 73, 235, 0.4);
  background:
    radial-gradient(
      circle,
      rgba(131, 56, 202, 0.25),
      rgba(131, 56, 202, 0.04)
    );
}

.maintenance-support-green {
  color: #67e789;
  border-color: rgba(39, 190, 92, 0.4);
  background:
    radial-gradient(
      circle,
      rgba(28, 153, 70, 0.23),
      rgba(28, 153, 70, 0.04)
    );
}

.maintenance-support-yellow {
  color: #ffd061;
  border-color: rgba(226, 160, 19, 0.4);
  background:
    radial-gradient(
      circle,
      rgba(190, 132, 10, 0.25),
      rgba(190, 132, 10, 0.04)
    );
}

.maintenance-support-cyan {
  color: #30d9e7;
  border-color: rgba(11, 187, 214, 0.4);
  background:
    radial-gradient(
      circle,
      rgba(0, 156, 191, 0.23),
      rgba(0, 156, 191, 0.04)
    );
}

.maintenance-support-card h3 {
  min-height: 52px;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 700;
  overflow-wrap: break-word;
}

.maintenance-support-card-line {
  width: 30px;
  height: 3px;
  display: block;
  margin: 14px auto 17px;
  border-radius: 20px;
}

.maintenance-line-orange {
  background: #ff5a00;
}

.maintenance-line-blue {
  background: #4a9dff;
}

.maintenance-line-purple {
  background: #a948ef;
}

.maintenance-line-green {
  background: #4aca60;
}

.maintenance-line-yellow {
  background: #ffbd16;
}

.maintenance-line-cyan {
  background: #22d2df;
}

.maintenance-support-card p {
  color: #d6dde8;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* Trust & Stats */

.maintenance-support-trust {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(121, 157, 207, 0.3);
  border-radius: 14px;
  background:
    linear-gradient(
      90deg,
      rgba(4, 24, 50, 0.92),
      rgba(5, 26, 53, 0.86)
    );
}

.maintenance-support-trust-intro,
.maintenance-support-stat,
.maintenance-support-actions {
  position: relative;
  min-height: 165px;
}

.maintenance-support-trust-intro {
  padding: 23px 24px;
}

.maintenance-support-trust-intro::after,
.maintenance-support-stat::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  top: 50%;
  right: 0;
  background: rgba(137, 170, 214, 0.27);
  transform: translateY(-50%);
}

.maintenance-support-trust-main-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(50, 135, 255, 0.38);
  border-radius: 50%;
  color: #6baaff;
  font-size: 31px;
  background: rgba(18, 75, 150, 0.12);
}

.maintenance-support-trust-copy {
  min-width: 0;
}

.maintenance-support-trust-copy h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.maintenance-support-trust-copy p {
  color: #d6deea;
  font-size: 14px;
  line-height: 1.5;
}

.maintenance-support-stat {
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.maintenance-support-stat-icon {
  height: 48px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.maintenance-support-stat > strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.maintenance-support-stat p {
  color: #e0e5ee;
  font-size: 14px;
  line-height: 1.4;
}

.maintenance-stat-orange {
  color: #ff5a00;
}

.maintenance-stat-blue {
  color: #2778ed;
}

.maintenance-stat-green {
  color: #55bf51;
}

.maintenance-stat-purple {
  color: #a94de8;
}

/* Buttons */

.maintenance-support-actions {
  padding: 20px 25px;
}

.maintenance-support-actions a {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 13px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.maintenance-support-review-btn {
  color: #ffffff;
  border: 1px solid #ff5a00;
  background:
    linear-gradient(
      135deg,
      #ff7a00,
      #ff4d00
    );
  box-shadow:
    0 12px 28px rgba(255, 90, 0, 0.25);
}

.maintenance-support-specialist-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}

.maintenance-support-actions a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.maintenance-support-specialist-btn:hover {
  border-color: #53a4ff;
}

/* Bottom Reassurance */

.maintenance-support-reassurance {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(55, 139, 95, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(
      90deg,
      rgba(7, 48, 47, 0.78),
      rgba(7, 37, 47, 0.72)
    );
}

.maintenance-support-reassurance-main,
.maintenance-support-standard {
  min-height: 92px;
  padding: 15px 32px;
}

.maintenance-support-reassurance-icon,
.maintenance-support-standard-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(69, 201, 97, 0.48);
  border-radius: 50%;
  color: #ffffff;
  font-size: 28px;
  background: rgba(33, 125, 72, 0.13);
}

.maintenance-support-reassurance-copy {
  min-width: 0;
}

.maintenance-support-reassurance-copy h3 {
  margin: 0 0 5px;
  color: #54c65a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.maintenance-support-reassurance-copy p,
.maintenance-support-standard p {
  color: #e1e8eb;
  font-size: 14px;
  line-height: 1.45;
}

.maintenance-support-standard {
  position: relative;
}

.maintenance-support-standard::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 58px;
  left: 0;
  top: 50%;
  background: rgba(143, 181, 181, 0.25);
  transform: translateY(-50%);
}

/* =========================================================
   Drupal Maintenance Expert Support Responsive
   ========================================================= */

@media (max-width: 1599.98px) {

  .maintenance-support-kicker {
    font-size: 15px;
  }

  .maintenance-support-head h2 {
    font-size: 38px;
  }

  .maintenance-support-head > p {
    font-size: 17px;
  }

  .maintenance-support-benefits {
    min-height: 275px;
    padding: 21px;
  }

  .maintenance-support-benefit-content h3 {
    font-size: 19px;
  }

  .maintenance-support-benefit-content li {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .maintenance-support-shield {
    width: 215px;
    height: 215px;
  }

  .maintenance-support-card {
    padding: 20px 15px;
  }

  .maintenance-support-card-icon {
    width: 76px;
    min-width: 76px;
    height: 76px;
    margin-bottom: 17px;
    font-size: 34px;
  }

  .maintenance-support-card h3 {
    min-height: 48px;
    font-size: 20px;
  }

  .maintenance-support-card p {
    font-size: 15px;
  }

  .maintenance-support-trust-intro,
  .maintenance-support-stat,
  .maintenance-support-actions {
    min-height: 150px;
  }

  .maintenance-support-trust-copy h3 {
    font-size: 18px;
  }

  .maintenance-support-stat > strong {
    font-size: 27px;
  }

  .maintenance-support-actions {
    padding: 18px 20px;
  }

  .maintenance-support-actions a {
    min-height: 52px;
    padding: 12px 15px;
    font-size: 15px;
  }

  .maintenance-support-reassurance-copy h3 {
    font-size: 18px;
  }
}

@media (max-width: 1399.98px) {

  .maintenance-support-kicker {
    font-size: 14px;
  }

  .maintenance-support-head h2 {
    font-size: 32px;
  }

  .maintenance-support-head > p {
    font-size: 15px;
  }

  .maintenance-support-benefits {
    min-height: 255px;
    padding: 18px;
  }

  .maintenance-support-benefit-content {
    max-width: 70%;
  }

  .maintenance-support-benefit-content h3 {
    margin-bottom: 17px;
    font-size: 17px;
  }

  .maintenance-support-benefit-content li {
    gap: 9px;
    margin-bottom: 11px;
    font-size: 13px;
  }

  .maintenance-support-benefit-content li i {
    font-size: 16px;
  }

  .maintenance-support-shield {
    width: 185px;
    height: 185px;
    right: -10px;
  }

  .maintenance-support-card {
    padding: 18px 12px;
  }

  .maintenance-support-card-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    margin-bottom: 15px;
    font-size: 29px;
  }

  .maintenance-support-card h3 {
    min-height: 43px;
    font-size: 17px;
  }

  .maintenance-support-card-line {
    margin: 11px auto 14px;
  }

  .maintenance-support-card p {
    font-size: 14px;
  }

  .maintenance-support-trust-intro {
    padding: 18px;
  }

  .maintenance-support-trust-main-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .maintenance-support-trust-copy h3 {
    font-size: 16px;
  }

  .maintenance-support-trust-copy p {
    font-size: 12px;
  }

  .maintenance-support-stat-icon {
    font-size: 32px;
  }

  .maintenance-support-stat > strong {
    font-size: 24px;
  }

  .maintenance-support-stat p {
    font-size: 12px;
  }

  .maintenance-support-actions a {
    font-size: 14px;
  }

  .maintenance-support-reassurance-main,
  .maintenance-support-standard {
    padding: 14px 22px;
  }

  .maintenance-support-reassurance-icon,
  .maintenance-support-standard-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .maintenance-support-reassurance-copy h3 {
    font-size: 17px;
  }

  .maintenance-support-reassurance-copy p,
  .maintenance-support-standard p {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {

  .maintenance-support-main {
    row-gap: 30px;
  }

  .maintenance-support-content {
    max-width: 100%;
  }

  .maintenance-support-head > p {
    max-width: 720px;
  }

  .maintenance-support-benefits {
    min-height: 280px;
  }

  .maintenance-support-benefit-content {
    max-width: 68%;
  }

  .maintenance-support-shield {
    width: 220px;
    height: 220px;
    right: 20px;
  }

  .maintenance-support-card {
    min-height: 280px;
  }

  .maintenance-support-trust-intro::after {
    display: none;
  }

  .maintenance-support-trust-intro {
    min-height: 130px;
    justify-content: center;
  }

  .maintenance-support-stat {
    min-height: 135px;
    border-top: 1px solid rgba(137, 170, 214, 0.18);
  }

  .maintenance-support-stat:nth-child(2n)::after {
    display: none;
  }

  .maintenance-support-actions {
    min-height: auto;
    padding: 20px;
    border-top: 1px solid rgba(137, 170, 214, 0.18);
  }

  .maintenance-support-standard::before {
    display: none;
  }

  .maintenance-support-standard {
    border-top: 1px solid rgba(143, 181, 181, 0.2);
  }
}

@media (max-width: 767.98px) {

  .maintenance-support-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .maintenance-support-kicker {
    gap: 9px !important;
    font-size: 12px;
  }

  .maintenance-support-kicker > span {
    width: 27px;
  }

  .maintenance-support-head h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .maintenance-support-head h2 br {
    display: none;
  }

  .maintenance-support-head > p {
    font-size: 16px;
    line-height: 1.6;
  }

  .maintenance-support-benefits {
    min-height: auto;
    padding: 18px;
  }

  .maintenance-support-benefit-content {
    max-width: 100%;
  }

  .maintenance-support-benefit-content h3 {
    padding-right: 100px;
    font-size: 18px;
  }

  .maintenance-support-benefit-content li {
    padding-right: 85px;
    font-size: 14px;
  }

  .maintenance-support-shield {
    width: 130px;
    height: 130px;
    right: -15px;
    top: 37px;
    transform: none;
    opacity: 0.55;
  }

  .maintenance-support-card {
    min-height: auto;
    padding: 20px 16px;
  }

  .maintenance-support-card-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 29px;
  }

  .maintenance-support-card h3 {
    min-height: 0;
    font-size: 18px;
  }

  .maintenance-support-card p {
    font-size: 14px;
  }

  .maintenance-support-trust-intro {
    justify-content: flex-start;
    padding: 20px;
  }

  .maintenance-support-trust-copy h3 {
    font-size: 18px;
  }

  .maintenance-support-trust-copy p {
    font-size: 14px;
  }

  .maintenance-support-stat {
    min-height: 125px;
  }

  .maintenance-support-stat > strong {
    font-size: 26px;
  }

  .maintenance-support-stat p {
    font-size: 13px;
  }

  .maintenance-support-actions a {
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .maintenance-support-reassurance-main,
  .maintenance-support-standard {
    min-height: auto;
    padding: 18px;
  }

  .maintenance-support-reassurance-main {
    align-items: flex-start !important;
  }

  .maintenance-support-reassurance-copy h3 {
    font-size: 18px;
  }

  .maintenance-support-reassurance-copy p,
  .maintenance-support-standard p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {

  .maintenance-support-benefit-content h3 {
    padding-right: 0;
  }

  .maintenance-support-benefit-content li {
    padding-right: 0;
  }

  .maintenance-support-shield {
    display: none;
  }

  .maintenance-support-card {
    border-radius: 14px;
  }

  .maintenance-support-card-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 27px;
  }

  .maintenance-support-trust-intro {
    align-items: flex-start !important;
  }

  .maintenance-support-trust-main-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 23px;
  }

  .maintenance-support-trust .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .maintenance-support-stat::after {
    display: none;
  }

  .maintenance-support-stat {
    min-height: 115px;
  }

  .maintenance-support-actions {
    padding: 15px;
  }

  .maintenance-support-reassurance-main {
    gap: 14px !important;
  }

  .maintenance-support-reassurance-icon,
  .maintenance-support-standard-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .maintenance-support-standard {
    align-items: flex-start !important;
  }
}
/* Proactive insight image row refinement */
.proactive-insight-main.row {
  width: 100%;
  margin: 0;
}

.proactive-insight-main.row > [class*="col-"] {
  min-width: 0;
}
