.content-migration-banner {
  padding: 42px 0 34px;
  background:
    radial-gradient(circle at 85% 8%, rgba(0, 101, 255, 0.2), transparent 26%),
    radial-gradient(
      circle at 100% 70%,
      rgba(0, 181, 255, 0.14),
      transparent 25%
    ),
    radial-gradient(
      circle at 4% 68%,
      rgba(45, 157, 255, 0.09),
      transparent 25%
    ),
    linear-gradient(110deg, #ffffff 0%, #f7fbff 42%, #eaf3ff 72%, #cce6ff 100%);
}

.content-migration-banner::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -180px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(0, 119, 255, 0.09);
  filter: blur(5px);
  pointer-events: none;
}

.content-migration-banner .container-custom {
  position: relative;
  z-index: 1;
}

/* Banner Content */

.content-migration-banner-content {
  max-width: 690px;
}

.content-migration-banner-badge {
  margin-bottom: 18px;
  color: #075be8;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.content-migration-banner-title h1 {
  color: #071333;
  font-size: 55px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.content-migration-banner-description {
  max-width: 650px;
  margin-top: 18px;
  color: #071333;
  font-size: 18px;
  line-height: 1.55;
}

.content-migration-banner-actions {
  margin-top: 30px;
}

.content-migration-banner-btn {
  min-height: 56px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.content-migration-banner-btn:hover {
  transform: translateY(-2px);
}

.content-migration-banner-btn i {
  font-size: 13px;
  flex-shrink: 0;
}

/* Banner Visual */

.content-migration-banner-visual {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
}

.content-migration-banner-visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 510px;
  display: block;
  object-fit: contain;
}

/* Service Highlights */

.content-migration-highlights {
  margin-top: 26px;
  max-width: 800px;
}

.content-migration-highlight {
  min-width: 0;
  padding: 0 20px;
  gap: 14px;
  border-right: 1px solid #cfdbea;
}

.content-migration-highlights
  .col-md-4:first-child
  .content-migration-highlight {
  padding-left: 0;
}

.content-migration-highlight-last {
  border-right: 0;
}

.content-migration-highlight-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
}

.content-migration-highlight-icon-blue {
  color: #075be8;
  background: #eaf3ff;
}

.content-migration-highlight-icon-green {
  color: #159321;
  background: #e9f8e7;
}

.content-migration-highlight-icon-orange {
  color: #ff5a00;
  background: #fff0e7;
}

.content-migration-highlight-content {
  min-width: 0;
}

.content-migration-highlight-content h3 {
  margin: 2px 0 7px;
  color: #071333;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.content-migration-highlights .col-md-4:nth-child(1) h3 {
  color: #075be8;
}

.content-migration-highlights .col-md-4:nth-child(2) h3 {
  color: #158f1d;
}

.content-migration-highlights .col-md-4:nth-child(3) h3 {
  color: #ff5a00;
}

.content-migration-highlight-content p {
  color: #26345d;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* Migration Assessment Panel */

.content-migration-assessment {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid #dbe8fb;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.08);
}

.content-migration-assessment-head {
  min-height: 68px;
  padding: 12px 24px;
  gap: 22px;
  background:
    radial-gradient(circle at left, rgba(13, 110, 253, 0.05), transparent 32%),
    #f4f9ff;
}

.content-migration-info-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #1687ff;
  border-radius: 50%;
  color: #075be8;
  font-size: 25px;
}

.content-migration-assessment-head p {
  color: #071333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.content-migration-scope {
  padding: 22px;
  border-top: 1px solid #dbe8fb;
}

.content-migration-scope-card {
  min-width: 0;
  padding: 20px;
  gap: 18px;
  border: 1px solid #dbe8fb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 40, 80, 0.045);
}

.content-migration-scope-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
}

.content-migration-scope-icon-blue {
  color: #075be8;
  background: #edf5ff;
}

.content-migration-scope-icon-purple {
  color: #3717c8;
  background: #f1efff;
}

.content-migration-scope-icon-orange {
  color: #ff5a00;
  background: #fff0e8;
}

.content-migration-scope-content {
  min-width: 0;
}

.content-migration-scope-content h3 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.content-migration-scope-content p {
  color: #26345d;
  font-size: 15px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* =========================================================
   Drupal Content Migration Services Banner Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .content-migration-banner {
    padding: 36px 0 30px;
  }

  .content-migration-banner-badge {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .content-migration-banner-title h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .content-migration-banner-description {
    margin-top: 15px;
    font-size: 15px;
  }

  .content-migration-banner-actions {
    margin-top: 24px;
  }

  .content-migration-banner-btn {
    min-height: 50px;
    padding: 11px 18px;
    gap: 10px;
    font-size: 14px;
  }

  .content-migration-banner-visual img {
    max-height: 430px;
  }

  .content-migration-highlights {
    margin-top: 24px;
    max-width: 720px;
  }

  .content-migration-highlight {
    padding: 0 14px;
    gap: 11px;
  }

  .content-migration-highlight-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 25px;
  }

  .content-migration-highlight-content h3,
  .content-migration-highlight-content p {
    font-size: 12px;
  }

  .content-migration-assessment {
    margin-top: 28px;
  }

  .content-migration-assessment-head p {
    font-size: 15px;
  }

  .content-migration-scope-card {
    padding: 17px;
    gap: 14px;
  }

  .content-migration-scope-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .content-migration-scope-content h3 {
    font-size: 14px;
  }

  .content-migration-scope-content p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .content-migration-banner {
    padding: 42px 0 30px;
  }

  .content-migration-banner-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .content-migration-banner-description {
    margin-left: auto;
    margin-right: auto;
  }

  .content-migration-banner-actions {
    justify-content: center;
  }

  .content-migration-banner-visual {
    max-width: 760px;
    margin: 8px auto 0;
  }

  .content-migration-banner-visual img {
    max-height: 480px;
  }

  .content-migration-highlights {
    max-width: none;
    margin-top: 28px;
  }

  .content-migration-highlight {
    height: 100%;
  }

  .content-migration-assessment-head {
    padding: 15px 22px;
  }
}

@media (max-width: 767px) {
  .content-migration-banner {
    padding: 34px 0 24px;
  }

  .content-migration-banner-badge {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .content-migration-banner-title h1 {
    font-size: 32px !important;
  }
  .content-migration-banner-description {
    font-size: 15px;
  }

  .content-migration-banner-title h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  .content-migration-banner-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .content-migration-banner-actions {
    margin-top: 22px;
  }

  .content-migration-banner-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .content-migration-banner-visual {
    max-width: 600px;
    margin-top: 0;
  }

  .content-migration-banner-visual img {
    max-height: 390px;
  }

  .content-migration-highlights {
    margin-top: 22px;
  }

  .content-migration-highlight {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #dbe8fb;
  }

  .content-migration-highlights
    .col-md-4:first-child
    .content-migration-highlight {
    padding-top: 0;
  }

  .content-migration-highlights
    .col-md-4:last-child
    .content-migration-highlight {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .content-migration-highlight-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .content-migration-highlight-content h3 {
    font-size: 14px;
  }

  .content-migration-highlight-content p {
    font-size: 14px;
  }

  .content-migration-assessment {
    margin-top: 26px;
    border-radius: 16px;
  }

  .content-migration-assessment-head {
    justify-content: flex-start !important;
    min-height: auto;
    padding: 16px;
    gap: 13px;
  }

  .content-migration-info-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .content-migration-assessment-head p {
    font-size: 14px;
    line-height: 1.45;
  }

  .content-migration-scope {
    padding: 15px;
  }

  .content-migration-scope-card {
    padding: 16px;
  }

  .content-migration-scope-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .content-migration-scope-content h3 {
    font-size: 16px;
  }

  .content-migration-scope-content p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .content-migration-banner {
    padding-top: 28px;
  }

  .content-migration-banner-title h1 {
    font-size: 30px;
  }

  .content-migration-banner-description {
    font-size: 14px;
  }

  .content-migration-banner-visual {
    margin-left: -5px;
    margin-right: -5px;
  }

  .content-migration-banner-visual img {
    max-height: 300px;
  }

  .content-migration-highlight {
    gap: 12px;
  }

  .content-migration-highlight-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .content-migration-assessment-head {
    align-items: flex-start !important;
  }

  .content-migration-scope-card {
    align-items: flex-start !important;
    padding: 15px;
    gap: 13px;
  }

  .content-migration-scope-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 23px;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

