.elementor-152 .elementor-element.elementor-element-5ee0a7a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e5652fd *//* =========================
   CLEAN WHITE GET A QUOTE
========================= */

.cbc-quote-clean {
  background: #ffffff;
  padding: 6rem 24px;
}

/* GRID */
.cbc-quote-grid {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
}

/* =========================
   LEFT: FORM
========================= */

.cbc-quote-form {
  padding-right: 24px;
}

/* EYEBROW */
.cbc-quote-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a7c4f;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TITLE */
.cbc-quote-title {
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 8px;
}

/* SUB */
.cbc-quote-sub {
  font-size: 15px;
  color: #52525b;
  margin-bottom: 28px;
}

/* BUTTON */
.cbc-quote-btn {
  display: inline-block;
  width: 100%;
  max-width: 360px;

  padding: 16px 20px;
  border-radius: 14px;

  background: #18181b;
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;

  transition: background 0.2s ease;
}

.cbc-quote-btn:hover {
  background: #27272a;
}

/* META */
.cbc-quote-meta {
  margin-top: 14px;
  font-size: 12px;
  color: #71717a;
}

/* =========================
   RIGHT: INFO / TRUST
========================= */

.cbc-quote-info {
  border-left: 1px solid #e4e4e7;
  padding-left: 40px;
}

/* REVIEWS */
.cbc-review-block {
  margin-bottom: 28px;
}

.cbc-stars {
  color: #f5c518;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.cbc-review-score {
  font-size: 14px;
  font-weight: 600;
  color: #18181b;
  margin-bottom: 8px;
}

.cbc-review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #52525b;
}

/* CONTACT */
.cbc-contact-block p {
  font-size: 14px;
  color: #18181b;
  margin-bottom: 6px;
}

/* AREAS */
.cbc-service-areas {
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a7c4f;
}

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

@media (max-width: 900px) {
  .cbc-quote-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cbc-quote-info {
    border-left: none;
    padding-left: 0;
  }
}/* End custom CSS */