/* =========================================================
   04. Drupal Audit Coverage
   ========================================================= */

.drupal-audit-coverage {
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(13, 110, 253, 0.055),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #071333;
}

/* Heading */
.drupal-audit-coverage-head {
  max-width: 1000px;
}

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

.drupal-audit-kicker-line {
  width: 48px;
  height: 2px;
  position: relative;
  display: inline-block;
  background: #ff6a00;
}

.drupal-audit-kicker-line::before,
.drupal-audit-kicker-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6a00;
  transform: translateY(-50%);
}

.drupal-audit-kicker-line::before {
  left: 0;
}

.drupal-audit-kicker-line::after {
  right: 0;
}

.drupal-audit-coverage-head h2,.drupal-audit-deliverables-head h2 {
  margin: 0;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

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

/* Review Badge */
.drupal-audit-review-badge {
  width: fit-content;
  min-height: 42px;
  padding: 8px 18px;
  border: 1px solid #bad2ff;
  border-radius: 50px;
  color: #075be8;
  background: #f4f8ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.drupal-audit-review-badge i {
  font-size: 18px;
}

/* Side Cards */
.drupal-audit-side-card {
  padding: 24px 18px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.drupal-audit-side-card-blue {
  border: 1px solid #bed3ff;
}

.drupal-audit-side-card-orange {
  border: 1px solid #ffd5bd;
}

.drupal-audit-side-icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 34px;
}

.drupal-audit-side-icon-blue {
  color: #075be8;
  background: #edf3ff;
}

.drupal-audit-side-icon-orange {
  color: #ef5a0b;
  background: #fff0e7;
}

.drupal-audit-side-card h3 {
  margin: 0;
  color: #071333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.drupal-audit-side-card p {
  margin: 18px 0;
  color: #26345d;
  font-size: 14px;
  line-height: 1.55;
}

.drupal-audit-side-divider {
  width: 34px;
  height: 3px;
  margin: 18px auto 0;
  display: block;
  border-radius: 20px;
  background: #075be8;
}

.drupal-audit-side-card-orange .drupal-audit-side-divider {
  background: #ff5a00;
}

.drupal-audit-side-separator {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background: #d9e4f5;
}

.drupal-audit-side-card-orange .drupal-audit-side-separator {
  background: #ffe0cf;
}

.drupal-audit-side-stat strong {
  display: block;
  color: #075be8;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.drupal-audit-side-stat span {
  display: block;
  margin-top: 4px;
  color: #075be8;
  font-size: 13px;
  font-weight: 700;
}

.drupal-audit-expert h4,
.drupal-audit-priorities h4 {
  margin: 0 0 12px;
  color: #071333;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.drupal-audit-expert span {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a9c7ff;
  border-radius: 50%;
  color: #075be8;
  background: #edf4ff;
  font-size: 12px;
}

.drupal-audit-actionable strong {
  color: #ef5a0b;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
}

.drupal-audit-priorities span {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffd0b6;
  border-radius: 50%;
  color: #ef5a0b;
  background: #fff2e9;
  font-size: 12px;
}

/* Audit Items */
.drupal-audit-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.drupal-audit-item {
  width: 100%;
  min-width: 0;
  position: relative;
  gap: 14px;
}

.drupal-audit-item-card {
  width: 100%;
  min-width: 0;
  min-height: 108px;
  padding: 15px 16px;
  position: relative;
  z-index: 2;
  border: 1px solid #e0e6ef;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 12px 25px rgba(17, 40, 80, 0.08);
}

.drupal-audit-item-content {
  min-width: 0;
}

.drupal-audit-item-content h3 {
  margin: 0 0 6px;
  color: #071333;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: break-word;
}

.drupal-audit-item-content p {
  margin: 0;
  color: #34405c;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.drupal-audit-item-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 29px;
  background: #ffffff;
}

.drupal-audit-number {
  width: 36px;
  min-width: 36px;
  height: 36px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}



/* Item Colors */
.drupal-audit-security {
  color: #1464eb;
}

.drupal-audit-security .drupal-audit-number {
  background: #075be8;
}

.drupal-audit-performance {
  color: #087f96;
}

.drupal-audit-performance .drupal-audit-number {
  background: #087f96;
}

.drupal-audit-modules {
  color: #209d2c;
}

.drupal-audit-modules .drupal-audit-number {
  background: #209d2c;
}

.drupal-audit-code {
  color: #6833c4;
}

.drupal-audit-code .drupal-audit-number {
  background: #6833c4;
}

.drupal-audit-hosting {
  color: #ff5a00;
}

.drupal-audit-hosting .drupal-audit-number {
  background: #ff5a00;
}

.drupal-audit-configuration {
  color: #07869b;
}

.drupal-audit-configuration .drupal-audit-number {
  background: #07869b;
}

.drupal-audit-accessibility {
  color: #6833c4;
}

.drupal-audit-accessibility .drupal-audit-number {
  background: #6833c4;
}

.drupal-audit-seo {
  color: #209d2c;
}

.drupal-audit-seo .drupal-audit-number {
  background: #209d2c;
}

/* Scanner */
.drupal-audit-scanner-wrap {
  min-height: 430px;
}

.drupal-audit-scanner-outer {
  width: 330px;
  max-width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 110, 253, 0.11);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(13, 110, 253, 0.08),
    transparent 61%
  );
}

.drupal-audit-scanner-outer::before,
.drupal-audit-scanner-outer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.drupal-audit-scanner-outer::before {
  inset: 23px;
  border: 1px solid rgba(13, 110, 253, 0.15);
}

.drupal-audit-scanner-outer::after {
  inset: 47px;
  border: 1px solid rgba(13, 110, 253, 0.18);
}

.drupal-audit-scanner-ring {
  width: 245px;
  height: 245px;
  padding: 26px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    #075be8 0deg 38deg,
    #9ac2ff 38deg 44deg,
    #075be8 44deg 84deg,
    #b7d3ff 84deg 90deg,
    #075be8 90deg 132deg,
    #8bb8ff 132deg 138deg,
    #075be8 138deg 180deg,
    #b5d1ff 180deg 186deg,
    #075be8 186deg 228deg,
    #85b5ff 228deg 234deg,
    #075be8 234deg 276deg,
    #a7c9ff 276deg 282deg,
    #075be8 282deg 324deg,
    #b9d5ff 324deg 330deg,
    #075be8 330deg 360deg
  );
  box-shadow:
    0 0 0 14px rgba(13, 110, 253, 0.06),
    0 15px 35px rgba(13, 110, 253, 0.15);
}

.drupal-audit-scanner-ring::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.drupal-audit-scanner-inner {
  width: 180px;
  height: 180px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #d6e4ff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    inset 0 0 24px rgba(13, 110, 253, 0.08),
    0 10px 30px rgba(13, 110, 253, 0.14);
}

.drupal-audit-scanner-inner i {
  margin-bottom: 12px;
  color: #075be8;
  font-size: 55px;
}

.drupal-audit-scanner-inner p {
  margin: 0;
  color: #071333;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
}

.drupal-audit-scanner-inner h3 {
  margin: 2px 0 0;
  color: #071333;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.drupal-audit-orbit-dot {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 4;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #1687ff;
  box-shadow: 0 0 0 4px rgba(22, 135, 255, 0.13);
}

.drupal-audit-dot-one {
  top: 20%;
  left: 26%;
}

.drupal-audit-dot-two {
  top: 20%;
  right: 26%;
  background: #ff6a00;
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.12);
}

.drupal-audit-dot-three {
  bottom: 20%;
  left: 22%;
  background: #6833c4;
  box-shadow: 0 0 0 4px rgba(104, 51, 196, 0.12);
}

.drupal-audit-dot-four {
  right: 22%;
  bottom: 20%;
  background: #6833c4;
  box-shadow: 0 0 0 4px rgba(104, 51, 196, 0.12);
}

/* Bottom Card */
.drupal-audit-bottom-card {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid #e0e7f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.drupal-audit-bottom-item {
  min-height: 125px;
  padding: 20px 32px;
  position: relative;
}

.drupal-audit-bottom-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 15%;
  right: 0;
  background: #dce4ef;
}

.drupal-audit-bottom-card
  .col-lg-4:last-child
  .drupal-audit-bottom-item::after {
  display: none;
}

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

.drupal-audit-bottom-icon-blue {
  color: #075be8;
  background: #eaf1ff;
}

.drupal-audit-bottom-icon-orange {
  color: #ff5a00;
  background: #fff1e8;
}

.drupal-audit-bottom-icon-teal {
  color: #087f96;
  background: #eaf7fa;
}

.drupal-audit-bottom-content {
  min-width: 0;
}

.drupal-audit-bottom-content h3 {
  margin: 0 0 7px;
  color: #071333;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.drupal-audit-bottom-content p {
  margin: 0;
  color: #34405c;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* =========================================================
   Drupal Audit Coverage Responsive
   ========================================================= */

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

  .drupal-audit-coverage-head h2,.drupal-audit-deliverables-head h2{
    font-size: 32px;
  }

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

  .drupal-audit-side-card {
    padding: 20px 14px;
  }

  .drupal-audit-side-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .drupal-audit-side-card h3 {
    font-size: 17px;
  }

  .drupal-audit-side-card p {
    font-size: 13px;
  }

  .drupal-audit-item {
    gap: 8px;
  }

  .drupal-audit-item-card {
    min-height: 92px;
    padding: 12px;
  }

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

  .drupal-audit-item-content h3 {
    font-size: 17px;
  }

  .drupal-audit-item-content p {
    font-size: 12px;
  }

  .drupal-audit-number {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .drupal-audit-item-left::after,
  .drupal-audit-item-right::before {
    width: 22px;
  }

  .drupal-audit-item-left::after {
    right: -22px;
  }

  .drupal-audit-item-right::before {
    left: -22px;
  }

  .drupal-audit-scanner-outer {
    width: 270px;
  }

  .drupal-audit-scanner-ring {
    width: 205px;
    height: 205px;
    padding: 22px;
  }

  .drupal-audit-scanner-inner {
    width: 150px;
    height: 150px;
  }

  .drupal-audit-scanner-inner i {
    font-size: 44px;
  }

  .drupal-audit-scanner-inner p {
    font-size: 14px;
  }

  .drupal-audit-scanner-inner h3 {
    font-size: 22px;
  }

  .drupal-audit-bottom-content h3 {
    font-size: 17px;
  }

  .drupal-audit-bottom-content p {
    font-size: 14px;
  }

  .drupal-audit-bottom-item {
    padding: 18px 22px;
  }

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

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

  .drupal-audit-side-card {
    height: auto !important;
  }

  .drupal-audit-main {
    margin-top: 8px;
  }

  .drupal-audit-list {
    gap: 16px;
  }

  .drupal-audit-item-left,
  .drupal-audit-item-right {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .drupal-audit-item-left::after,
  .drupal-audit-item-right::before {
    display: none;
  }

  .drupal-audit-scanner-wrap {
    min-height: auto;
    padding: 15px 0;
  }

  .drupal-audit-scanner-outer {
    width: 300px;
  }

  .drupal-audit-bottom-item {
    min-height: auto;
    padding: 22px 26px;
  }

  .drupal-audit-bottom-item::after {
    width: calc(100% - 52px);
    height: 1px;
    top: auto;
    right: 26px;
    bottom: 0;
  }

  .drupal-audit-bottom-card
    .col-lg-4:last-child
    .drupal-audit-bottom-item::after {
    display: none;
  }
}

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

  .drupal-audit-kicker-line {
    width: 34px;
  }

  .drupal-audit-coverage-head h2,.drupal-audit-deliverables-head h2{
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .drupal-audit-coverage-head p {
    font-size: 15px;
    line-height: 1.5;
  }

  .drupal-audit-review-badge {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .drupal-audit-side-card {
    padding: 24px 20px;
  }

  .drupal-audit-side-card h3 {
    font-size: 18px;
  }

  .drupal-audit-side-card p {
    font-size: 14px;
  }

  .drupal-audit-item {
    gap: 10px;
  }

  .drupal-audit-item-card {
    min-height: 86px;
    padding: 12px 14px;
  }

  .drupal-audit-item-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .drupal-audit-item-content h3 {
    font-size: 16px;
  }

  .drupal-audit-item-content p {
    font-size: 13px;
  }

  .drupal-audit-number {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .drupal-audit-scanner-outer {
    width: 270px;
  }

  .drupal-audit-scanner-ring {
    width: 205px;
    height: 205px;
  }

  .drupal-audit-scanner-inner {
    width: 150px;
    height: 150px;
  }

  .drupal-audit-scanner-inner h3 {
    font-size: 18px;
  }

  .drupal-audit-bottom-item {
    padding: 20px;
    gap: 16px !important;
  }

  .drupal-audit-bottom-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .drupal-audit-bottom-content h3 {
    font-size: 16px;
  }

  .drupal-audit-bottom-content p {
    font-size: 13px;
  }
  .drupal-audit-scanner-wrap{
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .drupal-audit-coverage-kicker {
    flex-wrap: nowrap;
  }

  .drupal-audit-kicker-line {
    width: 22px;
    min-width: 22px;
  }

  .drupal-audit-review-badge {
    width: 100%;
  }

  .drupal-audit-item {
    align-items: center !important;
  }

  .drupal-audit-item-left {
    flex-direction: row;
  }

  .drupal-audit-item-right {
    flex-direction: row-reverse;
  }

  .drupal-audit-item-card {
    gap: 11px !important;
  }

  .drupal-audit-item-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .drupal-audit-number {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .drupal-audit-scanner-outer {
    width: 240px;
  }

  .drupal-audit-scanner-ring {
    width: 182px;
    height: 182px;
    padding: 19px;
  }

  .drupal-audit-scanner-inner {
    width: 134px;
    height: 134px;
  }

  .drupal-audit-scanner-inner i {
    margin-bottom: 8px;
    font-size: 38px;
  }

  .drupal-audit-scanner-inner p {
    font-size: 13px;
  }

  .drupal-audit-scanner-inner h3 {
    font-size: 18px;
  }

  .drupal-audit-bottom-item {
    align-items: flex-start !important;
  }
}

/* Large Desktop Image Scale */
@media (min-width: 1400px) {
  .drupal-audit-scanner-wrap img {
    transform: scale(1.59);
  }
}

/* Laptop Image Scale */
@media (min-width: 1200px) and (max-width: 1399px) {
  .drupal-audit-scanner-wrap img {
    transform: scale(1.5);
  }
}

/* Tablet Image Scale */
@media (max-width: 1199px) {
  .drupal-audit-scanner-wrap img {
    transform: scale(1);
  }
}



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

