.dw-quote-page {
  background: var(--theme-color-white);
  color: var(--theme-color-dark3);
}

.dw-quote-page *,
.dw-quote-page *::before,
.dw-quote-page *::after {
  box-sizing: border-box;
}
.header-style-eight .main-menu .navigation > li > a,
.dropdown-btn i{
  color: rgb(255, 255, 255);
}
.dw-quote-hero {
  position: relative;
  overflow: hidden;
  padding: 135px 0 125px;
  background:
    radial-gradient(circle at 88% 5%, rgba(var(--theme-color1-rgb), .25), transparent 27%),
    linear-gradient(120deg, #061a36 0%, #071f42 68%, #0b2b53 100%);
}

.dw-quote-hero::before {
  position: absolute;
  top: -240px;
  right: -150px;
  width: 620px;
  height: 620px;
  border: 3px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
  content: "";
}

.dw-quote-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(350px, .72fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: end;
}

.dw-quote-hero-copy {
  max-width: 850px;
}

.dw-quote-eyebrow,
.dw-quote-expectations-head > span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #79b9e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.dw-quote-eyebrow::before,
.dw-quote-expectations-head > span::before {
  width: 31px;
  height: 1px;
  background: currentColor;
  content: "";
}

.header-style-eight .outer-box .mobile-nav-toggler span{
  background-color: white;
}

.dw-quote-hero h1 {
  max-width: 820px;
  margin: 25px 0 28px;
  color: var(--theme-color-white);
  font-size: clamp(55px, 6.1vw, 75px);
  line-height: 1;
  letter-spacing: -.058em;
}

.dw-quote-hero-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: var(--body-font-size-lead);
  line-height: var(--body-line-height-lead);
}

.dw-quote-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 37px;
  padding-bottom: 7px;
  border-bottom: 3px solid rgba(255, 255, 255, .7);
  color: var(--theme-color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}

.dw-quote-hero-link i {
  transition: transform .25s ease;
}

.dw-quote-hero-link:hover {
  border-color: #79b9e8;
  color: #79b9e8;
}

.dw-quote-hero-link:hover i {
  transform: translateY(4px);
}

.dw-quote-hero-summary {
  padding-left: clamp(30px, 4vw, 58px);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.dw-quote-summary-label {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-quote-hero-summary > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.dw-quote-hero-summary > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.dw-quote-hero-summary b {
  color: #79b9e8;
  font-size: 10px;
  letter-spacing: .08em;
}

.dw-quote-hero-summary p {
  margin: 0;
}

.dw-quote-hero-summary strong,
.dw-quote-hero-summary span {
  display: block;
}

.dw-quote-hero-summary strong {
  margin-bottom: 4px;
  color: var(--theme-color-white);
  font-size: var(--body-font-size-small);
}

.dw-quote-hero-summary p span {
  color: rgba(255, 255, 255, .57);
  font-size: 13px;
  line-height: 1.55;
}

.dw-quote-status-wrap {
  position: relative;
  z-index: 3;
  background: #f3f6fa;
}

.dw-quote-status {
  display: none;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: center;
  margin: 0;
  padding: 22px 26px;
  border: 1px solid;
  border-radius: 12px;
  transform: translateY(25px);
  box-shadow: 0 18px 45px rgba(7, 29, 59, .1);
}

.dw-quote-status:target {
  display: grid;
}

.dw-quote-status i {
  font-size: 25px;
}

.dw-quote-status strong,
.dw-quote-status span {
  display: block;
}

.dw-quote-status strong {
  margin-bottom: 3px;
  color: var(--theme-color-dark3);
}

.dw-quote-status span {
  color: #526176;
  font-size: 14px;
}

.dw-quote-status-success {
  border-color: #9cd4b1;
  background: #f0fbf4;
  color: #208447;
}

.dw-quote-status-error {
  border-color: #efb6b6;
  background: #fff5f5;
  color: #bb3535;
}

.dw-quote-builder {
  scroll-margin-top: 110px;
  padding: 120px 0 130px;
  background: #f3f6fa;
}

.dw-quote-form {
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid rgba(7, 29, 59, .09);
  border-radius: 22px;
  background: var(--theme-color-white);
  box-shadow: 0 28px 80px rgba(7, 29, 59, .09);
}

.dw-quote-form-intro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(7, 29, 59, .1);
}

.dw-quote-form-intro span {
  color: var(--theme-color1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-quote-form-intro > p {
  flex: 0 0 auto;
  margin: 0 0 7px;
  color: #7a8696;
  font-size: var(--body-font-size-small);
}

.dw-quote-form-intro b,
.dw-quote-field label b,
.dw-quote-consent b {
  color: var(--theme-color1);
}

.dw-quote-group {
  min-width: 0;
  margin: 0;
  padding: 46px 0;
  border: 0;
  border-bottom: 1px solid rgba(7, 29, 59, .1);
}

.dw-quote-group legend {
  display: flex;
  align-items: center;
  gap: 13px;
  width: auto;
  margin: 0 0 27px;
  color: var(--theme-color-dark3);
  font-size: 18px;
  font-weight: 800;
}

.dw-quote-group legend span {
  display: inline-flex;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #e7f0f8;
  color: var(--theme-color1);
  font-size: 9px;
  letter-spacing: .05em;
}

.dw-quote-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}

.dw-quote-field-wide {
  grid-column: 1 / -1;
}

.dw-quote-field label,
.dw-quote-field-label {
  display: block;
  margin-bottom: 9px;
  color: #263b55;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}

.dw-quote-field-label small {
  margin-left: 8px;
  color: #7e8998;
  font-size: 11px;
  font-weight: 500;
}

.dw-quote-field input,
.dw-quote-field select,
.dw-quote-field textarea {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  outline: 0;
  background: #fbfcfe;
  color: var(--theme-color-dark3);
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.dw-quote-field textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.65;
}

.dw-quote-field input::placeholder,
.dw-quote-field textarea::placeholder {
  color: #9aa4b2;
}

.dw-quote-field input:focus,
.dw-quote-field select:focus,
.dw-quote-field textarea:focus {
  border-color: var(--theme-color1);
  background: var(--theme-color-white);
  box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), .12);
}

.dw-quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dw-quote-choice {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.dw-quote-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.dw-quote-choice > span {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 142px;
  padding: 23px;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  background: #fbfcfe;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dw-quote-choice i {
  grid-row: 1 / span 2;
  margin-right: 15px;
  color: var(--theme-color1);
  font-size: 21px;
}

.dw-quote-choice strong,
.dw-quote-choice small {
  display: block;
}

.dw-quote-choice strong {
  margin-bottom: 7px;
  color: var(--theme-color-dark3);
  font-size: 15px;
}

.dw-quote-choice small {
  color: #687587;
  font-size: 12px;
  line-height: 1.55;
}

.dw-quote-choice:hover > span {
  transform: translateY(-2px);
  border-color: #aac9e0;
}

.dw-quote-choice input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), .16);
}

.dw-quote-choice input:checked + span {
  border-color: var(--theme-color1);
  background: #eef6fc;
  box-shadow: inset 0 0 0 1px var(--theme-color1);
}

.dw-quote-feature-block {
  margin-top: 29px;
}

.dw-quote-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dw-quote-check-grid label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.dw-quote-check-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.dw-quote-check-grid span {
  display: flex;
  min-height: 47px;
  padding: 12px 15px;
  border: 1px solid #dce2ea;
  border-radius: 7px;
  align-items: center;
  background: #fbfcfe;
  color: #526176;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.dw-quote-check-grid input:checked + span {
  border-color: var(--theme-color1);
  background: #eef6fc;
  color: #185986;
}

.dw-quote-check-grid input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), .14);
}

.dw-quote-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin: 25px 0 0;
  color: #667487;
  font-size: 12px;
  line-height: 1.6;
}

.dw-quote-consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--theme-color1);
}

.dw-quote-consent a {
  color: #1f6698;
  text-decoration: underline;
}

.dw-quote-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dw-quote-submit-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  padding-top: 38px;
}

.dw-quote-submit {
  display: inline-flex;
  min-height: 58px;
  padding: 0 25px;
  border: 0;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background: var(--theme-color1);
  color: var(--theme-color-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: background .25s ease, transform .25s ease;
}

.dw-quote-submit:hover {
  transform: translateY(-2px);
  background: var(--theme-color-dark3);
}

.dw-quote-submit-row > p {
  display: flex;
  gap: 9px;
  align-items: center;
  max-width: 260px;
  margin: 0;
  color: #778394;
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

.dw-quote-submit-row > p i {
  color: var(--theme-color1);
}

.dw-quote-expectations {
  padding: 115px 0 125px;
  background: var(--theme-color-white);
}

.dw-quote-expectations-head {
  max-width: 780px;
  margin-bottom: 55px;
}

.dw-quote-expectations-head > span {
  color: var(--theme-color1);
}

.dw-quote-expectations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dw-quote-expectations-grid article {
  min-height: 270px;
  padding: 31px;
  border: 1px solid rgba(7, 29, 59, .1);
  border-radius: 14px;
  background: #f8fafc;
}

.dw-quote-expectations-grid b {
  color: var(--theme-color1);
  font-size: 11px;
  letter-spacing: .1em;
}

.dw-quote-expectations-grid h3 {
  margin: 48px 0 13px;
  color: var(--theme-color-dark3);
  font-size: 24px;
  line-height: 1.2;
}

.dw-quote-expectations-grid p {
  margin: 0;
  color: #5f6d80;
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .dw-quote-hero {
    padding: 110px 0 100px;
  }

  .dw-quote-hero-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .dw-quote-hero-summary {
    padding-top: 35px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .dw-quote-expectations-grid {
    grid-template-columns: 1fr;
  }

  .dw-quote-expectations-grid article {
    min-height: 0;
  }

  .dw-quote-expectations-grid h3 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .dw-quote-hero {
    padding: 88px 0 80px;
  }

  .dw-quote-hero h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .dw-quote-builder,
  .dw-quote-expectations {
    padding: 80px 0;
  }

  .dw-quote-form {
    padding: 28px 20px;
    border-radius: 15px;
  }

  .dw-quote-form-intro,
  .dw-quote-submit-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .dw-quote-fields,
  .dw-quote-choice-grid,
  .dw-quote-check-grid {
    grid-template-columns: 1fr;
  }

  .dw-quote-choice > span {
    min-height: 0;
  }

  .dw-quote-submit {
    width: 100%;
  }

  .dw-quote-submit-row > p {
    max-width: none;
  }

  .dw-quote-field-label small {
    display: block;
    margin: 4px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-quote-page *,
  .dw-quote-page *::before,
  .dw-quote-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* .sticky-header * {
    color: rgb(var(--theme-color-dark-rgb)) !important;
} */

/* ==========================================
   Request Quote Page Upgrade
   Design Only: Backgrounds, Images, Animations
   Colors: var(--theme-color-dark) + var(--theme-color-yellow)
========================================== */

.dw-quote-page {
  position: relative;
  overflow: hidden;
  background: var(--theme-color-white);
  color: var(--theme-color-dark);
}

/* ==========================================
   Quote Hero
========================================== */

.dw-quote-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 0 92px;
  background:
    radial-gradient(circle at 12% 22%, rgba(var(--theme-color-yellow-rgb), 0.1), transparent 30%),
    radial-gradient(circle at 88% 75%, rgba(var(--theme-color-yellow-rgb), 0.08), transparent 34%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-quote-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color-yellow-rgb), 0.18) 1px, transparent 1.8px);
  background-size: 44px 44px;
  opacity: 0.12;
  pointer-events: none;
  z-index: -5;
}

.dw-quote-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -4;
}

.dw-quote-hero-bg::before {
  content: "";
  position: absolute;
  left: -220px;
  top: 40px;
  width: 900px;
  height: 280px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.15);
  border-radius: 50%;
  transform: rotate(-16deg);
  animation: dwQuoteOrbitOne 12s ease-in-out infinite;
}

.dw-quote-hero-bg::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: 20px;
  width: 760px;
  height: 230px;
  border: 1px dashed rgba(var(--theme-color-yellow-rgb), 0.16);
  border-radius: 50%;
  transform: rotate(18deg);
  animation: dwQuoteOrbitTwo 13s ease-in-out infinite;
}

.dw-quote-hero-planet {
  position: absolute;
  left: -52px;
  bottom: -62px;
  width: 230px;
  height: auto;
  opacity: 0.35;
  z-index: -2;
  pointer-events: none;
  user-select: none;
  animation: dwQuotePlanetFloat 8s ease-in-out infinite;
}

.dw-quote-hero-rocket {
  position: absolute;
  right: 50%;
  top: 344px;
  width: clamp(150px, 18vw, 370px) !important;
  height: auto;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transform: rotate(18deg);
  filter:
    drop-shadow(0 28px 48px rgba(var(--theme-color-yellow-rgb), 0.2))
    drop-shadow(0 0 30px rgba(var(--theme-color-yellow-rgb), 0.13));
  animation: dwQuoteRocketFloat 6.5s ease-in-out infinite;
}

.dw-quote-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.78fr);
  gap: 70px;
  align-items: center;
}

.dw-quote-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--theme-color-yellow);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.dw-quote-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--theme-color-yellow);
}

.dw-quote-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--theme-color-dark);
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.dw-quote-hero-copy h1 span {
  display: block;
  color: var(--theme-color-yellow);
}

.dw-quote-hero-copy p {
  max-width: 680px;
  margin: 0 0 34px;
  color: rgba(var(--theme-color-dark-rgb), 0.68);
  font-size: var(--body-font-size-lead);
  font-weight: 500;
  line-height: var(--body-line-height-lead);
}

.dw-quote-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-yellow) 56%, var(--theme-color-blue-royal));
  box-shadow:
    0 22px 50px rgba(var(--theme-color-yellow-rgb), 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 15px;
  text-decoration: none;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.dw-quote-hero-link:hover {
  color: var(--theme-color-white);
  transform: translateY(-3px);
  box-shadow:
    0 30px 70px rgba(var(--theme-color-yellow-rgb), 0.36),
    0 0 30px rgba(var(--theme-color-blue-bright-rgb), 0.22);
}

.dw-quote-hero-summary {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-yellow-rgb), 0.08), transparent 34%),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 30px 80px rgba(var(--theme-color-dark-rgb), 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
}

.dw-quote-summary-label {
  display: block;
  margin-bottom: 22px;
  color: var(--theme-color-yellow);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.dw-quote-hero-summary > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-top: 1px solid rgba(var(--theme-color-yellow-rgb), 0.12);
}

.dw-quote-hero-summary b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-blue-royal));
  box-shadow: 0 16px 34px rgba(var(--theme-color-yellow-rgb), 0.24);
  font-size: var(--body-font-size-small);
}

.dw-quote-hero-summary p {
  margin: 0;
}

.dw-quote-hero-summary strong {
  display: block;
  margin-bottom: 5px;
  color: var(--theme-color-dark);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

.dw-quote-hero-summary span {
  color: rgba(var(--theme-color-dark-rgb), 0.62);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

/* ==========================================
   Status Messages
========================================== */

.dw-quote-status-wrap {
  position: relative;
  z-index: 5;
  background: var(--theme-color-white);
}

.dw-quote-status {
  display: none;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: center;
  margin: 24px 0;
  padding: 20px 24px;
  border-radius: 18px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.18);
  background: var(--theme-color-white);
  box-shadow: 0 18px 50px rgba(var(--theme-color-dark-rgb), 0.06);
}

.dw-quote-status i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.dw-quote-status-success i {
  color: var(--theme-color-white);
  background: var(--theme-color-yellow);
}

.dw-quote-status-error i {
  color: var(--theme-color-white);
  background: #d84444;
}

.dw-quote-status strong {
  display: block;
  color: var(--theme-color-dark);
  font-size: 17px;
}

.dw-quote-status span {
  color: rgba(var(--theme-color-dark-rgb), 0.62);
  font-size: 14.5px;
}

/* ==========================================
   Quote Builder Layout
========================================== */

.dw-quote-builder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 10% 30%, rgba(var(--theme-color-yellow-rgb), 0.075), transparent 30%),
    radial-gradient(circle at 92% 72%, rgba(var(--theme-color-yellow-rgb), 0.08), transparent 34%),
    linear-gradient(180deg, var(--theme-color-soft-blue-bg) 0%, var(--theme-color-white) 100%);
}

.dw-quote-builder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color-yellow-rgb), 0.16) 1px, transparent 1.8px);
  background-size: 46px 46px;
  opacity: 0.11;
  z-index: -5;
  pointer-events: none;
}

.dw-quote-builder-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -4;
}

.dw-quote-builder-bg::before {
  content: "";
  position: absolute;
  right: -240px;
  top: 120px;
  width: 900px;
  height: 280px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.13);
  border-radius: 50%;
  transform: rotate(18deg);
  animation: dwQuoteOrbitTwo 13s ease-in-out infinite;
}

.dw-quote-builder-bg::after {
  content: "";
  position: absolute;
  left: -220px;
  bottom: 120px;
  width: 760px;
  height: 240px;
  border: 1px dashed rgba(var(--theme-color-yellow-rgb), 0.14);
  border-radius: 50%;
  transform: rotate(-14deg);
  animation: dwQuoteOrbitOne 12s ease-in-out infinite;
}

.dw-quote-builder-rocket {
  position: absolute;
  right: 59%;
  top: 1180px;
  width: 420px;
  max-width: none;
  height: auto;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transform: rotate(18deg);
  animation: dwQuoteRocketFloat 6.5s ease-in-out infinite;
}

/* ==========================================
   Quote Form
========================================== */

.dw-quote-form {
  overflow: hidden;
  padding: 38px;
  border-radius: 30px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-yellow-rgb), 0.055), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 34px 100px rgba(var(--theme-color-dark-rgb), 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.dw-quote-form-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(var(--theme-color-yellow-rgb), 0.13);
}

.dw-quote-form-intro span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color-yellow);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.dw-quote-form-intro h2 {
  margin: 0;
  color: var(--theme-color-dark);
  font-size: var(--h2-font-size);
  line-height: 1;
  letter-spacing: -0.06em;
}

.dw-quote-form-intro p {
  margin: 0;
  color: rgba(var(--theme-color-dark-rgb), 0.58);
  font-size: var(--body-font-size-small);
  white-space: nowrap;
}

.dw-quote-form-intro .dw-quote-form-helper {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(var(--theme-color-dark-rgb), 0.62);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  white-space: normal;
}

.dw-quote-group {
  margin: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(var(--theme-color-yellow-rgb), 0.12);
}

.dw-quote-group:last-of-type {
  border-bottom: 0;
}

.dw-quote-group legend {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 22px;
  color: var(--theme-color-dark);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.dw-quote-group legend span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-blue-royal));
  box-shadow: 0 14px 30px rgba(var(--theme-color-yellow-rgb), 0.22);
  font-size: 13px;
}

.dw-quote-group-note {
  margin: -10px 0 22px;
  color: rgba(var(--theme-color-dark-rgb), 0.58);
  font-size: 14px;
  line-height: 1.5;
}

.dw-quote-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dw-quote-field-wide {
  grid-column: 1 / -1;
}

.dw-quote-field label,
.dw-quote-field-label {
  display: block;
  margin-bottom: 9px;
  color: var(--theme-color-dark);
  font-size: 14px;
  line-height: 1.25;
}

.dw-quote-field label b,
.dw-quote-field-label small {
  color: var(--theme-color-yellow);
}

.dw-quote-field-label small {
  display: block;
  margin-top: 4px;
  color: rgba(var(--theme-color-dark-rgb), 0.55);
  font-size: 13px;
  font-weight: 500;
}

.dw-quote-field input,
.dw-quote-field textarea,
.dw-quote-field select,
.dw-native-select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.16);
  border-radius: 12px;
  color: var(--theme-color-dark);
  background: var(--theme-color-white);
  box-shadow: inset 0 1px 0 rgba(var(--theme-color-dark-rgb), 0.02);
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.dw-quote-field textarea {
  min-height: 150px;
  padding: 16px;
  resize: vertical;
}

.dw-quote-field input:focus,
.dw-quote-field textarea:focus,
.dw-quote-field select:focus,
.dw-native-select:focus {
  border-color: rgba(var(--theme-color-yellow-rgb), 0.65);
  box-shadow:
    0 0 0 4px rgba(var(--theme-color-yellow-rgb), 0.11),
    inset 0 1px 0 rgba(var(--theme-color-dark-rgb), 0.02);
}

/* Radio choices */

.dw-quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dw-quote-choice-grid .dw-quote-choice:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.dw-quote-choice-grid .dw-quote-choice:last-child:nth-child(odd) > span {
  grid-template-columns: 44px 1fr;
}

.dw-quote-choice {
  position: relative;
  display: block;
  cursor: pointer;
}

.dw-quote-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dw-quote-choice > span {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  min-height: 110px;
  padding: 20px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-yellow-rgb), 0.04), transparent 34%),
    var(--theme-color-white);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.dw-quote-choice:hover > span {
  transform: translateY(-4px);
  border-color: rgba(var(--theme-color-yellow-rgb), 0.36);
  box-shadow: 0 18px 48px rgba(var(--theme-color-yellow-rgb), 0.1);
}

.dw-quote-choice input:checked + span {
  border-color: rgba(var(--theme-color-yellow-rgb), 0.75);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-yellow-rgb), 0.1), transparent 34%),
    var(--theme-color-soft-blue-bg);
  box-shadow:
    0 20px 54px rgba(var(--theme-color-yellow-rgb), 0.15),
    inset 0 0 0 1px rgba(var(--theme-color-yellow-rgb), 0.1);
}

.dw-quote-choice i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--theme-color-yellow);
  background: rgba(var(--theme-color-yellow-rgb), 0.08);
  font-size: 19px;
}

.dw-quote-choice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 1.2;
}

.dw-quote-choice small {
  display: block;
  color: rgba(var(--theme-color-dark-rgb), 0.6);
  font-size: 13.5px;
  line-height: 1.45;
}

/* Checkbox features */

.dw-quote-feature-block {
  margin-top: 24px;
}

.dw-quote-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dw-quote-check-grid label {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.14);
  background: var(--theme-color-white);
  cursor: pointer;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.dw-quote-check-grid label:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--theme-color-yellow-rgb), 0.34);
  box-shadow: 0 14px 36px rgba(var(--theme-color-yellow-rgb), 0.08);
}

.dw-quote-check-grid input {
  accent-color: var(--theme-color-yellow);
}

.dw-quote-check-grid span {
  color: var(--theme-color-dark);
  font-size: 14px;
  font-weight: 700;
}

/* Preferred call date/time block */

.dw-quote-call-block {
  margin-top: 28px;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-yellow-rgb), 0.06), transparent 34%),
    var(--theme-color-soft-blue-bg);
}

.dw-quote-call-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.dw-quote-call-icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-blue-royal));
  box-shadow: 0 14px 30px rgba(var(--theme-color-yellow-rgb), 0.24);
  font-size: 17px;
}

.dw-quote-call-head strong {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color-dark);
  font-size: 17px;
  line-height: 1.25;
}

.dw-quote-call-head p {
  margin: 0;
  color: rgba(var(--theme-color-dark-rgb), 0.64);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

.dw-quote-call-fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dw-quote-call-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  color: rgba(var(--theme-color-dark-rgb), 0.56);
  font-size: 13px;
  line-height: 1.55;
}

.dw-quote-call-disclaimer i {
  margin-top: 2px;
  color: var(--theme-color-yellow);
  font-size: 14px;
}

.dw-quote-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(var(--theme-color-yellow-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.12);
}

.dw-quote-consent input {
  margin-top: 4px;
  accent-color: var(--theme-color-yellow);
}

.dw-quote-consent span {
  color: rgba(var(--theme-color-dark-rgb), 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.dw-quote-consent a {
  color: var(--theme-color-yellow);
}

.dw-quote-hp {
  display: none;
}

/* Submit */

.dw-quote-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
}

.dw-quote-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 62px;
  padding: 0 34px;
  border: 0;
  border-radius: 14px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-yellow) 56%, var(--theme-color-blue-royal));
  box-shadow:
    0 22px 52px rgba(var(--theme-color-yellow-rgb), 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 16px;
  cursor: pointer;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.dw-quote-submit:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 70px rgba(var(--theme-color-yellow-rgb), 0.38),
    0 0 30px rgba(var(--theme-color-blue-bright-rgb), 0.22);
}

.dw-quote-submit-row p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(var(--theme-color-dark-rgb), 0.58);
  font-size: var(--body-font-size-small);
}

/* ==========================================
   Expectations Section
========================================== */

.dw-quote-expectations {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 104px;
  background:
    radial-gradient(circle at 12% 22%, rgba(var(--theme-color-yellow-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-quote-expectations-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.dw-quote-expectations-bg::before {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: 760px;
  height: 230px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.14);
  border-radius: 50%;
  transform: rotate(-16deg);
  animation: dwQuoteOrbitOne 12s ease-in-out infinite;
}

.dw-quote-expectations-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.dw-quote-expectations-head span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--theme-color-yellow);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.dw-quote-expectations-head h2 {
  margin: 0;
  color: var(--theme-color-dark);
  font-size: var(--h2-font-size);
  line-height: 1;
  letter-spacing: -0.065em;
}

.dw-quote-expectations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dw-quote-expectations-grid article {
  position: relative;
  min-height: 230px;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.16);
  background: var(--theme-color-white);
  box-shadow:
    0 20px 58px rgba(var(--theme-color-dark-rgb), 0.055),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.dw-quote-expectations-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(var(--theme-color-yellow-rgb), 0.4);
  box-shadow: 0 30px 76px rgba(var(--theme-color-yellow-rgb), 0.12);
}

.dw-quote-expectations-grid b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-blue-royal));
  box-shadow: 0 16px 34px rgba(var(--theme-color-yellow-rgb), 0.24);
}

.dw-quote-expectations-grid h3 {
  margin: 0 0 12px;
  color: var(--theme-color-dark);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.dw-quote-expectations-grid p {
  margin: 0;
  color: rgba(var(--theme-color-dark-rgb), 0.64);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

/* ==========================================
   Animations
========================================== */

@keyframes dwQuoteRocketFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(18deg);
  }

  50% {
    transform: translate3d(16px, -18px, 0) rotate(12deg);
  }
}

@keyframes dwQuotePlanetFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(12px, -10px, 0) rotate(4deg);
  }
}

@keyframes dwQuoteOrbitOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-16deg);
  }

  50% {
    transform: translate3d(16px, -12px, 0) rotate(-11deg);
  }
}

@keyframes dwQuoteOrbitTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(18deg);
  }

  50% {
    transform: translate3d(-16px, 12px, 0) rotate(13deg);
  }
}

/* ==========================================
   Responsive
========================================== */

@media (max-width: 1199px) {
  .dw-quote-hero-grid,
  .dw-quote-layout {
    grid-template-columns: 1fr;
  }

  .dw-quote-hero-copy,
  .dw-quote-hero-summary {
    max-width: 760px;
  }

  .dw-quote-builder-rocket,
  .dw-quote-hero-rocket {
    opacity: 0.28;
    right: 2%;
  }

  .dw-quote-call-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .dw-quote-hero {
    padding: 86px 0 76px;
  }

  .dw-quote-builder,
  .dw-quote-expectations {
    padding: 76px 0 82px;
  }

  .dw-quote-hero-copy,
  .dw-quote-hero-summary {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dw-quote-eyebrow {
    justify-content: center;
  }

  .dw-quote-hero-link {
    margin-left: auto;
    margin-right: auto;
  }

  .dw-quote-hero-rocket,
  .dw-quote-builder-rocket {
    display: none;
  }

  .dw-quote-form-intro {
    display: block;
  }

  .dw-quote-form-intro p {
    margin-top: 12px;
    white-space: normal;
  }

  .dw-quote-expectations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dw-quote-hero-copy h1 {
    font-size: 42px;
  }

  .dw-quote-hero-summary,
  .dw-quote-form {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .dw-quote-fields,
  .dw-quote-choice-grid,
  .dw-quote-check-grid {
    grid-template-columns: 1fr;
  }

  .dw-quote-submit-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dw-quote-submit {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .dw-quote-hero {
    padding: 70px 0 64px;
  }

  .dw-quote-builder,
  .dw-quote-expectations {
    padding: 66px 0 70px;
  }

  .dw-quote-hero-copy h1 {
    font-size: 34px;
  }

  .dw-quote-group legend {
    font-size: 18px;
  }

  .dw-quote-choice > span {
    grid-template-columns: 1fr;
  }
}

/* Request Quote Form-Only Layout */
.dw-quote-layout {
  display: block;
  max-width: 980px;
  margin-inline: auto;
}

.dw-quote-form {
  width: 100%;
}

/* Request Quote Stepper + Rocket Placement */
.dw-quote-builder {
  overflow: hidden;
}

.dw-quote-builder .auto-container {
  position: relative;
  z-index: 2;
}

.dw-quote-builder-rocket {
  right: max(-90px, calc((100vw - 1180px) / 2 - 222px)) !important;
  top: 700px !important;
  width: clamp(220px, 25vw, 440px) !important;
  opacity: 0.18 !important;
  z-index: 0 !important;
  transform: rotate(15deg) !important;
  filter: drop-shadow(0 26px 44px rgba(var(--theme-color-yellow-rgb), 0.18));
}

.dw-quote-form {
  position: relative;
  z-index: 3;
}

.dw-quote-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 10px;
  padding: 14px;
  list-style: none;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.95), rgba(255, 255, 255, 0.95));
}

.dw-quote-stepper::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 38px;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--theme-color-yellow-rgb), 0.22), rgba(var(--theme-color-yellow-rgb), 0.08));
  pointer-events: none;
}

.dw-quote-stepper-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.1);
}

.dw-quote-stepper-item span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color-blue-action), var(--theme-color-yellow) 58%, var(--theme-color-blue-royal));
  box-shadow: 0 14px 30px rgba(var(--theme-color-yellow-rgb), 0.22);
  font-size: 12px;
  font-weight: 800;
}

.dw-quote-stepper-item strong,
.dw-quote-stepper-item small {
  display: block;
}

.dw-quote-stepper-item strong {
  color: var(--theme-color-dark);
  font-size: 14px;
  line-height: 1.2;
}

.dw-quote-stepper-item small {
  margin-top: 3px;
  color: rgba(var(--theme-color-dark-rgb), 0.58);
  font-size: 12px;
  line-height: 1.25;
}

@media (max-width: 1199px) {
  .dw-quote-builder-rocket {
    right: -95px !important;
    top: 42px !important;
    opacity: 0.1 !important;
  }
}

@media (max-width: 991px) {
  .dw-quote-builder-rocket {
    display: none !important;
  }

  .dw-quote-stepper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dw-quote-stepper::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .dw-quote-stepper {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 18px;
  }

  .dw-quote-stepper-item {
    padding: 10px;
  }
}


/* =========================================================
   MOBILE MENU DROPDOWN ARROWS
   About Us + Contact Us
========================================================= */

@media (max-width: 1199px) {
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn {
    color: var(--theme-color-dark);
    border-color: var(--theme-color-dark) !important;
  }

  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn i,
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn::before,
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn::after {
    color: var(--theme-color-dark) !important;
  }

  .mobile-menu
  .navigation
  > li.dropdown.open
  > .dropdown-btn,
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn:hover,
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn:focus-visible {
    color: var(--theme-color-dark) !important;
    border-color: var(--theme-color-dark) !important;
  }

  .mobile-menu
  .navigation
  > li.dropdown.open
  > .dropdown-btn i,
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn:hover i,
  .mobile-menu
  .navigation
  > li.dropdown
  > .dropdown-btn:focus-visible i {
    color: var(--theme-color-dark) !important;
  }
}

/* =========================================================
   DELOSWEB — CUSTOM QUOTE SPACE BACKGROUND V2
   Background decoration only
   ========================================================= */

.dw-quote-builder {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}


/* =========================================================
   LAYERS
   ========================================================= */

.dw-quote-builder-bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(
      circle at 4% 13%,
      rgba(45, 128, 183, 0.11) 0,
      rgba(45, 128, 183, 0.04) 18%,
      transparent 38%
    ),
    radial-gradient(
      circle at 94% 30%,
      rgba(66, 133, 181, 0.09) 0,
      transparent 31%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(0, 0, 56, 0.035) 0,
      transparent 28%
    ),
    radial-gradient(
      circle at 94% 90%,
      rgba(45, 128, 183, 0.08) 0,
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fafdff 43%,
      #f7fbff 100%
    );

  pointer-events: none;
}


/* Decorative layer */
.dw-quote-space-bg {
  position: absolute;
  inset: 0;
  z-index: 1;

  overflow: hidden;
  pointer-events: none;
}


/* Real content above everything */
.dw-quote-builder > .auto-container {
  position: relative;
  z-index: 5;
}

.dw-quote-builder-rocket {
  position: none;
  z-index: 4;
}


/* =========================================================
   LARGE BACKGROUND ATMOSPHERE
   ========================================================= */

.dw-quote-space-bg::before {
  content: "";
  position: absolute;

  width: 760px;
  height: 760px;

  top: 18%;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(45, 128, 183, 0.035) 0%,
      rgba(45, 128, 183, 0.018) 35%,
      transparent 68%
    );
}


.dw-quote-space-bg::after {
  content: "";
  position: absolute;

  width: 1400px;
  height: 1400px;

  left: 50%;
  bottom: -1050px;

  transform: translateX(-50%);

  border: 3px solid rgba(45, 128, 183, 0.07);
  border-radius: 50%;

  box-shadow:
    0 0 0 110px rgba(45, 128, 183, 0.012),
    0 0 0 230px rgba(45, 128, 183, 0.008);
}


/* =========================================================
   PLANETS
   ========================================================= */

.dw-quote-space-planet {
  position: absolute;

  display: block;
  height: auto;

  user-select: none;
  pointer-events: none;

  transform-origin: center;

  filter:
    drop-shadow(0 22px 32px rgba(0, 0, 56, 0.10))
    drop-shadow(0 8px 16px rgba(45, 128, 183, 0.12));

  will-change: transform;
}


/* ---------------------------------------------------------
   PLANET 01
   Large ringed planet entering from TOP LEFT
   --------------------------------------------------------- */

.dw-quote-space-planet-one {
  width: 515px;
  top: 95px;
  left: -88px;
  opacity: 0.42;

  animation:
    dwQuotePlanetFloatOne 9s ease-in-out infinite;
}


/* ---------------------------------------------------------
   PLANET 02
   Smaller planet on UPPER RIGHT
   --------------------------------------------------------- */

.dw-quote-space-planet-two {
  width: 112px;

  top: 24%;
  right: 3.5%;

  opacity: 0.78;

  animation:
    dwQuotePlanetFloatTwo 11s ease-in-out infinite;
}


/* ---------------------------------------------------------
   PLANET 03
   Lower LEFT — pushed outside content
   --------------------------------------------------------- */

.dw-quote-space-planet-three {
  transform: rotate(326deg) !important;
  width: 445px;
  left: -35px;
  bottom: 19%;
  opacity: 0.4;

  animation:
    dwQuotePlanetFloatThree 10s ease-in-out infinite;
}


/* ---------------------------------------------------------
   PLANET 04
   Main bottom RIGHT composition
   --------------------------------------------------------- */

.dw-quote-space-planet-four {
  width: 305px;
  right: 32px;
  bottom: -60px;
  opacity: 0.48;

  animation:
    dwQuotePlanetFloatFour 12s ease-in-out infinite;
}


/* =========================================================
   PLANET HALOS
   ========================================================= */

.dw-quote-space-glow {
  position: absolute;

  border-radius: 50%;

  filter: blur(6px);

  pointer-events: none;
}


/* Behind top-left planet */
.dw-quote-space-glow-one {
  width: 380px;
  height: 380px;

  top: 5px;
  left: -180px;

  background:
    radial-gradient(
      circle,
      rgba(45, 128, 183, 0.12) 0%,
      rgba(45, 128, 183, 0.04) 40%,
      transparent 72%
    );

  animation: dwQuoteGlowPulse 9s ease-in-out infinite;
}


/* Behind right planet */
.dw-quote-space-glow-two {
  width: 340px;
  height: 340px;

  top: 19%;
  right: -105px;

  background:
    radial-gradient(
      circle,
      rgba(66, 133, 181, 0.10) 0%,
      rgba(66, 133, 181, 0.025) 45%,
      transparent 73%
    );

  animation: dwQuoteGlowPulse 11s ease-in-out infinite reverse;
}


/* Bottom atmosphere */
.dw-quote-space-glow-three {
  width: 520px;
  height: 520px;

  right: -210px;
  bottom: -130px;

  background:
    radial-gradient(
      circle,
      rgba(45, 128, 183, 0.09) 0%,
      rgba(0, 0, 56, 0.025) 44%,
      transparent 72%
    );

  animation: dwQuoteGlowPulse 12s ease-in-out infinite;
}


/* =========================================================
   ORBITS
   More intentional placement
   ========================================================= */

.dw-quote-space-orbit {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}


/* Top-left orbital system */
.dw-quote-space-orbit-one {
  width: 430px;
  height: 190px;

  top: 120px;
  left: -205px;

  border: 3px solid rgba(45, 128, 183, 0.13);

  transform: rotate(-25deg);

  animation: dwQuoteOrbitBreathe 9s ease-in-out infinite;
}


/* Right side orbit */
.dw-quote-space-orbit-two {
  width: 500px;
  height: 235px;

  top: 34%;
  right: -345px;

  border: 3px solid rgba(0, 0, 56, 0.07);

  transform: rotate(31deg);

  animation: dwQuoteOrbitBreathe 12s ease-in-out infinite reverse;
}


/* Bottom-left orbit */
.dw-quote-space-orbit-three {
  width: 370px;
  height: 155px;

  left: -235px;
  bottom: 17%;

  border: 3px dashed rgba(45, 128, 183, 0.10);

  transform: rotate(18deg);

  animation: dwQuoteOrbitBreathe 10s ease-in-out infinite;
}


/* =========================================================
   STARS
   ========================================================= */

.dw-quote-space-star {
  position: absolute;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #2d80b7;

  opacity: 0.35;

  box-shadow:
    0 0 0 4px rgba(45, 128, 183, 0.025),
    0 0 16px rgba(45, 128, 183, 0.20);

  animation: dwQuoteStarPulse 4s ease-in-out infinite;
}


.dw-quote-space-star-one {
  top: 11%;
  left: 13%;
}


.dw-quote-space-star-two {
  top: 18%;
  right: 18%;

  width: 4px;
  height: 4px;

  animation-delay: -1s;
}


.dw-quote-space-star-three {
  top: 31%;
  left: 6%;

  width: 7px;
  height: 7px;

  animation-delay: -2.2s;
}


.dw-quote-space-star-four {
  top: 44%;
  right: 8%;

  animation-delay: -0.7s;
}


.dw-quote-space-star-five {
  top: 58%;
  left: 10%;

  width: 4px;
  height: 4px;

  animation-delay: -2.9s;
}


.dw-quote-space-star-six {
  bottom: 27%;
  right: 11%;

  width: 6px;
  height: 6px;

  animation-delay: -1.6s;
}


.dw-quote-space-star-seven {
  bottom: 15%;
  left: 19%;

  animation-delay: -3.2s;
}


.dw-quote-space-star-eight {
  bottom: 8%;
  right: 27%;

  width: 4px;
  height: 4px;

  animation-delay: -2.1s;
}


/* =========================================================
   SMALL DECORATIVE CROSS STARS
   ========================================================= */

.dw-quote-space-star-one::before,
.dw-quote-space-star-six::before {
  content: "";

  position: absolute;

  width: 1px;
  height: 14px;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  background: rgba(45, 128, 183, 0.22);
}


.dw-quote-space-star-one::after,
.dw-quote-space-star-six::after {
  content: "";

  position: absolute;

  width: 14px;
  height: 1px;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  background: rgba(45, 128, 183, 0.22);
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes dwQuotePlanetFloatOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-12deg);
  }

  50% {
    transform: translate3d(8px, -14px, 0) rotate(-8deg);
  }
}


@keyframes dwQuotePlanetFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }

  50% {
    transform: translate3d(-7px, -12px, 0) rotate(12deg);
  }
}


@keyframes dwQuotePlanetFloatThree {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }

  50% {
    transform: translate3d(10px, -10px, 0) rotate(-1deg);
  }
}


@keyframes dwQuotePlanetFloatFour {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(16deg);
  }

  50% {
    transform: translate3d(-10px, -16px, 0) rotate(11deg);
  }
}


@keyframes dwQuoteGlowPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
}


@keyframes dwQuoteOrbitBreathe {
  0%,
  100% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }
}


@keyframes dwQuoteStarPulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.82;
    transform: scale(1.35);
  }
}


/* =========================================================
   RESPONSIVE — DESKTOP / LAPTOP
   ========================================================= */

@media only screen and (max-width: 1399px) {

  .dw-quote-space-planet-one {
    width: 180px;
    left: -82px;
  }

  .dw-quote-space-planet-two {
    width: 100px;
    right: 1%;
  }

  .dw-quote-space-planet-three {
    width: 125px;
    left: -55px;
  }

  .dw-quote-space-planet-four {
    width: 175px;
    right: -78px;
  }
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 991px) {

  .dw-quote-space-planet-one {
    width: 130px;

    top: 80px;
    left: -62px;
  }

  .dw-quote-space-planet-two {
    width: 82px;

    top: 28%;
    right: -34px;

    opacity: 0.62;
  }

  .dw-quote-space-planet-three {
    width: 95px;

    left: -45px;
    bottom: 23%;

    opacity: 0.52;
  }

  .dw-quote-space-planet-four {
    width: 125px;

    right: -60px;
    bottom: 50px;
  }

  .dw-quote-space-orbit-one {
    width: 320px;
    height: 150px;

    left: -205px;
  }

  .dw-quote-space-orbit-two {
    width: 360px;
    height: 180px;

    right: -285px;
  }

  .dw-quote-space-orbit-three {
    opacity: 0.55;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

  /*
   * On mobile we intentionally keep planets mostly outside
   * the viewport so the form stays extremely readable.
   */

  .dw-quote-space-planet-one {
    width: 110px;

    top: 55px;
    left: -65px;

    opacity: 0.70;
  }

  .dw-quote-space-planet-two {
    width: 70px;

    top: 31%;
    right: -41px;

    opacity: 0.48;
  }

  .dw-quote-space-planet-three {
    width: 80px;

    left: -50px;
    bottom: 26%;

    opacity: 0.42;
  }

  .dw-quote-space-planet-four {
    width: 105px;

    right: -61px;
    bottom: 25px;

    opacity: 0.68;
  }

  .dw-quote-space-orbit-one {
    left: -245px;
  }

  .dw-quote-space-orbit-two {
    right: -320px;
  }

  .dw-quote-space-orbit-three {
    display: none;
  }

  .dw-quote-space-glow-one {
    left: -230px;
  }

  .dw-quote-space-glow-two {
    right: -180px;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media only screen and (max-width: 575px) {

  .dw-quote-space-planet-one {
    width: 90px;
    left: -53px;
  }

  .dw-quote-space-planet-two {
    width: 62px;
    right: -38px;
  }

  .dw-quote-space-planet-three {
    width: 70px;
    left: -43px;
  }

  .dw-quote-space-planet-four {
    width: 88px;
    right: -50px;
  }

  .dw-quote-space-star-three,
  .dw-quote-space-star-five,
  .dw-quote-space-star-eight {
    display: none;
  }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .dw-quote-space-planet,
  .dw-quote-space-glow,
  .dw-quote-space-orbit,
  .dw-quote-space-star {
    animation: none !important;
  }
}
