/* =========================================================
   03. Custom Drupal Module Development Banner
   ========================================================= */

.custom-drupal-module-banner {
  padding: 80px 0 60px;
  background:
    radial-gradient(
      circle at 88% 22%,
      rgba(13, 110, 253, 0.13),
      transparent 27%
    ),
    radial-gradient(
      circle at 48% 72%,
      rgba(13, 110, 253, 0.06),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.custom-drupal-module-banner::before {
  position: absolute;
  top: 32px;
  right: 35px;
  width: 115px;
  height: 74px;
  content: "";
  opacity: 0.36;
  background-image: radial-gradient(#84b7ff 2px, transparent 2px);
  background-size: 15px 15px;
  pointer-events: none;
}

.custom-drupal-module-banner-main {
  position: relative;
  z-index: 1;
}

.custom-drupal-module-banner-content {
  max-width: 650px;
}

.custom-drupal-module-banner-badge {
  margin-bottom: 16px;
  color: #ff4d00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.custom-drupal-module-banner-title {
  margin: 0;
  color: #071d67;
  font-size: 55px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}

.custom-drupal-module-banner-description {
  max-width: 610px;
  margin-top: 24px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.65;
}

.custom-drupal-module-banner-actions {
  gap: 16px;
  margin-top: 30px;
}

.custom-drupal-module-primary-btn,
.custom-drupal-module-secondary-btn {
  min-height: 58px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.custom-drupal-module-primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.custom-drupal-module-secondary-btn {
  color: #075be8;
  border-color: #075be8;
  background: rgba(255, 255, 255, 0.8);
}

.custom-drupal-module-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.32);
}

.custom-drupal-module-secondary-btn:hover {
  color: #ffffff;
  background: #075be8;
  transform: translateY(-2px);
}

.custom-drupal-module-proofs {
  margin-top: 34px;
}

.custom-drupal-module-proof {
  min-width: 0;
  gap: 13px;
  padding: 0 22px;
  border-right: 1px solid #cfdbea;
}

.custom-drupal-module-proof:first-child {
  padding-left: 0;
}

.custom-drupal-module-proof:last-child {
  padding-right: 0;
  border-right: 0;
}

.custom-drupal-module-proof-icon {
  width: 42px;
  min-width: 42px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #075be8;
  font-size: 34px;
}

.custom-drupal-module-proof p {
  min-width: 0;
  color: #34405c;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.custom-drupal-module-visual {
  max-width: 805px;
  margin-left: auto;
  padding-bottom: 72px;
}

.custom-drupal-module-visual > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 610px;
  display: block;
  object-fit: contain;
}

.custom-drupal-module-visual-label {
  position: absolute;
  right: 17%;
  bottom: 0;
  max-width: 310px;
  gap: 16px;
  padding: 15px 24px;
  color: #071d67;
  border: 1px solid #ffb78f;
  border-radius: 14px;
  background: rgba(255, 250, 247, 0.94);
  box-shadow: 0 12px 30px rgba(25, 52, 105, 0.06);
  font-size: 17px;
  line-height: 1.4;
}

.custom-drupal-module-visual-label-icon {
  width: 47px;
  min-width: 47px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff5a00;
  font-size: 34px;
}

.custom-drupal-module-services {
  position: relative;
  z-index: 2;
  margin-top: 48px;
  padding: 32px 22px;
  border: 1px solid rgba(219, 232, 251, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.1);
}

.custom-drupal-module-service {
  min-width: 0;
  gap: 22px;
  padding: 0 28px;
  border-right: 1px solid #d7dee9;
}

.custom-drupal-module-service-last {
  border-right: 0;
}

.custom-drupal-module-service-icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 38px;
}

.custom-drupal-module-service-icon-blue {
  color: #075be8;
  background: #eef5ff;
}

.custom-drupal-module-service-icon-orange {
  color: #ff5a00;
  background: #fff1e9;
}

.custom-drupal-module-service-content {
  min-width: 0;
}

.custom-drupal-module-service-content h2 {
  margin: 2px 0 12px;
  color: #075be8;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}

.custom-drupal-module-service-line {
  width: 36px;
  height: 3px;
  margin-bottom: 14px;
  display: block;
  border-radius: 10px;
  background: #ff5a00;
}

.custom-drupal-module-service-content p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: break-word;
}

/* =========================================================
   Custom Drupal Module Development Banner Responsive
   ========================================================= */

@media (max-width: 1500px) {
  .custom-drupal-module-banner {
    padding: 65px 0 50px;
  }

  .custom-drupal-module-banner-badge {
    font-size: 14px;
  }

  .custom-drupal-module-banner-title {
    font-size: 40px;
  }

  .custom-drupal-module-banner-description {
    margin-top: 20px;
    font-size: 15px;
  }

  .custom-drupal-module-primary-btn,
  .custom-drupal-module-secondary-btn {
    min-height: 52px;
    padding: 12px 17px;
    gap: 10px;
    font-size: 14px;
  }

  .custom-drupal-module-proofs {
    margin-top: 28px;
  }

  .custom-drupal-module-proof {
    gap: 9px;
    padding: 0 13px;
  }

  .custom-drupal-module-proof-icon {
    width: 35px;
    min-width: 35px;
    font-size: 28px;
  }

  .custom-drupal-module-proof p {
    font-size: 12px;
  }

  .custom-drupal-module-visual {
    padding-bottom: 65px;
  }

  .custom-drupal-module-visual-label {
    right: 13%;
    padding: 13px 20px;
    font-size: 14px;
  }

  .custom-drupal-module-services {
    margin-top: 38px;
    padding: 28px 14px;
  }

  .custom-drupal-module-service {
    gap: 15px;
    padding: 0 20px;
  }

  .custom-drupal-module-service-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 31px;
  }

  .custom-drupal-module-service-content h2 {
    font-size: 17px;
  }

  .custom-drupal-module-service-content p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 1199px) {
  .custom-drupal-module-banner-main > .col-lg-5,
  .custom-drupal-module-banner-main > .col-lg-7 {
    width: 100%;
  }

  .custom-drupal-module-banner-content {
    max-width: 800px;
    margin: 0 auto;
    /* text-align: center; */
  }

  /* .custom-drupal-module-banner-description {
    margin-right: auto;
    margin-left: auto;
  } */

  /* .custom-drupal-module-banner-actions,
  .custom-drupal-module-proofs {
    justify-content: center;
  } */

  .custom-drupal-module-visual {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
  }

  .custom-drupal-module-service {
    padding: 26px;
  }

  .custom-drupal-module-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-drupal-module-services
    .col-sm-6:nth-child(2)
    .custom-drupal-module-service {
    border-right: 0;
  }

  .custom-drupal-module-services .col-sm-6:nth-child(-n + 2) {
    border-bottom: 1px solid #d7dee9;
  }
}

@media (max-width: 991px) {
  .custom-drupal-module-banner {
    padding-top: 55px;
  }

  .custom-drupal-module-visual {
    max-width: 720px;
  }

  .custom-drupal-module-proofs {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .custom-drupal-module-banner {
    padding: 3% 3%;
  }

  .custom-drupal-module-banner::before {
    width: 80px;
    height: 55px;
    right: 10px;
  }

  .custom-drupal-module-banner-badge {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .custom-drupal-module-banner-title {
    font-size: 32px;
    line-height: 1.16;
  }

  .custom-drupal-module-banner-description {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.55;
  }

  .custom-drupal-module-banner-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .custom-drupal-module-primary-btn,
  .custom-drupal-module-secondary-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    white-space: normal;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .custom-drupal-module-proofs {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 27px;
    text-align: left;
  }

  .custom-drupal-module-proof {
    width: 100%;
    gap: 14px;
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid #d7dee9;
  }

  .custom-drupal-module-proof:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .custom-drupal-module-proof-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 29px;
  }

  .custom-drupal-module-proof p {
    font-size: 14px;
  }

  .custom-drupal-module-visual {
    padding-bottom: 0;
  }

  .custom-drupal-module-visual > img {
    max-height: 430px;
  }

  .custom-drupal-module-visual-label {
    position: static;
    max-width: 320px;
    margin: 18px auto 0;
    padding: 12px 17px;
    text-align: left;
    font-size: 14px;
  }

  .custom-drupal-module-visual-label-icon {
    width: 40px;
    min-width: 40px;
    height: 46px;
    font-size: 28px;
  }

  .custom-drupal-module-services {
    margin-top: 35px;
    padding: 0 18px;
    border-radius: 16px;
  }

  .custom-drupal-module-services .col-sm-6 {
    border-bottom: 1px solid #d7dee9;
  }

  .custom-drupal-module-services .col-sm-6:last-child {
    border-bottom: 0;
  }

  .custom-drupal-module-service,
  .custom-drupal-module-services
    .col-sm-6:nth-child(2)
    .custom-drupal-module-service {
    gap: 16px;
    padding: 24px 0;
    border-right: 0;
  }

  .custom-drupal-module-service-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .custom-drupal-module-service-content h2 {
    margin-top: 0;
    font-size: 16px;
  }

  .custom-drupal-module-service-content p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .custom-drupal-module-banner-title {
    font-size: 29px;
  }

  .custom-drupal-module-visual > img {
    max-height: 340px;
  }

  .custom-drupal-module-service {
    align-items: flex-start;
  }

  .custom-drupal-module-service-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 24px;
  }
}

@media (max-width: 374px) {
  .custom-drupal-module-banner-title {
    font-size: 32px;
  }

  .custom-drupal-module-service {
    flex-direction: column;
  }
}

/* =========================================================
   04. Custom Drupal Modules for Real Business Needs
   ========================================================= */

.drupal-module-solutions {
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.drupal-module-solutions-head {
  max-width: 1260px;
  margin: 0 auto;
}

.drupal-module-solutions-kicker {
  gap: 22px;
  margin-bottom: 14px;
}

.drupal-module-solutions-kicker span {
  width: 64px;
  height: 3px;
  display: block;
  border-radius: 10px;
  background: #ff5a00;
}

.drupal-module-solutions-kicker p {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.drupal-module-solutions-head h2 {
  margin: 0;
  color: #071d67;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.drupal-module-solutions-intro {
  max-width: 1140px;
  margin-top: 14px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.drupal-module-solutions-list {
  margin-top: 22px;
}

.drupal-module-solution-card {
  min-width: 0;
  padding: 24px 28px 20px;
  border: 1px solid #dbe8fb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.drupal-module-solution-card:hover {
  border-color: #bdd5f7;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.1);
}

.drupal-module-solution-main {
  min-width: 0;
  gap: 24px;
}

.drupal-module-solution-icon {
  width: 94px;
  min-width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 42px;
}

.drupal-module-icon-blue {
  color: #075be8;
  background: #eef5ff;
}

.drupal-module-icon-orange {
  color: #ff5a00;
  background: #fff1e9;
}

.drupal-module-solution-content {
  min-width: 0;
}

.drupal-module-solution-content h3 {
  margin: 3px 0 10px;
  color: #071d67;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.drupal-module-solution-content p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.drupal-module-solution-tags {
  gap: 18px;
  margin-top: auto;
  padding-top: 18px;
}

.drupal-module-solution-tags span {
  min-width: 0;
  flex: 1 1 0;
  padding: 6px 10px;
  color: #075be8;
  border: 1px solid #dbe8fb;
  border-radius: 7px;
  background: #f1f6fd;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
}

.drupal-module-tags-orange span {
  color: #ff5a00;
  border-color: #f6dfd2;
  background: #fff5ef;
}

.drupal-module-requirement-cta {
  margin-top: 22px;
  padding: 10px 36px;
  border-radius: 14px;
  background:
    radial-gradient(circle at right, rgba(0, 120, 255, 0.32), transparent 28%),
    linear-gradient(135deg, #032674 0%, #0053a9 52%, #032a72 100%);
  box-shadow: 0 18px 40px rgba(2, 34, 105, 0.16);
}

.drupal-module-requirement-cta::after {
  position: absolute;
  top: -18px;
  right: -8px;
  width: 210px;
  height: 105px;
  content: "";
  opacity: 0.18;
  background-image: radial-gradient(#70b2ff 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}

.drupal-module-requirement-image {
  max-width: 270px;
  margin: 0 auto;
}

.drupal-module-requirement-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 132px;
  display: block;
  object-fit: contain;
}

.drupal-module-requirement-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.drupal-module-requirement-content h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.drupal-module-requirement-content p {
  max-width: 600px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.drupal-module-requirement-btn {
  position: relative;
  z-index: 1;
  min-height: 54px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #ffffff;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-module-requirement-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.34);
}

.drupal-module-technical-highlights {
  margin-top: 12px;
  padding: 12px 20px;
  border: 1px solid #dbe8fb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.drupal-module-technical-item {
  min-width: 0;
  gap: 17px;
  padding: 0 28px;
  border-right: 1px solid #cfdbea;
}

.drupal-module-technical-item-last {
  border-right: 0;
}

.drupal-module-technical-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 29px;
}

.drupal-module-technical-content {
  min-width: 0;
}

.drupal-module-technical-content h4 {
  margin: 0 0 5px;
  color: #071d67;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}

.drupal-module-technical-content p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: break-word;
}

/* =========================================================
   Custom Drupal Modules for Real Business Needs Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .drupal-module-solutions-kicker p {
    font-size: 14px;
  }

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

  .drupal-module-solutions-intro {
    font-size: 15px;
  }

  .drupal-module-solution-card {
    padding: 22px;
  }

  .drupal-module-solution-main {
    gap: 18px;
  }

  .drupal-module-solution-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    font-size: 35px;
  }

  .drupal-module-solution-content h3 {
    font-size: 17px;
  }

  .drupal-module-solution-content p,
  .drupal-module-solution-tags span {
    font-size: 14px;
  }

  .drupal-module-solution-tags {
    gap: 12px;
  }

  .drupal-module-requirement-content h3 {
    font-size: 22px;
  }

  .drupal-module-requirement-content p {
    font-size: 14px;
  }

  .drupal-module-requirement-btn {
    font-size: 14px;
  }

  .drupal-module-technical-item {
    gap: 13px;
    padding: 0 18px;
  }

  .drupal-module-technical-content h4 {
    font-size: 16px;
  }

  .drupal-module-technical-content p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .drupal-module-requirement-cta {
    padding: 22px 30px;
  }

  .drupal-module-requirement-image {
    max-width: 230px;
  }

  .drupal-module-technical-highlights {
    padding: 0 18px;
  }

  .drupal-module-technical-item {
    padding: 20px;
  }

  .drupal-module-technical-highlights
    .col-sm-6:nth-child(2)
    .drupal-module-technical-item {
    border-right: 0;
  }

  .drupal-module-technical-highlights .col-sm-6:nth-child(-n + 2) {
    border-bottom: 1px solid #cfdbea;
  }
  .drupal-module-requirement-actions {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 991px) {
  .drupal-module-requirement-cta {
    text-align: center;
  }

  .drupal-module-requirement-content p {
    margin-right: auto;
    margin-left: auto;
  }

  .drupal-module-requirement-btn {
    margin: 0 auto;
  }

  .drupal-module-requirement-image img {
    max-height: 150px;
  }
}

@media (max-width: 767px) {
  .drupal-module-solutions-kicker {
    gap: 12px;
    margin-bottom: 11px;
  }

  .drupal-module-solutions-kicker span {
    width: 34px;
    height: 2px;
  }

  .drupal-module-solutions-kicker p {
    font-size: 13px;
  }

  .drupal-module-solutions-head h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .drupal-module-solutions-intro {
    margin-top: 12px;
    font-size: 15px;
  }

  .drupal-module-solutions-list {
    margin-top: 20px;
  }

  .drupal-module-solution-card {
    padding: 20px;
  }

  .drupal-module-solution-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 30px;
  }

  .drupal-module-solution-content h3 {
    font-size: 16px;
  }

  .drupal-module-solution-content p,
  .drupal-module-solution-tags span {
    font-size: 13px;
  }

  .drupal-module-solution-tags {
    gap: 8px;
  }

  .drupal-module-solution-tags span {
    padding: 6px 5px;
  }

  .drupal-module-requirement-cta {
    padding: 24px 20px;
  }

  .drupal-module-requirement-image {
    max-width: 200px;
  }

  .drupal-module-requirement-content h3 {
    font-size: 18px;
  }

  .drupal-module-requirement-content p {
    font-size: 14px;
  }

  .drupal-module-requirement-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .drupal-module-technical-highlights {
    padding: 0 16px;
  }

  .drupal-module-technical-highlights .col-sm-6 {
    border-bottom: 1px solid #cfdbea;
  }

  .drupal-module-technical-highlights .col-sm-6:last-child {
    border-bottom: 0;
  }

  .drupal-module-technical-item,
  .drupal-module-technical-highlights
    .col-sm-6:nth-child(2)
    .drupal-module-technical-item {
    padding: 17px 0;
    border-right: 0;
  }

  .drupal-module-technical-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 25px;
  }

  .drupal-module-technical-content h4 {
    font-size: 16px;
  }

  .drupal-module-technical-content p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .drupal-module-solution-main {
    gap: 14px;
  }

  .drupal-module-solution-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .drupal-module-solution-tags {
    flex-wrap: wrap;
  }

  .drupal-module-solution-tags span {
    flex: 1 1 calc(33.333% - 8px);
  }
}

@media (max-width: 374px) {
  .drupal-module-solution-main {
    flex-direction: column;
  }

  .drupal-module-solution-tags span {
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .drupal-module-requirement-actions,
  .custom-drupal-module-banner-actions {
    flex-wrap: nowrap !important;
  }
}

/* =========================================================
   05. Drupal Module Development Process
   ========================================================= */

.drupal-module-process {
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.drupal-module-process-head {
  max-width: 1230px;
}

.drupal-module-process-kicker {
  margin-bottom: 10px;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.drupal-module-process-head h2 {
  margin: 0;
  color: #071d67;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.drupal-module-process-head p {
  margin-top: 12px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.drupal-module-process-list {
  margin-top: 52px;
}

.drupal-module-process-card {
  position: relative;
  min-width: 0;
  padding: 48px 28px 20px;
  border: 1px solid #d8e1ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.07);
  overflow: visible;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-module-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(13, 40, 88, 0.11);
}

.drupal-module-process-card::after {
  position: absolute;
  top: 98px;
  right: -26px;
  z-index: 2;
  width: 26px;
  height: 2px;
  content: "";
  background: currentColor;
}

.drupal-module-process-card::before {
  position: absolute;
  top: 91px;
  right: -34px;
  z-index: 3;
  width: 16px;
  height: 16px;
  content: "";
  border: 3px solid currentColor;
  border-radius: 50%;
  background: #ffffff;
}

.drupal-module-process-card-last::before,
.drupal-module-process-card-last::after {
  display: none;
}

.drupal-module-process-blue {
  color: #075be8 !important;
}

.drupal-module-process-orange {
  color: #ff5a00 !important;
}

.drupal-module-process-number {
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #ffffff; */
  border-radius: 50%;
  /* background: currentColor; */
  box-shadow: 0 8px 20px rgba(13, 68, 147, 0.14);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  transform: translateX(-50%);
}

.drupal-module-process-icon {
  width: 118px;
  height: 112px;
  margin-bottom: 8px;
  color: currentColor;
  font-size: 70px;
}

.drupal-module-process-card h3 {
  margin: 0 0 12px;
  color: #071d67;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.drupal-module-process-card p {
  margin: 0 0 20px;
  color: #34405c;
  font-size: 16px;
  line-height: 1.48;
  overflow-wrap: break-word;
}

.drupal-module-process-label {
  width: 100%;
  margin-top: auto;
  padding: 7px 14px;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 10px;
  background: color-mix(in srgb, currentColor 7%, #ffffff);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
}

/* Quality Strip */

.drupal-module-quality-strip {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #d8e1ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.drupal-module-quality-item {
  min-width: 0;
  gap: 18px;
  padding: 0 30px;
  border-right: 1px solid #cfdbea;
}

.drupal-module-quality-item-last {
  border-right: 0;
}

.drupal-module-quality-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  color: #075be8;
  border-radius: 50%;
  background: #eef5ff;
  font-size: 32px;
}

.drupal-module-quality-content {
  min-width: 0;
}

.drupal-module-quality-content h4 {
  margin: 0 0 5px;
  color: #071d67;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: break-word;
}

.drupal-module-quality-content p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Module Improvement CTA */

.drupal-module-improvement-cta {
  margin-top: 18px;
  padding: 16px 30px;
  border-radius: 15px;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 112, 255, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.2),
      transparent 26%
    ),
    linear-gradient(135deg, #03235f 0%, #003d88 52%, #02275f 100%);
  box-shadow: 0 18px 40px rgba(0, 34, 91, 0.18);
}

.drupal-module-improvement-cta::before {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 110px;
  height: 70px;
  content: "";
  opacity: 0.35;
  background-image: radial-gradient(#1687ff 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}

.drupal-module-improvement-cta::after {
  position: absolute;
  right: -55px;
  bottom: -115px;
  width: 260px;
  height: 260px;
  content: "";
  opacity: 0.2;
  border: 1px solid #1687ff;
  border-radius: 50%;
  pointer-events: none;
}

.drupal-module-improvement-image {
  position: relative;
  z-index: 1;
  max-width: 285px;
  margin: 0 auto;
}

.drupal-module-improvement-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  display: block;
  object-fit: contain;
}

.drupal-module-improvement-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.drupal-module-improvement-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.drupal-module-improvement-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.drupal-module-improvement-actions {
  position: relative;
  z-index: 1;
  gap: 16px;
}

.drupal-module-review-btn,
.drupal-module-enhancement-btn {
  min-height: 54px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

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

.drupal-module-enhancement-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.drupal-module-review-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.34);
}

.drupal-module-enhancement-btn:hover {
  color: #071d67;
  background: #ffffff;
  transform: translateY(-2px);
}

/* =========================================================
   Drupal Module Development Process Responsive
   ========================================================= */

@media (max-width: 1500px) {
  .drupal-module-process-kicker {
    font-size: 14px;
  }

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

  .drupal-module-process-head p {
    font-size: 15px;
  }

  .drupal-module-process-card {
    padding: 44px 22px 18px;
  }

  .drupal-module-process-icon {
    width: 100px;
    height: 96px;
    font-size: 60px;
  }

  .drupal-module-process-card h3 {
    font-size: 22px;
  }

  .drupal-module-process-card p,
  .drupal-module-process-label {
    font-size: 14px;
  }

  .drupal-module-quality-item {
    gap: 14px;
    padding: 0 20px;
  }

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

  .drupal-module-quality-content h4 {
    font-size: 16px;
  }

  .drupal-module-quality-content p {
    font-size: 14px;
  }

  .drupal-module-improvement-content h3 {
    font-size: 22px;
  }

  .drupal-module-improvement-content p,
  .drupal-module-review-btn,
  .drupal-module-enhancement-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .drupal-module-process-card::before,
  .drupal-module-process-card::after {
    display: none;
  }

  .drupal-module-quality-strip {
    padding: 0 18px;
  }

  .drupal-module-quality-item {
    padding: 20px;
  }

  .drupal-module-quality-strip
    .col-sm-6:nth-child(2)
    .drupal-module-quality-item {
    border-right: 0;
  }

  .drupal-module-quality-strip .col-sm-6:nth-child(-n + 2) {
    border-bottom: 1px solid #cfdbea;
  }

  .drupal-module-improvement-cta {
    padding: 24px 30px;
  }

  .drupal-module-improvement-actions {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .drupal-module-process-list {
    margin-top: 48px;
  }

  .drupal-module-improvement-content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .drupal-module-process-kicker {
    font-size: 13px;
  }

  .drupal-module-process-head h2 {
    font-size: 22px;
  }

  .drupal-module-process-head p {
    margin-top: 10px;
    font-size: 15px;
  }

  .drupal-module-process-list {
    margin-top: 42px;
  }

  .drupal-module-process-card {
    padding: 42px 20px 18px;
  }

  .drupal-module-process-number {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .drupal-module-process-icon {
    width: 90px;
    height: 82px;
    font-size: 52px;
  }

  .drupal-module-process-card h3 {
    font-size: 16px;
  }

  .drupal-module-process-card p,
  .drupal-module-process-label {
    font-size: 13px;
  }

  .drupal-module-quality-strip {
    padding: 0 16px;
  }

  .drupal-module-quality-strip .col-sm-6 {
    border-bottom: 1px solid #cfdbea;
  }

  .drupal-module-quality-strip .col-sm-6:last-child {
    border-bottom: 0;
  }

  .drupal-module-quality-item,
  .drupal-module-quality-strip
    .col-sm-6:nth-child(2)
    .drupal-module-quality-item {
    padding: 17px 0;
    border-right: 0;
  }

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

  .drupal-module-quality-content h4 {
    font-size: 16px;
  }

  .drupal-module-quality-content p {
    font-size: 13px;
  }

  .drupal-module-improvement-cta {
    padding: 24px 20px;
    text-align: center;
  }

  .drupal-module-improvement-image {
    max-width: 230px;
  }

  .drupal-module-improvement-image img {
    max-height: 130px;
  }

  .drupal-module-improvement-content {
    text-align: center;
  }

  .drupal-module-improvement-content h3 {
    font-size: 18px;
  }

  .drupal-module-improvement-content p {
    font-size: 14px;
  }

  .drupal-module-improvement-actions {
    flex-direction: column;
    gap: 12px;
  }

  .drupal-module-review-btn,
  .drupal-module-enhancement-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 575.98px) {
  .drupal-module-process-icon {
    font-size: 48px;
  }

  .drupal-module-quality-item {
    gap: 13px;
  }
}

.bg-blue {
  background: #0056d6;
}

.bg-orange {
  background: #ff5a00;
}
/* =========================================================
   06. Why Hapus Infotech
   ========================================================= */

.drupal-module-value-section {
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.08),
      transparent 26%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.drupal-module-value-head {
  position: relative;
  max-width: 1050px;
}

.drupal-module-value-kicker {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 10px;
  color: #075be8;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.drupal-module-value-kicker::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  content: "";
  background: #ff5a00;
}

.drupal-module-value-kicker::after {
  position: absolute;
  bottom: 0;
  left: 90px;
  width: 70px;
  height: 2px;
  content: "";
  background: #d8e1ee;
}

.drupal-module-value-head h2 {
  margin: 0;
  color: #071d67;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.drupal-module-value-head > p {
  max-width: 820px;
  margin-top: 14px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.5;
}

.drupal-module-value-main {
  margin-top: 28px;
}

/* Value Cards */

.drupal-module-value-card {
  position: relative;
  min-width: 0;
  flex: 1 1 0;
  gap: 26px;
  padding: 18px 24px 18px 38px;
  border: 1px solid #bcd5f7;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(17, 40, 80, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-module-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(13, 40, 88, 0.09);
}

.drupal-module-value-number {
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.drupal-module-value-icon {
  width: 108px;
  min-width: 108px;
  height: 108px;
  border-radius: 50%;
  font-size: 50px;
}

.drupal-module-value-blue .drupal-module-value-number {
  background: #075be8;
}

.drupal-module-value-orange .drupal-module-value-number {
  background: #ff5a00;
}

.drupal-module-value-blue .drupal-module-value-icon {
  color: #075be8;
  background: #eef5ff;
}

.drupal-module-value-orange .drupal-module-value-icon {
  color: #ff5a00;
  background: #fff1e9;
}

.drupal-module-value-content {
  min-width: 0;
}

.drupal-module-value-content h3 {
  margin: 0 0 8px;
  color: #071d67;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.025em;
  overflow-wrap: break-word;
}

.drupal-module-value-content p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* Assurance Card */

.drupal-module-assurance-card {
  min-width: 0;
  padding: 22px 26px;
  border: 1px solid #8ebcff;
  border-radius: 13px;
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.12),
      transparent 27%
    ),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.drupal-module-assurance-head {
  max-width: 510px;
  margin: 0 auto;
}

.drupal-module-assurance-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 12px;
  color: #1687ff;
  border: 1px solid #7eb3ff;
  border-radius: 50%;
  background: #f5f9ff;
  font-size: 45px;
}

.drupal-module-assurance-head h3 {
  margin: 0 0 10px;
  color: #071d67;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
}

.drupal-module-assurance-head p {
  color: #34405c;
  font-size: 16px;
  line-height: 1.48;
}

.drupal-module-assurance-list {
  margin-top: 18px;
}

.drupal-module-assurance-list li {
  gap: 14px;
  padding: 11px 6px;
  color: #26345d;
  border-bottom: 1px dotted #9bbff0;
  font-size: 16px;
  line-height: 1.35;
}

.drupal-module-assurance-list li:last-child {
  border-bottom: 0;
}

.drupal-module-assurance-list i {
  margin-top: 2px;
  color: #075be8;
  font-size: 20px;
}

.drupal-module-assurance-label {
  gap: 12px;
  margin-top: auto;
  padding: 11px 16px;
  color: #075be8;
  border: 1px solid #7eb3ff;
  border-radius: 14px;
  background: rgba(238, 246, 255, 0.9);
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
}

.drupal-module-assurance-label i {
  font-size: 25px;
}

/* Delivery Highlights */

.drupal-module-delivery-strip {
  margin-top: 22px;
  padding: 20px 24px;
  border: 1px solid #cfe1fa;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.drupal-module-delivery-item {
  min-width: 0;
  gap: 20px;
  padding: 0 28px;
  border-right: 1px solid #cfdbea;
}

.drupal-module-delivery-item-last {
  border-right: 0;
}

.drupal-module-delivery-icon {
  width: 78px;
  min-width: 78px;
  height: 78px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 34px;
}

.drupal-module-delivery-blue {
  background: linear-gradient(135deg, #075be8, #0045b7);
}

.drupal-module-delivery-orange {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.drupal-module-delivery-content {
  min-width: 0;
}

.drupal-module-delivery-content h4 {
  margin: 0 0 7px;
  color: #071d67;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: break-word;
}

.drupal-module-delivery-content p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Existing Module Review */

.drupal-existing-module-review {
  margin-top: 18px;
  padding: 28px 32px;
  border-radius: 15px;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 103, 255, 0.26),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 103, 255, 0.19),
      transparent 28%
    ),
    linear-gradient(135deg, #021f54 0%, #003a80 52%, #021f54 100%);
  box-shadow: 0 18px 40px rgba(0, 34, 91, 0.18);
}

.drupal-existing-module-review::before {
  position: absolute;
  bottom: 10px;
  left: 18px;
  width: 110px;
  height: 75px;
  content: "";
  opacity: 0.3;
  background-image: radial-gradient(#1687ff 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}

.drupal-existing-module-image {
  position: relative;
  z-index: 1;
  max-width: 190px;
  margin: 0 auto;
}

.drupal-existing-module-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 155px;
  display: block;
  object-fit: contain;
}

.drupal-existing-module-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.drupal-existing-module-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.drupal-existing-module-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.drupal-existing-module-services {
  position: relative;
  z-index: 1;
}

.drupal-existing-module-service {
  min-width: 0;
  min-height: 112px;
  padding: 4px 15px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.drupal-existing-module-service-last {
  border-right: 0;
}

.drupal-existing-module-service i {
  margin-bottom: 10px;
  display: block;
  color: #1687ff;
  font-size: 43px;
}

.drupal-existing-module-service-orange i {
  color: #ff6500;
}

.drupal-existing-module-service span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: break-word;
}

.drupal-existing-module-btn {
  /* width: calc(100% - 30px); */
  min-height: 50px;
  margin: 14px 15px 0;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #ffffff;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-existing-module-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.34);
}

/* Build Drupal Feature CTA */

.drupal-feature-build-cta {
  margin-top: 24px;
  padding: 20px 42px;
  border: 1px solid #a9ccff;
  border-radius: 15px;
  background:
    radial-gradient(
      circle at bottom right,
      rgba(13, 110, 253, 0.12),
      transparent 32%
    ),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.05);
}

.drupal-feature-build-image {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin: 0 auto;
}

.drupal-feature-build-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 165px;
  display: block;
  object-fit: contain;
}

.drupal-feature-build-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.drupal-feature-build-content h3 {
  margin: 0 0 10px;
  color: #071d67;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.drupal-feature-build-content p {
  margin: 0 0 16px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.drupal-feature-build-actions {
  gap: 18px;
}

.drupal-feature-build-primary,
.drupal-feature-build-secondary {
  min-height: 52px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

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

.drupal-feature-build-secondary {
  color: #075be8;
  border: 1px solid #075be8;
  background: #ffffff;
}

.drupal-feature-build-primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.drupal-feature-build-secondary:hover {
  color: #ffffff;
  background: #075be8;
  transform: translateY(-2px);
}

/* =========================================================
   Why Hapus Infotech Responsive
   ========================================================= */

@media (max-width: 1500px) {
  .drupal-module-value-kicker {
    font-size: 14px;
  }

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

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

  .drupal-module-value-card {
    gap: 20px;
    padding: 16px 20px 16px 34px;
  }

  .drupal-module-value-icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    font-size: 42px;
  }

  .drupal-module-value-content h3 {
    font-size: 17px;
  }

  .drupal-module-value-content p,
  .drupal-module-assurance-head p,
  .drupal-module-assurance-list li {
    font-size: 14px;
  }

  .drupal-module-assurance-head h3,
  .drupal-existing-module-content h3,
  .drupal-feature-build-content h3 {
    font-size: 22px;
  }

  .drupal-module-assurance-label {
    font-size: 14px;
  }

  .drupal-module-delivery-item {
    gap: 15px;
    padding: 0 20px;
  }

  .drupal-module-delivery-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 29px;
  }

  .drupal-module-delivery-content h4 {
    font-size: 16px;
  }

  .drupal-module-delivery-content p,
  .drupal-existing-module-content p,
  .drupal-existing-module-service span {
    font-size: 14px;
  }

  .drupal-existing-module-btn,
  .drupal-feature-build-primary,
  .drupal-feature-build-secondary {
    font-size: 14px;
  }

  .drupal-feature-build-content p {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .drupal-module-delivery-strip {
    padding: 18px 12px;
  }

  .drupal-module-delivery-item {
    padding: 0 16px;
  }

  .drupal-existing-module-review {
    padding: 26px;
  }

  .drupal-existing-module-services {
    margin-top: 10px;
  }

  .drupal-feature-build-cta {
    padding: 24px 30px;
  }
}

@media (max-width: 991px) {
  .drupal-module-assurance-card {
    padding: 28px 24px;
  }

  .drupal-module-delivery-strip {
    padding: 0 18px;
  }

  .drupal-module-delivery-item {
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid #cfdbea;
  }

  .drupal-module-delivery-strip
    .col-md-4:last-child
    .drupal-module-delivery-item {
    border-bottom: 0;
  }

  .drupal-existing-module-content {
    text-align: center;
  }

  .drupal-existing-module-image {
    max-width: 170px;
  }

  .drupal-feature-build-content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .drupal-module-value-kicker {
    font-size: 13px;
  }

  .drupal-module-value-kicker::before {
    width: 70px;
  }

  .drupal-module-value-kicker::after {
    left: 70px;
    width: 50px;
  }

  .drupal-module-value-head h2 {
    font-size: 22px;
  }

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

  .drupal-module-value-main {
    margin-top: 22px;
  }

  .drupal-module-value-card {
    align-items: flex-start;
    gap: 15px;
    padding: 20px 16px 20px 30px;
  }

  .drupal-module-value-number {
    top: 13px;
    left: 11px;
    width: 29px;
    height: 29px;
    font-size: 14px;
  }

  .drupal-module-value-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    font-size: 31px;
  }

  .drupal-module-value-content h3 {
    font-size: 16px;
  }

  .drupal-module-value-content p {
    font-size: 13px;
  }

  .drupal-module-assurance-head h3 {
    font-size: 18px;
  }

  .drupal-module-assurance-head p,
  .drupal-module-assurance-list li,
  .drupal-module-assurance-label {
    font-size: 14px;
  }

  .drupal-module-assurance-icon {
    width: 68px;
    height: 68px;
    font-size: 36px;
  }

  .drupal-module-assurance-list li {
    gap: 11px;
  }

  .drupal-module-delivery-item {
    gap: 14px;
    padding: 17px 0;
  }

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

  .drupal-module-delivery-content h4 {
    font-size: 16px;
  }

  .drupal-module-delivery-content p {
    font-size: 13px;
  }

  .drupal-existing-module-review {
    padding: 25px 18px;
  }

  .drupal-existing-module-content h3,
  .drupal-feature-build-content h3 {
    font-size: 18px;
  }

  .drupal-existing-module-content p,
  .drupal-existing-module-service span,
  .drupal-feature-build-content p {
    font-size: 14px;
  }

  .drupal-existing-module-service {
    min-height: 105px;
    padding: 12px 8px;
  }

  .drupal-existing-module-services
    .col-6:nth-child(2)
    .drupal-existing-module-service {
    border-right: 0;
  }

  .drupal-existing-module-services .col-6:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .drupal-existing-module-btn {
    width: 100%;
    min-width: 0;
    margin: 15px 0 0;
    padding: 13px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .drupal-feature-build-cta {
    padding: 24px 18px;
    text-align: center;
  }

  .drupal-feature-build-image {
    max-width: 190px;
  }

  .drupal-feature-build-content {
    text-align: center;
  }

  .drupal-feature-build-actions {
    flex-direction: column;
    gap: 12px;
  }

  .drupal-feature-build-primary,
  .drupal-feature-build-secondary {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 575.98px) {
  .drupal-module-value-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .drupal-module-value-icon {
    margin-left: 12px;
  }

  .drupal-module-assurance-card {
    padding: 24px 18px;
  }

  .drupal-module-assurance-label {
    align-items: flex-start;
    text-align: left;
  }

  .drupal-existing-module-service i {
    font-size: 36px;
  }
}
/* =========================================================
   07. Drupal Module Development FAQs
   ========================================================= */

.drupal-module-faq-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.08),
      transparent 20%
    ),
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.07),
      transparent 22%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.drupal-module-faq-section::before {
  position: absolute;
  top: 0;
  right: 12px;
  width: 150px;
  height: 110px;
  content: "";
  opacity: 0.25;
  background-image: radial-gradient(#7fb5ff 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}

.drupal-module-faq-section::after {
  position: absolute;
  bottom: -190px;
  left: -190px;
  width: 390px;
  height: 390px;
  content: "";
  opacity: 0.45;
  border: 45px solid #eef6ff;
  border-radius: 50%;
  pointer-events: none;
}

.drupal-module-faq-head {
  position: relative;
  z-index: 1;
  max-width: 1030px;
}

.drupal-module-faq-kicker {
  gap: 20px;
  margin-bottom: 12px;
}

.drupal-module-faq-kicker span {
  width: 64px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.drupal-module-faq-kicker p {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.drupal-module-faq-head h2 {
  margin: 0;
  color: #071d67;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.drupal-module-faq-head > p {
  max-width: 730px;
  margin-top: 10px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.4;
}

.drupal-module-faq-main {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

/* FAQ Help Card */

.drupal-module-faq-help {
  min-width: 0;
  padding: 30px 32px 18px;
  border: 1px solid #8ebcff;
  border-radius: 15px;
  background:
    radial-gradient(circle at top, rgba(13, 110, 253, 0.08), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.05);
}

.drupal-module-faq-help-image {
  width: 100%;
  max-width: 290px;
}

.drupal-module-faq-help-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  display: block;
  object-fit: contain;
}

.drupal-module-faq-help h3 {
  margin: 10px 0 0;
  color: #071d67;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
  overflow-wrap: break-word;
}

.drupal-module-faq-help-line {
  width: 82px;
  height: 2px;
  margin: 13px auto;
  display: block;
  background: #075be8;
}

.drupal-module-faq-help > p {
  margin: 0 0 16px;
  color: #34405c;
  font-size: 16px;
  line-height: 1.48;
  overflow-wrap: break-word;
}

.drupal-module-faq-review {
  gap: 12px;
  margin-top: auto;
  padding: 11px 14px;
  color: #26345d;
  border: 1px solid #ffb58c;
  border-radius: 11px;
  background: #fff8f3;
  font-size: 15px;
  line-height: 1.3;
}

.drupal-module-faq-review i {
  color: #ff5a00;
  font-size: 22px;
}

.drupal-module-faq-help-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 14px;
  padding: 13px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #ffffff;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-module-faq-help-btn i {
  font-size: 23px;
}

.drupal-module-faq-help-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.34);
}

/* Bootstrap Accordion */

.drupal-module-faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}

.drupal-module-faq-accordion .accordion-item {
  margin-bottom: 9px;
  border: 1px solid #bdd5f7;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.drupal-module-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.drupal-module-faq-accordion
  .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-left: 5px solid #075be8;
  box-shadow: 0 12px 30px rgba(13, 40, 88, 0.06);
}

.drupal-module-faq-accordion .accordion-button {
  min-width: 0;
  gap: 18px;
  padding: 16px 52px 16px 28px;
  color: #071d67;
  border: 0;
  background: #ffffff;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
}

.drupal-module-faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.drupal-module-faq-accordion .accordion-button:not(.collapsed) {
  color: #071d67;
  background: #ffffff;
  box-shadow: none;
}

.drupal-module-faq-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 26px;
  height: 26px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
  color: #075be8;
  border: 2px solid transparent;
  border-radius: 50%;
  background: none;
  background-image: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-50%);
}

.drupal-module-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #ff5a00;
  border-color: #ff5a00;
  transform: translateY(-50%);
}

.drupal-module-faq-number {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #075be8, #0048bb);
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  transition: background 0.25s ease;
}

.drupal-module-faq-accordion
  .accordion-button:not(.collapsed)
  .drupal-module-faq-number {
  background: linear-gradient(135deg, #ff6a00, #f34100);
}

.drupal-module-faq-question {
  min-width: 0;
  overflow-wrap: break-word;
}

.drupal-module-faq-accordion .accordion-body {
  margin: 0 28px 16px;
  padding: 17px 22px;
  color: #34405c;
  border-top: 1px solid #86b4f2;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
  font-size: 18px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* FAQ Support CTA */

.drupal-module-faq-cta {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 20px 30px;
  border-radius: 15px;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 103, 255, 0.26),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 103, 255, 0.18),
      transparent 26%
    ),
    linear-gradient(135deg, #021f54 0%, #003a80 52%, #021f54 100%);
  box-shadow: 0 18px 40px rgba(0, 34, 91, 0.18);
}

.drupal-module-faq-cta::before,
.drupal-module-faq-cta::after {
  position: absolute;
  width: 105px;
  height: 70px;
  content: "";
  opacity: 0.3;
  background-image: radial-gradient(#1687ff 2px, transparent 2px);
  background-size: 14px 14px;
  pointer-events: none;
}

.drupal-module-faq-cta::before {
  bottom: 8px;
  left: 10px;
}

.drupal-module-faq-cta::after {
  top: 8px;
  right: 12px;
}

.drupal-module-faq-cta-image {
  position: relative;
  z-index: 1;
  max-width: 170px;
}

.drupal-module-faq-cta-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 130px;
  display: block;
  object-fit: contain;
}

.drupal-module-faq-cta-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.drupal-module-faq-cta-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
  overflow-wrap: break-word;
}

.drupal-module-faq-cta-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.drupal-module-faq-cta-actions {
  position: relative;
  z-index: 1;
  gap: 16px;
}

.drupal-module-faq-primary-btn,
.drupal-module-faq-secondary-btn {
  min-height: 56px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

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

.drupal-module-faq-secondary-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.drupal-module-faq-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.34);
}

.drupal-module-faq-secondary-btn:hover {
  color: #071d67;
  background: #ffffff;
  transform: translateY(-2px);
}

/* =========================================================
   Drupal Module Development FAQs Responsive
   ========================================================= */

@media (max-width: 1500px) {
  .drupal-module-faq-kicker p {
    font-size: 14px;
  }

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

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

  .drupal-module-faq-help {
    padding: 25px 24px 18px;
  }

  .drupal-module-faq-help h3,
  .drupal-module-faq-cta-content h3 {
    font-size: 22px;
  }

  .drupal-module-faq-help > p,
  .drupal-module-faq-review,
  .drupal-module-faq-help-btn {
    font-size: 14px;
  }

  .drupal-module-faq-accordion .accordion-button {
    font-size: 17px;
  }

  .drupal-module-faq-accordion .accordion-body {
    font-size: 15px;
  }

  .drupal-module-faq-cta-content p {
    font-size: 14px;
  }

  .drupal-module-faq-primary-btn,
  .drupal-module-faq-secondary-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .drupal-module-faq-cta {
    padding: 24px;
  }

  .drupal-module-faq-cta-actions {
    flex-direction: column;
  }

  .drupal-module-faq-primary-btn,
  .drupal-module-faq-secondary-btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .drupal-module-faq-help {
    max-width: 720px;
    margin: 0 auto;
  }

  .drupal-module-faq-help-image img {
    max-height: 160px;
  }

  .drupal-module-faq-cta-content {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .drupal-module-faq-kicker {
    gap: 12px;
  }

  .drupal-module-faq-kicker span {
    width: 34px;
  }

  .drupal-module-faq-kicker p {
    font-size: 13px;
    letter-spacing: 0.14em;
  }

  .drupal-module-faq-head h2 {
    font-size: 22px;
  }

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

  .drupal-module-faq-help {
    padding: 24px 18px 18px;
  }

  .drupal-module-faq-help-image {
    max-width: 230px;
  }

  .drupal-module-faq-help-image img {
    max-height: 145px;
  }

  .drupal-module-faq-help h3 {
    font-size: 18px;
  }

  .drupal-module-faq-help > p,
  .drupal-module-faq-review,
  .drupal-module-faq-help-btn {
    font-size: 14px;
  }

  .drupal-module-faq-help-btn {
    min-width: 0;
    padding: 13px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .drupal-module-faq-accordion .accordion-button {
    gap: 12px;
    padding: 14px 45px 14px 14px;
    font-size: 16px;
  }

  .drupal-module-faq-accordion .accordion-button::after {
    right: 13px;
    width: 24px;
    height: 24px;
    font-size: 21px;
  }

  .drupal-module-faq-number {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .drupal-module-faq-accordion .accordion-body {
    margin: 0 14px 14px;
    padding: 15px;
    font-size: 14px;
  }

  .drupal-module-faq-cta {
    padding: 24px 18px;
    text-align: center;
  }

  .drupal-module-faq-cta-image {
    max-width: 145px;
  }

  .drupal-module-faq-cta-content {
    text-align: center;
  }

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

  .drupal-module-faq-cta-content p {
    font-size: 14px;
  }

  .drupal-module-faq-cta-actions {
    gap: 12px;
  }

  .drupal-module-faq-primary-btn,
  .drupal-module-faq-secondary-btn {
    min-width: 0;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

@media (max-width: 575.98px) {
  .drupal-module-faq-review {
    align-items: flex-start;
    text-align: left;
  }

  .drupal-module-faq-accordion .accordion-button {
    align-items: flex-start;
  }
}
/* =========================================================
   08. Custom Drupal Module Requirement
   ========================================================= */

.drupal-module-requirement-main {
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 111, 255, 0.22),
      transparent 26%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.18),
      transparent 26%
    ),
    linear-gradient(135deg, #020b25 0%, #061d49 50%, #020b25 100%);
}

.drupal-module-requirement-main::before {
  position: absolute;
  top: -12px;
  left: 6px;
  width: 100px;
  height: 105px;
  content: "";
  opacity: 0.42;
  background-image: radial-gradient(#1687ff 3px, transparent 3px);
  background-size: 19px 19px;
  pointer-events: none;
}

.drupal-module-requirement-main::after {
  position: absolute;
  right: -190px;
  bottom: -210px;
  width: 720px;
  height: 360px;
  content: "";
  opacity: 0.24;
  border: 1px solid #1687ff;
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.drupal-module-requirement-main .container-custom {
  z-index: 1;
}

.drupal-module-requirement-content {
  max-width: 680px;
}

.drupal-module-requirement-kicker {
  gap: 16px;
  margin-bottom: 18px;
}

.drupal-module-requirement-kicker span {
  width: 68px;
  height: 2px;
  display: block;
  background: #ff5a00;
}

.drupal-module-requirement-kicker p {
  color: #ff6a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drupal-module-requirement-content > h2 {
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.drupal-module-requirement-intro {
  max-width: 620px;
  margin-top: 18px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
}

.drupal-module-requirement-benefits {
  max-width: 570px;
  margin-top: 18px;
}

.drupal-module-requirement-benefit {
  min-width: 0;
  gap: 22px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(194, 215, 247, 0.3);
}

.drupal-module-requirement-benefit:last-child {
  border-bottom: 0;
}

.drupal-module-requirement-benefit-icon {
  width: 78px;
  min-width: 78px;
  height: 78px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 34px;
}

.drupal-module-requirement-icon-blue {
  background: linear-gradient(135deg, #0d6efd, #004abf);
}

.drupal-module-requirement-icon-orange {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.drupal-module-requirement-benefit-content {
  min-width: 0;
}

.drupal-module-requirement-benefit-content h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: break-word;
}

.drupal-module-requirement-benefit-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.drupal-module-requirement-actions {
  gap: 16px;
  margin-top: 20px;
}

.drupal-module-requirement-primary-btn,
.drupal-module-requirement-secondary-btn {
  min-height: 56px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

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

.drupal-module-requirement-secondary-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.drupal-module-requirement-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.34);
}

.drupal-module-requirement-secondary-btn:hover {
  color: #071d67;
  background: #ffffff;
  transform: translateY(-2px);
}

/* Requirement Form */

.drupal-module-requirement-form-wrap {
  padding: 28px 32px 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.drupal-module-requirement-form-head h3 {
  margin: 0;
  color: #071d67;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.drupal-module-requirement-form-head > span {
  width: 78px;
  height: 2px;
  margin: 11px auto 18px;
  display: block;
  background: #075be8;
}

.drupal-module-requirement-form .form-label {
  margin-bottom: 7px;
  color: #071333;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.drupal-module-requirement-form .form-label span {
  color: #ff4d00;
}

.drupal-module-requirement-form .form-control,
.drupal-module-requirement-form .form-select {
  min-height: 51px;
  padding: 12px 15px;
  color: #071333;
  border: 1px solid #c8d7eb;
  border-radius: 7px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
}

.drupal-module-requirement-form textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.drupal-module-requirement-form .form-control::placeholder {
  color: #6f7b98;
  opacity: 1;
}

.drupal-module-requirement-form .form-control:focus,
.drupal-module-requirement-form .form-select:focus {
  border-color: #075be8;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.drupal-module-form-submit {
  width: 100%;
  min-height: 54px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #ffffff;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.22);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.drupal-module-form-submit i {
  font-size: 23px;
}

.drupal-module-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(255, 90, 0, 0.32);
}

.drupal-module-requirement-form-note {
  gap: 14px;
  max-width: 480px;
  margin: 17px auto 0;
}

.drupal-module-requirement-form-note i {
  color: #075be8;
  font-size: 28px;
}

.drupal-module-requirement-form-note p {
  color: #34405c;
  font-size: 14px;
  line-height: 1.45;
}

/* Requirement Highlights */

.drupal-module-requirement-highlights {
  padding: 28px 0;
  background: #ffffff;
}

.drupal-module-requirement-highlight {
  min-width: 0;
  gap: 20px;
  padding: 0 30px;
  border-right: 1px solid #cfdbea;
}

.drupal-module-requirement-highlight-last {
  border-right: 0;
}

.drupal-module-highlight-icon {
  width: 78px;
  min-width: 78px;
  height: 78px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 34px;
}

.drupal-module-highlight-blue {
  background: linear-gradient(135deg, #075be8, #003a9c);
}

.drupal-module-highlight-orange {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
}

.drupal-module-highlight-content {
  min-width: 0;
}

.drupal-module-highlight-content h4 {
  margin: 0 0 7px;
  color: #0751c7;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: break-word;
}

.drupal-module-highlight-content p {
  color: #34405c;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* Closing Statement */

.drupal-module-requirement-statement {
  padding: 24px 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 103, 255, 0.24),
      transparent 28%
    ),
    linear-gradient(135deg, #021f54 0%, #003a80 52%, #021f54 100%);
}

.drupal-module-requirement-statement::before,
.drupal-module-requirement-statement::after {
  position: absolute;
  top: 50%;
  width: 105px;
  height: 70px;
  content: "";
  opacity: 0.3;
  background-image: radial-gradient(#1687ff 2px, transparent 2px);
  background-size: 14px 14px;
  transform: translateY(-50%);
  pointer-events: none;
}

.drupal-module-requirement-statement::before {
  left: 8px;
}

.drupal-module-requirement-statement::after {
  right: 8px;
}

.drupal-module-requirement-statement-inner {
  position: relative;
  z-index: 1;
  gap: 28px;
}

.drupal-module-requirement-statement-icon {
  width: 76px;
  min-width: 76px;
  height: 76px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #1687ff, #075be8);
  font-size: 50px;
}

.drupal-module-requirement-statement h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-align: center;
  overflow-wrap: break-word;
}

.drupal-module-requirement-statement h3 span {
  color: #ff6500;
}

/* =========================================================
   Custom Drupal Module Requirement Responsive
   ========================================================= */

@media (max-width: 1500px) {
  .drupal-module-requirement-kicker p {
    font-size: 14px;
  }

  .drupal-module-requirement-content > h2 {
    font-size: 32px;
  }

  .drupal-module-requirement-intro {
    font-size: 15px;
  }

  .drupal-module-requirement-benefit-content h3 {
    font-size: 17px;
  }

  .drupal-module-requirement-benefit-content p {
    font-size: 14px;
  }

  .drupal-module-requirement-benefit-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 29px;
  }

  .drupal-module-requirement-primary-btn,
  .drupal-module-requirement-secondary-btn,
  .drupal-module-form-submit {
    font-size: 14px;
  }

  .drupal-module-requirement-form-head h3,
  .drupal-module-requirement-statement h3 {
    font-size: 22px;
  }

  .drupal-module-requirement-form .form-label,
  .drupal-module-requirement-form .form-control,
  .drupal-module-requirement-form .form-select {
    font-size: 14px;
  }

  .drupal-module-requirement-highlight {
    gap: 15px;
    padding: 0 20px;
  }

  .drupal-module-highlight-icon {
    width: 66px;
    min-width: 66px;
    height: 66px;
    font-size: 29px;
  }

  .drupal-module-highlight-content h4 {
    font-size: 16px;
  }

  .drupal-module-highlight-content p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .drupal-module-requirement-kicker span {
    width: 45px;
  }

  .drupal-module-requirement-form-wrap {
    padding: 25px 24px 22px;
  }

  .drupal-module-requirement-highlights {
    padding: 0 18px;
  }

  .drupal-module-requirement-highlight {
    padding: 22px;
  }

  .drupal-module-requirement-highlights
    .col-sm-6:nth-child(2)
    .drupal-module-requirement-highlight {
    border-right: 0;
  }

  .drupal-module-requirement-highlights .col-sm-6:nth-child(-n + 2) {
    border-bottom: 1px solid #cfdbea;
  }
}

@media (max-width: 991px) {
  .drupal-module-requirement-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .drupal-module-requirement-benefits {
    max-width: none;
  }

  .drupal-module-requirement-form-wrap {
    max-width: 760px;
    margin: 0 auto;
  }

  .drupal-module-requirement-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .drupal-module-requirement-kicker {
    gap: 10px;
  }

  .drupal-module-requirement-kicker span {
    width: 28px;
  }

  .drupal-module-requirement-kicker p {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .drupal-module-requirement-content > h2 {
    font-size: 22px;
  }

  .drupal-module-requirement-intro {
    margin-top: 14px;
    font-size: 16px;
  }

  .drupal-module-requirement-benefit {
    align-items: flex-start;
    gap: 14px;
  }

  .drupal-module-requirement-benefit-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    font-size: 25px;
  }

  .drupal-module-requirement-benefit-content h3 {
    font-size: 16px;
  }

  .drupal-module-requirement-benefit-content p {
    font-size: 13px;
  }

  .drupal-module-requirement-actions {
    flex-direction: column;
    gap: 12px;
  }

  .drupal-module-requirement-primary-btn,
  .drupal-module-requirement-secondary-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .drupal-module-requirement-form-wrap {
    padding: 24px 18px 20px;
    border-radius: 15px;
  }

  .drupal-module-requirement-form-head h3 {
    font-size: 18px;
  }

  .drupal-module-requirement-form .form-label,
  .drupal-module-requirement-form .form-control,
  .drupal-module-requirement-form .form-select,
  .drupal-module-form-submit,
  .drupal-module-requirement-form-note p {
    font-size: 14px;
  }

  .drupal-module-form-submit {
    min-width: 0;
    padding: 13px 16px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .drupal-module-requirement-highlights {
    padding: 0 16px;
  }

  .drupal-module-requirement-highlights .col-sm-6 {
    border-bottom: 1px solid #cfdbea;
  }

  .drupal-module-requirement-highlights .col-sm-6:last-child {
    border-bottom: 0;
  }

  .drupal-module-requirement-highlight,
  .drupal-module-requirement-highlights
    .col-sm-6:nth-child(2)
    .drupal-module-requirement-highlight {
    padding: 18px 0;
    border-right: 0;
  }

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

  .drupal-module-highlight-content h4 {
    font-size: 16px;
  }

  .drupal-module-highlight-content p {
    font-size: 13px;
  }

  .drupal-module-requirement-statement {
    padding: 25px 0;
  }

  .drupal-module-requirement-statement-inner {
    flex-direction: column;
    gap: 14px;
  }

  .drupal-module-requirement-statement-icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 42px;
  }

  .drupal-module-requirement-statement h3 {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .drupal-module-requirement-kicker {
    align-items: flex-start;
  }

  .drupal-module-requirement-kicker span {
    margin-top: 7px;
  }

  .drupal-module-requirement-benefit {
    flex-direction: column;
  }

  .drupal-module-requirement-form-note {
    text-align: left;
  }
}
