.elementor-11412 .elementor-element.elementor-element-cb544bb{margin-top:-10px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-11412 .elementor-element.elementor-element-ecdb884 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-slides .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-11412 .elementor-element.elementor-element-351c853 .elementor-repeater-item-3b2956e .swiper-slide-bg{background-color:#243778;background-image:url(https://www.smashfitgym.com/wp-content/uploads/2026/09/smashfit-smash-your-goals.webp);background-size:cover;}.elementor-11412 .elementor-element.elementor-element-351c853 .swiper-slide{transition-duration:calc(6000ms*1.2);height:868px;}.elementor-11412 .elementor-element.elementor-element-351c853 .swiper-slide-contents{max-width:66%;}.elementor-11412 .elementor-element.elementor-element-351c853 .swiper-slide-inner{text-align:center;}.elementor-11412 .elementor-element.elementor-element-sfc-classes-section:not(.elementor-motion-effects-element-type-background), .elementor-11412 .elementor-element.elementor-element-sfc-classes-section > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f3f3f3;}.elementor-11412 .elementor-element.elementor-element-sfc-classes-section{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-11412 .elementor-element.elementor-element-sfc-classes-section > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11412 .elementor-element.elementor-element-sfc-classes-col > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-11412 .elementor-element.elementor-element-e7666e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11412 .elementor-element.elementor-element-e7666e7:not(.elementor-motion-effects-element-type-background), .elementor-11412 .elementor-element.elementor-element-e7666e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;background-image:url("https://www.smashfitgym.com/wp-content/uploads/2026/09/smashfit-gym-8.webp");}@media(max-width:1024px){.elementor-11412 .elementor-element.elementor-element-cb544bb{margin-top:-10px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-11412 .elementor-element.elementor-element-ecdb884 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-11412 .elementor-element.elementor-element-351c853 .swiper-slide{height:560px;}}@media(max-width:767px){.elementor-11412 .elementor-element.elementor-element-cb544bb{margin-top:-10px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-11412 .elementor-element.elementor-element-ecdb884 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-11412 .elementor-element.elementor-element-351c853 .swiper-slide{height:480px;}}/* Start custom CSS for html, class: .elementor-element-950c200 */.smash-schedule {
    --card: #ffffff;
    --yellow: #e7ff2a;     /* neon yellow header */
    --red: #e34a3b;        /* time red */
    --navy: #0b1f4d;       /* text navy */
    --shadow: 0 18px 40px rgba(0,0,0,.22);

    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--navy);
    padding: clamp(18px, 3vw, 36px);
    border-radius: 18px;

    /* ✅ background texture */
    background-image: url("https://www.smashfitgym.com/wp-content/uploads/2026/02/Class-Schedule.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    overflow: hidden;
  }

  /* subtle dark overlay */
  .smash-schedule::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(7,28,58,.25), rgba(7,28,58,.55));
    pointer-events:none;
  }

  .smash-schedule * { box-sizing: border-box; }

  .smash-schedule__inner{
    position:relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
  }

  .smash-schedule__title{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap: 16px;
    margin-bottom: 18px;
  }

  .smash-schedule__title h2{
    margin:0;
    color:#ffffff;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1.05;
  }

  .smash-schedule__subtitle{
    margin: 6px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 14px;
    max-width: 56ch;
  }

  .smash-schedule__grid{
    display:grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
    align-items: stretch;
  }

  .day-card{
    background: var(--card);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 14px 14px 12px;
    position: relative;
    min-height: 220px;
  }

  .day-card__head{
    background: var(--yellow);
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 14px;
    display:inline-block;
  }

  .day-card__list{
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display:flex;
    flex-direction: column;
    gap: 10px;
  }

  .slot{
    display:grid;
    grid-template-columns: 130px 1fr;
    gap: 10px;
    align-items: baseline;
    border-bottom: 1px dashed rgba(11,31,77,.18);
    padding-bottom: 10px;
  }
  .slot:last-child{ border-bottom: 0; padding-bottom: 0; }

  .slot__time{
    color: var(--red);
    font-weight: 800;
    font-size: 13px;
    white-space: nowrap;
  }

  .slot__name{
    font-weight: 900;
    letter-spacing: .2px;
    font-size: 13px;
    text-transform: uppercase;
  }

  .mon{ grid-column: span 4; }
  .tue{ grid-column: span 4; }
  .wed{ grid-column: span 4; }
  .thu{ grid-column: span 4; }
  .fri{ grid-column: span 4; }
  .sat{ grid-column: span 4; }

  .goals{
    grid-column: 9 / span 4;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 18px;
    min-height: 220px;
  }
  .goals__text{
    color: #e7ff2a;
    font-weight: 900;
    font-size: clamp(26px, 3.2vw, 44px);
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: skewX(-8deg);
    text-shadow: 0 8px 18px rgba(0,0,0,.35);
    line-height: .95;
    text-align:center;
    padding: 10px 0 0;
  }

  .smash-schedule__footer{
    margin-top: 16px;
    color: rgba(255,255,255,.9);
    display:flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: space-between;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,.22);
    padding-top: 12px;
  }

  .smash-schedule__footer a{
    color: rgba(255,255,255,.98);
    text-decoration: underline;
    font-weight: 700;
  }

  /* ✅ Download button */
  .smash-schedule__download{
    margin-top: 18px;
    display:flex;
    justify-content: center;
  }
  .smash-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #e7ff2a;
    color: #0b1f4d;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 13px;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
    transition: transform .15s ease, filter .15s ease;
  }
  .smash-btn:hover{
    transform: translateY(-2px);
    filter: brightness(.98);
  }
  .smash-btn:active{
    transform: translateY(0px);
  }

  @media (max-width: 980px){
    .mon,.tue,.wed,.thu,.fri,.sat{ grid-column: span 6; }
    .goals{ grid-column: span 12; min-height: 120px; }
    .slot{ grid-template-columns: 120px 1fr; }
  }
  @media (max-width: 640px){
    .mon,.tue,.wed,.thu,.fri,.sat{ grid-column: span 12; }
    .slot{ grid-template-columns: 1fr; gap: 4px; }
    .slot__time{ font-size: 12px; }
    .slot__name{ font-size: 12px; }
    .smash-btn{ width: 100%; max-width: 420px; }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e7666e7 */.elementor-11412 .elementor-element.elementor-element-e7666e7 { background-color: #ffffff !important; background-image: none !important; }/* End custom CSS */