#fw-section-custom-html-5ce5075d-cb4a-4dbf-a170-1d5b990f394f {

.smt-case-support-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 28px 22px 40px;
  box-sizing: border-box;
}

.smt-case-support-panel {
  width: 100%;
  max-width: 1325px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow:
    0 6px 24px rgba(140, 90, 130, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  padding: 34px 42px 56px;
  box-sizing: border-box;
}

.smt-case-support-title {
  margin: 0 0 34px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111;
}

.smt-case-support-text {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 0.92rem;
  line-height: 1.72;
  font-weight: 400;
  color: rgba(20, 20, 20, 0.92);
}

.smt-case-support-text p {
  margin: 0 0 22px;
}

.smt-case-support-text strong {
  font-weight: 700;
}

.smt-case-support-center-block {
  text-align: center;
  margin-top: 34px;
}

.smt-case-support-subtitle {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.smt-case-support-list {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}

.smt-case-support-list li {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(20, 20, 20, 0.92);
}

.smt-case-support-list li span {
  display: inline-block;
  min-width: 18px;
}

.smt-case-support-cta {
  margin-top: 6px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(20, 20, 20, 0.9);
}

.smt-case-support-footer {
  margin-top: 16px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(20, 20, 20, 0.6);
}

@media (max-width: 1024px) {
  .smt-case-support-panel {
    padding: 30px 28px 42px;
  }

  .smt-case-support-title {
    font-size: 1.95rem;
    margin-bottom: 28px;
  }

  .smt-case-support-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 640px) {
  .smt-case-support-wrap {
    padding: 18px 10px 24px;
  }

  .smt-case-support-panel {
    padding: 24px 18px 30px;
    border-radius: 22px;
  }

  .smt-case-support-title {
    font-size: 1.45rem;
    line-height: 1.18;
    margin-bottom: 22px;
  }

  .smt-case-support-text,
  .smt-case-support-list li,
  .smt-case-support-cta {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .smt-case-support-subtitle {
    font-size: 0.95rem;
  }
}
}


#fw-section-custom-html-82f0516d-1a27-494a-ae94-38ee49420db1 {

/* ===== OUR SPIRITUAL GIFTS PAGE ===== */

.smt-gifts-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  color: #000;
}

/* HERO */

.smt-gifts-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.smt-gifts-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.smt-gifts-hero h1 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.smt-gifts-tagline {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

.smt-gifts-intro {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* GENERIC SECTION WRAPPER */

.smt-gifts-section {
  margin-bottom: 3rem;
}

.smt-gifts-section h2 {
  text-align: center;
  font-size: 1.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* MEET THE TWINS */

.smt-gifts-twins-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.smt-gifts-card {
  flex: 1 1 320px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  padding: 1.75rem 1.9rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.smt-gifts-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.smt-gifts-card-intro {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.smt-gifts-card h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.smt-gifts-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.smt-gifts-card li {
  font-size: 0.98rem;
  line-height: 1.5;
  margin-bottom: 0.45rem;
}

.smt-gifts-card li strong {
  font-weight: 600;
}

.smt-gifts-card-footer {
  font-size: 0.96rem;
  line-height: 1.5;
}

.smt-gifts-card-footer span {
  font-weight: 600;
}

/* HOW OUR GIFTS WORK TOGETHER */

.smt-gifts-together {
  text-align: center;
}

.smt-gifts-together-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
}

.smt-gifts-pill {
  flex: 1 1 240px;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.smt-gifts-pill h3 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.smt-gifts-pill p {
  font-size: 0.96rem;
  line-height: 1.5;
}

/* CREDENTIALS */

.smt-gifts-credentials-intro {
  max-width: 680px;
  margin: 0 auto 1.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  text-align: center;
}

.smt-credentials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.smt-credential-card {
  max-width: 360px;
  width: 100%;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  text-align: center;
}

.smt-credential-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.6rem;
}

.smt-credential-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.smt-credential-card p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 0.9rem;
}

.smt-credential-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* DIFFERENCE */

.smt-gifts-difference {
  text-align: center;
}

.smt-gifts-difference p {
  font-size: 1rem;
  line-height: 1.6;
}

.smt-gifts-difference-lines {
  margin: 0.75rem auto 0.75rem;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .smt-gifts-page {
    padding: 2.5rem 1.25rem 3rem;
  }

  .smt-gifts-hero h1 {
    font-size: 2rem;
  }

  .smt-gifts-section h2 {
    font-size: 1.6rem;
  }

  .smt-gifts-twins-grid {
    flex-direction: column;
  }

  .smt-gifts-card {
    max-width: 100%;
  }

  .smt-gifts-together-grid {
    flex-direction: column;
  }

  .smt-credentials-grid {
    flex-direction: column;
    align-items: center;
  }
}

}



#fw-section-custom-html-21a04849-0374-4dc1-bb06-2e798a217c01 {

/* ===== WHY OUR SERVICES ARE FREE SECTION ===== */

.smt-free-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* Frosted-glass card */
.smt-free-card {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  padding: 2.25rem 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  color: #000000;
}

.smt-free-card h2 {
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.smt-free-card p {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

.smt-free-label {
  text-align: center;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.65rem;
}

/* “We believe” list with moon bullets */

.smt-beliefs-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.smt-beliefs-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
  font-size: 0.98rem;
}

.smt-beliefs-list li::before {
  content: "🌙";
  font-size: 1rem;
  display: inline-block;
}

/* “We’re here to help you” list */

.smt-help-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.smt-help-list li {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

/* Quote */

.smt-free-quote {
  text-align: center;
  font-style: italic;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}

/* CTA centering */

.smt-free-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

/* Black button with purple hover */

.smt-btn-primary {
  display: inline-block;
  padding: 0.85rem 2.25rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  background: #000000;            /* base: black */
  color: #ffffff;
  border: 1.5px solid #000000;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.2s ease;
}

.smt-btn-primary:hover {
  background: linear-gradient(135deg, #5b3ea8, #a56ad9); /* SMT purple */
  border-color: #a56ad9;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(165, 106, 217, 0.45);
}

.smt-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.smt-btn-primary:focus-visible {
  outline: 3px solid rgba(165, 106, 217, 0.6);
  outline-offset: 3px;
}

/* Responsive tweaks */

@media (max-width: 768px) {
  .smt-free-section {
    padding: 2.5rem 1.25rem 3rem;
  }

  .smt-free-card {
    padding: 1.8rem 1.5rem;
  }

  .smt-free-card h2 {
    font-size: 1.65rem;
  }

  .smt-beliefs-list li,
  .smt-help-list li {
    display: block;
  }
}.smt-belief-line,
.smt-help-line {
  text-align: center;
  font-size: 0.98rem;
  margin: 0.3rem 0;
}

.smt-belief-line,
.smt-help-line {
  text-align: center;
  font-size: 1.05rem;
  margin: 0.35rem 0;
}

.smt-free-label {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.smt-free-quote {
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  display: block;
  text-align: center;
  font-style: italic;
  opacity: 0.9;
}

.smt-free-cta-wrap {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.smt-free-text {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 1.2rem auto 0.4rem;
}

}




#fw-section-custom-html-d8c76c5f-8de3-4d16-b544-95cf03b7ba74 {

/* ===== FULL CLIENT REVIEWS PAGE ===== */

.smt-reviews-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
}

.smt-reviews-inner {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 28px;
  padding: 3rem 2.5rem 3.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.smt-reviews-heading {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}

.smt-reviews-subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2.75rem;
  opacity: 0.85;
}

.smt-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.smt-review-card {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  padding: 2rem 1.7rem 2.2rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.smt-review-text {
  font-size: 0.98rem;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.smt-review-name {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
}

/* CTA under testimonials */
.smt-reviews-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/* Reuse your main CTA styling */
.smt-services-btn {
  display: inline-block;
  padding: 0.9rem 2.6rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  border: 1.5px solid #000000;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  transition: all 0.2s ease;
}

.smt-services-btn:hover {
  background: linear-gradient(135deg, #5b3ea8, #a56ad9);
  border-color: #a56ad9;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(165, 106, 217, 0.45);
}

/* Mobile */
@media (max-width: 900px) {
  .smt-reviews-inner {
    padding: 2.1rem 1.6rem 2.5rem;
  }
  .smt-reviews-grid {
    grid-template-columns: 1fr;
  }
}
.smt-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.smt-review-author{
  text-align: right;
  margin-top: 16px;
  font-weight: 600;
}
.smt-reviews-inner p {
  font-size: 1.05rem;
  line-height: 1.65;
}
.smt-reviews-inner p {
  font-style: italic;
}

.smt-reviews-inner p:last-child {
  font-style: normal;
}

}
#fw-section-rich-text-174404756578910 {

.smt-services {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
}

.smt-services h2 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.smt-subtitle {
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.smt-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  text-align: left;
}

.smt-column {
  flex: 1 1 260px;      /* three columns on desktop, stack on mobile */
  max-width: 320px;
}

.smt-column h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

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

.smt-column li {
  margin: 0.35rem 0;
  line-height: 1.4;
}

}
#fw-section-custom-html-5dac391d-9b66-408a-8eaa-e94c711d05c0 {

/* --- Container --- */
.smt-services {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
  font-size: 1.05rem;
}

/* --- Main Title --- */
.smt-services h2 {
  font-size: 2.6rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* --- Subtitle --- */
.smt-subtitle {
  margin-bottom: 2.5rem;
  font-size: 1.1rem !important;
  opacity: 0.9;
}

/* --- Columns Wrapper --- */
.smt-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  text-align: left;
}

/* --- Individual Columns --- */
.smt-column {
  flex: 1 1 260px;
  max-width: 320px;
}

/* --- Column Headers (spacing only, no bar) --- */
.smt-column h3 {
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-bottom: 1rem;   /* keeps space before the list */
}

/* --- Lists --- */
.smt-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smt-column li {
  font-size: 1.1rem !important;
  line-height: 1.4;
  margin: 0.35rem 0;
}

}



#fw-section-custom-html-f497f774-3a15-443c-b06a-1bee87832368 {

.hero {

    position:relative;

    overflow:hidden;

}

.hero:before{

    content:"";

    position:absolute;

    inset:0;

    background:url("YOUR-NEBULA.png");

    background-size:cover;

    opacity:.45;

    animation:nebula 45s ease-in-out infinite alternate;

}

@keyframes nebula{

from{

transform:scale(1);

}

to{

transform:scale(1.08) translateY(-30px);

}

}
}














#fw-section-header {

.header {
  border: 1.5px solid #FF2EB8 !important;
  box-shadow:
    0 0 8px rgba(255, 46, 184, 0.75),
    0 0 24px rgba(255, 46, 184, 0.30),
    0 0 52px rgba(255, 46, 184, 0.12),
    0 4px 32px rgba(0, 0, 0, 0.55) !important;
  transition: box-shadow 0.35s ease !important;
}

.header:hover {
  box-shadow:
    0 0 16px rgba(255, 46, 184, 1.00),
    0 0 44px rgba(255, 46, 184, 0.65),
    0 0 88px rgba(255, 46, 184, 0.30),
    0 12px 48px rgba(0, 0, 0, 0.65) !important;
}
}