/* Charcoal font styling for all non-home pages */
body:not(.home),
body:not(.home) p,
body:not(.home) span,
body:not(.home) div,
body:not(.home) li,
body:not(.home) a:not(.wp-block-button__link) {
	color: #5e5c5a !important;
}
/* Style services dropdown menu links */
.wp-block-navigation-item__content {
  color: #5e5c5a !important; /* Charcoal text */
  background-color: transparent !important; /* Transparent resting background */
  border-radius: 4px;
  padding: 0.4em 0.6em;
}

/* Hover effect */
.wp-block-navigation-item__content:hover {
  color: #2f2f2f !important; /* Slightly darker charcoal */
  background-color: #f4f1ea !important; /* Subtle contrast hover */
}
/* OUTER CONTAINER TO CENTER THE BLOCK */
.somadyne-booking-container {
  display: flex;
  justify-content: center;
  padding: 1rem;
  overflow-x: hidden;
}

/* MAIN BOOKING WRAPPER */
.somadyne-booking-wrapper {
  background-color: #f9f6f2;
  padding: 2rem;
  border-radius: 16px;
  /* Removed border to save space on mobile */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  width: 100%;
  font-family: 'Helvetica Neue', sans-serif;
  color: #14453d;
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* INTRO TEXT BLOCK */
.somadyne-booking-wrapper .intro-text {
  background-color: #e1eadb;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-sizing: border-box;
}

/* HEADLINE STYLE */
.somadyne-booking-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* PARAGRAPH STYLE */
.somadyne-booking-wrapper p {
  font-size: 1.1rem;
  margin: 0 auto 2rem auto;
  color: #555;
  max-width: 700px;
  box-sizing: border-box;
}

/* BOOKING FRAME (IFRAME) STYLE */
.somadyne-booking-wrapper iframe {
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  background-color: #e1eadb;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* SAGE DIVIDER LINE */
.somadyne-divider {
  border: none;
  height: 2px;
  background-color: #c0d2c1;
  width: 60%;
  margin: 1.5rem auto;
  opacity: 0.5;
}

/* RESPONSIVE TWEAKS FOR MOBILE */
@media (max-width: 480px) {
  .somadyne-booking-wrapper {
    padding: 1rem;
  }

  .somadyne-booking-wrapper .intro-text {
    padding: 1rem;
  }
}
/* Sage-toned Book Now button */
.book-now-btn,
.book-now-btn a {
  background-color: #628487 !important;  /* deeper sage as resting color */
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-align: center !important;
  padding: 0.5rem 1rem !important;
  border-radius: 8px !important;
  border: none !important;
  display: inline-block !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease;
}

/* Hover state – softer sage */
.book-now-btn:hover,
.book-now-btn a:hover {
  background-color: #c0d2c1 !important;
  color: #ffffff !important;
}
.decompress-feature-block {
  background-color: #e1eadb;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.decompress-feature-block h3 {
  font-size: 1.6rem;
  color: #14453d;
  margin-bottom: 1rem;
}

.decompress-feature-block p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 1rem;
}

.decompress-feature-block a {
  color: #628487;
  font-weight: 500;
  text-decoration: underline;
}
