/* access modal */
#f45SignupModal {
    padding-right: 0 !important;
    .modal-header {
      border-bottom: 0;
      .modal-title {
        flex-grow: 1;
        h4 {
          color: #636363;
          font-weight: 400;
          font-size: 18px;
        }
      }
    }
    .btn-close {
      background-color: #d5d5d5;
      border-radius: 100px;
      height: 12px;
      width: 12px;
      font-size: 12px;
      opacity: initial;
    }
    #f45SubmitButton {
      width: 100%;
      background-color: var(--color-dark-gray);
      color: white;
      font-size: 12px;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      letter-spacing: 1.5px;
      margin-bottom: 0;
      transition: background-color 0.3s, color 0.3s;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
    }
    .password-message {
      color: #7B0000;
      margin-top: 24px;
      
      .small-message {
        display: block;
        font-size: 10px;
        max-width: 75%;
        margin: 0 auto;
      }
    }
    .form-group {
      position: relative;
      margin-bottom: 8x;
      .form-control, .form-control:focus {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #838383;
        padding: 18px 0 4px 0;
        font-size: 12px;
        background: transparent;
        width: 100%;
        
      }
      .form-control {
        transform: translateX(0);
        transition: all .3s ease;
        &::placeholder {
          color: transparent;
        }
        &:after {
            display: block;
            content: " ";
            transform: scale(0);
        }
        &:focus {
          box-shadow: none;
        }
      }
      .form-control:focus ~ label, .form-control:not(:placeholder-shown) ~ label, .custom-dropdown.has-value ~ label, .custom-dropdown:has(.select-container):has(.form-control):-webkit-autofill ~ label, .custom-dropdown:has(.select-container):has(.form-control:-webkit-autofill) ~ label {
        top: 0;
        color: #666;
        transform: translateY(0);
        font-size: 10px;
      }

      label {
        transform: translateY(20px);
        position: absolute;
        left: 12.75px;
        top: 0;
        transform: translateY(20px);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #666;
        pointer-events: none;
        transition: 0.3s ease all;
      }

      .custom-dropdown {
        position: relative;
        width: 100%;
        &:after {
          display: block;
          content: "\f078" !important;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          position: absolute;
          right: 0;
          bottom: 50%;
          margin-bottom: -10px;
          line-height: 1;
        }
        select {
          z-index: 0;
          position: relative;
        }
        .select-mask {
          z-index: 1;
          position: absolute;
          width: 100%;
          height: 100%;
          background: transparent;
          top: 0;
          left: 0;
        }

        .dropdown-menu {
          position: absolute;
          width: 100%;
          background-color: transparent;
          border: 0px;
          list-style: none;
          margin: 0;
          padding: 0;
          z-index: 10;
          border-radius: 0 0 10px 10px;
          margin-top: 0;
          box-shadow: 0 8px 30px 0px rgba(0, 0, 0, 0.2);
          display: none;
          #franchiseSearch {
            outline-color: #737373;
            width: 100%;
            padding: 10px;
            font-size: 14px;
          }
          .list-container {
            max-height: 150px;
            overflow: auto;
          }

          li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 1.5px;
            color: var(--color-gray-form);
            cursor: pointer;
            line-height: 1.25rem;
            background-color: #fafafa;
            &:hover {
              background-color: #efefef;
            }
          }
        }
      }
    }
  }

.global-promo-banner {
      display: none;
  }
  header#main-header {
      top: 0 !important;
      margin-top: 0 !important;
  }
#main-content > .single-product.f45-landing, section.logo-slider-section {
  background: #eee;
}
#mainProductImage {
  @media(max-width:576px) {
    padding: 0 2rem;
  }
}
.mark, mark {
  padding: 0;
  background-color: transparent;
}
.f45-landing .product-image img.collab-logo {
  position: absolute;
  bottom: 100%;
  width: 268px;
  left: 0;
  margin-bottom: 30px;
  aspect-ratio: unset;
  max-height: none;
  @media(max-width: 1199px) {
    margin-bottom: 0;
  }
}

/* no longer being used */
#three-icons-section {
  background: white;
  h2 {
    margin-top: 0;
  }
  .subtitle {
    margin-bottom: 35px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .info-row {
    row-gap: 2rem;
  }
  .col-12:has(.info-column) {
    flex-basis: 226px;
  }
  .info-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .info-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 0;
  }
  .icon-container {
    max-height: 94px;
    .icon {
      height: 100%;
      width: auto;
    }
  }
}
/* end decprecated */

/* cta image left */
.cta-large-image-left-section {
    padding: 4rem 0;
    background-color: white !important;
}

.cta-large-image-left-section .row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.cta-large-image-left-section .image-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cta-large-image-left-section .image-wrapper {
    position: relative;
    width: 100%;
}

.cta-large-image-left-section .main-image {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


.cta-large-image-left-section .text-column {
    text-align: left;
    padding-left: 4rem;
    border: 1px solid #eee;
    background: #FFFFFF03;
    backdrop-filter: blur(100px);
}

.cta-large-image-left-section .text-column h2 {
    font-size: 28px;
    font-weight: 400;
    color: white;
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: left;
}

.cta-large-image-left-section .text-column .wysiwyg-content {
    line-height: 1.5;
    color: white;
    margin-bottom: 0;
    font-size:14px;

    p {
      margin-bottom: 1rem;
      font-size: 14px;
      max-width: 517px;
    }

    ul {
      grid-template-columns: none;
      gap: 1.5rem;
      li {
        line-height: 27px;
        padding-left:2.5rem;
        &:before {
          width: 27px;
          height: 27px;
          content: "";
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
        &:first-child:before {
          background-image: url('/wp-content/themes/joiandblokes/images/f45-icon-1-white.svg');
        }
        &:nth-child(2):before {
          background-image: url('/wp-content/themes/joiandblokes/images/f45-icon-2-white.svg');
        }
        &:nth-child(3):before {
          background-image: url('/wp-content/themes/joiandblokes/images/f45-icon-3-white.svg');
        }
      }
    }
}

.cta-large-image-left-section .text-column .btn {
  background: white;
  color: #363636;
  padding: 16px 80px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  letter-spacing: 1px;
  margin-top: 1rem;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}

.cta-large-image-left-section .text-column .btn:hover {
    background-color: var(--color-dark-gray) !important;
    color: white;
}

@media (max-width: 768px) {
  .cta-large-image-left-section .row {
    flex-direction: column;
    text-align: center;
  }

  .cta-large-image-left-section .text-column {
    margin-top: 2rem;
    padding-left: 30px;
    padding-right: 30px;
  }
  .cta-large-image-left-section .image-column {
	  border-radius:0;
	  padding-left:0;
	  padding-right:0;
  }
  .cta-large-image-left-section .text-column ul li {
    margin:0 auto;        
  }
  .cta-large-image-left-section .image-column img {
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .cta-large-image-left-section .text-column ul li {
    text-align: left;
    margin: 0;
    gap: 7px;
    margin-bottom: 10px;
  }
  .cta-large-image-left-section .text-column h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/* testimonal card */
.testimonial-card-section .testimonial-card {
  background-image: url('/wp-content/uploads/2026/01/image-7.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}