.apm-home-consultation-strip,
.apm-home-consultation-strip * {
  box-sizing: border-box;
  font-family: "Barlow", "Segoe UI", Arial, sans-serif;
}

.apm-home-consultation-strip {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f6f9fc;
  color: #ffffff;
}

.apm-home-consultation-strip-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: 156px;
  margin: 0;
  padding: 28px 88px 28px 72px;
  border-radius: 5px;
  background:
    radial-gradient(circle at 24% 40%, rgba(30, 202, 211, 0.14), transparent 34%),
    linear-gradient(135deg, #007888 0%, #006275 43%, #004765 100%);
  box-shadow:
    0 14px 34px rgba(0, 24, 52, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

/* LEFT SIDE */

.apm-home-consultation-left {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
  margin-left: 72px;
}

.apm-home-consultation-icon {
  width: 98px;
  height: 98px;
  min-width: 98px;
  border-radius: 50%;
  border: 1.8px solid rgba(240, 169, 68, 0.82);
  color: #f0a944;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 24, 52, 0.08);
}

.apm-home-consultation-icon svg {
  width: 52px;
  height: 52px;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apm-home-consultation-copy h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.apm-home-consultation-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.48;
  font-weight: 500;
}

/* BUTTON */

.apm-home-consultation-button {
  position: relative;
  z-index: 3;
  min-width: 305px;
  min-height: 52px;
  padding: 0 28px;
  margin-right: 170px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f6b64d 0%, #efa33a 100%);
  color: #001834 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow:
    0 10px 22px rgba(0, 24, 52, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  white-space: nowrap;
}

.apm-home-consultation-button:hover {
  background: linear-gradient(135deg, #ffc15d 0%, #f0a944 100%);
  color: #001834 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px rgba(0, 24, 52, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.apm-home-consultation-button span {
  font-size: 18px;
  line-height: 1;
}

/* DOT DECORATION */

.apm-home-consultation-dots {
  position: absolute;
  right: 48px;
  top: 48px;
  width: 108px;
  height: 72px;
  opacity: 0.75;
  background-image: radial-gradient(
    rgba(240, 169, 68, 0.85) 1.4px,
    transparent 1.4px
  );
  background-size: 14px 14px;
  pointer-events: none;
}

/* ELEMENTOR FULL WIDTH FIX */

.apm-full-bleed-section,
.apm-full-bleed-section.e-con,
.apm-full-bleed-section.elementor-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

.apm-full-bleed-section > .e-con-inner,
.apm-full-bleed-section > .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .apm-home-consultation-strip-inner {
    padding: 30px 34px;
    flex-direction: column;
    align-items: flex-start;
  }

  .apm-home-consultation-left {
    gap: 24px;
    margin-left: 0;
  }

  .apm-home-consultation-dots {
    right: 24px;
    top: 24px;
    opacity: 0.35;
  }

  .apm-home-consultation-button {
    min-width: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .apm-home-consultation-strip-inner {
    padding: 28px 22px;
  }

  .apm-home-consultation-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-left: 0;
  }

  .apm-home-consultation-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
  }

  .apm-home-consultation-icon svg {
    width: 42px;
    height: 42px;
  }

  .apm-home-consultation-copy h2 {
    font-size: 26px;
  }

  .apm-home-consultation-copy p {
    font-size: 16px;
  }

  .apm-home-consultation-copy p br {
    display: none;
  }

  .apm-home-consultation-button {
    width: 100%;
    font-size: 13px;
    padding: 0 20px;
    margin-right: 0;
  }
}