.bolder-text {
    font-weight: 700;        /* bold */
    font-size: 18px;         /* slightly bigger than normal p */
    line-height: 1.5;        /* adjust spacing */
    text-align: center;      /* optional, can remove if not needed */
    margin: 16px 0;          /* spacing above and below */
}
#footer-outer .widget.widget_media_image img {
    max-width: 50% !important;
}
.row-bg-overlay {
    background-color: #484F52;
    opacity: 0.7!important;
}

blockquote {
    padding-left: 0.8em;
}

.custom-h2 {
    font-weight: 400;
    font-style: italic;
}

.custom-h2 .part-1 {
    font-weight: 700; 
    letter-spacing:1px;/* bolder */
}

.custom-h2 .part-2 {
    font-weight: 400;       /* lighter weight */
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {
    #slide-out-widget-area .mobile-only {
        display: none !important;
    }
}

/* Completely remove all underlines from off-canvas links */
#slide-out-widget-area li a,
#slide-out-widget-area li a::after {
  text-decoration: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  content: none !important;
  position: relative !important;
}

/* Container for the scribble SVG */
.offcanvas-scribble {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 20px;
    pointer-events: none;
    overflow: visible;
    z-index: -1;
}

/* Draw animation for the path */
@keyframes drawScribble {
  from { stroke-dashoffset: 1; }
  to   { stroke-dashoffset: 0; }
}

/* Force Salient Team Member modal close button visible */
.team-member[data-style="bio_fullscreen"] .nectar_team_member_close {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
    font-size: 24px;
    cursor: pointer;
}
.custom-close {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px 14px;
}

.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
    display: none;
} 

/* GRID LAYOUT */
.kaizen-pricing {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* CARDS */
.kaizen-card {
  flex: 1 1 23%;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all .25s ease;
  min-height: 480px;
}

.kaizen-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.kaizen-card h3 {
  margin-top: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.subtitle {
  opacity: 0.85;
  margin-bottom: 18px;
}

.kaizen-card ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.kaizen-card ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* PRICE */
.price-block {
  margin-top: auto;
}

.price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.price span {
  font-size: 14px;
  font-weight: 400;
}

.quarter {
  font-size: 15px;
  margin-bottom: 6px;
}

.renewal {
  font-size: 13px;
  opacity: 0.8;
}

/* BADGE */
.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #fff;
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* COLORS */
.yellow { background: #FEB82B; }
.orange { background: #EF7B55; }
.green  { background: #66BD9F; }
.card_dark   { background: #14887A; color: #fff; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .kaizen-card {
    flex: 1 1 48%;
  }
}

@media (max-width: 680px) {
  .kaizen-card {
    flex: 1 1 100%;
  }
}

/* SECTION CONTAINER */
.kaizen-info-section {
  padding: 90px 0;
}

.kaizen-info-grid {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

/* BLOCKS */
.kaizen-info-block {
  flex: 1 1 48%;
}

.kaizen-info-block h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.kaizen-info-block h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.strong {
  font-weight: 600;
  margin-top: 20px;
}

.small {
  font-size: 14px;
  opacity: 0.75;
}

.note {
  margin-top: 15px;
  font-size: 15px;
}

.kaizen-info-block ul {
  padding-left: 18px;
  margin: 15px 0;
}

.kaizen-info-block ul li {
  margin-bottom: 8px;
}

/* CHECK STYLE FOR SENIORS BLOCK */
.check-list {
  list-style: none!important;
  padding-left: 0;
}

.check-list ul li {
    list-style: none!important;
}


.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.check-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #14887A;
  font-weight: bold;
}

/* VISUAL DIFFERENTIATION */
.seniors {
  padding-right: 20px;
}

.access {
  padding-left: 20px;
  border-left: 2px solid #eaeaea;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .kaizen-info-grid {
    flex-direction: column;
    gap: 40px;
  }

  .access {
    border-left: none;
    padding-left: 0;
  }
}

#footer-outer {
    z-index: 7;
}

.custom-footer-credit {
    text-align: center;
    font-size: 12px;
    opacity: 0.6;
    padding: 8px 0 12px;
}

.custom-footer-credit a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.custom-footer-credit a:hover {
    opacity: 1;
    border-bottom-color: rgba(255,255,255,0.6);
}

.kaizen-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
    z-index: 999;
}

/* X lines */
.kaizen-close-btn span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: white;
}

.kaizen-close-btn span:first-child {
    transform: rotate(45deg);
}

.kaizen-close-btn span:last-child {
    transform: rotate(-45deg);
}

/* Hover effect */
.kaizen-close-btn:hover {
    background: white;
    border-color: white;
}

.kaizen-close-btn:hover span {
    background: black;
}