/**
 * WEBRAHUL Estate Settlers ? shared widget styles
 * Mirrors the landing page design. Not minified.
 */

/* -------------------------------------------------------------------------- */
/* Base / shared                                                               */
/* -------------------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Scoped to widget roots ? avoid overriding the whole WP theme */
[class^="wr-"],
[class*=" wr-"] {
  font-family: "Source Sans 3", system-ui, sans-serif;
  color: #2a2f22;
  box-sizing: border-box;
}

[class^="wr-"] a,
[class*=" wr-"] a {
  color: #5a6b3b;
  text-decoration: none;
}

[class^="wr-"] a:hover,
[class*=" wr-"] a:hover {
  color: #a8901e;
}

/* Rich-text formatting from Elementor WYSIWYG / HTML fields */
body .es-welcome-copy strong,
body .es-welcome-copy b,
body .es-section-desc strong,
body .es-section-desc b,
body .es-benefit-desc strong,
body .es-benefit-desc b,
body .wr-services__desc strong,
body .wr-services__desc b,
body .wr-services__card-desc strong,
body .wr-services__card-desc b,
body .wr-reviews__desc strong,
body .wr-reviews__desc b,
body .wr-faq__desc strong,
body .wr-faq__desc b,
body .wr-faq__answer strong,
body .wr-faq__answer b,
body .wr-about__desc strong,
body .wr-about__desc b,
body .wr-about__founders-body strong,
body .wr-about__founders-body b,
body .wr-about__member-bio strong,
body .wr-about__member-bio b,
body .wr-contact__desc strong,
body .wr-contact__desc b,
body .wr-contact__note strong,
body .wr-contact__note b,
body .wr-footer__blurb strong,
body .wr-footer__blurb b,
body .wr-top-banner strong,
body .wr-top-banner b,
.elementor .es-welcome-copy strong,
.elementor .es-welcome-copy b,
.elementor [class^="wr-"] strong,
.elementor [class*=" wr-"] strong,
.elementor [class^="wr-"] b,
.elementor [class*=" wr-"] b {
  font-weight: 700 !important;
}

body .es-welcome-copy em,
body .es-welcome-copy i,
.elementor .es-welcome-copy em,
.elementor .es-welcome-copy i,
.elementor [class^="wr-"] em,
.elementor [class*=" wr-"] em {
  font-style: italic !important;
}

body .es-welcome-copy u,
.elementor .es-welcome-copy u,
.elementor [class^="wr-"] u,
.elementor [class*=" wr-"] u {
  text-decoration: underline;
}

body .es-welcome-copy a,
.elementor .es-welcome-copy a {
  color: #5a6b3b;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

body .es-welcome-copy a:hover,
.elementor .es-welcome-copy a:hover {
  color: #a8901e;
}

body .es-wrap,
body .wr-services__inner,
body .wr-reviews__inner,
body .wr-faq__inner,
body .wr-about__inner,
body .wr-contact__inner,
body .wr-footer__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

body details > summary {
  list-style: none;
}

body details > summary::-webkit-details-marker {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Top banner                                                                  */
/* -------------------------------------------------------------------------- */

body .wr-top-banner {
  background: #5a6b3b;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45;
  box-sizing: border-box;
}

body .wr-top-banner .es-wrap,
body .wr-top-banner p {
  margin: 0 auto;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: center;
  width: 100%;
}

body .wr-top-banner a {
  color: inherit;
}

body .wr-top-banner a:hover {
  color: #ffffff;
  opacity: 0.9;
}

/* -------------------------------------------------------------------------- */
/* Brand / logo                                                                */
/* -------------------------------------------------------------------------- */

body .es-brand,
body .wr-brand-logo.es-brand {
  padding: 32px 48px 12px;
  text-align: center;
  background: #ffffff;
}

body .es-brand-tag {
  font-family: "Bitter", serif;
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a8901e;
  margin-bottom: 22px;
  line-height: 1.2;
}

body .es-brand-logo {
  height: auto;
  width: 75%;
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* Header / nav                                                                */
/* -------------------------------------------------------------------------- */

body .es-header {
  padding: 14px 48px;
  background: #ffffff;
  border-bottom: 1px solid #e8e2cf;
}

body .es-header > .es-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body .es-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body .es-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6b3b !important;
  background: #efe6c8;
  border: 1px solid #e2dcc4;
  padding: 10px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

body .es-nav a:hover,
body .es-nav a:focus {
  background: #e2d4a4;
  color: #2a2f22 !important;
  border-color: #d4c48a;
}

body .es-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .es-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #5a6b3b;
  color: #ffffff !important;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

body .es-header-phone:hover,
body .es-header-phone:focus {
  background: #4a5a30;
  color: #ffffff !important;
}

body .es-menu-btn {
  display: none;
}

body .es-mobile-menu {
  display: none;
}

body .es-mobile-menu a {
  display: block;
  color: #5a6b3b;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 16px;
  border: none;
  border-radius: 3px;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease, color 0.15s ease;
}

body .es-mobile-menu a:hover,
body .es-mobile-menu a:focus,
body .es-mobile-menu a:focus-visible,
body .es-mobile-menu a:active,
body .es-mobile-menu a.current,
body .es-mobile-menu a[aria-current="page"] {
  background: #a8901e;
  color: #ffffff !important;
  box-shadow: none;
  outline: none;
}

body .es-mobile-menu-tag {
  margin-top: 12px;
  padding: 4px 16px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #5a6b3b;
  letter-spacing: 0.02em;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Buttons (shared)                                                            */
/* -------------------------------------------------------------------------- */

body .es-btn-primary,
body .wr-services__cta-phone,
body .wr-faq__cta-phone,
body .wr-about__cta-phone,
body .wr-reviews__write-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #5a6b3b;
  color: #ffffff !important;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

body .es-btn-primary:hover,
body .es-btn-primary:focus,
body .wr-services__cta-phone:hover,
body .wr-services__cta-phone:focus,
body .wr-faq__cta-phone:hover,
body .wr-faq__cta-phone:focus,
body .wr-about__cta-phone:hover,
body .wr-about__cta-phone:focus,
body .wr-reviews__write-cta:hover,
body .wr-reviews__write-cta:focus {
  background: #4a5a30;
  color: #ffffff !important;
}

body .es-welcome-cta .es-btn-primary,
body .es-hero-ctas .es-btn-primary {
  padding: 12px 20px;
  font-size: 15px;
  gap: 10px;
}

body .es-btn-secondary,
body .es-btn-link,
body .wr-services__cta-secondary,
body .wr-faq__cta-secondary,
body .wr-about__cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5a6b3b;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 4px;
  border-bottom: 1.5px solid #5a6b3b;
  text-decoration: none;
}

body .es-welcome-cta .es-btn-secondary,
body .es-hero-ctas .es-btn-secondary {
  border-bottom: none;
  padding: 0;
  gap: 6px;
  font-size: 15px;
}

body .es-btn-secondary:hover,
body .es-btn-link:hover,
body .wr-services__cta-secondary:hover,
body .wr-faq__cta-secondary:hover,
body .wr-about__cta-secondary:hover {
  color: #a8901e;
  border-bottom-color: #a8901e;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

body .es-hero-pad {
  position: relative;
  overflow: hidden;
  padding: 56px 48px 64px;
  background: #ffffff;
}

body .es-hero-pad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wr-hero-bg, url("../images/hero-background.png")) center / cover no-repeat;
  z-index: 0;
}

body .es-hero-pad::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.55) 48%,
    rgba(255, 255, 255, 0.42) 100%
  );
  z-index: 0;
}

body .es-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 40px 48px;
  align-items: center;
}

body .es-welcome-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 220, 196, 0.85);
  border-radius: 4px;
  padding: 28px 30px;
  backdrop-filter: blur(2px);
}

body .es-welcome-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
  color: #5a6b3b;
  text-transform: uppercase;
}

body .es-welcome-copy p {
  margin: 0 0 1.15em;
  font-size: 17px;
  line-height: 1.7;
  color: #2a2f22;
}

body .es-welcome-copy p:last-child {
  margin-bottom: 0;
}

body .es-welcome-cta,
body .es-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e2dcc4;
}

body .es-quote-card {
  background: #ffffff;
  color: #2a2f22;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  position: relative;
}

body .es-quote-eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8901e;
  margin-bottom: 8px;
}

body .es-quote-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #2a2f22;
}

body .es-quote-subtitle {
  font-size: 15px;
  color: #6a6a5c;
  margin: 0 0 20px;
  line-height: 1.5;
}

body .es-quote-contacts {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee6cf;
}

body .es-quote-phone {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 20px;
  color: #2a2f22;
}

body .es-quote-phone:hover {
  color: #a8901e;
}

body .es-quote-email {
  font-size: 15px;
  color: #5a6b3b;
  font-weight: 600;
}

body .es-quote-wpforms,
body .wr-wpforms {
  margin-top: 4px;
}

body .wr-wpforms-placeholder {
  margin: 0;
  padding: 14px 16px;
  border: 1px dashed #d9d3bc;
  background: #faf7ed;
  color: #6a6a5c;
  font-size: 14px;
  line-height: 1.5;
}

/* -------------------------------------------------------------------------- */
/* WPForms — scoped to Hero Welcome + Contact widgets only (.wr-wpforms)       */
/* -------------------------------------------------------------------------- */

body .wr-wpforms .wpforms-container,
body .wr-wpforms .wpforms-container-full,
.elementor .wr-wpforms .wpforms-container,
.elementor .wr-wpforms .wpforms-container-full {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
  font-family: "Source Sans 3", sans-serif !important;
}

body .wr-wpforms .wpforms-container,
.elementor .wr-wpforms .wpforms-container {
  --wpforms-container-padding: 0px !important;
  --wpforms-container-border-width: 0px !important;
  --wpforms-container-border-radius: 0px !important;
  --wpforms-background-color: transparent !important;
  --wpforms-field-border-color: #d9d1b3 !important;
  --wpforms-field-background-color: #ffffff !important;
  --wpforms-field-text-color: #2a2f22 !important;
  --wpforms-label-color: #4a4d3f !important;
  --wpforms-label-size-font-size: 13px !important;
  --wpforms-label-size-line-height: 1.3 !important;
  --wpforms-field-size-font-size: 15px !important;
  --wpforms-field-size-input-height: 48px !important;
  --wpforms-field-size-input-spacing: 14px !important;
  --wpforms-field-size-padding-h: 14px !important;
  --wpforms-field-size-line-height: 1.4 !important;
  --wpforms-field-border-radius: 3px !important;
  --wpforms-button-background-color: #5a6b3b !important;
  --wpforms-button-text-color: #ffffff !important;
  --wpforms-button-border-color: #5a6b3b !important;
  --wpforms-button-border-radius: 3px !important;
  --wpforms-button-size-font-size: 16px !important;
  --wpforms-button-size-height: 48px !important;
  --wpforms-button-size-padding-h: 28px !important;
  --wpforms-button-size-margin-top: 20px !important;
  --wpforms-container-shadow-size-box-shadow: none !important;
}

body .wr-wpforms .wpforms-form,
.elementor .wr-wpforms .wpforms-form {
  margin: 0 !important;
}

body .wr-wpforms .wpforms-field-container,
.elementor .wr-wpforms .wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

body .wr-wpforms .wpforms-field,
.elementor .wr-wpforms .wpforms-field {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  box-sizing: border-box !important;
}

/* Email + phone side-by-side only when BOTH exist; otherwise full width */
body .wr-wpforms .wpforms-field-email,
body .wr-wpforms .wpforms-field-phone,
.elementor .wr-wpforms .wpforms-field-email,
.elementor .wr-wpforms .wpforms-field-phone {
  width: 100% !important;
}

body .wr-wpforms .wpforms-field-container:has(.wpforms-field-phone) .wpforms-field-email,
body .wr-wpforms .wpforms-field-container:has(.wpforms-field-email) .wpforms-field-phone,
.elementor .wr-wpforms .wpforms-field-container:has(.wpforms-field-phone) .wpforms-field-email,
.elementor .wr-wpforms .wpforms-field-container:has(.wpforms-field-email) .wpforms-field-phone {
  width: calc(50% - 7px) !important;
}

/* Respect WPForms half-column layout classes if used */
body .wr-wpforms .wpforms-one-half,
body .wr-wpforms .wpforms-field.wpforms-one-half,
.elementor .wr-wpforms .wpforms-one-half,
.elementor .wr-wpforms .wpforms-field.wpforms-one-half {
  width: calc(50% - 7px) !important;
}

body .wr-wpforms .wpforms-field-label,
.elementor .wr-wpforms .wpforms-field-label {
  display: block !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #4a4d3f !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}

body .wr-wpforms .wpforms-required-label,
.elementor .wr-wpforms .wpforms-required-label {
  color: #a8901e !important;
  margin-left: 2px !important;
}

body .wr-wpforms .wpforms-field input[type="text"],
body .wr-wpforms .wpforms-field input[type="email"],
body .wr-wpforms .wpforms-field input[type="tel"],
body .wr-wpforms .wpforms-field input[type="number"],
body .wr-wpforms .wpforms-field input[type="url"],
body .wr-wpforms .wpforms-field input[type="password"],
body .wr-wpforms .wpforms-field input[type="search"],
body .wr-wpforms .wpforms-field select,
body .wr-wpforms .wpforms-field textarea,
body .wr-wpforms .wpforms-field .choices__inner,
.elementor .wr-wpforms .wpforms-field input[type="text"],
.elementor .wr-wpforms .wpforms-field input[type="email"],
.elementor .wr-wpforms .wpforms-field input[type="tel"],
.elementor .wr-wpforms .wpforms-field input[type="number"],
.elementor .wr-wpforms .wpforms-field input[type="url"],
.elementor .wr-wpforms .wpforms-field input[type="password"],
.elementor .wr-wpforms .wpforms-field input[type="search"],
.elementor .wr-wpforms .wpforms-field select,
.elementor .wr-wpforms .wpforms-field textarea,
.elementor .wr-wpforms .wpforms-field .choices__inner {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  min-height: 48px !important;
  border: 1px solid #d9d1b3 !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  color: #2a2f22 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body .wr-wpforms .wpforms-field textarea,
.elementor .wr-wpforms .wpforms-field textarea {
  min-height: 140px !important;
  height: auto !important;
  resize: vertical !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* Hero Welcome only — shorter message field */
body .wr-hero-welcome .es-quote-wpforms .wpforms-field textarea,
body .wr-hero-welcome .wr-wpforms .wpforms-field textarea,
.elementor .wr-hero-welcome .es-quote-wpforms .wpforms-field textarea,
.elementor .wr-hero-welcome .wr-wpforms .wpforms-field textarea {
  min-height: 88px !important;
  height: 88px !important;
}

body .wr-wpforms .wpforms-field select,
.elementor .wr-wpforms .wpforms-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a6b3b' d='M1.2 1.5L6 6.3l4.8-4.8' stroke='%235a6b3b' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px 8px !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}

body .wr-wpforms .wpforms-field input::placeholder,
body .wr-wpforms .wpforms-field textarea::placeholder,
.elementor .wr-wpforms .wpforms-field input::placeholder,
.elementor .wr-wpforms .wpforms-field textarea::placeholder {
  color: #9a9684 !important;
  opacity: 1 !important;
}

body .wr-wpforms .wpforms-field input:focus,
body .wr-wpforms .wpforms-field select:focus,
body .wr-wpforms .wpforms-field textarea:focus,
.elementor .wr-wpforms .wpforms-field input:focus,
.elementor .wr-wpforms .wpforms-field select:focus,
.elementor .wr-wpforms .wpforms-field textarea:focus {
  border-color: #5a6b3b !important;
  box-shadow: none !important;
  outline: none !important;
}

body .wr-wpforms .wpforms-submit-container,
.elementor .wr-wpforms .wpforms-submit-container {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

body .wr-wpforms .wpforms-submit,
body .wr-wpforms button[type="submit"].wpforms-submit,
.elementor .wr-wpforms .wpforms-submit,
.elementor .wr-wpforms button[type="submit"].wpforms-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 3px !important;
  background: #5a6b3b !important;
  color: #ffffff !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

body .wr-wpforms .wpforms-submit:hover,
body .wr-wpforms .wpforms-submit:focus,
.elementor .wr-wpforms .wpforms-submit:hover,
.elementor .wr-wpforms .wpforms-submit:focus {
  background: #4a5a30 !important;
  color: #ffffff !important;
}

/* Optional HTML field next to submit (disclaimer) */
body .wr-wpforms .wpforms-submit-container .wpforms-field-html,
body .wr-wpforms .wpforms-field-html,
.elementor .wr-wpforms .wpforms-submit-container .wpforms-field-html,
.elementor .wr-wpforms .wpforms-field-html {
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #6a6a5c !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .wr-wpforms .wpforms-error,
body .wr-wpforms .wpforms-error-noscript,
.elementor .wr-wpforms .wpforms-error,
.elementor .wr-wpforms .wpforms-error-noscript {
  color: #a94442 !important;
  font-size: 13px !important;
}

body .wr-wpforms .wpforms-field.wpforms-has-error input,
body .wr-wpforms .wpforms-field.wpforms-has-error select,
body .wr-wpforms .wpforms-field.wpforms-has-error textarea,
.elementor .wr-wpforms .wpforms-field.wpforms-has-error input,
.elementor .wr-wpforms .wpforms-field.wpforms-has-error select,
.elementor .wr-wpforms .wpforms-field.wpforms-has-error textarea {
  border-color: #a94442 !important;
}

@media (max-width: 640px) {
  body .wr-wpforms .wpforms-field-email,
  body .wr-wpforms .wpforms-field-phone,
  body .wr-wpforms .wpforms-one-half,
  body .wr-wpforms .wpforms-field.wpforms-one-half,
  .elementor .wr-wpforms .wpforms-field-email,
  .elementor .wr-wpforms .wpforms-field-phone,
  .elementor .wr-wpforms .wpforms-one-half,
  .elementor .wr-wpforms .wpforms-field.wpforms-one-half {
    width: 100% !important;
  }

  body .wr-wpforms .wpforms-submit,
  .elementor .wr-wpforms .wpforms-submit {
    width: 100% !important;
  }
}

body .es-quote-disclaimer {
  margin: 16px 0 0;
  font-size: 13px;
  color: #7a7a6a;
  line-height: 1.5;
}

body .es-h1 {
  font-size: 56px;
}

body .es-feature-grid {
  grid-template-columns: 1fr 1fr;
}

/* -------------------------------------------------------------------------- */
/* Trust bar                                                                   */
/* -------------------------------------------------------------------------- */

body .es-trustbar,
body .wr-trust-bar.es-trustbar {
  padding: 22px 48px;
  background: #f2ecd6;
  border-bottom: 1px solid #e5dfc4;
}

body .es-trust-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  font-family: "Source Sans 3", sans-serif;
  color: #5a6b3b;
  font-weight: 600;
  font-size: 15px;
}

body .es-trust-item {
  min-width: 0;
}

/* -------------------------------------------------------------------------- */
/* Sections shared                                                             */
/* -------------------------------------------------------------------------- */

body .es-section-pad {
  padding: 88px 48px;
  background: #f5f2e8;
}

body .wr-benefits {
  background: #f5f2e8;
}

body .wr-services {
  background: #ede4c7;
}

body .wr-reviews {
  background: #f5f2e8;
}

body .wr-faq {
  background: #ede4c7;
}

body .wr-about {
  background: #f5f2e8;
}

body .wr-contact {
  background: #ede4c7;
}

body .es-section-intro {
  max-width: 720px;
  margin: 0 0 56px;
}

body .es-reviews-header .es-section-intro {
  max-width: 640px;
  margin: 0;
}

body .es-section-eyebrow,
body .wr-services__eyebrow,
body .wr-reviews__eyebrow,
body .wr-faq__eyebrow,
body .wr-about__eyebrow,
body .wr-contact__eyebrow,
body .wr-about__founders-eyebrow,
body .wr-about__team-eyebrow,
body .es-seen-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8901e;
  margin-bottom: 14px;
}

body .es-h2 {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin: 0 0 16px;
  color: #2a2f22;
  text-wrap: pretty;
}

body .es-h3 {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #2a2f22;
}

body .es-section-desc,
body .wr-services__desc,
body .wr-reviews__desc,
body .wr-faq__desc,
body .wr-about__desc,
body .wr-contact__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4d3f;
  margin: 0;
}

body .es-section-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid #e2dcc4;
}

body .wr-services .es-section-cta,
body .wr-reviews .es-section-cta,
body .wr-faq .es-section-cta {
  border-top-color: #d9d1b3;
}

body .wr-services .es-section-cta {
  margin-top: 48px;
}

body .wr-about .es-section-cta {
  margin-top: 72px;
}

body .wr-faq .es-section-cta {
  margin-top: 64px;
}

body .wr-reviews .es-section-cta {
  justify-content: center;
  margin-top: 0;
}

body .es-section-cta-heading,
body .wr-services__cta-text,
body .wr-faq__cta-text,
body .wr-about__cta-text {
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 20px;
  color: #2a2f22;
  margin-right: auto;
}

/* -------------------------------------------------------------------------- */
/* Benefits                                                                    */
/* -------------------------------------------------------------------------- */

body .es-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 48px;
}

body .es-benefit-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a6b3b;
  margin-bottom: 16px;
}

body .es-benefit-icon svg {
  width: 34px;
  height: 34px;
}

body .es-benefit-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #2a2f22;
}

body .es-benefit-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4d3f;
  margin: 0;
}

body .es-benefit-quote {
  background: #ffffff;
  border-left: 3px solid #a8901e;
  padding: 22px 24px;
}

body .es-benefit-quote-text {
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  color: #2a2f22;
  margin: 0;
  font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* Services                                                                    */
/* -------------------------------------------------------------------------- */

body .es-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 44px;
  align-items: stretch;
}

body .wr-services__card {
  background: #ffffff;
  border: 1px solid #e2dcc4;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

body .wr-services__card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
  flex-shrink: 0;
}

body .wr-services__card-body {
  padding: 26px 28px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

body .wr-services__card-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #5a6b3b;
}

body .wr-services__card-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4d3f;
  margin: 0;
}

body .es-home-search {
  display: flex;
  align-items: center;
  gap: 16px 24px;
  margin-top: 36px;
  padding: 16px 28px;
  background: #ffffff;
  border: 1px solid #e2dcc4;
  color: #2a2f22;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  text-decoration: none;
}

body .es-home-search:hover {
  color: #2a2f22;
  border-color: #d4c48a;
}

body .es-home-search-icon {
  width: 40px;
  height: 40px;
  color: #5a6b3b;
  flex-shrink: 0;
}

body .es-home-search-icon svg {
  width: 40px;
  height: 40px;
}

body .es-home-search-copy {
  flex: 1 1 auto;
  min-width: 0;
}

body .es-home-search-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #2a2f22;
}

body .es-home-search-text {
  font-size: 15px;
  line-height: 1.45;
  color: #4a4d3f;
  margin-top: 2px;
}

body .es-home-search-cta {
  color: #5a6b3b;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 24px;
}

/* -------------------------------------------------------------------------- */
/* Reviews                                                                     */
/* -------------------------------------------------------------------------- */

body .es-reviews-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
  border: 0;
  padding-bottom: 0;
}

body .es-reviews-header > .es-section-intro {
  max-width: 640px;
  margin: 0;
  padding: 0;
  border: 0;
}

body .es-reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: #ffffff;
  border: 1px solid #e2dcc4;
  color: #2a2f22;
  text-decoration: none;
}

body .es-reviews-badge:hover {
  color: #2a2f22;
  border-color: #d4c48a;
}

body .wr-reviews__badge-rating {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 22px;
  color: #2a2f22;
  line-height: 1;
}

body .wr-reviews__badge-meta {
  line-height: 1.3;
}

body .wr-reviews__badge-stars {
  color: #d8b64a;
  font-size: 13px;
  letter-spacing: 2px;
}

body .wr-reviews__badge-count {
  font-size: 13px;
  color: #4a4d3f;
  font-weight: 500;
}

body .wr-reviews__badge-cta {
  color: #5a6b3b;
  font-weight: 600;
  font-size: 14px;
  margin-left: 4px;
}

body .es-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 48px;
  margin-bottom: 80px;
}

body .wr-reviews__testi-headline {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 14px;
  color: #5a6b3b;
}

body .wr-reviews__testi-quote {
  font-size: 16px;
  line-height: 1.65;
  color: #2a2f22;
  margin: 0 0 20px;
}

body .wr-reviews__testi-footer {
  border-top: 1px solid #d9d1b3;
  padding-top: 14px;
}

body .wr-reviews__testi-author {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 16px;
  color: #2a2f22;
}

body .wr-reviews__testi-meta {
  font-size: 14px;
  color: #6a6a5c;
}

body .es-seen-heard {
  margin-bottom: 80px;
}

body .es-seen-label {
  margin-bottom: 24px;
}

body .es-videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

body .wr-reviews__video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #2a2f22;
}

body .wr-reviews__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body .wr-reviews__video-meta {
  padding-top: 16px;
}

body .wr-reviews__video-eyebrow {
  font-size: 13px;
  color: #a8901e;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

body .wr-reviews__video-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 19px;
  color: #2a2f22;
  line-height: 1.35;
}

body .es-podcast-band {
  background: #ffffff;
  border: 1px solid #e2dcc4;
  padding: 32px;
  margin-bottom: 72px;
}

body .wr-reviews__podcast-eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8901e;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

body .wr-reviews__podcast-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 22px;
  color: #2a2f22;
}

body .wr-reviews__podcast-embed {
  width: 100%;
  max-width: 660px;
  overflow: hidden;
  border-radius: 10px;
  border: 0;
  margin: 0 0 16px;
  display: block;
  height: 175px;
}

body .wr-reviews__podcast-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 14px;
  color: #6a6a5c;
  margin: 0 0 20px;
}

body .wr-reviews__podcast-copy {
  font-size: 15px;
  line-height: 1.65;
  color: #4a4d3f;
}

body .wr-reviews__podcast-copy p {
  margin: 0 0 14px;
}

body .wr-reviews__podcast-copy p:last-child {
  margin-bottom: 22px;
}

body .wr-reviews__podcast-contact {
  font-size: 15px;
  line-height: 1.7;
  color: #4a4d3f;
}

body .wr-reviews__podcast-contact-label {
  font-weight: 600;
  color: #2a2f22;
  margin-bottom: 4px;
}

body .es-reviews-carousel {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "top arrows"
    "track track";
  gap: 16px;
  align-items: center;
  margin-bottom: 56px;
}

body .es-reviews-top {
  grid-area: top;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

body .wr-reviews__carousel-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 22px;
  color: #2a2f22;
}

body .wr-reviews__see-all {
  color: #5a6b3b;
  font-weight: 600;
  font-size: 15px;
}

body .es-reviews-arrows {
  grid-area: arrows;
  display: flex;
  gap: 8px;
}

body .es-reviews-prev,
body .es-reviews-next {
  width: 40px;
  height: 40px;
  border: 1px solid #d9d1b3;
  background: #ffffff;
  color: #5a6b3b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0;
}

body .es-reviews-prev:hover,
body .es-reviews-next:hover {
  background: #faf7ed;
  border-color: #c9bf9a;
}

body .es-reviews-track,
body #es-reviews-track {
  grid-area: track;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
}

body .es-reviews-track::-webkit-scrollbar,
body #es-reviews-track::-webkit-scrollbar {
  display: none;
}

body .es-reviews-track > *,
body #es-reviews-track > *,
body .wr-reviews__gcard {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 260px;
  box-sizing: border-box;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid #e2dcc4;
  padding: 22px 24px;
}

body .wr-reviews__gcard-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

body .wr-reviews__gcard-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  overflow: hidden;
}

body .wr-reviews__gcard-avatar--photo {
  background: #e2dcc4;
  padding: 0;
}

body .wr-reviews__gcard-avatar--photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .wr-reviews__gcard-name {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 15px;
  color: #2a2f22;
}

body .wr-reviews__gcard-time {
  font-size: 12px;
  color: #6a6a5c;
}

body .wr-reviews__gcard-stars {
  color: #d8b64a;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

body .wr-reviews__gcard-quote {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4d3f;
  margin: 0;
  overflow: hidden;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

body .wr-reviews__gcard-quote.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

body .wr-reviews__gcard-more {
  display: inline;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5a6b3b;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.4;
}

body .wr-reviews__gcard-more:hover,
body .wr-reviews__gcard-more:focus {
  color: #a8901e;
}

body .wr-reviews__gcard-more[hidden] {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/* FAQ                                                                         */
/* -------------------------------------------------------------------------- */

body .es-faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

body .wr-faq .es-section-intro {
  margin-bottom: 0;
}

body .wr-faq .es-section-desc,
body .wr-faq__desc {
  margin-bottom: 40px;
}

body .es-faq-sidebar {
  border-top: 1px solid #d9d1b3;
  padding-top: 28px;
  margin-top: 40px;
}

body .wr-faq__sidebar-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2f22;
  margin-bottom: 14px;
}

body .wr-faq__sidebar-links {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4d3f;
}

body .wr-faq__sidebar-links a {
  color: #5a6b3b;
  font-weight: 600;
}

body .wr-faq__sidebar-msg a {
  border-bottom: 1.5px solid #5a6b3b;
  padding-bottom: 2px;
}

body .wr-faq__sidebar-msg {
  margin-top: 6px;
}

body .es-faq-list {
  border-top: 1px solid #d9d1b3;
}

body .es-faq-list details {
  border-bottom: 1px solid #d9d1b3;
  padding: 22px 0;
}

body .es-faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 20px;
  color: #2a2f22;
  line-height: 1.35;
}

body .es-faq-list summary > span:first-child {
  flex: 1;
}

body .es-faq-arrow {
  display: inline-flex;
  flex-shrink: 0;
  color: #5a6b3b;
  transition: transform 0.25s ease;
}

body details[open] > summary .es-faq-arrow {
  transform: rotate(180deg);
}

body .wr-faq__answer,
body .es-faq-list details p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4d3f;
  margin: 14px 0 0;
  padding-right: 44px;
}

body .wr-faq__answer a {
  color: #5a6b3b;
  font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/* About                                                                       */
/* -------------------------------------------------------------------------- */

body .es-founders-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 88px;
}

body .wr-about__founders-media img {
  display: block;
  width: 100%;
  height: auto;
}

body .wr-about__founders-eyebrow {
  margin-bottom: 12px;
}

body .wr-about__founders-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 18px;
  color: #2a2f22;
}

body .wr-about__founders-body {
  font-size: 17px;
  line-height: 1.65;
  color: #4a4d3f;
}

body .wr-about__founders-body p {
  margin: 0 0 18px;
}

body .wr-about__founders-body p:last-child {
  margin-bottom: 22px;
}

body .wr-about__memorial {
  font-family: "Bitter", serif;
  font-style: italic;
  font-size: 16px;
  color: #6a6a5c;
  margin: 0;
  border-left: 3px solid #d8b64a;
  padding-left: 16px;
}

body .es-team-header {
  margin-bottom: 0;
}

body .es-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 40px;
}

body .wr-about__member-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 20px;
}

body .wr-about__member-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .wr-about__member-name {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 4px;
  color: #2a2f22;
}

body .wr-about__member-role {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8901e;
  margin: 0 0 14px;
}

body .wr-about__member-bio {
  font-size: 15px;
  line-height: 1.65;
  color: #4a4d3f;
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Contact                                                                     */
/* -------------------------------------------------------------------------- */

body .es-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

body .wr-contact__block {
  margin-bottom: 32px;
}

body .wr-contact__label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8901e;
  margin-bottom: 6px;
}

body .wr-contact__phone {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 30px;
  color: #2a2f22;
  letter-spacing: -0.01em;
}

body .wr-contact__phone:hover {
  color: #a8901e;
}

body .wr-contact__meta {
  font-size: 14px;
  color: #6a6a5c;
  margin-top: 4px;
}

body .wr-contact__email {
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 20px;
  color: #2a2f22;
  word-break: break-all;
}

body .wr-contact__email:hover {
  color: #a8901e;
}

body .wr-contact__city {
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 18px;
  color: #2a2f22;
}

body .wr-contact__area {
  font-size: 15px;
  color: #4a4d3f;
  margin-top: 4px;
}

body .wr-contact__social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

body .wr-contact__social-link {
  width: 40px;
  height: 40px;
  border: 1px solid #d9d1b3;
  background: #ffffff;
  color: #5a6b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

body .wr-contact__social-link:hover {
  background: #faf7ed;
  color: #5a6b3b;
  border-color: #c9bf9a;
}

body .wr-contact__note {
  font-family: "Bitter", serif;
  font-style: italic;
  font-size: 15px;
  color: #6a6a5c;
  margin: 0;
  padding-top: 28px;
  border-top: 1px solid #d9d1b3;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                      */
/* -------------------------------------------------------------------------- */

body .wr-footer,
body .es-footer-pad-wrap {
  background: #2f3a20;
  color: #d6d0b8;
}

body .es-footer-pad {
  padding: 64px 48px 32px;
}

body .es-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px 40px;
}

body .wr-footer__logo {
  height: 92px;
  width: auto;
  display: block;
  margin-bottom: 20px;
  mix-blend-mode: screen;
}

body .wr-footer__blurb {
  font-size: 15px;
  line-height: 1.65;
  color: #c9c3aa;
  margin: 0 0 20px;
  max-width: 320px;
}

body .wr-footer__blurb p,
body .wr-footer__blurb span,
body .wr-footer__blurb strong,
body .wr-footer__blurb b,
body .wr-footer__blurb em,
body .wr-footer__blurb a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

body .wr-footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .wr-footer__social-link {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d6d0b8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

body .wr-footer__social-link:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

body .wr-footer__col-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8b64a;
  margin-bottom: 16px;
}

body .wr-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 15px;
}

body .wr-footer__list a,
body .wr-footer a {
  color: #d6d0b8;
}

body .wr-footer__list a:hover,
body .wr-footer a:hover {
  color: #ffffff;
}

body .wr-footer__touch {
  display: grid;
  gap: 14px;
  font-size: 15px;
  line-height: 1.5;
}

body .wr-footer__touch-link {
  color: #ffffff;
  font-family: "Bitter", serif;
  font-weight: 600;
  font-size: 18px;
}

body .wr-footer__touch-text {
  color: #d6d0b8;
}

body .wr-footer__touch-meta {
  font-size: 13px;
  color: #9e9a80;
  margin-top: 2px;
}

body .wr-footer__bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  color: #9e9a80;
}

body .wr-footer__copyright {
  color: #9e9a80;
}

/* -------------------------------------------------------------------------- */
/* Reveal animation                                                            */
/* -------------------------------------------------------------------------- */

body .es-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease var(--reveal-delay, 0s),
    transform 0.6s ease var(--reveal-delay, 0s);
}

body .es-reveal.es-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body .es-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body .es-mobile-menu,
  body .es-mobile-menu > .es-wrap {
    transition: none !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Responsive ? 1080px                                                         */
/* -------------------------------------------------------------------------- */

@media (max-width: 1080px) {
  body .es-hero-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 24px 28px;
    align-items: center;
  }

  body .es-welcome-title {
    font-size: 34px;
  }

  body .es-welcome-panel {
    padding: 22px 20px;
  }

  body .es-welcome-copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  body .es-h1 {
    font-size: 40px;
  }

  body .es-nav {
    display: none;
  }

  body .es-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e2dcc4;
    background: #ffffff;
    color: #5a6b3b;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    -webkit-appearance: none;
  }

  body .es-menu-btn:hover,
  body .es-menu-btn:focus,
  body .es-menu-btn:focus-visible,
  body .es-menu-btn:active,
  body .es-menu-btn[aria-expanded="true"],
  body .es-menu-btn[aria-expanded="true"]:hover,
  body .es-menu-btn[aria-expanded="true"]:focus,
  body .es-menu-btn[aria-expanded="true"]:active {
    background: #ffffff;
    border-color: #e2dcc4;
    color: #5a6b3b;
    box-shadow: none;
    outline: none;
  }

  body .es-mobile-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    padding: 0 32px;
  }

  body .es-mobile-menu > .es-wrap {
    overflow: hidden;
    min-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.28s ease, transform 0.35s ease;
  }

  body .es-mobile-menu.es-open {
    grid-template-rows: 1fr;
    border-bottom-color: #e8e2cf;
    padding-top: 8px;
    padding-bottom: 20px;
  }

  body .es-mobile-menu.es-open > .es-wrap {
    opacity: 1;
    transform: none;
  }

  body .es-brand,
  body .wr-brand-logo.es-brand {
    padding: 28px 32px 8px;
  }

  body .es-brand-tag {
    margin-bottom: 16px;
  }

  body .es-header {
    padding: 14px 32px;
    flex-wrap: nowrap;
  }

  body .es-header > .es-wrap {
    width: 100%;
  }

  /* Phone left, hamburger right on tablet/mobile */
  body .es-header-actions {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  body .es-header-actions .es-header-phone,
  body .es-header-actions .es-menu-btn {
    flex-shrink: 0;
  }

  body .es-hero-pad {
    padding: 48px 32px 56px;
  }

  body .es-trustbar,
  body .wr-trust-bar.es-trustbar {
    padding: 20px 32px;
  }

  body .es-trust-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: stretch;
    gap: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }

  body .es-trust-inner > div {
    min-width: 0;
    overflow-wrap: break-word;
  }

  body .es-benefits-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body .es-feature-grid {
    grid-template-columns: auto auto;
    justify-content: start;
    column-gap: 40px;
    max-width: none !important;
  }

  body .es-quote-card {
    padding: 28px 24px !important;
  }

  body .es-hero-lead {
    max-width: none !important;
  }

  body .es-faq-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  body .es-founders-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  body .es-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  body .es-footer-pad {
    padding: 48px 32px 28px !important;
  }

  body .es-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px 32px !important;
  }

  body .es-h3 {
    font-size: 24px !important;
  }

  body .es-section-pad {
    padding: 64px 32px !important;
  }

  body .es-h2 {
    font-size: 32px;
  }

  body .es-home-search {
    display: flex;
    align-items: center;
    gap: 16px 20px;
    padding: 14px 22px;
    margin-top: 28px;
    min-height: 0;
  }

  body .es-home-search-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  body .es-home-search-icon svg {
    width: 36px;
    height: 36px;
  }

  body .es-home-search-copy {
    flex: 1 1 auto;
    min-width: 0;
  }

  body .es-home-search-title {
    font-size: 17px;
    line-height: 1.25;
  }

  body .es-home-search-text {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.4;
  }

  body .es-home-search-cta {
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
    white-space: nowrap;
    padding-left: 8px;
    font-size: 15px;
  }
}

/* -------------------------------------------------------------------------- */
/* Responsive ? 767px                                                          */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  body .es-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body .es-reviews-carousel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "track"
      "arrows";
  }

  body .es-reviews-arrows {
    justify-content: center;
  }

  body .es-services-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-testimonials-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-videos-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-google-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-podcast-band {
    grid-template-columns: 1fr !important;
  }

  body .es-team-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-hero-ctas a,
  body .es-welcome-cta a {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  body .es-brand,
  body .wr-brand-logo.es-brand {
    padding: 24px 20px 8px;
  }

  body .es-brand-tag {
    letter-spacing: 0.14em;
    margin-bottom: 14px;
  }

  body .es-header {
    padding: 12px 20px;
  }

  body .es-hero-pad {
    padding: 40px 20px 48px;
  }

  body .es-trustbar,
  body .wr-trust-bar.es-trustbar {
    padding: 28px 20px;
  }

  body .es-trust-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }

  body .es-trust-item {
    min-width: 0;
    padding: 16px 18px;
    box-sizing: border-box;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  body .es-trust-item:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid #e5dfc4;
  }

  body .es-trust-item:nth-child(even) {
    padding-right: 0;
  }

  body .es-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid #e5dfc4;
  }

  body .es-home-search {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "icon copy"
      "cta cta";
    align-items: start;
    gap: 14px 14px;
    padding: 18px 16px;
    margin-top: 32px;
  }

  body .es-home-search-icon {
    grid-area: icon;
    width: 44px;
    height: 44px;
  }

  body .es-home-search-icon svg {
    width: 44px;
    height: 44px;
  }

  body .es-home-search-copy {
    grid-area: copy;
    flex: none;
    min-width: 0;
  }

  body .es-home-search-title {
    font-size: 18px;
  }

  body .es-home-search-text {
    font-size: 15px;
    margin-top: 4px;
  }

  body .es-home-search-cta {
    grid-area: cta;
    margin: 0;
    margin-left: 0;
    padding: 12px 16px;
    padding-left: 16px;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    background: #5a6b3b;
    color: #ffffff !important;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
  }

  body .es-section-pad {
    padding: 56px 20px !important;
  }

  body .es-footer-pad {
    padding: 48px 20px 28px !important;
  }

  body .es-mobile-menu.es-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------------------------------------------- */
/* Responsive ? 640px                                                          */
/* -------------------------------------------------------------------------- */

@media (max-width: 640px) {
  body .es-welcome-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  body .es-welcome-copy p {
    font-size: 16px;
  }

  body .es-h1 {
    font-size: 32px;
  }

  body .es-feature-grid {
    grid-template-columns: 1fr;
  }

  body .es-header-phone-text {
    display: none;
  }

  body .es-brand-tag {
    letter-spacing: 0.12em;
  }

  body .es-benefits-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-h2 {
    font-size: 28px;
  }

  body .es-footer-grid {
    grid-template-columns: 1fr !important;
  }

  body .es-reviews-track > *,
  body #es-reviews-track > *,
  body .wr-reviews__gcard {
    flex: 0 0 calc(100% - 0px);
    min-width: 240px;
  }
}

/* ==========================================================================
   Brand lock ? beat Elementor kit/global overrides (match landing page.dc.html)
   ========================================================================== */

.elementor [class^="wr-"],
.elementor [class*=" wr-"],
.elementor [class^="wr-"] *,
.elementor [class*=" wr-"] * {
  font-family: "Source Sans 3", system-ui, sans-serif;
}

.elementor .es-welcome-title,
.elementor .es-h2,
.elementor .es-h3,
.elementor .es-brand-tag,
.elementor .es-benefit-title,
.elementor .es-benefit-quote-text,
.elementor .es-section-cta-heading,
.elementor .wr-services__card-title,
.elementor .wr-services__cta-text,
.elementor .wr-faq__cta-text,
.elementor .wr-about__cta-text,
.elementor .wr-about__founders-title,
.elementor .es-home-search-title,
.elementor .es-quote-card h2,
.elementor .wr-reviews__testimonial-title,
.elementor .wr-reviews__video-title,
.elementor .wr-reviews__podcast-title,
.elementor .wr-reviews__carousel-title,
.elementor .es-faq-list summary,
.elementor .wr-about__team-name,
.elementor .wr-contact__phone,
.elementor .wr-contact__email,
.elementor .wr-footer .es-footer-grid a[href^="tel"] {
  font-family: "Bitter", serif !important;
}

/* Colors */
.elementor .es-welcome-title {
  color: #5a6b3b !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  margin: 0 0 28px !important;
}

.elementor .es-h2 {
  color: #2a2f22 !important;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 1.15 !important;
  margin: 0 0 16px !important;
}

.elementor .es-h3 {
  color: #2a2f22 !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}

.elementor .es-brand-tag {
  color: #a8901e !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.elementor .es-section-eyebrow,
.elementor .wr-services__eyebrow,
.elementor .wr-reviews__eyebrow,
.elementor .wr-faq__eyebrow,
.elementor .wr-about__eyebrow,
.elementor .wr-contact__eyebrow,
.elementor .wr-about__founders-eyebrow,
.elementor .wr-about__team-eyebrow,
.elementor .es-seen-label,
.elementor .es-quote-card > div:first-child,
.elementor .wr-reviews__podcast-label {
  color: #a8901e !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.elementor .es-section-desc,
.elementor .wr-services__desc,
.elementor .wr-reviews__desc,
.elementor .wr-faq__desc,
.elementor .wr-about__desc,
.elementor .wr-contact__desc,
.elementor .es-welcome-copy,
.elementor .es-welcome-copy p,
.elementor .es-benefit-desc,
.elementor .wr-services__card-desc {
  color: #4a4d3f !important;
  font-family: "Source Sans 3", sans-serif !important;
}

.elementor .es-welcome-copy p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #2a2f22 !important;
}

.elementor .es-benefit-title,
.elementor .es-section-cta-heading,
.elementor .wr-services__cta-text,
.elementor .wr-faq__cta-text,
.elementor .wr-about__cta-text,
.elementor .wr-about__founders-title,
.elementor .wr-about__team-name,
.elementor .es-faq-list summary,
.elementor .es-faq-list summary span:first-child {
  color: #2a2f22 !important;
}

.elementor .wr-services__card-title {
  color: #5a6b3b !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.elementor .es-benefit-icon,
.elementor .es-faq-arrow,
.elementor .es-home-search-icon,
.elementor .es-nav a {
  color: #5a6b3b !important;
}

.elementor .es-home-search-cta {
  color: #5a6b3b !important;
}

.elementor .es-nav a {
  background: #efe6c8 !important;
  border: 1px solid #e2dcc4 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 10px 14px !important;
  border-radius: 4px !important;
}

.elementor .es-nav a:hover,
.elementor .es-nav a:focus {
  background: #e2d4a4 !important;
  color: #2a2f22 !important;
}

/* Lock menu button + mobile links against theme hover/focus/active colors */
.elementor .wr-header-nav .es-menu-btn,
.elementor .wr-header-nav button.es-menu-btn,
.elementor .es-menu-btn {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #e2dcc4 !important;
  border-color: #e2dcc4 !important;
  color: #5a6b3b !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.elementor .wr-header-nav .es-menu-btn:hover,
.elementor .wr-header-nav .es-menu-btn:focus,
.elementor .wr-header-nav .es-menu-btn:focus-visible,
.elementor .wr-header-nav .es-menu-btn:active,
.elementor .wr-header-nav .es-menu-btn[aria-expanded="true"],
.elementor .wr-header-nav .es-menu-btn[aria-expanded="true"]:hover,
.elementor .wr-header-nav .es-menu-btn[aria-expanded="true"]:focus,
.elementor .wr-header-nav .es-menu-btn[aria-expanded="true"]:active,
.elementor .es-menu-btn:hover,
.elementor .es-menu-btn:focus,
.elementor .es-menu-btn:focus-visible,
.elementor .es-menu-btn:active,
.elementor .es-menu-btn[aria-expanded="true"],
.elementor .es-menu-btn[aria-expanded="true"]:hover,
.elementor .es-menu-btn[aria-expanded="true"]:focus,
.elementor .es-menu-btn[aria-expanded="true"]:active {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #e2dcc4 !important;
  color: #5a6b3b !important;
  box-shadow: none !important;
  outline: none !important;
}

.elementor .wr-header-nav .es-menu-btn svg,
.elementor .es-menu-btn svg {
  color: inherit !important;
  fill: none !important;
  stroke: currentColor !important;
}

.elementor .wr-header-nav .es-mobile-menu a,
.elementor .es-mobile-menu a {
  color: #5a6b3b !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.elementor .wr-header-nav .es-mobile-menu a:hover,
.elementor .wr-header-nav .es-mobile-menu a:focus,
.elementor .wr-header-nav .es-mobile-menu a:focus-visible,
.elementor .wr-header-nav .es-mobile-menu a:active,
.elementor .es-mobile-menu a:hover,
.elementor .es-mobile-menu a:focus,
.elementor .es-mobile-menu a:focus-visible,
.elementor .es-mobile-menu a:active {
  background: #a8901e !important;
  background-color: #a8901e !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: none !important;
}

.elementor .es-header-phone,
.elementor a.es-header-phone {
  background: #5a6b3b !important;
  color: #ffffff !important;
  padding: 12px 18px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.elementor .es-btn-primary,
.elementor .wr-services__cta-phone,
.elementor .wr-reviews .es-section-cta .es-btn-primary,
.elementor .es-section-cta .es-btn-primary,
.elementor .es-welcome-cta .es-btn-primary,
.elementor .es-hero-ctas .es-btn-primary {
  background: #5a6b3b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 14px 24px !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}

.elementor .es-welcome-cta .es-btn-primary,
.elementor .es-hero-ctas .es-btn-primary {
  padding: 12px 20px !important;
  font-size: 15px !important;
}

.elementor .es-btn-secondary,
.elementor .es-btn-link,
.elementor .wr-services__cta-secondary,
.elementor .es-section-cta .es-btn-secondary,
.elementor .es-welcome-cta .es-btn-secondary,
.elementor .es-hero-ctas .es-btn-secondary {
  color: #5a6b3b !important;
  background: transparent !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-bottom: 1.5px solid #5a6b3b !important;
  border-radius: 0 !important;
  padding: 14px 4px !important;
}

.elementor .es-welcome-cta .es-btn-secondary,
.elementor .es-hero-ctas .es-btn-secondary {
  border-bottom: none !important;
  padding: 0 !important;
  font-size: 15px !important;
}

/* Section backgrounds + padding (HTML exact) */
.elementor .es-section-pad,
.elementor .wr-benefits.es-section-pad,
.elementor .wr-reviews.es-section-pad,
.elementor .wr-about.es-section-pad {
  padding: 88px 48px !important;
}

.elementor .wr-benefits {
  background: #f5f2e8 !important;
}

.elementor .wr-services {
  background: #ede4c7 !important;
}

.elementor .wr-services.es-section-pad {
  padding: 88px 48px !important;
}

.elementor .wr-reviews {
  background: #f5f2e8 !important;
}

.elementor .wr-faq {
  background: #ede4c7 !important;
}

.elementor .wr-faq.es-section-pad {
  padding: 88px 48px !important;
}

.elementor .wr-about {
  background: #f5f2e8 !important;
}

.elementor .wr-contact {
  background: #ede4c7 !important;
}

.elementor .wr-contact.es-section-pad {
  padding: 88px 48px !important;
}

.elementor .es-trustbar,
.elementor .wr-trust-bar {
  background: #f2ecd6 !important;
  padding: 22px 48px !important;
}

.elementor .es-trust-inner,
.elementor .es-trust-item {
  color: #5a6b3b !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* Kill Elementor container padding so banner/hero/footer match HTML edge spacing */
.elementor-widget-webrahul_top_banner,
.elementor-widget-webrahul_brand_logo,
.elementor-widget-webrahul_header_nav,
.elementor-widget-webrahul_hero_welcome,
.elementor-widget-webrahul_trust_bar,
.elementor-widget-webrahul_footer,
.elementor-widget-webrahul_reviews {
  margin-bottom: 0 !important;
}

.elementor-widget-webrahul_top_banner > .elementor-widget-container,
.elementor-widget-webrahul_brand_logo > .elementor-widget-container,
.elementor-widget-webrahul_header_nav > .elementor-widget-container,
.elementor-widget-webrahul_hero_welcome > .elementor-widget-container,
.elementor-widget-webrahul_trust_bar > .elementor-widget-container,
.elementor-widget-webrahul_footer > .elementor-widget-container,
.elementor-widget-webrahul_reviews > .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

.elementor .wr-top-banner {
  background: #5a6b3b !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.45 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.elementor .wr-top-banner .es-wrap,
.elementor .wr-top-banner p {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 1180px !important;
  line-height: 1.45 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: #ffffff !important;
  text-align: center !important;
}

.elementor .es-brand,
.elementor .wr-brand-logo {
  background: #ffffff !important;
  padding: 32px 48px 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.elementor .es-header,
.elementor .wr-header-nav .es-header {
  background: #ffffff !important;
  padding: 14px 48px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.elementor .wr-hero-welcome,
.elementor .wr-hero-welcome .es-hero-pad {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.elementor .wr-hero-welcome .es-hero-pad {
  padding: 56px 48px 64px !important;
}

.elementor .wr-hero-welcome .es-welcome-panel {
  padding: 28px 30px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.elementor .wr-hero-welcome .es-quote-card {
  padding: 32px 32px !important;
  box-sizing: border-box !important;
}

.elementor .wr-hero-welcome .es-hero-grid {
  gap: 40px 48px !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.elementor .wr-hero-welcome .es-welcome-copy p {
  margin: 0 0 1.15em !important;
  padding: 0 !important;
}

.elementor .wr-hero-welcome .es-welcome-copy p:last-child {
  margin-bottom: 0 !important;
}

.elementor .wr-reviews.es-section-pad {
  padding: 88px 48px !important;
  box-sizing: border-box !important;
}

.elementor .es-footer-pad-wrap,
.elementor .wr-footer {
  background: #2f3a20 !important;
  color: #d6d0b8 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.elementor .es-footer-pad,
.elementor .wr-footer .es-footer-pad {
  padding: 64px 48px 32px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.elementor .wr-footer .wr-footer__inner {
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.elementor .wr-footer a,
.elementor .es-footer-pad a {
  color: #d6d0b8 !important;
}

.elementor .wr-footer .wr-footer__blurb,
.elementor .wr-footer .wr-footer__blurb p,
.elementor .wr-footer .wr-footer__blurb span,
.elementor .wr-footer .wr-footer__blurb strong,
.elementor .wr-footer .wr-footer__blurb b,
.elementor .wr-footer .wr-footer__blurb em,
.elementor .wr-footer .wr-footer__blurb li {
  color: #c9c3aa !important;
}

.elementor .wr-footer .wr-footer__blurb a {
  color: #d6d0b8 !important;
}

.elementor .wr-footer [style*="color: #d8b64a"],
.elementor .wr-footer .wr-footer__col-title {
  color: #d8b64a !important;
}

/* Intro spacing ? keep reviews header tight like HTML (badge aligns to end) */
.elementor .es-section-intro {
  margin: 0 0 56px !important;
}

.elementor .es-reviews-header > .es-section-intro,
.elementor .wr-reviews .es-reviews-header .es-section-intro {
  margin: 0 !important;
  max-width: 640px !important;
  padding: 0 !important;
  border: 0 !important;
}

.elementor .wr-reviews .es-reviews-header {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 56px !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  border-bottom: none !important;
}

.elementor .wr-reviews .es-testimonials-grid {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
  gap: 44px 48px !important;
}

.elementor .es-section-cta {
  gap: 16px !important;
  padding-top: 36px !important;
}

.elementor .wr-benefits .es-section-cta {
  margin-top: 56px !important;
}

.elementor .wr-services .es-section-cta {
  margin-top: 48px !important;
}

.elementor .wr-faq .es-section-cta {
  margin-top: 64px !important;
}

.elementor .wr-about .es-section-cta {
  margin-top: 72px !important;
}

.elementor .es-home-search {
  margin-top: 36px !important;
  padding: 16px 28px !important;
}

@media (max-width: 1080px) {
  .elementor .es-section-pad,
  .elementor .wr-benefits.es-section-pad,
  .elementor .wr-services.es-section-pad,
  .elementor .wr-reviews.es-section-pad,
  .elementor .wr-faq.es-section-pad,
  .elementor .wr-about.es-section-pad,
  .elementor .wr-contact.es-section-pad {
    padding: 64px 32px !important;
  }

  .elementor .es-brand,
  .elementor .wr-brand-logo,
  .elementor .wr-brand-logo.es-brand {
    padding: 28px 32px 8px !important;
  }

  .elementor .es-header,
  .elementor .wr-header-nav .es-header {
    padding: 14px 32px !important;
  }

  .elementor .wr-header-nav .es-header > .es-wrap,
  .elementor .es-header > .es-wrap {
    width: 100% !important;
  }

  .elementor .wr-header-nav .es-header-actions,
  .elementor .es-header-actions {
    margin-left: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .elementor .wr-header-nav .es-header-actions .es-header-phone,
  .elementor .wr-header-nav .es-header-actions .es-menu-btn,
  .elementor .es-header-actions .es-header-phone,
  .elementor .es-header-actions .es-menu-btn {
    flex-shrink: 0 !important;
  }

  .elementor .es-mobile-menu {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .elementor .wr-hero-welcome .es-hero-pad,
  .elementor .es-hero-pad {
    padding: 48px 32px 56px !important;
  }

  .elementor .wr-hero-welcome .es-welcome-panel,
  .elementor .es-welcome-panel {
    padding: 22px 20px !important;
  }

  .elementor .wr-hero-welcome .es-quote-card,
  .elementor .es-quote-card {
    padding: 28px 24px !important;
  }

  .elementor .wr-hero-welcome .es-hero-grid,
  .elementor .es-hero-grid {
    gap: 24px 28px !important;
  }

  .elementor .es-trustbar,
  .elementor .wr-trust-bar {
    padding: 20px 32px !important;
  }

  .elementor .es-footer-pad,
  .elementor .wr-footer .es-footer-pad {
    padding: 48px 32px 28px !important;
  }

  .elementor .es-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px 32px !important;
  }

  .elementor .es-h2 {
    font-size: 32px !important;
  }

  .elementor .es-welcome-title {
    font-size: 34px !important;
  }
}

@media (max-width: 767px) {
  .elementor .es-section-pad,
  .elementor .wr-benefits.es-section-pad,
  .elementor .wr-services.es-section-pad,
  .elementor .wr-reviews.es-section-pad,
  .elementor .wr-faq.es-section-pad,
  .elementor .wr-about.es-section-pad,
  .elementor .wr-contact.es-section-pad {
    padding: 56px 20px !important;
  }

  .elementor .es-brand,
  .elementor .wr-brand-logo,
  .elementor .wr-brand-logo.es-brand {
    padding: 24px 20px 8px !important;
  }

  .elementor .es-header,
  .elementor .wr-header-nav .es-header {
    padding: 12px 20px !important;
  }

  .elementor .es-mobile-menu.es-open {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .elementor .wr-hero-welcome .es-hero-pad,
  .elementor .es-hero-pad {
    padding: 40px 20px 48px !important;
  }

  .elementor .wr-hero-welcome .es-welcome-panel,
  .elementor .es-welcome-panel {
    padding: 22px 20px !important;
  }

  .elementor .wr-hero-welcome .es-hero-grid,
  .elementor .es-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .elementor .es-trustbar,
  .elementor .wr-trust-bar {
    padding: 28px 20px !important;
  }

  .elementor .es-footer-pad,
  .elementor .wr-footer .es-footer-pad {
    padding: 48px 20px 28px !important;
  }

  .elementor .es-home-search-cta,
  .elementor .wr-services .es-home-search-cta {
    background: #5a6b3b !important;
    color: #ffffff !important;
  }
}

@media (max-width: 640px) {
  .elementor .es-welcome-title {
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }

  .elementor .es-h2 {
    font-size: 28px !important;
  }

  .elementor .es-footer-grid {
    grid-template-columns: 1fr !important;
  }
}
