.site-footer {
  background-image: url(https://chg.com.ph/wp-content/uploads/2025/06/Zhubajie_05191.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 40px 20px;

.circular-image img {
  border-radius: 50%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;

.team-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px; /* optional: gives rounded corners */

.google-review {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
  padding: 20px;
  margin-bottom: 20px;

.google-review {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
  padding: 20px;
  margin-bottom: 20px;

/* Apply Korean scroll-style background site-wide */
body,
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-section,
.ast-container,
.site-content {
  background-image: url('https://chg.com.ph/wp-content/uploads/2025/07/Untitled-design-9.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-color: #f5e3c1 !important; /* Soft fallback */

/* Global scroll background for all white sections */
body,
.ast-container,
.site-content,
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.entry-content,
.ast-single-entry-content,
.wp-block-section {
  background-image: url('https://chg.com.ph/wp-content/uploads/2025/07/Untitled-design-9.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f5e3c1 !important;

/* Apply Korean scroll-style background site-wide */
body {
  background-image: url('https://chg.com.ph/wp-content/uploads/2025/07/Untitled-design-9.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-color: #f5e3c1;
}

/* Force Astra theme containers and white blocks to be transparent */
.ast-container,
.site-content,
.ast-single-entry-content,
.entry-content,
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-section,
.wp-block {
  background-color: transparent !important;
  background-image: none !important;
}


