.elementor-122915 .elementor-element.elementor-element-499b4b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2f64a8d */.cdg-rc-page {
  --rc-primary: #99A48E;
  --rc-secondary: #535B48;
  --rc-accent: #DBCCC1;
  --rc-bg-light: #F7F5F3;
  --rc-dark: #080808;
  --rc-warm-neutral: #605656;
  --rc-hover: #312C2C;
  --rc-highlight: #FFBC7D;
  font-family: Helvetica, Arial, sans-serif;
  color: var(--rc-dark);
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.cdg-rc-page h1,
.cdg-rc-page h2,
.cdg-rc-page h3 {
  font-family: "Lora", Georgia, serif;
  color: var(--rc-secondary);
  line-height: 1.25;
}

.cdg-rc-page section {
  margin: 72px 0;
}

.cdg-rc-page p {
  line-height: 1.7;
  color: var(--rc-warm-neutral);
  font-size: 17px;
}

/* Hero */
.cdg-rc-hero {
  text-align: center;
  margin-top: 40px;
}

.cdg-rc-eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 600;
  color: var(--rc-primary);
  margin-bottom: 8px;
}

.cdg-rc-hero h1 {
  font-size: 40px;
  margin: 0 0 20px;
}

.cdg-rc-subhead {
  max-width: 700px;
  margin: 0 auto 32px;
  font-size: 18px;
}

.cdg-rc-trustbar {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0 0 32px;
}

.cdg-rc-trustbar li {
  background: var(--rc-bg-light);
  border: 1px solid var(--rc-accent);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--rc-secondary);
}

.cdg-rc-btn {
  display: inline-block;
  background: var(--rc-primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 14px 32px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.cdg-rc-btn:hover {
  background: var(--rc-hover);
}

/* Options grid */
.cdg-rc-options h2,
.cdg-rc-cert h2,
.cdg-rc-compare h2,
.cdg-rc-area h2,
.cdg-rc-faq h2,
.cdg-rc-cta h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 16px;
}

.cdg-rc-options > p {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.cdg-rc-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cdg-rc-card {
  background: var(--rc-bg-light);
  border: 1px solid var(--rc-accent);
  border-radius: 8px;
  padding: 28px 22px;
  text-align: center;
}

.cdg-rc-card h3 {
  font-size: 19px;
  margin: 0 0 10px;
}

.cdg-rc-card p {
  font-size: 15px;
  margin: 0;
}

/* Authority section */
.cdg-rc-authority {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}

.cdg-rc-authority-text h2 {
  text-align: left;
  font-size: 30px;
}

.cdg-rc-authority-text strong {
  color: var(--rc-secondary);
}

.cdg-rc-authority-image img,
.cdg-rc-compare-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.cdg-rc-authority-image figcaption,
.cdg-rc-compare-image figcaption {
  font-size: 14px;
  color: var(--rc-warm-neutral);
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}

/* Certification callout */
.cdg-rc-cert {
  background: #FFF8ED;
  border: 1px solid var(--rc-accent);
  border-radius: 8px;
  padding: 40px 48px;
}

.cdg-rc-cert p {
  font-style: italic;
}

/* Comparison table */
.cdg-rc-compare > p {
  max-width: 750px;
  margin: 0 auto 32px;
  text-align: center;
}

.cdg-rc-table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
}

.cdg-rc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.cdg-rc-table th {
  background: var(--rc-secondary);
  color: #fff;
  text-align: left;
  padding: 14px 16px;
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
}

.cdg-rc-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--rc-accent);
  color: var(--rc-dark);
  vertical-align: top;
}

.cdg-rc-table tr:nth-child(even) td {
  background: var(--rc-bg-light);
}

/* Service area */
.cdg-rc-area {
  text-align: center;
}

.cdg-rc-area p {
  max-width: 700px;
  margin: 0 auto 20px;
}

.cdg-rc-cities {
  font-weight: 600;
  color: var(--rc-secondary);
  font-style: normal !important;
}

/* FAQ */
.cdg-rc-faq-item {
  background: var(--rc-bg-light);
  border: 1px solid var(--rc-accent);
  border-radius: 6px;
  padding: 4px 24px;
  margin-bottom: 14px;
}

.cdg-rc-faq-item summary {
  cursor: pointer;
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  color: var(--rc-secondary);
  padding: 18px 0;
  list-style: none;
  position: relative;
}

.cdg-rc-faq-item summary::-webkit-details-marker {
  display: none;
}

.cdg-rc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 20px;
  color: var(--rc-primary);
}

.cdg-rc-faq-item[open] summary::after {
  content: "\2212";
}

.cdg-rc-faq-item p {
  padding-bottom: 20px;
  margin: 0;
}

/* Closing CTA */
.cdg-rc-cta {
  text-align: center;
  background: var(--rc-accent);
  border-radius: 8px;
  padding: 56px 40px;
}

.cdg-rc-cta p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: var(--rc-dark);
}

.cdg-rc-phone {
  margin-top: 18px !important;
  font-size: 15px;
}

.cdg-rc-phone a {
  color: var(--rc-secondary);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .cdg-rc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cdg-rc-authority {
    grid-template-columns: 1fr;
  }
  .cdg-rc-authority-text h2 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .cdg-rc-card-grid {
    grid-template-columns: 1fr;
  }
  .cdg-rc-hero h1 {
    font-size: 30px;
  }
  .cdg-rc-cert {
    padding: 28px 24px;
  }
}/* End custom CSS */