@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 1180px !important;
  }
}

@media (max-width: 1350px) and (min-width: 1024px) {
  .parallax-wrapper .how-works {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  .parallax-wrapper article.stack-card.card-1 .card-left {
    width: 65%;
  }
  .parallax-wrapper article.stack-card.card-1 .card-right {
    width: 30%;
  }

  .parallax-wrapper article.stack-card.card-2 .card-left {
    width: 30%;
  }
  .parallax-wrapper article.stack-card.card-2 .card-right {
    width: 65%;
  }

  .parallax-wrapper .card-3 .card-right {
    width: 0% !important;
  }

  .parallax-wrapper .card-3 .card-left {
    width: 100% !important;
  }
}

@media (max-width: 1200px) {
  .stack-area {
    padding: 20px;
  }

  .stack-card h3 {
    font-size: 28px;
  }

  .stack-card p {
    font-size: 16px !important;
  }
  .parallax-wrapper .step p {
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-container {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  span.right-arrow {
    display: none;
  }
  .hero-mobile {
    justify-content: center;
  }

  .svg-arrow {
    display: none;
  }

  .roles-footer span.right-arrow {
    display: block;
  }

  .roles-cards {
    gap: 50px !important;
  }
  .hero-tags {
    flex-direction: column;
  }

  .hero-tags .tag {
    cursor: pointer;
    width: 100%;
  }

  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .hero-content h1 span {
    font-weight: 500;
    font-size: 26px;
  }

  .hero-mobile img {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .roles-header {
    text-align: center;
    max-width: 100%;
  }

  .roles-header h2 {
    font-size: 24px;
  }

  .roles-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .role-card {
    width: 100%;
  }

  h1.gym-maintenance-heading {
    font-size: 24px;
  }

  p.gym-maintenance-para {
    width: 100%;
  }

  .gym-inner-box {
    gap: 20px;
  }

  .trusted-title {
    font-size: 24px;
  }

  .trusted-logos {
    gap: 45px;
  }

  .trusted-logos img {
    width: 20%;
  }

  .gym-form-container h1 {
    font-size: 24px;
    font-weight: 600;
  }

  .gym-form-container p {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
  }

  .gym-form-inner input {
    width: 100%;
  }

  .gym-form-inner input:last-of-type {
    width: 100%;
  }

  .gym-form-inner button {
    width: 100%;
  }

  .parallax-wrapper article.stack-card.card-1 .card-left {
    width: 100%;
  }
  .parallax-wrapper article.stack-card.card-1 .card-right {
    width: 0%;
    display: none;
  }

  .parallax-wrapper article.stack-card.card-2 .card-left {
    width: 0%;
    display: none;
  }
  .parallax-wrapper article.stack-card.card-2 .card-right {
    width: 100%;
  }

  .parallax-wrapper .how-works {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
  .parallax-wrapper .how-works .step {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.4);
    height: 135px;
    margin-bottom: 12px;
    width: 100%;
  }
  .parallax-wrapper .stack-card h3 {
    font-size: 28px;
  }
  .how-works .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 10px;
  }
.parallax-wrapper .card-3 .how-works .arrow{
  margin-top: -20px;
} 
.card-3 .how-works {
    gap: 20px;
}
  .parallax-wrapper .step h5 {
    font-size: 14px;
  }
  .parallax-wrapper .step p {
    font-size: 12px !important;
  }
  .parallax-wrapper img.card-right-mob-img {
    width: 230px;
    height: auto;
  }
  .parallax-wrapper .card-3 .card-left .how-works .step h5 {
    margin: 5px;
  }

  .section-parallax {
    position: relative;
    height: auto;
  }
  .roles-footer {
    font-size: 16px;
  }
  .parallax-wrapper .card-left,
  .parallax-wrapper .card-right {
    padding: 30px;
  }
  .parallax-wrapper {
    height: auto;
  }
  .parallax-wrapper .stack-card {
    position: relative;
  }
}

@media (max-width: 900px) {
  .site-header .nav-desktop,
  .site-header .header-btn {
    display: none;
  }

  .site-header .menu-toggle {
    display: block;
  }
  .site-header .logo img {
    width: 150px;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
    align-items: start;
  }

  .hero-content,
  .hero-mobile {
    max-width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }

  .hero-container {
    gap: 0px;
  }
  .hero-content {
    margin-bottom: 50px;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
    margin-top: 20px;
  }

  .svg-arrow {
    display: none;
  }

  .tag-separator {
    display: none;
  }

  .hero-tags {
    justify-content: center;
    margin-bottom: 20px;
  }

  /* Footer  */

  .rp-footer-inner {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
  }

  .footer-logo img {
    width: 60%;
  }

  .footer-center-link {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .footer-bottom {
    text-align: left;
    margin-top: 40px;
  }

  .footer-logo img {
    width: 150px;
  }
  .parallax-wrapper .card-inner {
    flex-direction: column;
  }
  .parallax-wrapper .card-left,
  .parallax-wrapper .card-right {
    width: 100%;
  }
  .stack-card h3 {
    font-size: 30px;
  }
  .hero-tags .tag {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #heroCarousel {
    margin-top: 80px;
  }
  .site-header {
    padding: 15px 20px;
  }

  .hero-container {
    position: relative;
    z-index: 2;
    margin: auto;
    display: grid;
    grid-template-columns: 100%;
    padding: 20px;
  }

  .hero-mobile {
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-mobile img {
    max-width: 100%;
    margin-top: 30px;
    height: 85%;
    margin-bottom: 30px;
  }

  .hero-tags .tag {
    cursor: pointer;
    width: 100%;
  }

  .svg-arrow {
    display: none;
  }

  .hero-content h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
  }

  .hero-content h1 span {
    font-weight: 500;
    font-size: 26px;
  }

  .roles-header h2 {
    font-size: 26px;
  }

  .roles-header {
    text-align: center;
    max-width: 100%;
    padding: 20px;
  }

  .roles-cards {
    display: flex;
    flex-direction: column;
  }

  .roles-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .roles-section {
    padding: 40px 0;
  }
  .roles-section {
    margin-top: 0px;
  }

  .roles-header p {
    font-size: 16px;
  }

  .roles-header {
    margin: 0;
  }

  span.right-arrow svg {
    rotate: 90deg;
  }

  span.right-arrow {
    padding-top: 5px;
  }
  .gym-inner-box {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: relative;
    flex-direction: column;
  }

  .gym-inner-box-arrow {
    display: flex;
    rotate: 90deg;
    width: 50px;
    justify-content: center;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 55px;
    display: none;
  }

  .gym-inner-box-icon {
    margin-bottom: 20px;
  }

  h1.gym-maintenance-heading {
    font-size: 24px;
  }

  p.gym-maintenance-para {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
  }

  .gym-maintenance {
    padding: 40px 20px;
  }
  .gym-maintenance-box {
    text-align: center;
    width: 100%;
    padding: 25px;
  }

  .trusted-logos {
    display: flex;
    flex-direction: column;
  }

  .trusted-title {
    font-size: 24px;
  }

  .trusted-logos img {
    max-height: 100px;
    width: 50%;
    object-fit: contain;
  }

  .gym-form-container p {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
  }

  .gym-form-inner {
    display: flex;
    flex-direction: column;
  }

  .gym-form-inner input {
    width: 100%;
  }

  .gym-form-inner button {
    width: 100%;
  }

  .gym-form-inner input:last-of-type {
    width: 100%;
  }

  .gym-form-container h1 {
    font-size: 24px;
  }
  .stack-area {
    height: auto;
    overflow: visible;
  }
  .stack-card.card-2 .card-inner {
    flex-direction: column;
  }

  .section-parallax {
    position: relative;
  }

  .parallax-wrapper .stack-card.card-2 .card-right {
    border-radius: 0px 0px 20px 20px;
  }
  .parallax-wrapper .stack-card.card-2 .card-left {
    border-radius: 20px 20px 0px 0px;
  }
  .parallax-wrapper .stack-card.card-3 .card-left {
    border-radius: 20px;
  }
  .parallax-wrapper .card-inner .tag {
    padding: 5px 14px 5px 12px;
  }

  .parallax-wrapper .btn-primary {
    display: flex;
    justify-content: center;
  }
  .slick-dots {
    bottom: -36px !important;
  }

  .parallax-wrapper {
    height: auto;
  }

  .section-parallax {
    height: auto;
  }
  .parallax-dots {
    right: 10px;
  }

  .parallax-wrapper .stack-card {
    position: relative;
    margin-bottom: 0px;
  }

  .parallax-wrapper .card-inner {
    flex-direction: column;
  }

  .parallax-wrapper .card-left,
  .parallax-wrapper .card-right {
    width: 100%;
    padding: 20px;
  }

  .how-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* center everything */
    gap: 40px;
  }

  .how-works .arrow {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    margin-top: -25px;
  }

  .parallax-wrapper img.card-right-mob-img {
    display: none;
  }

  .parallax-wrapper .card-3 .card-left {
    width: 100%;
  }

  .btn-primary {
    font-size: 13px;
  }

  .parallax-wrapper .how-works .step {
    background-image: none;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.4);
  }

  .parallax-wrapper .arrow img {
    display: flex;
    justify-content: center;
    margin: 35px 0;
  }

  .parallax-wrapper .icon {
    margin: -30px auto 10px;
  }

  .parallax-wrapper .how-works .step:nth-child(1) {
    margin-bottom: 0px;
  }

  .parallax-wrapper article.stack-card.card-3 .step.active {
    margin-top: 0px;
  }

  .parallax-wrapper .card-3 .card-right {
    display: none;
  }
  .parallax-wrapper .card-right {
    border-radius: 0px 0px 20px 20px;
  }
  .parallax-wrapper article.stack-card.card-1 .card-left {
    width: 100%;
  }
  .parallax-wrapper article.stack-card.card-1 .card-right {
    width: 100%;
  }

  .parallax-wrapper article.stack-card.card-2 .card-left {
    width: 100%;
  }
  .parallax-wrapper article.stack-card.card-2 .card-right {
    width: 100%;
  }

  .parallax-wrapper .how-works {
    width: 100%;
  }

  .parallax-wrapper .card-3 .card-left .how-works {
    width: 100%;
  }
  .trusted-section-mobile {
    background: #fff;
    padding: 70px 20px;
  }

  .trusted-container-mobile {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  .trusted-title-mobile {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .trusted-desc-mobile {
    font-size: 16px;
    margin-bottom: 45px !important;
  }

  /* ===== DESKTOP ===== */
  .trusted-logos-mobile {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }

  .trusted-logos-mobile img {
    height: 55px;
    object-fit: contain;
  }

  /* ===== MOBILE SLIDER ===== */
  .trusted-logos-mobile {
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 0;
  }

  .trusted-logos-mobile img {
    flex: 0 0 50%;
    /*  2 logos visible */
    max-width: 50%;
    height: 60px;
    padding: 10px;
  }
  section.trusted-section-mobile {
    display: block;
  }
  .trusted-section {
    display: none;
  }
  .roles-cards {
    display: none;
  }
  .mobile-slider-wrap {
    display: block;
  }

  .mobile-slider-wrap {
    position: relative;
  }

  .mobile-slider.mob-roles-cards .slick-list.draggable {
    height: 375px !important;
    margin: 30px;
  }

  .mob-roles-cards.slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mob-role-card {
    background: linear-gradient(rgb(255 255 255 / 83%), rgb(255 255 255 / 78%));
    color: #111;
    padding: 30px;
    border-radius: 18px;
    text-align: left;
    height: 370px !important;
    /* margin-right: 23px; */
    margin: 7px;
  }
  span.mob-role-tag {
    font-size: 12px;
    color: #891811;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mob-role-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .mob-role-card .mob-role-tag p {
    font-size: 16px;
    color: #891811 !important;
    font-weight: 400;
    margin-bottom: 0px !important;
  }
  .mob-role-card p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 16px !important;
  }
  .mob-role-card ul {
    padding-left: 18px;
    margin-bottom: 22px;
  }

  .mob-role-card ul li {
    position: relative;
  }

  .mob-role-card ul li {
    font-size: 16px;
    margin-bottom: 6px;
    list-style: none;
    font-weight: 400;
  }
  .mob-role-card ul li:before {
    position: absolute;
    content: "";
    background-image: url(../img/circle-icon.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    left: -17px;
    top: 5px;
  }

  .slick-prev-custom,
  .slick-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 50px;
    cursor: pointer;
    line-height: 0;
  }

  .slick-next-custom {
    right: 3px;
  }
  .slick-prev-custom {
    left: 3px;
  }

  .mob-role-btn {
    display: block;
    text-align: center;
    background: #891811;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #891811;
    transition: 0.3s;
  }
  .mob-download-icon {
    width: 22px;
    height: 22px;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    cursor: pointer;
    transition: stroke 0.3s ease;
  }
  a.mob-role-btn:hover {
    background-color: transparent;
    color: #891811;
    border-color: #891811;
  }

  a.mob-role-btn:hover .mob-download-icon {
    stroke: #891811;
  }

  .slick-prev-custom,
  .slick-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 50px;
    cursor: pointer;
    line-height: 0;
  }

  .slick-prev-custom {
    left: 3px;
  }

  .slick-next-custom {
    right: 3px;
  }

  /* default slick arrows hide */
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-dots li button:before {
    font-size: 11px !important;
    color: #fff !important;
  }

  .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #891811 !important;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0px 20px !important;
  }
}

@media (max-width: 480px) {
  .ready-title h2 {
    font-size: 28px;
  }

  .parallax-wrapper .stack-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .parallax-wrapper .after-para-heading {
    margin-top: 10px;
  }

  .btn-primary {
    width: 100%;
  }
}