.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4468 .elementor-element.elementor-element-67f898f{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:10px 10px 10px 10px;color:var( --e-global-color-text );}/* Start custom CSS for text-editor, class: .elementor-element-67f898f *//* =========================================================
   SOULFUL MUSIK ACADEMY
   PREMIUM BLOG DESIGN SYSTEM
   ---------------------------------------------------------
   HEADINGS : Aladin
   BODY     : Bai Jamjuree
   COLORS   : Black / Gold / White
   ========================================================= */


/* =========================================================
   GLOBAL BLOG WRAPPER
   ========================================================= */

.sfma-blog {

  --sfma-black: #080808;
  --sfma-black-soft: #111111;
  --sfma-dark: #171717;

  --sfma-gold: #d7a83e;
  --sfma-gold-dark: #a87816;
  --sfma-gold-light: #f5d982;
  --sfma-gold-soft: #fff4cf;

  --sfma-white: #ffffff;
  --sfma-offwhite: #faf9f5;

  --sfma-text: #242424;
  --sfma-muted: #707070;

  --sfma-border: rgba(0,0,0,.09);
  --sfma-gold-border: rgba(215,168,62,.35);

  max-width: 1200px;
  margin: 0 auto;

  overflow: hidden;

  color: var(--sfma-text);

  font-family: "Bai Jamjuree", sans-serif;

  line-height: 1.8;

  background: transparent;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.sfma-blog h1,
.sfma-blog h2,
.sfma-blog h3,
.sfma-blog h4,
.sfma-blog h5,
.sfma-blog h6 {

  font-family: "Aladin", sans-serif !important;

  font-weight: 400 !important;

  letter-spacing: .2px;

  line-height: 1.12;

  margin-top: 0;

}


.sfma-blog p,
.sfma-blog li,
.sfma-blog a,
.sfma-blog span,
.sfma-blog div {

  font-family: "Bai Jamjuree", sans-serif;

}


/* =========================================================
   GENERAL TEXT
   ========================================================= */

.sfma-blog p {

  font-size: 17px;

  line-height: 1.9;

  color: var(--sfma-text);

  margin-top: 0;

  margin-bottom: 22px;

}


.sfma-blog strong {

  font-weight: 700;

}


.sfma-blog ul,
.sfma-blog ol {

  padding-left: 25px;

}


.sfma-blog li {

  margin-bottom: 9px;

  line-height: 1.8;

}


/* =========================================================
   LINKS
   ========================================================= */

.sfma-blog a {

  color: #a87816;

  text-decoration-thickness: 1px;

  text-underline-offset: 4px;

  transition:
    color .25s ease,
    opacity .25s ease,
    transform .25s ease;

}


.sfma-blog a:hover {

  color: #6f4c08;

}


/* =========================================================
   HERO
   ========================================================= */

.sfma-hero {

  position: relative;

  min-height: 680px;

  display: flex;

  align-items: center;

  overflow: hidden;

  border-radius: 0 0 34px 34px;

  background: #080808;

  isolation: isolate;

}


/* HERO IMAGE */

.sfma-hero-image {

  position: absolute;

  inset: 0;

  z-index: -3;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  transform: scale(1.03);

  animation:
    sfmaHeroZoom 16s ease-in-out infinite alternate;

}


/* HERO OVERLAY */

.sfma-hero-overlay {

  position: absolute;

  inset: 0;

  z-index: -2;

  background:

    radial-gradient(
      circle at 80% 30%,
      rgba(215,168,62,.16),
      transparent 28%
    ),

    linear-gradient(
      90deg,
      rgba(0,0,0,.96) 0%,
      rgba(0,0,0,.88) 35%,
      rgba(0,0,0,.60) 65%,
      rgba(0,0,0,.25) 100%
    );

}


/* GOLD LIGHT */

.sfma-hero::after {

  content: "";

  position: absolute;

  width: 450px;

  height: 450px;

  right: -180px;

  top: -180px;

  border-radius: 50%;

  background: rgba(215,168,62,.12);

  filter: blur(80px);

  animation: sfmaGlow 8s ease-in-out infinite alternate;

  pointer-events: none;

}


/* HERO CONTENT */

.sfma-hero-content {

  position: relative;

  z-index: 3;

  width: min(760px, 100%);

  padding: 90px 70px;

  color: #fff;

}


/* EYEBROW */

.sfma-eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 25px;

  color: var(--sfma-gold-light);

  font-family: "Bai Jamjuree", sans-serif !important;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 3px;

  text-transform: uppercase;

}


/* EYEBROW LINE */

.sfma-eyebrow::before {

  content: "";

  width: 35px;

  height: 1px;

  background: var(--sfma-gold);

}


/* HERO TITLE */

.sfma-hero h1,
.sfma-hero h2 {

  margin: 0 0 28px;

  max-width: 850px;

  color: #ffffff !important;

  font-family: "Aladin", sans-serif !important;

  font-size: clamp(48px, 7vw, 82px);

  font-weight: 400 !important;

  line-height: .98;

  letter-spacing: .5px;

  text-shadow:

    0 4px 25px rgba(0,0,0,.35);

}


/* GOLD WORD */

.sfma-hero h1 span,
.sfma-hero h2 span {

  color: var(--sfma-gold-light);

}


/* HERO PARAGRAPH */

.sfma-hero p {

  max-width: 650px;

  margin-bottom: 38px;

  color: rgba(255,255,255,.84);

  font-size: 18px;

  line-height: 1.85;

}


/* =========================================================
   PREMIUM BUTTON
   ========================================================= */

.sfma-primary-btn {

  position: relative;

  display: inline-flex !important;

  align-items: center;

  justify-content: center;

  gap: 14px;

  min-height: 54px;

  padding: 15px 28px;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.18);

  border-radius: 999px;

  background:

    linear-gradient(
      135deg,
      #f6dc8a,
      #d7a83e 55%,
      #b7821c
    );

  color: #080808 !important;

  font-family: "Bai Jamjuree", sans-serif !important;

  font-size: 14px;

  font-weight: 800;

  letter-spacing: .3px;

  text-decoration: none !important;

  box-shadow:

    0 10px 30px rgba(215,168,62,.24),

    inset 0 1px 0 rgba(255,255,255,.55);

  transition:

    transform .35s cubic-bezier(.2,.8,.2,1),

    box-shadow .35s ease,

    filter .35s ease;

}


/* BUTTON SHINE */

.sfma-primary-btn::before {

  content: "";

  position: absolute;

  top: 0;

  left: -120%;

  width: 80%;

  height: 100%;

  background:

    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.55),
      transparent
    );

  transform: skewX(-20deg);

  transition: left .7s ease;

}


.sfma-primary-btn:hover::before {

  left: 140%;

}


.sfma-primary-btn:hover {

  transform: translateY(-5px);

  color: #000 !important;

  filter: brightness(1.06);

  box-shadow:

    0 18px 45px rgba(215,168,62,.40),

    0 0 25px rgba(215,168,62,.12);

}


.sfma-primary-btn span {

  transition: transform .3s ease;

}


.sfma-primary-btn:hover span {

  transform: translateX(5px);

}


/* =========================================================
   QUOTE
   ========================================================= */

.sfma-quote-section {

  position: relative;

  max-width: 920px;

  margin: 100px auto;

  padding: 70px 70px 55px;

  text-align: center;

  border: 1px solid var(--sfma-gold-border);

  border-radius: 28px;

  background:

    radial-gradient(
      circle at 50% 0%,
      rgba(215,168,62,.13),
      transparent 55%
    ),

    linear-gradient(
      135deg,
      rgba(215,168,62,.05),
      rgba(255,255,255,.95)
    );

  box-shadow:

    0 25px 70px rgba(0,0,0,.07),

    inset 0 1px 0 rgba(255,255,255,.8);

}


/* QUOTE ICON */

.sfma-quote-icon {

  position: absolute;

  top: -36px;

  left: 50%;

  transform: translateX(-50%);

  width: 72px;

  height: 72px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid rgba(215,168,62,.45);

  border-radius: 50%;

  background: #090909;

  color: var(--sfma-gold-light);

  font-family: Georgia, serif;

  font-size: 58px;

  line-height: 1;

  box-shadow:

    0 12px 35px rgba(0,0,0,.18),

    0 0 0 8px rgba(215,168,62,.06);

  animation: sfmaFloat 4s ease-in-out infinite;

}


/* QUOTE */

.sfma-quote-section blockquote {

  margin: 15px 0 25px;

  padding: 0;

  border: 0;

  color: #222;

  font-family: Georgia, serif !important;

  font-size: clamp(20px, 3vw, 30px);

  font-style: italic;

  line-height: 1.65;

}


/* QUOTE AUTHOR */

.sfma-quote-author {

  color: #a27620;

  font-family: "Bai Jamjuree", sans-serif !important;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 1.5px;

}


/* =========================================================
   NORMAL SECTIONS
   ========================================================= */

.sfma-section {

  padding: 90px 45px;

}


/* SECTION LABEL */

.sfma-section-label {

  display: inline-block;

  margin-bottom: 14px;

  color: #a67b23;

  font-family: "Bai Jamjuree", sans-serif !important;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 3px;

  text-transform: uppercase;

}


/* SECTION TITLE */

.sfma-section h1,
.sfma-section h2 {

  max-width: 950px;

  margin: 0 0 28px;

  color: #101010;

  font-family: "Aladin", sans-serif !important;

  font-size: clamp(38px, 5vw, 58px);

  font-weight: 400 !important;

  line-height: 1.08;

  letter-spacing: .2px;

}


/* SECTION TITLE LINKS */

.sfma-section h2 a {

  color: #101010;

  text-decoration-color: rgba(215,168,62,.75);

  text-decoration-thickness: 3px;

  text-underline-offset: 7px;

}


.sfma-section h2 a:hover {

  color: #a87816;

}


/* INTRO TEXT */

.sfma-lead,
.sfma-section-intro {

  max-width: 880px;

  color: #444;

  font-size: 20px !important;

  line-height: 1.9;

}


/* =========================================================
   IMAGE BREAK
   ========================================================= */

.sfma-image-break,
.sfma-wide-image {

  position: relative;

  overflow: hidden;

  border-radius: 28px;

  background: #111;

  box-shadow:

    0 20px 60px rgba(0,0,0,.12);

}


/* IMAGE BREAK */

.sfma-image-break {

  height: 460px;

  margin: 30px 0 50px;

}


/* IMAGE */

.sfma-image-break img,
.sfma-wide-image img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition:

    transform 1s cubic-bezier(.2,.8,.2,1),

    filter .7s ease;

}


/* IMAGE HOVER */

.sfma-image-break:hover img,
.sfma-wide-image:hover img {

  transform: scale(1.06);

  filter: brightness(1.04);

}


/* IMAGE OVERLAY */

.sfma-image-break::after,
.sfma-wide-image::after {

  content: "";

  position: absolute;

  inset: 0;

  background:

    linear-gradient(
      180deg,
      transparent 45%,
      rgba(0,0,0,.45)
    );

  pointer-events: none;

}


/* CAPTION */

.sfma-image-caption {

  position: absolute;

  left: 30px;

  bottom: 25px;

  z-index: 2;

  padding: 10px 18px;

  border: 1px solid rgba(255,255,255,.18);

  border-radius: 999px;

  background: rgba(0,0,0,.55);

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);

  color: #fff;

  font-size: 13px;

  font-weight: 700;

}


/* =========================================================
   COURSE GRID
   ========================================================= */

.sfma-course-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0,1fr));

  gap: 28px;

  margin-top: 50px;

}


/* CARD */

.sfma-course-card {

  position: relative;

  overflow: hidden;

  border: 1px solid var(--sfma-border);

  border-radius: 24px;

  background: #fff;

  box-shadow:

    0 12px 40px rgba(0,0,0,.055);

  transition:

    transform .45s cubic-bezier(.2,.8,.2,1),

    box-shadow .45s ease,

    border-color .35s ease;

}


/* GOLD TOP LINE */

.sfma-course-card::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 3px;

  background:

    linear-gradient(
      90deg,
      transparent,
      var(--sfma-gold),
      transparent
    );

  opacity: 0;

  transition: opacity .35s ease;

}


.sfma-course-card:hover::before {

  opacity: 1;

}


.sfma-course-card:hover {

  transform: translateY(-10px);

  border-color: rgba(215,168,62,.25);

  box-shadow:

    0 28px 70px rgba(0,0,0,.13);

}


/* FULL WIDTH CARD */

.sfma-wide-card {

  grid-column: 1 / -1;

}


/* CARD IMAGE */

.sfma-card-image {

  height: 270px;

  overflow: hidden;

  background: #111;

}


/* CARD IMAGE */

.sfma-card-image img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition:

    transform .8s cubic-bezier(.2,.8,.2,1);

}


/* CARD IMAGE HOVER */

.sfma-course-card:hover .sfma-card-image img {

  transform: scale(1.08);

}


/* CARD BODY */

.sfma-card-body {

  padding: 32px;

}


/* ICON */

.sfma-card-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 55px;

  height: 55px;

  margin-bottom: 15px;

  border: 1px solid rgba(215,168,62,.3);

  border-radius: 16px;

  background: #fffaf0;

  font-size: 28px;

  box-shadow: 0 8px 25px rgba(215,168,62,.08);

}


/* CARD TITLE */

.sfma-card-body h3 {

  margin: 0 0 12px;

  color: #111;

  font-family: "Aladin", sans-serif !important;

  font-size: 28px;

  font-weight: 400 !important;

  line-height: 1.1;

}


/* CARD TEXT */

.sfma-card-body p {

  color: #666;

  font-size: 15px;

  line-height: 1.75;

}


/* =========================================================
   TAGS
   ========================================================= */

.sfma-tags {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin: 18px 0 25px;

}


/* IMPORTANT:
   Works with both:
   <span>Guitar</span>
   and plain text inside tags.
*/

.sfma-tags span {

  display: inline-block;

  padding: 7px 12px;

  border: 1px solid rgba(215,168,62,.18);

  border-radius: 999px;

  background: #f8f3e7;

  color: #765716;

  font-size: 12px;

  font-weight: 700;

}


/* CARD LINK */

.sfma-card-link {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #9b701f !important;

  font-size: 14px;

  font-weight: 800;

  text-decoration: none !important;

  transition:

    color .25s ease,

    gap .25s ease;

}


.sfma-card-link:hover {

  gap: 13px;

  color: #000 !important;

}


/* =========================================================
   DARK ONLINE LEARNING SECTION
   ========================================================= */

.sfma-dark-section {

  position: relative;

  margin: 55px 0;

  padding: 100px 60px;

  overflow: hidden;

  border-radius: 32px;

  background:

    radial-gradient(
      circle at 85% 20%,
      rgba(215,168,62,.22),
      transparent 30%
    ),

    radial-gradient(
      circle at 10% 90%,
      rgba(215,168,62,.10),
      transparent 30%
    ),

    #0a0a0a;

  color: #fff;

  box-shadow:

    0 25px 70px rgba(0,0,0,.18);

}


/* DARK SECTION GLOW */

.sfma-dark-section::before {

  content: "";

  position: absolute;

  width: 280px;

  height: 280px;

  right: -120px;

  bottom: -120px;

  border-radius: 50%;

  background: rgba(215,168,62,.14);

  filter: blur(60px);

  animation: sfmaGlow 7s ease-in-out infinite alternate;

}


/* DARK CONTENT */

.sfma-dark-content {

  position: relative;

  z-index: 2;

  max-width: 900px;

}


/* DARK LABEL */

.sfma-dark-section .sfma-section-label {

  color: var(--sfma-gold-light);

}


/* DARK TITLE */

.sfma-dark-section h2 {

  margin-bottom: 28px;

  color: #fff !important;

  font-family: "Aladin", sans-serif !important;

  font-size: clamp(40px, 5vw, 60px);

  font-weight: 400 !important;

}


/* DARK PARAGRAPH */

.sfma-dark-section p {

  color: rgba(255,255,255,.75);

  font-size: 17px;

  line-height: 1.9;

}


/* =========================================================
   STATS
   ========================================================= */

.sfma-stat-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 15px;

  margin-top: 45px;

}


.sfma-stat {

  padding: 22px;

  border: 1px solid rgba(255,255,255,.12);

  border-radius: 17px;

  background: rgba(255,255,255,.045);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  transition:

    transform .3s ease,

    background .3s ease,

    border-color .3s ease;

}


.sfma-stat:hover {

  transform: translateY(-5px);

  border-color: rgba(215,168,62,.4);

  background: rgba(215,168,62,.08);

}


.sfma-stat strong {

  display: block;

  margin-bottom: 5px;

  color: var(--sfma-gold-light);

  font-family: "Aladin", sans-serif !important;

  font-size: 28px;

  font-weight: 400;

}


.sfma-stat span,
.sfma-stat {

  color: rgba(255,255,255,.9);

  font-size: 13px;

  font-weight: 600;

}


/* =========================================================
   BENEFITS
   ========================================================= */

.sfma-benefits {

  display: grid;

  grid-template-columns: repeat(2, minmax(0,1fr));

  gap: 20px;

  margin-top: 45px;

}


.sfma-benefit {

  position: relative;

  display: flex;

  gap: 24px;

  padding: 32px;

  overflow: hidden;

  border: 1px solid #eeeeee;

  border-radius: 22px;

  background:

    linear-gradient(
      145deg,
      #ffffff,
      #fafafa
    );

  transition:

    transform .35s ease,

    box-shadow .35s ease,

    border-color .35s ease;

}


.sfma-benefit::after {

  content: "";

  position: absolute;

  right: -40px;

  top: -40px;

  width: 110px;

  height: 110px;

  border-radius: 50%;

  background: rgba(215,168,62,.08);

  transition: transform .4s ease;

}


.sfma-benefit:hover::after {

  transform: scale(1.6);

}


.sfma-benefit:hover {

  transform: translateY(-6px);

  border-color: rgba(215,168,62,.38);

  box-shadow:

    0 20px 55px rgba(0,0,0,.09);

}


.sfma-benefit-number {

  position: relative;

  z-index: 2;

  min-width: 32px;

  color: #c09432;

  font-family: "Aladin", sans-serif !important;

  font-size: 25px;

}


.sfma-benefit h3 {

  position: relative;

  z-index: 2;

  margin: 0 0 10px;

  color: #111;

  font-family: "Aladin", sans-serif !important;

  font-size: 25px;

  font-weight: 400 !important;

}


.sfma-benefit p {

  position: relative;

  z-index: 2;

  margin: 0;

  color: #666;

  font-size: 14px;

  line-height: 1.75;

}


/* =========================================================
   WIDE IMAGE
   ========================================================= */

.sfma-wide-image {

  height: 500px;

  margin: 45px 0;

}


/* =========================================================
   AUDIENCE
   ========================================================= */

.sfma-audience-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0,1fr));

  gap: 20px;

  margin-top: 45px;

}


.sfma-audience-card {

  position: relative;

  min-height: 190px;

  padding: 30px;

  overflow: hidden;

  border: 1px solid #eeeeee;

  border-radius: 22px;

  background:

    linear-gradient(
      145deg,
      #ffffff,
      #f8f8f8
    );

  transition:

    transform .35s ease,

    box-shadow .35s ease,

    border-color .35s ease;

}


.sfma-audience-card::before {

  content: "";

  position: absolute;

  width: 100px;

  height: 100px;

  right: -40px;

  top: -40px;

  border-radius: 50%;

  background: rgba(215,168,62,.09);

  transition: transform .4s ease;

}


.sfma-audience-card:hover::before {

  transform: scale(1.5);

}


.sfma-audience-card:hover {

  transform: translateY(-7px);

  border-color: rgba(215,168,62,.45);

  box-shadow:

    0 20px 50px rgba(0,0,0,.08);

}


.sfma-audience-card > span {

  position: relative;

  z-index: 2;

  display: inline-block;

  margin-bottom: 8px;

  font-size: 32px;

}


.sfma-audience-card h3 {

  position: relative;

  z-index: 2;

  margin: 8px 0;

  color: #111;

  font-family: "Aladin", sans-serif !important;

  font-size: 25px;

  font-weight: 400 !important;

}


.sfma-audience-card p {

  position: relative;

  z-index: 2;

  margin: 0;

  color: #666;

  font-size: 14px;

  line-height: 1.7;

}


/* =========================================================
   FINAL CTA
   ========================================================= */

.sfma-final-cta {

  position: relative;

  margin: 70px 0 25px;

  padding: 110px 45px;

  overflow: hidden;

  border: 1px solid rgba(215,168,62,.18);

  border-radius: 32px;

  text-align: center;

  background:

    radial-gradient(
      circle at 50% 0%,
      rgba(215,168,62,.28),
      transparent 40%
    ),

    radial-gradient(
      circle at 10% 100%,
      rgba(215,168,62,.12),
      transparent 30%
    ),

    #090909;

  box-shadow:

    0 25px 70px rgba(0,0,0,.18);

}


/* CTA GLOW */

.sfma-final-glow {

  position: absolute;

  width: 320px;

  height: 320px;

  left: 50%;

  top: -180px;

  transform: translateX(-50%);

  border-radius: 50%;

  background: rgba(215,168,62,.15);

  filter: blur(70px);

  animation:

    sfmaGlow 6s ease-in-out infinite alternate;

}


/* CTA CONTENT */

.sfma-final-content {

  position: relative;

  z-index: 3;

  max-width: 850px;

  margin: auto;

}


/* CTA TITLE */

.sfma-final-cta h1,
.sfma-final-cta h2 {

  margin: 15px 0 25px;

  color: #fff !important;

  font-family: "Aladin", sans-serif !important;

  font-size: clamp(42px, 6vw, 68px);

  font-weight: 400 !important;

  line-height: 1.03;

}


/* GOLD CTA TITLE */

.sfma-final-cta h2 span {

  color: var(--sfma-gold-light);

}


/* CTA TEXT */

.sfma-final-cta p {

  max-width: 720px;

  margin: 0 auto 38px;

  color: rgba(255,255,255,.75);

  font-size: 17px;

  line-height: 1.85;

}


/* =========================================================
   WORDPRESS BUTTON COMPATIBILITY
   ========================================================= */

.sfma-blog .wp-block-button__link,
.sfma-blog .wp-element-button {

  background:

    linear-gradient(
      135deg,
      #f6dc8a,
      #d7a83e,
      #b7821c
    ) !important;

  color: #090909 !important;

  border: 0 !important;

  border-radius: 999px !important;

  font-family: "Bai Jamjuree", sans-serif !important;

  font-weight: 800 !important;

  text-decoration: none !important;

  box-shadow:

    0 12px 35px rgba(215,168,62,.25);

  transition:

    transform .3s ease,

    box-shadow .3s ease,

    filter .3s ease;

}


.sfma-blog .wp-block-button__link:hover,
.sfma-blog .wp-element-button:hover {

  background:

    linear-gradient(
      135deg,
      #f8e39c,
      #e0b44c,
      #c18d24
    ) !important;

  color: #000 !important;

  transform: translateY(-4px);

  box-shadow:

    0 18px 45px rgba(215,168,62,.38);

}


/* =========================================================
   TABLE / LIST / CONTENT POLISH
   ========================================================= */

.sfma-blog blockquote {

  border-left-color: var(--sfma-gold);

}


.sfma-blog ::selection {

  background: var(--sfma-gold);

  color: #000;

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.sfma-blog a:focus-visible,
.sfma-blog button:focus-visible {

  outline: 3px solid var(--sfma-gold);

  outline-offset: 4px;

}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes sfmaHeroZoom {

  0% {

    transform: scale(1.03);

  }

  100% {

    transform: scale(1.10);

  }

}


@keyframes sfmaGlow {

  0% {

    opacity: .55;

    transform: scale(1);

  }

  100% {

    opacity: 1;

    transform: scale(1.15);

  }

}


@keyframes sfmaFloat {

  0%,
  100% {

    transform: translateX(-50%) translateY(0);

  }

  50% {

    transform: translateX(-50%) translateY(-8px);

  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

  .sfma-hero {

    min-height: 620px;

  }


  .sfma-hero-content {

    width: 100%;

    padding: 70px 45px;

  }


  .sfma-course-grid {

    grid-template-columns: 1fr;

  }


  .sfma-wide-card {

    grid-column: auto;

  }


  .sfma-benefits {

    grid-template-columns: 1fr;

  }


  .sfma-stat-grid {

    grid-template-columns: repeat(2,1fr);

  }


  .sfma-audience-grid {

    grid-template-columns: repeat(2,1fr);

  }


  .sfma-section {

    padding: 75px 30px;

  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .sfma-blog {

    width: 100%;

  }


  /* HERO */

  .sfma-hero {

    min-height: 650px;

    border-radius: 0 0 22px 22px;

  }


  .sfma-hero-overlay {

    background:

      linear-gradient(
        180deg,
        rgba(0,0,0,.25),
        rgba(0,0,0,.65) 40%,
        rgba(0,0,0,.96) 100%
      );

  }


  .sfma-hero-content {

    align-self: flex-end;

    padding: 45px 22px;

  }


  .sfma-eyebrow {

    margin-bottom: 18px;

    font-size: 10px;

    letter-spacing: 2px;

  }


  .sfma-hero h1,
  .sfma-hero h2 {

    margin-bottom: 20px;

    font-size: 45px;

    line-height: .98;

  }


  .sfma-hero p {

    font-size: 15px;

    line-height: 1.75;

  }


  .sfma-primary-btn {

    width: auto;

    max-width: 100%;

    padding: 14px 22px;

    font-size: 13px;

  }


  /* SECTION */

  .sfma-section {

    padding: 55px 20px;

  }


  .sfma-section h1,
  .sfma-section h2 {

    font-size: 36px;

    line-height: 1.05;

  }


  .sfma-lead,
  .sfma-section-intro {

    font-size: 17px !important;

    line-height: 1.8;

  }


  .sfma-blog p {

    font-size: 15px;

    line-height: 1.8;

  }


  /* QUOTE */

  .sfma-quote-section {

    margin: 70px 18px;

    padding: 55px 23px 35px;

    border-radius: 22px;

  }


  .sfma-quote-section blockquote {

    font-size: 20px;

    line-height: 1.55;

  }


  .sfma-quote-icon {

    width: 62px;

    height: 62px;

    font-size: 48px;

  }


  /* IMAGES */

  .sfma-image-break {

    height: 300px;

    margin: 25px 15px 35px;

    border-radius: 20px;

  }


  .sfma-wide-image {

    height: 310px;

    margin: 30px 15px;

    border-radius: 20px;

  }


  .sfma-image-caption {

    left: 18px;

    bottom: 18px;

    font-size: 11px;

  }


  /* CARDS */

  .sfma-course-grid {

    gap: 18px;

    margin-top: 30px;

  }


  .sfma-card-image {

    height: 220px;

  }


  .sfma-card-body {

    padding: 24px;

  }


  .sfma-card-body h3 {

    font-size: 25px;

  }


  /* DARK */

  .sfma-dark-section {

    margin: 30px 0;

    padding: 65px 23px;

    border-radius: 22px;

  }


  .sfma-dark-section h2 {

    font-size: 40px;

  }


  .sfma-dark-section p {

    font-size: 15px;

  }


  /* STATS */

  .sfma-stat-grid {

    grid-template-columns: repeat(2,1fr);

    gap: 10px;

  }


  .sfma-stat {

    padding: 18px;

  }


  /* BENEFITS */

  .sfma-benefits {

    grid-template-columns: 1fr;

    gap: 15px;

  }


  .sfma-benefit {

    padding: 24px;

    gap: 18px;

  }


  .sfma-benefit h3 {

    font-size: 23px;

  }


  /* AUDIENCE */

  .sfma-audience-grid {

    grid-template-columns: 1fr;

    gap: 15px;

  }


  .sfma-audience-card {

    min-height: auto;

    padding: 25px;

  }


  /* FINAL CTA */

  .sfma-final-cta {

    margin: 35px 0 0;

    padding: 75px 22px;

    border-radius: 22px;

  }


  .sfma-final-cta h1,
  .sfma-final-cta h2 {

    font-size: 42px;

  }


  .sfma-final-cta p {

    font-size: 15px;

  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

  .sfma-hero h1,
  .sfma-hero h2 {

    font-size: 39px;

  }


  .sfma-section h1,
  .sfma-section h2 {

    font-size: 32px;

  }


  .sfma-stat-grid {

    grid-template-columns: 1fr;

  }


  .sfma-primary-btn {

    width: 100%;

  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  html {

    scroll-behavior: auto;

  }


  .sfma-blog *,
  .sfma-blog *::before,
  .sfma-blog *::after {

    animation-duration: .01ms !important;

    animation-iteration-count: 1 !important;

    transition-duration: .01ms !important;

    scroll-behavior: auto !important;

  }

}/* End custom CSS */