.elementor-6638 .elementor-element.elementor-element-2b08617{--display:flex;}.elementor-6638 .elementor-element.elementor-element-b22fbd6{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b22fbd6 */.rh-wrap *, .rh-wrap *::before, .rh-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.rh-wrap {
  /* VJ Memorials brand palette */
  --green-dark:  #3D4F38;   /* Forest Green */
  --green-mid:   #6B9060;   /* Deep Sage */
  --green-light: #E8F0E4;   /* pale sage */
  --gold:        #B5A99A;   /* Warm Taupe (accent) */
  --gold-light:  #E8E3D9;   /* light taupe */
  --cream:       #FAF8F3;   /* page background */
  --text:        #1A1919;   /* Text */
  --text-light:  #6B7066;   /* muted sage-gray */
  --border:      #D9D2C4;   /* soft taupe border */
  --white:       #ffffff;
  --hover-green: #87A878;   /* Hover Green */
  --shadow:      0 4px 24px rgba(61,79,56,0.10);
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--text);
  line-height: 1.75;
}

.rh-wrap .rh-hero {
  background: var(--green-dark);
  color: var(--white);
  padding: 72px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rh-wrap .rh-hero-badge {
  display: inline-block;
  background: rgba(181,169,154,0.25);
  border: 1px solid rgba(181,169,154,0.5);
  color: #E8E3D9;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.rh-wrap .rh-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--white);
}
.rh-wrap .rh-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.80);
  margin-bottom: 28px;
  font-style: italic;
}
.rh-wrap .rh-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}
.rh-wrap .rh-hero-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rh-wrap .rh-hero-meta-item .rh-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.rh-wrap .rh-hero-meta-item .rh-value {
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: bold;
}
.rh-wrap .rh-hero-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 28px auto 0;
}
.rh-wrap .rh-container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
}
.rh-wrap .rh-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}
.rh-wrap .rh-section-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-mid);
  background: var(--green-light);
  padding: 4px 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: normal;
  color: var(--green-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}
.rh-wrap h3 {
  font-size: 1.15rem;
  color: var(--green-dark);
  margin-bottom: 6px;
  font-weight: bold;
}
.rh-wrap .rh-rule {
  width: 48px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 28px;
}
.rh-wrap p { margin-bottom: 1em; color: var(--text-light); }
.rh-wrap p:last-child { margin-bottom: 0; }
.rh-wrap .rh-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 700px) { .rh-wrap .rh-two-col { grid-template-columns: 1fr; } }
.rh-wrap .rh-timeline {
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.rh-wrap .rh-timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--green-light));
}
.rh-wrap .rh-timeline li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
}
.rh-wrap .rh-timeline li::before {
  content: '';
  position: absolute;
  left: -24px; top: 7px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #FAF8F3;
  box-shadow: 0 0 0 2px var(--gold);
}
.rh-wrap .rh-timeline .rh-year {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: bold;
  color: var(--gold);
  background: var(--gold-light);
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 4px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-timeline .rh-event { font-size: 0.95rem; color: var(--text-light); }
.rh-wrap .rh-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 8px;
}
.rh-wrap .rh-service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--green-mid);
  border-radius: 10px;
  padding: 24px 20px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rh-wrap .rh-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(61,79,56,0.15);
}
.rh-wrap .rh-service-card .rh-icon-badge {
  display: inline-block;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-service-card h3 { font-size: 1rem; margin-bottom: 6px; }
.rh-wrap .rh-service-card p  { font-size: 0.88rem; margin: 0; }
.rh-wrap .rh-monuments-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.rh-wrap .rh-monument-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.rh-wrap .rh-monument-row:last-child { border-bottom: none; padding-bottom: 0; }
.rh-wrap .rh-monument-row .rh-check {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 2px;
}
.rh-wrap .rh-monument-row .rh-title { font-weight: bold; color: var(--green-dark); font-size: 0.97rem; }
.rh-wrap .rh-monument-row .rh-desc  { font-size: 0.88rem; color: var(--text-light); }
.rh-wrap .rh-landmarks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.rh-wrap .rh-landmark-card {
  background: linear-gradient(135deg, var(--green-dark), #54704C);
  color: var(--white);
  border-radius: 14px;
  padding: 30px 26px;
  box-shadow: var(--shadow);
}
.rh-wrap .rh-landmark-card .rh-landmark-tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 3px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-landmark-card h3 { color: var(--gold); font-size: 1.15rem; margin-bottom: 10px; }
.rh-wrap .rh-landmark-card p  { color: rgba(255,255,255,0.82); font-size: 0.92rem; }
.rh-wrap .rh-notables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.rh-wrap .rh-notable-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.rh-wrap .rh-notable-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--gold);
}
.rh-wrap .rh-notable-card .rh-name { font-size: 1.1rem; color: var(--green-dark); font-weight: bold; margin-bottom: 2px; }
.rh-wrap .rh-notable-card .rh-years { font-size: 0.8rem; color: var(--gold); margin-bottom: 10px; font-family: 'Arial', sans-serif; letter-spacing: 0.04em; }
.rh-wrap .rh-notable-card p { font-size: 0.9rem; margin: 0; }
.rh-wrap .rh-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.rh-wrap .rh-review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px;
  box-shadow: var(--shadow);
  position: relative;
}
.rh-wrap .rh-review-card::before {
  content: '\201C';
  position: absolute;
  top: 12px; left: 20px;
  font-size: 4rem;
  color: var(--green-light);
  font-family: Georgia, serif;
  line-height: 1;
}
.rh-wrap .rh-review-card p {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text);
  margin: 0 0 14px;
  padding-top: 24px;
}
.rh-wrap .rh-review-card .rh-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 6px; }
.rh-wrap .rh-reviewer { font-size: 0.8rem; color: var(--text-light); font-family: 'Arial', sans-serif; }
.rh-wrap .rh-delivery-banner {
  background: linear-gradient(135deg, var(--gold-light), #fff);
  border: 1px solid var(--gold);
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}
.rh-wrap .rh-delivery-accent {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rh-wrap .rh-delivery-accent span {
  color: var(--white);
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-delivery-banner h3 { color: var(--green-dark); font-size: 1.1rem; margin-bottom: 4px; }
.rh-wrap .rh-delivery-banner p  { margin: 0; font-size: 0.9rem; }
.rh-wrap .rh-visit-bar {
  background: var(--green-dark);
  color: var(--white);
  padding: 40px 24px;
}
.rh-wrap .rh-visit-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.rh-wrap .rh-visit-block h3 {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-visit-block p { color: rgba(255,255,255,0.80); font-size: 0.93rem; margin: 0; }
.rh-wrap .rh-visit-block a { color: var(--gold); text-decoration: none; }
.rh-wrap .rh-visit-block a:hover { text-decoration: underline; }
.rh-wrap .rh-footer-note {
  background: #2A3628;
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 24px;
  font-size: 0.8rem;
  font-family: 'Arial', sans-serif;
}
@media (max-width: 600px) {
  .rh-wrap .rh-hero { padding: 48px 16px 40px; }
  .rh-wrap .rh-delivery-banner { flex-direction: column; text-align: center; }
  .rh-wrap .rh-visit-inner { flex-direction: column; }
}/* End custom CSS */
/* Start custom CSS */.rh-wrap *, .rh-wrap *::before, .rh-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.rh-wrap {
  --green-dark:  #2d4a35;
  --green-mid:   #4a7c59;
  --green-light: #d4e8d8;
  --gold:        #b8965a;
  --gold-light:  #f5ead8;
  --cream:       #faf8f5;
  --text:        #2c2c2c;
  --text-light:  #5a5a5a;
  --border:      #ddd5c8;
  --white:       #ffffff;
  --shadow:      0 4px 24px rgba(45,74,53,0.10);
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--text);
  line-height: 1.75;
}

.rh-wrap .rh-hero {
  background: linear-gradient(160deg, var(--green-dark) 0%, #3b6347 55%, var(--green-mid) 100%);
  color: var(--white);
  padding: 72px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rh-wrap .rh-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='https://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.rh-wrap .rh-hero-badge {
  display: inline-block;
  background: rgba(184,150,90,0.25);
  border: 1px solid rgba(184,150,90,0.5);
  color: #f0d9a8;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.rh-wrap .rh-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--white);
}
.rh-wrap .rh-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.80);
  margin-bottom: 28px;
  font-style: italic;
}
.rh-wrap .rh-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}
.rh-wrap .rh-hero-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rh-wrap .rh-hero-meta-item .rh-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.rh-wrap .rh-hero-meta-item .rh-value {
  font-size: 1.5rem;
  color: var(--gold);
  font-weight: bold;
}
.rh-wrap .rh-hero-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 28px auto 0;
}
.rh-wrap .rh-container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
}
.rh-wrap .rh-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--border);
}
.rh-wrap .rh-section-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-mid);
  background: var(--green-light);
  padding: 4px 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: normal;
  color: var(--green-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}
.rh-wrap h3 {
  font-size: 1.15rem;
  color: var(--green-dark);
  margin-bottom: 6px;
  font-weight: bold;
}
.rh-wrap .rh-rule {
  width: 48px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin-bottom: 28px;
}
.rh-wrap p { margin-bottom: 1em; color: var(--text-light); }
.rh-wrap p:last-child { margin-bottom: 0; }
.rh-wrap .rh-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 700px) { .rh-wrap .rh-two-col { grid-template-columns: 1fr; } }
.rh-wrap .rh-timeline {
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.rh-wrap .rh-timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--green-light));
}
.rh-wrap .rh-timeline li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
}
.rh-wrap .rh-timeline li::before {
  content: '';
  position: absolute;
  left: -24px; top: 7px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #faf8f5;
  box-shadow: 0 0 0 2px var(--gold);
}
.rh-wrap .rh-timeline .rh-year {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: bold;
  color: var(--gold);
  background: var(--gold-light);
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 4px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-timeline .rh-event { font-size: 0.95rem; color: var(--text-light); }
.rh-wrap .rh-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 8px;
}
.rh-wrap .rh-service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--green-mid);
  border-radius: 10px;
  padding: 24px 20px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rh-wrap .rh-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(45,74,53,0.15);
}
.rh-wrap .rh-service-card .rh-icon-badge {
  display: inline-block;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-service-card h3 { font-size: 1rem; margin-bottom: 6px; }
.rh-wrap .rh-service-card p  { font-size: 0.88rem; margin: 0; }
.rh-wrap .rh-monuments-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.rh-wrap .rh-monument-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.rh-wrap .rh-monument-row:last-child { border-bottom: none; padding-bottom: 0; }
.rh-wrap .rh-monument-row .rh-check {
  flex-shrink: 0;
  width: 28px; height: 28px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 2px;
}
.rh-wrap .rh-monument-row .rh-title { font-weight: bold; color: var(--green-dark); font-size: 0.97rem; }
.rh-wrap .rh-monument-row .rh-desc  { font-size: 0.88rem; color: var(--text-light); }
.rh-wrap .rh-landmarks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.rh-wrap .rh-landmark-card {
  background: linear-gradient(135deg, var(--green-dark), #3b6347);
  color: var(--white);
  border-radius: 14px;
  padding: 30px 26px;
  box-shadow: var(--shadow);
}
.rh-wrap .rh-landmark-card .rh-landmark-tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 3px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-landmark-card h3 { color: var(--gold); font-size: 1.15rem; margin-bottom: 10px; }
.rh-wrap .rh-landmark-card p  { color: rgba(255,255,255,0.82); font-size: 0.92rem; }
.rh-wrap .rh-notables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.rh-wrap .rh-notable-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.rh-wrap .rh-notable-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--gold);
}
.rh-wrap .rh-notable-card .rh-name { font-size: 1.1rem; color: var(--green-dark); font-weight: bold; margin-bottom: 2px; }
.rh-wrap .rh-notable-card .rh-years { font-size: 0.8rem; color: var(--gold); margin-bottom: 10px; font-family: 'Arial', sans-serif; letter-spacing: 0.04em; }
.rh-wrap .rh-notable-card p { font-size: 0.9rem; margin: 0; }
.rh-wrap .rh-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.rh-wrap .rh-review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px;
  box-shadow: var(--shadow);
  position: relative;
}
.rh-wrap .rh-review-card::before {
  content: '\201C';
  position: absolute;
  top: 12px; left: 20px;
  font-size: 4rem;
  color: var(--green-light);
  font-family: Georgia, serif;
  line-height: 1;
}
.rh-wrap .rh-review-card p {
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text);
  margin: 0 0 14px;
  padding-top: 24px;
}
.rh-wrap .rh-review-card .rh-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 6px; }
.rh-wrap .rh-reviewer { font-size: 0.8rem; color: var(--text-light); font-family: 'Arial', sans-serif; }
.rh-wrap .rh-delivery-banner {
  background: linear-gradient(135deg, var(--gold-light), #fff);
  border: 1px solid var(--gold);
  border-radius: 14px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}
.rh-wrap .rh-delivery-accent {
  flex-shrink: 0;
  width: 56px; height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rh-wrap .rh-delivery-accent span {
  color: var(--white);
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-delivery-banner h3 { color: var(--green-dark); font-size: 1.1rem; margin-bottom: 4px; }
.rh-wrap .rh-delivery-banner p  { margin: 0; font-size: 0.9rem; }
.rh-wrap .rh-visit-bar {
  background: var(--green-dark);
  color: var(--white);
  padding: 40px 24px;
}
.rh-wrap .rh-visit-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.rh-wrap .rh-visit-block h3 {
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: 'Arial', sans-serif;
}
.rh-wrap .rh-visit-block p { color: rgba(255,255,255,0.80); font-size: 0.93rem; margin: 0; }
.rh-wrap .rh-visit-block a { color: var(--gold); text-decoration: none; }
.rh-wrap .rh-visit-block a:hover { text-decoration: underline; }
.rh-wrap .rh-footer-note {
  background: #1a2e1f;
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 24px;
  font-size: 0.8rem;
  font-family: 'Arial', sans-serif;
}
@media (max-width: 600px) {
  .rh-wrap .rh-hero { padding: 48px 16px 40px; }
  .rh-wrap .rh-delivery-banner { flex-direction: column; text-align: center; }
  .rh-wrap .rh-visit-inner { flex-direction: column; }
}/* End custom CSS */