/* Global font family (moved from page inline styles) */
body,
body * {
  font-family: "Playfair Display", Georgia, serif !important;
}
/*
Credit: http://www.tooplate.com
*/

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  background: url(images/Background-image-forth.webp) no-repeat fixed center !important;
  background-size: cover !important;
  max-width: 80%;
  margin: 0 auto;
}

a,
a:link,
a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 17px;
}

a.lw-btn.lw-btn-secondary {
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a.more {
  display: block;
  width: 71px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: url(images/more_btn.png) no-repeat top center;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  float: right;
}

a.more:hover {
  color: #fc8927;
  text-shadow: 1px 1px 1px #333;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

img {
  border: none;
}

blockquote {
  font-style: italic;
  margin: 0 0 0 10px;
}

cite {
  font-weight: bold;
  color: #3d8e7d;
}

cite span {
  color: #3d8e7d;
}

em {
  color: #3d8e7d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
}

h1 {
  font-size: 34px;
  margin: 0 0 20px;
  padding: 5px 0;
}

h2 {
  font-size: 20px;
  margin: 0 0 15px;
  padding: 5px 0;
}

h3 {
  font-size: 24px;
  margin: 0 0 15px;
  padding: 0;
}

h4 {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
}

h5 {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
}

h6 {
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0;
}

.cleaner {
  clear: both;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.image_wrapper {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px;
  background: none;
  margin-bottom: 5px;
}

.image_fl {
  float: left;
  margin: 3px 30px 0 0;
}

.image_fr {
  float: right;
  margin: 3px 0 0 30px;
}

.tooplate_list {
  margin: 20px 0 20px 10px;
  padding: 0;
  list-style: none;
}

.tooplate_list li {
  color: #e17112;
  margin: 0;
  padding: 0 0 5px 20px;
  background: url(images/tooplate_list.png) no-repeat scroll 0 3px;
}

.tooplate_list li a {
  color: #3d8e7d;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

.tooplate_list li a:hover {
  color: #000;
}

#tooplate_wrapper {
  width: 968px;
  padding: 0px;
  margin: 0 auto;
}

#tooplate_header {
  width: 948px;
  height: 120px;
  overflow: hidden;
  padding: 0 10px;
  background: url(images/tooplate_header.png) bottom no-repeat;
}

#site_title {
  float: left;
  display: block;
}

#site_title h1 {
  margin: 0;
  padding: 0px;
  margin-top: 5px;
}

#site_title h1 a {
  display: block;
  width: 85px;
  height: 125px;
  color: #fff;
  text-indent: -10000px;
  background: url(./images/image.png) no-repeat top left;
  background-position: center;
  background-size: contain;
}

/* menu */

#tooplate_menu {
  float: right;
  width: 615px;
  margin-top: 70px;
  padding-left: 40px;
}

#tooplate_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tooplate_menu ul li {
  padding: 0;
  margin: 0;
  display: inline;
}

#tooplate_menu ul li a {
  float: left;
  display: block;
  width: 100px;
  line-height: 30px;
  font-size: 14px;
  color: #fd7e11;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  outline: none;
}

#tooplate_menu ul li a:hover,
#tooplate_menu ul .current {
  color: #333;
  text-shadow: 1px 1px 1px #ff9a43;
  background: url(images/tooplate_menu.png) no-repeat;
}

/* end of menu */

#tooplate_main {
  position: relative;
  width: 940px;
  padding: 0 14px;
  background: url(images/tooplate_main.png) repeat-y;
}

#tooplate_middle {
  width: 940px;
  height: 300px;
  margin-bottom: 10px;
  background: url(images/tooplate_middle.png) no-repeat;
  margin-left: -4px;
}

#tooplate_middle .mid_box {
  float: left;
  margin: 70px 0 0 40px;
  padding: 20px;
  width: 200px;
  height: 120px;
  color: #ededed;
}

#tooplate_middle .mid_box h2 {
  color: #fc8927;
}

#tooplate_middle .main_box {
  float: right;
  width: 270px;
  padding-top: 40px;
  padding-right: 30px;
}

#tooplate_middle p {
  margin-bottom: 20px;
}

#tooplate_middle .main_box_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
}

#tooplate_middle .main_box_title span {
  display: block;
  font-size: 30px;
}

#tooplate_middle a.learn_here {
  display: block;
  width: 242px;
  line-height: 53px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  background: url(images/tooplate_learn_here_btn.png) no-repeat;
}

#tooplate_middle a.learn_here:hover {
  color: #d76300;
  text-shadow: 1px 1px 1px #555;
}

#tooplate_content {
  clear: both;
  width: 900px;
  padding: 20px;
}

.con_tit_01 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.con_tit_02 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}

.col_w900 {
  width: 900px;
  background: url(images/tooplate_divider.png) repeat-x bottom;
}

.col_w580 {
  width: 580px;
}

.col_w420 {
  width: 420px;
}

.col_w280 {
  width: 280px;
}

.col_allw280 {
  float: left;
  width: 280px;
  margin-right: 30px;
}

.col_w900_last {
  padding: 0;
  margin: 0;
  background: none;
}

.col_last {
  margin: 0;
}

.fp_service_box img {
  float: left;
  margin-right: 15px;
}

.lp_box img {
  width: 270px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 4px;
}

.post_box {
  clear: both;
  display: block;
  margin: 0 0 60px;
}

.post_box img {
  float: left;
  width: 420px;
  height: 210px;
}

.post_header {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 5px 0;
  margin-bottom: 20px;
}

.post_header h2 {
  margin-bottom: 5px;
}

#gallery {
  margin: 0;
  padding: 0;
}

#gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery ul li {
  display: block;
  position: relative;
  float: left;
  width: 280px;
  margin: 0 20px 20px 0;
}

#gallery ul .lmb {
  margin: 0 0 20px 0;
}

#gallery ul li a img {
  width: 270px;
  height: 160px;
  border: 1px solid #fff;
  padding: 4px;
  background: #000;
}

#gallery ul li span {
  position: absolute;
  display: block;
  width: 220px;
  line-height: 30px;
  left: 20px;
  bottom: 15px;
  padding-left: 20px;
  background: url(images/cap_bg.png) no-repeat;
}

#gallery ul li span a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

#map img {
  border: 1px solid #999;
  padding: 4px;
}

#contact_form {
  padding: 0;
  width: 400px;
}

#contact_form form {
  margin: 0px;
  padding: 0px;
}

#contact_form form .input_field {
  width: 270px;
  color: #333;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

#contact_form form label {
  display: block;
  width: 100px;
  margin-right: 10px;
  font-size: 14px;
  color: #000;
}

#contact_form form textarea {
  width: 388px;
  height: 200px;
  padding: 5px;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

#contact_form form .submit_btn {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  margin: 10px 0px;
  padding: 5px 14px;
}

#tooplate_footer {
  clear: both;
  width: 968px;
  padding: 20px 0 10px;
  color: #000;
  text-align: center;
  margin: 0 auto;
}

/* =====================================================================
   Lotus of Wellness  —  header recolored to the logo's pink theme.
   Same layout/style as the original template; only colors + names change.
   (The pink bar comes from the recolored images/tooplate_header.png.)
   ===================================================================== */
#tooplate_menu {
  width: auto;
}

/* hug the right of the pink bar */

#tooplate_menu ul li a {
  width: auto;
  padding: 0 16px;
  font-size: 17px;
  color: #ffffff;
  /* menu text on the pink bar */
  text-shadow: 1px 1px 1px rgba(74, 90, 56, 0.45);
  line-height: 1.2;
}

#tooplate_menu ul li a:hover,
#tooplate_menu ul .current {
  color: #4f5f3f;
  /* dark rose text on highlight */
  background: #ecc5c0;
  /* light-pink highlight box    */
  border-radius: 16px;
  text-shadow: 1px 1px 1px #e9f0e0;
}

/* =====================================================================
   Lotus of Wellness  —  header bar redrawn in pure CSS (theme pink),
   replacing images/tooplate_header.png. Same shape, height, position
   and rounded corners as the original bar — no other layout changes.
   Geometry sampled from the original 968x60 bar.
   ===================================================================== */
#tooplate_header {
  position: relative;
  background-image: none;
  /* remove the bar image */
}

#tooplate_header::after,
/* full-width base strip */
#tooplate_header::before {
  /* tall block under the nav */
  content: "";
  position: absolute;
  bottom: 0;
  /* theme pink, reduced opacity */
  z-index: -1;
  /* sit behind logo + nav */
}

#tooplate_header::after {
  /* base strip */
  left: 4px;
  right: 5px;
  height: 15px;
  border-radius: 8px 8px 0 0;
}

#tooplate_header::before {
  /* tall right bar */
  left: 336px;
  right: 16px;
  height: 60px;
  border-radius: 5px 5px 0 0;
}

/* Round logo — sized square (correct aspect) and centered in the bar */
#site_title h1 {
  margin-top: 0;
}

#site_title h1 a {
  width: 104px;
  height: 104px;
  margin-top: 8px;
  background-position: center;
  background-size: contain;
}

/* Center the nav menu within the pink bar (matches the ::before bar area) */
#tooplate_menu {
  float: none;
  position: absolute;
  left: 336px;
  right: 0px;
  bottom: 0;
  height: 60px;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(156, 175, 136, 0.9);
}

#tooplate_menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}

#tooplate_menu ul li {
  display: block;
}

#tooplate_menu ul li a {
  float: none;
}

/* =====================================================================
   Lotus of Wellness  —  CTA button system (site-wide).
   Simple flat pink palette · pill shape · no gradient, hover or animation.
   Palette: primary #9caf88  ·  light #ecc5c0
   Applies to .lw-btn, the template's a.more links, and form buttons.
   ===================================================================== */
.lw-btn,
a.more,
#contact_form form .submit_btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  border: none;
  border-radius: 60px;
  /* pill shape */
}

/* ---- Filled / primary look (solid pink) ---- */
.lw-btn,
.lw-btn-primary,
a.more,
#contact_form form .submit_btn {
  background: #9caf88;
  color: #ffffff;
}

/* default standalone pill sizing + comfortable touch target */
.lw-btn {
  padding: 15px 38px;
  font-size: 16px;
  margin: 6px 8px 6px 0;
  min-height: 48px;
  box-sizing: border-box;
}

.lw-btn-icon {
  font-size: 1.05em;
  vertical-align: -1px;
}

/* ---- Secondary look (light pink outline) ---- */
.lw-btn-secondary {
  background: #ffffff;
  color: #9caf88;
  border: 1.5px solid #9caf88;
}

/* ---- Recolor the template's existing .more links into compact pills ---- */
a.more {
  width: auto;
  padding: 9px 22px;
  font-size: 13px;
  line-height: 1.2;
  text-shadow: none;
  background-image: none;
  /* drop old sprite image */
}

a.more::after {
  content: " \2192";
}

/* arrow → */

/* ---- Contact form buttons ---- */
#contact_form form .submit_btn {
  padding: 12px 32px;
  font-size: 15px;
  min-height: 46px;
}

/* =====================================================================
   Lotus of Wellness  —  Featured Services banner section.
   Flat: solid overlay, no hover, no animation.
   ===================================================================== */
.lw-featured {
  margin: 6px 0 48px;
}

.lw-featured-head {
  text-align: center;
  margin-bottom: 30px;
}

.lw-featured-head h2 {
  color: #9caf88;
  font-size: 28px;
  margin: 0 0 8px;
}

.lw-featured-head p {
  color: #8a6f78;
  font-size: 16px;
  margin: 0;
}

.lw-feat-grid {
  display: flex;
  gap: 22px;
}

.lw-feat-card {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #dfe7d6;
}

.lw-feat-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lw-feat-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(74, 90, 56, 0.45);
}

.lw-feat-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px 22px;
  color: #ffffff;
}

.lw-feat-body h3 {
  color: #ffffff;
  font-size: 19px;
  margin: 0 0 6px;
}

.lw-feat-body p {
  color: #ffffff;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}

.lw-feat-more {
  display: inline-block;
  margin-top: 10px;
  color: #dfe7d6;
  font-weight: 600;
  font-size: 13.5px;
}

@media (max-width: 768px) {
  #tooplate_menu ul li a {
    font-size: 15px !important;
    line-height: 1.3px !important;
  }
}

/* ============================================================
   Moved from index.html inline styles (index-only classes)
   ============================================================ */
.lw-slider {
  position: relative;
  width: 940px;
  max-width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.lw-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.lw-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.lw-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lw-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(236, 197, 192, 0.9);
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.lw-prev {
  left: 15px;
}

.lw-next {
  right: 15px;
}

.low_hero {
  padding: 50px 40px;
  text-align: center;
  border-radius: 12px;
  background: #ecc5c0;
  margin-bottom: 38px;
}

.low_hero_inner {
  max-width: 760px;
  margin: 0 auto;
}

.low_hero p {
  font-size: 17px;
  line-height: 1.7;
  color: #5a4a52;
  margin: 0 auto 28px;
}

.low_petal {
  display: none;
}

.low_btns {
  margin-top: 10px;
}

.low_about {
  text-align: center;
  padding: 10px 30px 40px;
  max-width: 780px;
  margin: 0 auto 30px;
}

.low_about h2 {
  color: #6f8a5a;
  font-size: 28px;
  margin-bottom: 16px;
}

.low_about p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a4a52;
}

.low_services {
  padding-bottom: 30px 30px 0 30px;
}

.low_services_head {
  text-align: center;
  margin-bottom: 30px;
}

.low_services_head h2 {
  color: #6f8a5a;
  font-size: 26px;
}

.low_cards {
  display: flex;
  gap: 24px;
}

.low_card {
  flex: 1;
  background: #fff;
  border: 1px solid #e7ece0;
  border-top: 4px solid #9caf88;
  border-radius: 12px;
  padding: 28px 26px;
}

.low_card_icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  background: #ecc5c0;
  color: #9caf88;
  margin-bottom: 16px;
}

.low_card h3 {
  color: #6f8a5a;
  font-size: 19px;
  margin-bottom: 16px;
}

.low_card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.low_card li {
  position: relative;
  padding: 7px 0 7px 28px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #5a4a52;
  border-bottom: 1px solid #eef1ea;
}

.low_card li:last-child {
  border-bottom: none;
}

.low_card li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 7px;
  color: #9caf88;
  font-weight: bold;
}

.lw-slider {
  width: 100%;
  height: 360px;
}

.low_hero {
  max-width: none;
}

.low_hero_inner {
  max-width: 900px;
}

.low_hero p {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.low_about {
  max-width: 900px;
}

.low_about h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

.low_about p {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.low_services_head h2 {
  font-size: 32px;
}

.low_card {
  padding: 32px 30px;
}

.low_card li {
  font-size: 18px;
  line-height: 1.5;
  padding: 9px 0 9px 30px;
}

.low_card li:before {
  top: 9px;
}

/* ============================================================
   Moved from about.html inline styles (about-only classes)
   ============================================================ */
.lw-therapist-section {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 12px;
  margin-bottom: 40px;
  border: 1px solid #dfe7d6;
  box-shadow: 0 4px 20px rgba(156, 175, 136, 0.08);
  font-family: "Outfit", sans-serif;
}

.lw-therapist-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.lw-therapist-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.lw-therapist-blank-box {
  width: 100%;
  height: 300px;
  background-color: #f7e6e3;
  border: 1px solid #dfe7d6;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(156, 175, 136, 0.1);
}

.lw-therapist-right {
  flex: 0 0 60%;
  max-width: 60%;
}

.lw-therapist-eyebrow {
  color: #9caf88;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.lw-therapist-right h2 {
  color: #333333;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px;
  padding: 0;
}

.lw-therapist-sub {
  color: #9caf88;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 24px;
}

.lw-therapist-right p {
  color: #333333;
  font-size: 14.5px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.lw-therapist-right p strong {
  color: #333333;
}

.lw-therapist-full-width {
  margin-top: 30px;
  clear: both;
}

.lw-therapist-full-width p {
  color: #333333;
  font-size: 14.5px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.lw-certifications-title {
  color: #9caf88;
  font-size: 15px;
  font-weight: 700;
  margin: 24px 0 12px;
}

.lw-certifications-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px 20px;
}

.lw-certifications-list li {
  position: relative;
  padding-left: 24px;
  font-size: 13.5px;
  font-weight: 500;
  color: #333333;
}

.lw-certifications-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #9caf88;
  font-weight: bold;
}

.lw-therapist-quote-box {
  background-color: #f7e6e3;
  border-left: 4px solid #9caf88;
  padding: 20px 25px;
  border-radius: 0 12px 12px 0;
  margin-top: 30px;
}

.lw-therapist-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  color: #9caf88;
  line-height: 1.5;
  margin: 0;
}

.those {
  width: 68%;
  padding-left: 45px;
}

.lw-core-services-section {
  padding: 50px 30px;
  background-color: #f3f6ee;
  border-radius: 12px;
  border: 1px solid #eef1ea;
  margin-bottom: 40px;
  font-family: "Outfit", sans-serif;
}

.lw-core-services-section h2 {
  color: #333333;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.lw-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lw-service-card {
  background: #ffffff;
  border: 1px solid #e7ece0;
  border-top: 4px solid #9caf88;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(156, 175, 136, 0.06);
  text-align: center;
}

.lw-service-card-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  background-color: #f7e6e3;
  color: #9caf88;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lw-service-card h3 {
  color: #333333;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.lw-service-card p {
  color: #555555;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
}

.lw-about {
  display: flex;
  gap: 34px;
  align-items: stretch;
  margin-bottom: 40px;
}

.lw-about-media {
  flex: 0 0 45%;
  max-width: 45%;
}

.lw-about-main {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  display: block;
}

.lw-about-text {
  flex: 1;
}

.lw-about-eyebrow {
  color: #9caf88;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.lw-about-text h2 {
  color: #333;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 8px;
  padding: 0;
}

.lw-about-sub {
  color: #9caf88;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 18px;
}

.lw-about-text p {
  color: #333;
  font-size: 14.5px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.lw-about-features {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.lw-about-features li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.lw-about-features li:before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0;
  color: #9caf88;
  font-weight: bold;
}

.lw-about-more {
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
  margin-bottom: 40px;
}

.lw-about-more p {
  font-size: 20px;
  line-height: 1.7;
  color: #4a3c42;
  margin: 0 0 5px;
}

.lw-about-more p.lw-about-subhead {
  font-weight: 700;
  color: #333333;
  margin: 18px 0 12px;
}

.lw-mission {
  margin: 0 0 20px;
  /* break out to the full width of the white main */
  padding: 40px 40px;
  background: #f7efe9;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
}

.lw-mission-inner {
  max-width: 760px;
  margin: 0 auto;
}

.lw-mission h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #9caf88;
  letter-spacing: 0.5px;
  margin: 0 0 30px;
  padding: 0;
}

.lw-mission p {
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
  margin: 0 0 8px;
}

.lw-mission p.lw-mission-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  color: #9caf88;
  margin: 26px 0 0;
}

.lw-goal {
  margin-bottom: 20px;
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
  width: 98%;
}

.lw-goal::after {
  content: "";
  display: block;
  clear: both;
}

.lw-goal-right .lw-goal-media {
  float: right;
}

.lw-goal-media.lw-goal-media-2 {
  height: 200px;
}

.lw-goal-pink {
  margin: 0 0px 40px;
  padding: 40px 40px;
  background: #f7efe9;
}

.lw-goal-media {
  float: left;

  height: 396px;
  margin: 6px 40px 0px 0;
  border-radius: 20px;
}

.lw-goal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lw-goal-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #9caf88;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}

.lw-goal-subhead {
  margin: 0 0 10px;
}

.lw-goal-text p.lw-goal-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px;
}

.lw-goal-text p.lw-goal-person {
  font-size: 16px;
  font-weight: 600;
  color: #9caf88;
  line-height: 1.55;
  margin: 0;
}

.lw-goal-text p {
  font-size: 20px;
  line-height: 1.4;
  color: #555555;
  margin: 0 0 8px;
  text-align: justify;
}

.hlow {
  margin-top: 25px;
}

.lw-goal-text p.lw-goal-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: #9caf88;
  margin: 24px 0 0;
  text-align: center;
}

.lw-goal-text p.lw-goal-inline-heading {
  font-weight: 700;
  color: #333333;
  margin: 22px 0 12px;
}

.lw-about-simple {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 40px;
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
}

.lw-about-simple-media {
  flex: 0 0 45%;
  max-width: 45%;
  height: 280px;
  background: #f7e6e3;
  border-radius: 20px;
  overflow: hidden;
}

.lw-about-simple-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lw-about-simple-text {
  flex: 1;
  min-width: 0;
}

.lw-about-simple-eyebrow {
  color: #9caf88;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.lw-about-simple-text h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 22px;
  padding: 0;
}

.lw-about-simple-text p {
  font-size: 20px;
  line-height: 1.7;
  color: #4a3c42;
  margin: 0 0 5px;
}

.lw-about-simple-text p.lw-about-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  color: #9caf88;
  font-size: 22px;
  margin: 4px 0 24px;
}

.lw-about-simple-text p.lw-about-subhead {
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
}

.BannerDiv {
  width: auto;
  margin: -70px -34px 40px;
}

.Banner-img {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 0;
  overflow: hidden;
}

.Banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(74, 90, 56, 0.45);
}

.Banner-discription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Banner-discription2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.Banner-discription h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* ============================================================
   Moved from why_us.html inline styles (why_us-only classes)
   ============================================================ */
.lw-container {
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
  color: #4a3c42;
}

.lw-section {
  padding: 50px 40px;

  border-radius: 16px;
  box-sizing: border-box;
}

.lw-section-pink {
  background-color: #f7efe9;
  border: 1px solid #eef1ea;
}

.lw-section-white {
  background-color: #ffffff;
  border: 1px solid #f3f6ee;
  box-shadow: 0 4px 20px rgba(74, 90, 56, 0.05);
}

.lw-section-lavender {
  background-color: #f3f6ee;
  border: 1px solid #eef1ea;
}

.lw-section-gradient {
  background: linear-gradient(135deg, #f7e6e3 0%, #ecc5c0 100%);
  border: 1px solid #e3e9da;
  box-shadow: 0 4px 20px rgba(74, 90, 56, 0.06);
}

.client-img {
  width: 250px;
  height: 180px;
}

.lw-section-inner {
  max-width: 820px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.lw-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  color: #9caf88;
  /* Pink accent matching logo */
  margin: 0 0 24px 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}

.lw-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #9caf88;
  border-radius: 2px;
}

.lw-section-title-left {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  color: #9caf88;
  margin: 0 0 20px 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.lw-section-title-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background-color: #9caf88;
  border-radius: 2px;
}

.lw-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #5a4a52;
  margin-bottom: 20px;
}

.lw-section p strong {
  color: #3b2c32;
}

.lw-mission-lead,
.lw-vision-lead,
.lw-usp-lead {
  font-size: 17.5px !important;
  line-height: 1.8;
  color: #4a323b !important;
  font-style: italic;
  margin-bottom: 30px !important;
}

.lw-quote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-style: italic;
  text-transform: capitalize;
  color: #9caf88;
  margin: 0px 0;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.lw-vision-grid {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}

.lw-vision-card {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e3e9da;
  box-shadow: 0 3px 15px rgba(74, 90, 56, 0.05);
}

.lw-vision-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: #9caf88;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.lw-service-item {
  font-size: 14.5px;
  font-weight: 500;
  color: #5a4a52;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 10px;
  border-left: 4px solid #9caf88;
  box-shadow: 0 2px 8px rgba(74, 90, 56, 0.06);
  display: flex;
  align-items: center;
}

.lw-service-icon {
  margin-right: 12px;
  font-size: 18px;
  color: #9caf88;
}

.lw-two-col-grid {
  display: flex;
  gap: 40px;
}

.lw-grid-col {
  flex: 1;
}

.lw-usp-offers {
  margin: 35px 0 20px;
}

.lw-usp-offers h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: #9caf88;
  margin-bottom: 20px;
  font-weight: 700;
}

.lw-offers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lw-offer-tag {
  background: #ffffff;
  color: #9caf88;
  border: 1px solid #e3e9da;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.lw-cta-block {
  margin-top: 40px;

  padding-top: 25px;
}

.lw-cta-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

/* ============================================================
   Moved from contact.html inline styles (contact-only classes)
   ============================================================ */
.lw-contact-section {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  background: #f3f6ee;
  border: 1px solid #eef1ea;
  border-radius: 20px;
  padding: 50px;
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
  color: #333333;
  margin-bottom: 10px;
}

.lw-contact-left {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: justify;
}

.lw-contact-right {
  flex: 1;
  min-width: 0;
}

.lw-contact-image {
  width: 100%;
  height: 300px;
  background: #f7efe9;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #cdd9bf;
  margin-bottom: 30px;
}

.lw-contact-info h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #9caf88;
  margin: 0 0 16px;
  padding: 0;
}

.lw-contact-brand {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 16px;
}

.lw-contact-line {
  font-size: 15.5px;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 10px;
}

.lw-contact-line span {
  margin-right: 8px;
}

.lw-contact-line a {
  color: #9caf88;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
}

.lw-contact-line a:hover {
  text-decoration: underline;
}

.lw-contact-tagline {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  color: #9caf88;
  margin: 24px 0 14px;
}

.contactimg {
  width: 300px;
  height: 250px;
}

.lw-contact-message {
  font-size: 17px;
  line-height: 1.75;
  color: #555555;
  margin: 0;
}

.lw-contact-form-card {
  background: #ffffff;
  border: 1px solid #e7ece0;
  border-radius: 18px;
  padding: 42px;
  box-shadow: 0 6px 26px rgba(156, 175, 136, 0.1);
}

.lw-contact-form-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #9caf88;
  margin: 0 0 8px;
  padding: 0;
}

.lw-form-sub {
  font-size: 16px;
  color: #777777;
  margin: 0 0 30px;
}

.lw-form-group {
  margin-bottom: 22px;
}

.lw-form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}

.lw-input,
.lw-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  font-size: 15px;
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lw-input:focus,
.lw-textarea:focus {
  border-color: #9caf88;
  box-shadow: 0 0 0 3px rgba(156, 175, 136, 0.18);
}

.lw-textarea {
  min-height: 100px;
  resize: vertical;
}

.lw-input::placeholder,
.lw-textarea::placeholder {
  color: #9a8e93;
  opacity: 1;
}

.lw-send-btn {
  display: inline-block;
  margin-top: 6px;
  background: #9caf88;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 15px 46px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Outfit", Tahoma, Geneva, sans-serif;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}

.lw-send-btn:hover {
  background: #8aa074;
  transform: translateY(-1px);
}

/* ============================================================
   Shared layout rules (identical on all pages)
   ============================================================ */
#tooplate_wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
#tooplate_header {
  width: 100%;
  box-sizing: border-box;
}
#tooplate_menu {
  left: auto;
  width: 77%;
  padding: 0 22px;
}
#tooplate_footer,
#tooplate_footer a {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

/* ============================================================
   index.html page styles (scoped via body.page-index)
   ============================================================ */
.page-index #tooplate_main {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  background-image: none;
}
.page-index #tooplate_middle {
  width: auto;
  margin: 0 -14px;
  box-sizing: border-box;
  background-image: none;
}
.page-index #tooplate_content {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 80px;
}
.page-index #tooplate_footer {
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-index .lw-btn {
  font-size: 17px;
  padding: 16px 40px;
}

/* ============================================================
   about.html page styles (scoped via body.page-about)
   ============================================================ */
.page-about ol {
  padding: 0px;
}
.page-about ol li {
  list-style: none;
  padding: 10px 0 10px 40px;
  margin-bottom: 5px;
  background: url(images/icon.png) no-repeat left #ccc;
  border: solid 1px #666;
}
.page-about .col_w900 {
  width: 100%;
  box-sizing: border-box;
  background: none;
  padding-bottom: 0;
}
.page-about #tooplate_main {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  background-image: none;
  padding-top: 50px;
}
.page-about #tooplate_content {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-about #tooplate_footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* ============================================================
   why_us.html page styles (scoped via body.page-why-us)
   ============================================================ */
.page-why-us .lw-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  margin-top: 30px;
}
.page-why-us .lw-core-services-section {
  padding: 35px 45px;
  background-color: #f3f6ee;
  border-radius: 16px;
  border: 1px solid #eef1ea;
  margin-bottom: 40px;
  font-family: "Outfit", sans-serif;
}
.page-why-us .lw-core-services-section h2 {
  color: #6f8a5a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 0.5px;
}
.page-why-us .lw-core-services-section .lw-services-grid {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 0;
}
.page-why-us .lw-service-card {
  background: #ffffff;
  border: 1px solid #e7ece0;
  border-top: 4px solid #9caf88;
  border-radius: 14px;
  padding: 38px 34px;
  box-shadow: 0 4px 15px rgba(156, 175, 136, 0.08);
  text-align: center;
}
.page-why-us .lw-service-card-icon {
  width: 70px;
  height: 70px;
  font-size: 30px;
  background-color: #f7e6e3;
  color: #9caf88;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-why-us .lw-service-card h3 {
  color: #6f8a5a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 14px;
}
.page-why-us .lw-service-card p {
  color: #555555;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}
.page-why-us .low_services {
  padding-bottom: 10px;
}
.page-why-us .low_services_head {
  text-align: center;
  margin-bottom: 36px;
}
.page-why-us .low_services_head h2 {
  color: #6f8a5a;
  font-size: 32px;
  font-weight: 700;
}
.page-why-us .low_cards {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.page-why-us .low_card {
  flex: 1 1 280px;
  background: #fff;
  border: 1px solid #e7ece0;
  border-top: 4px solid #9caf88;
  border-radius: 14px;
  padding: 32px 30px;
  box-shadow: 0 4px 15px rgba(156, 175, 136, 0.08);
}
.page-why-us .low_card_icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  background: #ecc5c0;
  color: #9caf88;
  margin-bottom: 18px;
}
.page-why-us .low_card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-why-us .low_card li {
  position: relative;
  padding: 9px 0 9px 30px;
  font-size: 17px;
  line-height: 1.6;
  color: #5a4a52;
  border-bottom: 1px solid #eef1ea;
}
.page-why-us .low_card li:last-child {
  border-bottom: none;
}
.page-why-us .low_card li:before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 9px;
  color: #9caf88;
  font-weight: bold;
}
.page-why-us .lw-slider {
  position: relative;
  width: 940px;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
.page-why-us .lw-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.page-why-us .lw-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.page-why-us .lw-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-why-us .lw-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(156, 175, 136, 0.9);
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
.page-why-us .lw-prev {
  left: 15px;
}
.page-why-us .lw-next {
  right: 15px;
}
.page-why-us .low_hero {
  padding: 50px 40px;
  text-align: center;
  border-radius: 12px;
  background: #ecc5c0;
  margin-bottom: 38px;
}
.page-why-us .low_hero_inner {
  max-width: 760px;
  margin: 0 auto;
}
.page-why-us .low_hero p {
  font-size: 17px;
  line-height: 1.7;
  color: #5a4a52;
  margin: 0 auto 28px;
}
.page-why-us .low_petal {
  display: none;
}
.page-why-us .low_btns {
  margin-top: 10px;
}
.page-why-us .low_about {
  text-align: center;
  padding: 10px 30px 40px;
  max-width: 780px;
  margin: 0 auto 30px;
}
.page-why-us .low_about h2 {
  color: #6f8a5a;
  font-size: 28px;
  margin-bottom: 16px;
}
.page-why-us .low_about p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a4a52;
}
.page-why-us .low_services {
  padding-bottom: 30px;
}
.page-why-us .low_services_head {
  text-align: center;
  margin-bottom: 30px;
}
.page-why-us .low_services_head h2 {
  color: #6f8a5a;
  font-size: 32px;
  font-family: "Playfair Display", Georgia, serif;
}
.page-why-us .low_cards {
  display: flex;
  gap: 24px;
}
.page-why-us .low_card {
  flex: 1;
  background: #fff;
  border: 1px solid #e7ece0;
  border-top: 4px solid #9caf88;
  border-radius: 12px;
  padding: 28px 26px;
}
.page-why-us .low_card_icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  background: #ecc5c0;
  color: #9caf88;
  margin-bottom: 16px;
}
.page-why-us .low_card h3 {
  color: #6f8a5a;
  font-size: 19px;
  margin-bottom: 16px;
}
.page-why-us .low_card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-why-us .low_card li {
  position: relative;
  padding: 7px 0 7px 28px;
  font-size: 18px;
  line-height: 1.5;
  color: #5a4a52;
  border-bottom: 1px solid #eef1ea;
}
.page-why-us .low_card li:last-child {
  border-bottom: none;
}
.page-why-us .low_card li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 7px;
  color: #9caf88;
  font-weight: bold;
}
.page-why-us #tooplate_main {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  background-image: none;
  padding-top: 50px;
}
.page-why-us #tooplate_content {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-why-us #tooplate_footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-why-us .BannerDiv {
  width: auto;
  margin: -70px -34px 22px;
}
.page-why-us .Banner-img {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 0;
  overflow: hidden;
}

.page-why-us .Banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-why-us .Banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(74, 90, 56, 0.45) !important;
}

.page-why-us .Banner-img2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(74, 90, 56, 0.1);
}
.page-why-us .Banner-discription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-why-us .Banner-discription h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.hheader {
  display: flex;
  flex-direction: column;
}

/* why_us.html — banner overlay staircase layout */
.page-why-us .whyus-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.page-why-us .whyus-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-why-us .whyus-left h2 {
  position: absolute;
  color: #ffffff !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-size: 46px;
  line-height: 1;
  margin: 0;
  opacity: 1 !important;
  text-shadow: none !important;
}
/* Emerge — bottom left */
.page-why-us .whyus-left h2:nth-child(3) {
  bottom: 22px;
  left: 48px;
  text-align: left;
}
/* Evolve — center */
.page-why-us .whyus-left h2:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* Excel — top right */
.page-why-us .whyus-left h2:nth-child(1) {
  top: 22px;
  right: 48px;
  text-align: right;
}
.page-why-us .whyus-center {
  text-align: center;
  flex: 0 0 auto;
}
.page-why-us .whyus-center h3 {
  color: #ffffff !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic;
  font-weight: 700 !important;
  font-size: 34px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
  white-space: normal;
  opacity: 1;
  text-shadow: none;
}
.page-why-us .whyus-right h2 {
  color: #ffffff !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 600 !important;
  font-size: 26px;
  line-height: 1.3;
  margin: 0;
  text-align: right;
  opacity: 1;
  text-shadow: none;
}
.whyus-bold-italic {
  font-weight: 700 !important;
  font-style: italic !important;
}

/* ============================================================
   contact.html page styles (scoped via body.page-contact)
   ============================================================ */
.page-contact #tooplate_main {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  background-image: none;
  padding-top: 50px;
}
.page-contact #tooplate_content {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-contact #tooplate_footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.page-contact .BannerDiv {
  width: auto;
  margin: -70px -34px 40px;
}
.page-contact .Banner-img {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 0;
  overflow: hidden;
}
.page-contact .Banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-contact .Banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(74, 90, 56, 0.45);
}
.page-contact .Banner-discription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact .Banner-discription h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* ============================================================
   index.html — Sage Green (#9CAF88) + Rose Gold (#ECC5C0) theme
   Scoped via body.page-index (index-only; other pages unchanged)
   ============================================================ */
/* ---- Navigation bar ---- */
.page-index #tooplate_menu {
  background: #9caf88;
}
.page-index #tooplate_menu ul li a {
  color: #ffffff;
  text-shadow: none;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.page-index #tooplate_menu ul li a:hover,
.page-index #tooplate_menu ul .current {
  background: #ecc5c0;
  color: #5f7350;
  text-shadow: none;
}
.achieve {
  font-size: 30px !important;
}
/* ---- Buttons (sage primary, rose-gold-tinted secondary) ---- */
.page-index .lw-btn {
  transition:
    background 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.25s ease;
}
.page-index .lw-btn,
.page-index .lw-btn-primary {
  background: #9caf88;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(156, 175, 136, 0.35);
}
.page-index .lw-btn-primary:hover,
.page-index .lw-btn:hover {
  background: #8aa074;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(156, 175, 136, 0.45);
}
.page-index .lw-btn-secondary {
  background: #ffffff;
  color: #6f8a5a;
  border: 1.5px solid #9caf88;
  box-shadow: none;
}
.page-index .lw-btn-secondary:hover {
  background: #f3f6ee;
  color: #5f7350;
  transform: translateY(-2px);
}

/* ---- Hero / intro ---- */
.page-index .low_hero {
  background: linear-gradient(135deg, #ecc5c0 0%, #f3ddd8 55%, #eef2e7 100%);
  box-shadow: 0 10px 30px rgba(156, 175, 136, 0.12);
}
.page-index .low_hero p {
  color: #574e4c;
}

/* ---- Headings & about text ---- */
.page-index .low_about h2,
.page-index .low_services_head h2,
.page-index .low_card h3 {
  color: #6f8a5a;
}
.page-index .low_about p {
  color: #574e4c;
}

/* ---- Service cards ---- */
.page-index .low_card {
  border: 1px solid #e7ece0;
  border-top: 4px solid #9caf88;
  box-shadow: 0 8px 22px rgba(156, 175, 136, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.page-index .low_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(156, 175, 136, 0.18);
}
.page-index .low_card_icon {
  background: #ecc5c0;
  color: #6f8a5a;
}
.page-index .low_card li {
  border-bottom-color: #eef1ea;
}
.page-index .low_card li:before {
  color: #9caf88;
}

/* ============================================================
   "BELIEVE in your Best" tagline — extra highlight (all pages)
   ============================================================ */
.lw-quote,
.lw-mission p.lw-mission-quote,
.lw-contact-tagline,
.lw-goal-text p.lw-goal-quote {
  color: #5f7350; /* deep sage */
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.4px;
}
