/* DEVASA MEDIA — Ultra Premium Quote Experience */

.dm-quote-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-quote-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.dm-quote-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 8, 0.82);
  backdrop-filter: blur(10px);
}

.dm-quote-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, 90vw);
  max-width: 1240px;
  max-height: 88vh;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(255, 107, 30, 0.08),
    0 48px 120px rgba(0, 0, 0, 0.65);
  background: rgba(12, 12, 18, 0.55);
  backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
}

.dm-quote-close {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 107, 30, 0.72);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.88) 0%, rgba(8, 8, 12, 0.78) 100%);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32), 0 0 0 2px rgba(255, 107, 30, 0.1), 0 0 16px rgba(255, 107, 30, 0.22);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.dm-quote-close:hover {
  transform: rotate(90deg) scale(1.04);
  background: linear-gradient(180deg, rgba(255, 107, 30, 0.34) 0%, rgba(18, 18, 22, 0.82) 100%);
  color: #fff;
  border-color: rgba(255, 107, 30, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(255, 107, 30, 0.16), 0 0 28px rgba(255, 107, 30, 0.34);
}

.dm-quote-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(390px, 1.08fr);
  align-items: stretch;
  flex: 1;
  min-height: 0;
  max-height: 88vh;
}

.dm-quote-brand {
  padding: 26px 26px 22px;
  background: linear-gradient(180deg, rgba(18, 18, 24, 0.98) 0%, rgba(10, 10, 14, 0.99) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 0;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dm-quote-brand::-webkit-scrollbar,
.dm-quote-form-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dm-quote-brand::-webkit-scrollbar-thumb,
.dm-quote-form-wrap::-webkit-scrollbar-thumb {
  background: var(--theme-color1);
  border-radius: 6px;
}

.dm-quote-brand::-webkit-scrollbar-track,
.dm-quote-form-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

@media (min-width: 992px) {
  .dm-quote-brand {
    overflow-y: hidden;
  }

  .dm-quote-form-wrap {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 88vh;
    padding-right: 18px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 107, 30, 0.7) rgba(255, 255, 255, 0.06);
  }

  .dm-quote-form {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .dm-quote-cta {
    margin-top: auto;
    flex-shrink: 0;
  }
}

.dm-quote-brand,
.dm-quote-form {
  color: #fff;
}

.dm-quote-logo {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 0;
  flex-shrink: 0;
}

.dm-quote-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 44px;
}

.dm-quote-side-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  color: var(--theme-color1);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  cursor: default;
}

.dm-quote-side-title img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  object-fit: contain;
}

.dm-quote-side-title .dm-brand-orange {
  color: var(--theme-color1);
  -webkit-text-fill-color: var(--theme-color1);
  transition: color 0.25s ease, -webkit-text-fill-color 0.25s ease;
}

.dm-quote-side-title:hover,
.dm-quote-side-title:hover .dm-brand-orange {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.dm-quote-services-showcase {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.dm-quote-service-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.dm-quote-service-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}

.dm-quote-service-link:hover {
  border-color: rgba(255, 107, 30, 0.5);
  background: rgba(255, 107, 30, 0.1);
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 107, 30, 0.16);
}

.dm-quote-service-links > .dm-quote-service-link:nth-child(odd):last-child {
  grid-column: 1 / -1;
  width: 100%;
}

.dm-quote-why {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.dm-quote-references-showcase {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.dm-quote-ref-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 5px;
  flex: 1 1 auto;
  min-height: 0;
}

.dm-quote-ref-chip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.dm-quote-ref-chip:hover {
  border-color: var(--theme-color1);
  background: rgba(255, 107, 30, 0.18);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 107, 30, 0.16);
}

.dm-quote-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}

.dm-quote-why-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dm-quote-why-col li {
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.dm-quote-why-col li span {
  color: var(--theme-color1);
  font-weight: 700;
}

.dm-quote-label {
  display: block;
  color: var(--theme-color1);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, -webkit-text-fill-color 0.25s ease;
}

.dm-quote-field:hover .dm-quote-label,
.dm-quote-field:focus-within .dm-quote-label,
.dm-quote-label:hover,
.dm-quote-field label:hover,
.dm-quote-textarea-label:hover,
.dm-quote-field:hover label,
.dm-quote-field:focus-within label,
.dm-quote-block:hover legend.dm-quote-label,
.dm-quote-block:focus-within legend.dm-quote-label {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.dm-quote-block legend.dm-quote-label {
  margin-bottom: 8px;
  padding: 0;
  float: none;
  width: 100%;
}

.dm-quote-brand-title.dm-quote-side-title {
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.dm-quote-brand-lead {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dm-quote-lead-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  white-space: nowrap;
}

.dm-quote-lead-icon {
  color: var(--theme-color1);
  font-size: 15px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
  opacity: 0.95;
}

.dm-quote-lead-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dm-quote-benefits {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.dm-quote-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.dm-quote-benefits li:hover {
  border-color: rgba(255, 107, 30, 0.35);
  background: rgba(255, 107, 30, 0.06);
  transform: translateX(4px);
}

.dm-quote-benefit-icon {
  color: var(--theme-color1);
  font-weight: 700;
  flex-shrink: 0;
}

.dm-quote-trust {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  align-items: stretch;
}

.dm-quote-trust--refs {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dm-quote-trust-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.dm-quote-trust-item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.dm-quote-trust-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 30, 0.62);
  background: rgba(255, 107, 30, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 107, 30, 0.16);
}

.dm-quote-trust-item:hover::before {
  left: 125%;
}

.dm-quote-trust-value {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--theme-color1);
  font-family: "Paralucent", var(--heading-font-family, sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.dm-quote-trust-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: none;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.dm-quote-trust-item:hover .dm-quote-trust-value,
.dm-quote-trust-item:hover .dm-quote-trust-label {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.dm-quote-form-wrap {
  padding: 26px 26px 22px;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 0;
  height: 100%;
  background: rgba(10, 10, 14, 0.75);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dm-quote-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-bottom: 16px;
}

.dm-quote-field--full {
  grid-column: 1 / -1;
}

.dm-quote-field label,
.dm-quote-textarea-label {
  display: block;
  color: var(--theme-color1);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, -webkit-text-fill-color 0.25s ease;
}

.dm-quote-field input,
.dm-quote-form textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.dm-quote-field input::placeholder,
.dm-quote-form textarea::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.dm-quote-form textarea {
  min-height: 92px;
  max-height: 92px;
  resize: none;
  line-height: 1.65;
}

.dm-quote-field input:focus,
.dm-quote-form textarea:focus {
  outline: none;
  border-color: rgba(255, 107, 30, 0.65);
  box-shadow: 0 0 0 3px rgba(255, 107, 30, 0.15);
  background: rgba(255, 255, 255, 0.06);
}

.dm-quote-block {
  border: 0;
  margin: 0 0 14px;
  padding: 0;
}

.dm-quote-block--message {
  margin-bottom: 8px;
}

.dm-quote-block legend {
  color: var(--theme-color1);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0;
  letter-spacing: 0.03em;
}

.dm-quote-budget-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.dm-quote-radio-card {
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  min-height: 44px;
  padding: 8px 10px 8px 34px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  cursor: pointer;
  transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.dm-quote-radio-card::before,
.dm-quote-service-card::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}

.dm-quote-radio-card span {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.dm-quote-radio-card input {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  -webkit-appearance: none;
  accent-color: var(--theme-color1);
  width: 14px;
  height: 14px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 107, 30, 0.78);
  background: rgba(8, 8, 12, 0.72);
  z-index: 1;
  flex-shrink: 0;
  cursor: pointer;
}

.dm-quote-radio-card input:checked {
  border-color: var(--theme-color1);
  background: radial-gradient(circle at center, var(--theme-color1) 0 38%, rgba(8, 8, 12, 0.72) 40%);
  box-shadow: 0 0 0 1px rgba(255, 107, 30, 0.35);
}

.dm-quote-radio-card:has(input:checked) {
  border-color: var(--theme-color1);
  background: rgba(255, 107, 30, 0.12);
  color: #fff;
}

.dm-quote-radio-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 30, 0.62);
  background: rgba(255, 107, 30, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 107, 30, 0.16);
}

.dm-quote-radio-card:hover::before,
.dm-quote-service-card:hover::before {
  left: 125%;
}

.dm-quote-radio-card:hover span,
.dm-quote-service-card:hover span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.dm-quote-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  align-items: stretch;
}

@media (max-width: 1099.98px) {
  .dm-quote-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-quote-services-grid > .dm-quote-service-card:nth-child(odd):last-child {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.dm-quote-service-card {
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  gap: 6px;
  min-height: 42px;
  height: 100%;
  padding: 8px 10px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  cursor: pointer;
  transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.dm-quote-service-card span {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  transition: color 0.35s ease, -webkit-text-fill-color 0.35s ease;
}

.dm-quote-service-card input {
  position: relative;
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  accent-color: var(--theme-color1);
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 107, 30, 0.78);
  background: rgba(8, 8, 12, 0.72);
  cursor: pointer;
}

.dm-quote-service-card input:checked {
  border-color: var(--theme-color1);
  background: var(--theme-color1);
  box-shadow: inset 0 0 0 2px rgba(8, 8, 12, 0.35);
}

.dm-quote-service-card:has(input:checked) {
  border-color: var(--theme-color1);
  background: rgba(255, 107, 30, 0.14);
  box-shadow: 0 8px 24px rgba(255, 107, 30, 0.12);
}

.dm-quote-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 30, 0.62);
  background: rgba(255, 107, 30, 0.1);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), 0 0 28px rgba(255, 107, 30, 0.16);
}

.dm-quote-status {
  min-height: 0;
  margin: 0 0 6px;
  font-size: 12px;
  color: #fff;
}

.dm-quote-status.is-error {
  color: #ffb4a2;
}

.dm-quote-status.is-success {
  color: #9be7b3;
}

.dm-quote-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.dm-quote-cta .btn-title {
  font-size: 14px;
  letter-spacing: 0.02em;
}

body.dm-quote-open {
  overflow: hidden;
}

.mobile-menu .menu-box .dm-mobile-quote-cta {
  padding: 8px 24px 20px;
}

.mobile-menu .menu-box .dm-mobile-quote-cta .contact-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 0;
  cursor: pointer;
  font: inherit;
}

@media only screen and (max-width: 1023px) {
  .header-1 .ui-btn-outer .contact-btn.dm-quote-open,
  .header-2 .ui-btn-outer .contact-btn.dm-quote-open {
    display: inline-block !important;
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (max-width: 399.98px) {
  .header-1 .ui-btn-outer .contact-btn.dm-quote-open,
  .header-2 .ui-btn-outer .contact-btn.dm-quote-open {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .dm-quote-shell {
    width: min(760px, 90vw);
    max-height: 86vh;
  }

  .dm-quote-brand-title.dm-quote-side-title {
    white-space: normal;
  }

  .dm-quote-lead-line {
    white-space: normal;
  }

  .dm-quote-lead-text {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
  }

  .dm-quote-brand {
    overflow-y: hidden;
  }

  .dm-quote-split {
    grid-template-columns: 1fr;
    max-height: 86vh;
    overflow: hidden;
  }

  .dm-quote-brand {
    padding: 22px 20px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dm-quote-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .dm-quote-benefits li {
    font-size: 12px;
    padding: 10px;
  }

  .dm-quote-trust {
    margin-top: 16px;
    padding-top: 16px;
  }

  .dm-quote-form-wrap {
    padding: 20px 18px 22px;
    max-height: none;
    overflow-y: hidden;
  }

  .dm-quote-form-grid {
    grid-template-columns: 1fr;
  }

  .dm-quote-budget-grid,
  .dm-quote-services-grid {
    grid-template-columns: 1fr;
  }

  .dm-quote-close {
    top: 10px;
    right: 14px;
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
}

@media (max-width: 575.98px) {
  .dm-quote-benefits {
    grid-template-columns: 1fr;
  }

  .dm-quote-shell {
    margin: 0;
    border-radius: 20px;
    width: min(420px, 92vw);
    max-height: 84vh;
  }
}

/* Final popup balance lock: left and right columns stay equal without a visible right scrollbar. */
@media (min-width: 992px) {
  .dm-quote-popup .dm-quote-shell,
  .dm-quote-popup .dm-quote-split {
    max-height: 94vh !important;
  }

  .dm-quote-popup .dm-quote-brand {
    justify-content: space-between !important;
    gap: clamp(18px, 2.2vh, 28px) !important;
  }

  .dm-quote-popup .dm-quote-form-wrap {
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .dm-quote-popup .dm-quote-form-wrap::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  .dm-quote-popup .dm-quote-form {
    gap: 0 !important;
  }

  .dm-quote-popup .dm-quote-form-grid {
    gap: 10px 14px !important;
    margin-bottom: 11px !important;
  }

  .dm-quote-popup .dm-quote-field input,
  .dm-quote-popup .dm-quote-form textarea {
    min-height: 44px !important;
    padding: 9px 12px !important;
    line-height: 1.45 !important;
  }

  .dm-quote-popup .dm-quote-block {
    margin-bottom: 10px !important;
  }

  .dm-quote-popup .dm-quote-radio-card {
    min-height: 40px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    line-height: 1.45 !important;
  }

  .dm-quote-popup .dm-quote-service-card {
    min-height: 38px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .dm-quote-popup .dm-quote-form textarea {
    min-height: 78px !important;
    max-height: 78px !important;
  }
}
