/* =========================================================
   06. Common Drupal Issues
   ========================================================= */

.common-drupal-issues {
  background:
    radial-gradient(
      circle at 80% 32%,
      rgba(13, 110, 253, 0.055),
      transparent 27%
    ),
    radial-gradient(
      circle at 12% 75%,
      rgba(13, 110, 253, 0.04),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
  color: #071333;
}

/* Decorative Background */
.common-drupal-issues::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 230px;
  top: -50px;
  right: -20px;
  opacity: 0.2;
  pointer-events: none;
  background: repeating-radial-gradient(
    ellipse at top right,
    transparent 0 15px,
    rgba(13, 110, 253, 0.26) 16px 17px,
    transparent 18px 31px
  );
}

/* Section Heading */
.common-drupal-issues-head {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.common-drupal-issues-kicker {
  color: #075be8;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.common-drupal-issues-kicker > span {
  width: 52px;
  height: 2px;
  position: relative;
  display: inline-block;
  background: #075be8;
}

.common-drupal-issues-kicker > span::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: -1px;
  border-radius: 50%;
  background: #075be8;
  transform: translateY(-50%);
}

.common-drupal-issues-kicker > span:first-child::after {
  right: auto;
  left: -1px;
}

.common-drupal-issues-head h2 {
  margin: 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.common-drupal-issues-head p {
  color: #26345d;
  font-size: 18px;
  line-height: 1.5;
}

/* =========================================================
   Left Illustration
   ========================================================= */

.common-drupal-issues-visual {
  position: relative;
  padding-right: 25px;
}

.common-drupal-issues-orbit {
  width: 340px;
  max-width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(13, 110, 253, 0.03) 0 47%, transparent 48%),
    repeating-radial-gradient(
      circle,
      transparent 0 34px,
      rgba(13, 110, 253, 0.11) 35px 36px
    );
}

.common-drupal-issues-orbit::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(13, 110, 253, 0.18);
  border-radius: 50%;
}

/* Magnifier */
.common-drupal-magnifier {
  width: 215px;
  height: 215px;
  position: relative;
  z-index: 2;
}

.common-drupal-magnifier-glass {
  width: 190px;
  height: 190px;
  border: 17px solid #415777;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 30%,
    #ffffff 0%,
    #f7fbff 70%,
    #e5efff 100%
  );
  box-shadow:
    inset 0 0 0 5px #7184a0,
    inset 0 0 30px rgba(13, 110, 253, 0.1),
    0 18px 35px rgba(14, 42, 82, 0.13);
}

.common-drupal-magnifier-glass i {
  color: #1168ec;
  font-size: 83px;
}

.common-drupal-magnifier-handle {
  width: 35px;
  height: 112px;
  position: absolute;
  right: -16px;
  bottom: -46px;
  z-index: -1;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #354d70 0%, #172d4d 100%);
  transform: rotate(-43deg);
  transform-origin: top center;
  box-shadow: 0 10px 16px rgba(12, 32, 60, 0.18);
}

/* Floating Icons */
.common-drupal-floating-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 31px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 13px 28px rgba(17, 40, 80, 0.11);
}

.common-drupal-floating-purple {
  top: 13px;
  left: 22px;
  color: #7045d8;
  border: 1px solid #b7a1f6;
  background: #f7f2ff;
}

.common-drupal-floating-orange {
  top: 47%;
  right: 6px;
  color: #ff6420;
  border: 1px solid #ffae87;
  background: #fff5ef;
}

.common-drupal-floating-teal {
  bottom: 34px;
  left: 31px;
  color: #1294a7;
  border: 1px solid #85d5df;
  background: #effbfd;
}

/* Illustration Text */
.common-drupal-issues-visual-copy {
  margin-top: 28px;
}

.common-drupal-issues-visual-copy h3 {
  margin: 0;
  color: #071333;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 900;
}

.common-drupal-issues-visual-copy > span {
  width: 82px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
  border-radius: 20px;
  background: #0d6efd;
}

/* =========================================================
   Issue Cards
   ========================================================= */

.common-drupal-issue-card {
  min-height: 118px;
  padding: 13px 24px 13px 0;
  gap: 20px;
  position: relative;
  overflow: visible;
  border: 1px solid #dbe5f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 27px rgba(17, 40, 80, 0.07);
}

.common-drupal-issue-card::after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 10px 0;
  background: currentColor;
}

.common-drupal-issue-icon {
  width: 88px;
  min-width: 88px;
  height: 88px;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #ffffff;
  border-radius: 50%;
  color: currentColor;
  font-size: 36px;
  background: var(--issue-bg);
  box-shadow: 0 7px 18px rgba(12, 38, 75, 0.08);
}

.common-drupal-issue-content {
  min-width: 0;
}

.common-drupal-issue-content h3 {
  margin: 0 0 7px;
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  overflow-wrap: break-word;
}

.common-drupal-issue-content p {
  margin: 0;
  color: #26345d;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* Card Colors */
.common-drupal-issue-blue {
  color: #0d6efd;
  --issue-bg: linear-gradient(135deg, #4e9bff, #075be8);
}

.common-drupal-issue-green {
  color: #2da33b;
  --issue-bg: linear-gradient(135deg, #6ed76c, #159224);
}

.common-drupal-issue-purple {
  color: #7147d9;
  --issue-bg: linear-gradient(135deg, #9b76ed, #5930c4);
}

.common-drupal-issue-orange {
  color: #ff621d;
  --issue-bg: linear-gradient(135deg, #ff985d, #ff4d00);
}

.common-drupal-issue-teal {
  color: #13a0b5;
  --issue-bg: linear-gradient(135deg, #57cbd9, #07889b);
}

.common-drupal-issue-icon i {
  color: #ffffff;
}

/* =========================================================
   Inner CTA
   ========================================================= */

.common-drupal-issues-cta {
  padding: 28px 38px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 90% 50%,
      rgba(0, 110, 255, 0.35),
      transparent 25%
    ),
    linear-gradient(110deg, #03163b 0%, #052b65 57%, #041943 100%);
  box-shadow: 0 18px 42px rgba(4, 31, 73, 0.14);
}

.common-drupal-issues-cta::before,
.common-drupal-issues-cta::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 120px;
  opacity: 0.3;
  pointer-events: none;
  background-image: radial-gradient(circle, #1687ff 1.3px, transparent 1.6px);
  background-size: 10px 10px;
}

.common-drupal-issues-cta::before {
  left: 0;
  bottom: -40px;
}

.common-drupal-issues-cta::after {
  right: 0;
  bottom: -35px;
}

.common-drupal-cta-icon {
  width: 105px;
  height: 105px;
  position: relative;
  z-index: 2;
  padding: 14px;
  border: 1px dashed rgba(22, 135, 255, 0.55);
  border-radius: 50%;
}

.common-drupal-cta-icon-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 36px;
  background: linear-gradient(135deg, #338cff 0%, #075be8 100%);
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.32);
}

.common-drupal-cta-content {
  min-width: 0;
  position: relative;
  z-index: 2;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.common-drupal-cta-content h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
}

.common-drupal-cta-action {
  position: relative;
  z-index: 2;
}

.common-drupal-cta-btn {
  min-height: 66px;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #ff7a00 0%, #ff4d00 100%);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.common-drupal-cta-btn i {
  font-size: 20px;
  transition: transform 0.25s ease;
}

.common-drupal-cta-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(255, 90, 0, 0.32);
}

.common-drupal-cta-btn:hover i {
  transform: translateX(4px);
}

/* =========================================================
   Common Drupal Issues Responsive
   ========================================================= */

@media (max-width: 1599.98px) {
  .common-drupal-issues-orbit {
    width: 315px;
  }

  .common-drupal-issue-card {
    padding-right: 18px;
    gap: 16px;
  }

  .common-drupal-issue-icon {
    width: 78px;
    min-width: 78px;
    height: 78px;
    font-size: 31px;
  }
}

@media (max-width: 1600px) {
  .common-drupal-issues-kicker {
    font-size: 14px;
  }

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

  .common-drupal-issues-head p {
    font-size: 15px;
  }

  .common-drupal-issues-orbit {
    width: 280px;
  }

  .common-drupal-magnifier {
    width: 180px;
    height: 180px;
  }

  .common-drupal-magnifier-glass {
    width: 160px;
    height: 160px;
    border-width: 14px;
  }

  .common-drupal-magnifier-glass i {
    font-size: 68px;
  }

  .common-drupal-magnifier-handle {
    width: 30px;
    height: 92px;
  }

  .common-drupal-floating-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .common-drupal-issues-visual-copy h3 {
    font-size: 22px;
  }

  .common-drupal-issue-card {
    min-height: 105px;
  }

  .common-drupal-issue-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-width: 6px;
    font-size: 28px;
  }

  .common-drupal-issue-content h3 {
    font-size: 17px;
  }

  .common-drupal-issue-content p {
    font-size: 14px;
  }

  .common-drupal-cta-content h3 {
    font-size: 22px;
  }

  .common-drupal-cta-btn {
    min-height: 58px;
    padding: 13px 22px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .common-drupal-issues-head {
    margin-bottom: 35px !important;
  }

  .common-drupal-issues-visual {
    max-width: 480px;
    margin: 0 auto;
    padding-right: 0;
  }

  .common-drupal-issues-orbit {
    width: 320px;
  }

  .common-drupal-issues-visual-copy {
    margin-bottom: 20px;
  }

  .common-drupal-issues-cta {
    padding: 28px;
    text-align: center;
  }

  .common-drupal-cta-icon {
    margin-bottom: 4px;
  }

  .common-drupal-cta-content {
    padding-left: 0;
    border-left: 0;
  }

  .common-drupal-cta-action {
    justify-content: center !important;
  }
}

@media (max-width: 767.98px) {
  .common-drupal-issues-kicker {
    gap: 9px !important;
    font-size: 13px;
  }

  .common-drupal-issues-kicker > span {
    width: 34px;
  }

  .common-drupal-issues-head h2 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .common-drupal-issues-head p {
    font-size: 15px;
  }

  .common-drupal-issues-orbit {
    width: 275px;
  }

  .common-drupal-magnifier {
    width: 165px;
    height: 165px;
  }

  .common-drupal-magnifier-glass {
    width: 145px;
    height: 145px;
    border-width: 12px;
  }

  .common-drupal-magnifier-glass i {
    font-size: 62px;
  }

  .common-drupal-issues-visual-copy h3 {
    font-size: 18px;
  }

  .common-drupal-issue-card {
    min-height: 96px;
    padding: 12px 14px 12px 0;
    gap: 13px;
  }

  .common-drupal-issue-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-left: -6px;
    font-size: 27px;
  }

  .common-drupal-issue-content h3 {
    font-size: 18px;
  }

  .common-drupal-issue-content p {
    font-size: 14px;
  }

  .common-drupal-issues-cta {
    margin-top: 35px !important;
    padding: 25px 20px;
    border-radius: 16px;
  }

  .common-drupal-cta-icon {
    width: 88px;
    height: 88px;
  }

  .common-drupal-cta-icon-ring {
    font-size: 31px;
  }

  .common-drupal-cta-content h3 {
    font-size: 18px;
  }

  .common-drupal-cta-btn {
    width: 100%;
    min-width: 0;
    min-height: 55px;
    padding: 12px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 575.98px) {
  .common-drupal-issues-kicker > span {
    width: 23px;
    min-width: 23px;
  }

  .common-drupal-issues-orbit {
    width: 235px;
  }

  .common-drupal-magnifier {
    width: 145px;
    height: 145px;
  }

  .common-drupal-magnifier-glass {
    width: 128px;
    height: 128px;
    border-width: 11px;
  }

  .common-drupal-magnifier-glass i {
    font-size: 53px;
  }

  .common-drupal-magnifier-handle {
    width: 25px;
    height: 72px;
    right: -5px;
    bottom: -31px;
  }

  .common-drupal-floating-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 22px;
  }

  .common-drupal-floating-purple {
    left: 8px;
  }

  .common-drupal-floating-orange {
    right: -1px;
  }

  .common-drupal-floating-teal {
    left: 10px;
    bottom: 22px;
  }

  .common-drupal-issue-card {
    align-items: flex-start !important;
  }

  .common-drupal-issue-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .common-drupal-issue-content h3 {
    font-size: 16px;
  }

  .common-drupal-issue-content p {
    font-size: 13px;
  }

  .common-drupal-cta-content h3 {
    font-size: 18px;
  }
}



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;
  }
}

