@charset "UTF-8";
/*
Theme Name: Fitstatic V3
Description: V3 of Fitstatic theme 
Tested up to: 6.8
Version: 1.4.11
Text Domain: fitstatic
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover, button {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* TOP NAV STYLE STARTS */
.menu {
  position: fixed;
  right: 15px;
  top: 19px;
  height: 20px;
  width: 25px;
  z-index: 1100;
  background: 0;
  outline: 0;
  padding: 10px;
  border: 0;
  -webkit-transition: 0.4s -webkit-transform linear;
  transition: 0.4s transform linear;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.menu:focus {
  outline: 0;
  box-shadow: none;
}

.bar,
.bar::before,
.bar::after {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  margin: auto;
  width: 100%;
  content: "";
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
}

.bar {
  width: 14px;
}

.headerscroll .bar {
  margin-top: 0px;
}

.bar::before {
  top: -8px;
  width: 24px;
}

.bar::after {
  top: 8px;
  width: 24px;
}

.bar::before,
.bar::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu.active .bar {
  background-color: transparent;
}

.active .bar {
  background: 0;
}

.active .bar::before {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active .bar::after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active .bar::before,
.active .bar::after {
  top: 0;
}

.active .bar,
.active .bar::before,
.active .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

.navslide {
  width: 220px;
  height: 100%;
  background: linear-gradient(180deg, #141434 3.77%, #000000 121.31%);
  padding-top: 80px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(220px);
  -ms-transform: translateX(220px);
  transform: translateX(220px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  z-index: 1050;
}
.navslide li.btn-outline-warning {
  border-color: #e6b609;
  border-width: 2px;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
}
.navslide li.btn-outline-warning:hover {
  background: #e6b609;
}
.navslide li.btn-outline-warning:hover a {
  color: #000;
}

.menu-open nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.navslide ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-left: 10px;
}

.navslide ul li {
  margin-bottom: 10px;
}

.navslide ul li a {
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  color: #fff;
}

.navslide ul li a:hover,
.navslide ul li a:focus {
  color: #F04923;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.navslide ul li.menu-item.active > a {
  color: #e6b609;
  font-weight: 500;
}

header button:focus {
  outline: 0;
}

.navslide ul.dropdown-menu {
  background: transparent;
  border: 0;
  text-indent: 10px;
  margin-top: 10px;
}

.navslide ul.dropdown-menu li:last-of-type {
  margin-bottom: 0;
}

nav.navbar.navslide {
  align-items: start;
}

/* TOP NAV STYLE ENDS */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .menu {
    top: 18px;
  }
  .navslide {
    width: 300px;
    height: 100%;
    -webkit-transform: translateX(1100px);
    -ms-transform: translateX(1100px);
    transform: translateX(1100px);
    padding-top: 100px;
  }
  .navslide ul li {
    margin-bottom: 10px;
  }
  .navslide ul li a {
    padding-left: 50px;
    font-size: 18px;
  }
}
body.menu-open {
  position: relative;
  overflow: hidden;
}

body.menu-open::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

ul#header-main-menu {
  gap: 28px;
}
ul#header-main-menu .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
ul#header-main-menu .nav-link:hover, ul#header-main-menu .current_page_item.active .nav-link {
  color: #e6b609;
}
ul#header-main-menu > li.menu-item:not(.btn) {
  padding: 6px 12px;
}
ul#header-main-menu li.btn.btn-outline-warning {
  border-color: #e6b609;
  border-width: 2px;
  border-radius: 10px;
  background-color: transparent;
}
ul#header-main-menu li.btn.btn-outline-warning:hover {
  background: #e6b609;
}
ul#header-main-menu li.btn.btn-outline-warning:hover a {
  color: #000;
}
ul#header-main-menu .dropdown-menu {
  border: 0;
  --bs-dropdown-bg: #141434;
}
ul#header-main-menu .dropdown-menu li a {
  padding: 0.5rem 1rem;
  font-weight: 500;
}
ul#header-main-menu .dropdown-menu li:hover a, ul#header-main-menu .dropdown-menu li:focus a {
  color: #e6b609;
  background: rgba(255, 255, 255, 0.1098039216);
}
ul#header-main-menu .dropdown-toggle::after {
  margin-left: 10px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  ul#header-main-menu {
    gap: 21px;
  }
  ul#header-main-menu .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  ul#header-main-menu {
    gap: 15px;
  }
  ul#header-main-menu .nav-link {
    font-size: 14px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 991px) {
  ul#header-main-menu {
    gap: 6px;
  }
  ul#header-main-menu .nav-link {
    font-size: 12px;
  }
}
.general-content {
  padding: 180px 0px 80px;
  font-size: 16px;
  line-height: 28px;
  color: #d1d1d1;
  background: linear-gradient(180deg, #000000 1%, #141434 130%);
}
.general-content h1 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}
.general-content h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}
.general-content h3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content h6 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.general-content p {
  margin-bottom: 25px;
}
.general-content ul,
.general-content ol {
  list-style-type: circle;
  padding-left: 40px;
  margin-bottom: 35px;
}
.general-content ul li,
.general-content ol li {
  margin-bottom: 15px;
}
.general-content a {
  color: #F8B107;
}
.general-content a:hover {
  text-decoration: underline;
}
.general-content b,
.general-content strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .general-content {
    padding: 90px 5px 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .general-content h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .general-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .general-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .general-content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .general-content h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .general-content h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .general-content p {
    margin-bottom: 20px;
  }
  .general-content ul,
  .general-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .general-content ul li,
  .general-content ol li {
    margin-bottom: 15px;
  }
}
.fs-trainers {
  padding-left: 1em;
  padding-right: 1em;
  /* Tablet: 2 columns */
  /* Mobile: 1 column */
}
.fs-trainers .trainer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25em;
}
.fs-trainers .trainer-grid .trainer-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-bottom: 4em;
}
.fs-trainers .trainer-grid .trainer-card img {
  width: 100%;
  border-radius: 10px;
}
.fs-trainers .trainer-grid .trainer-card h2 {
  margin-top: 1.2em;
  font-size: 1.6em;
  font-weight: 600;
  color: #e6b609 !important;
}
.fs-trainers .trainer-grid .trainer-card p {
  font-size: 1em;
  font-weight: 500;
  margin: 0.75em auto;
}
@media (max-width: 1024px) {
  .fs-trainers .trainer-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
@media (max-width: 600px) {
  .fs-trainers .trainer-grid {
    grid-template-columns: 1fr;
  }
}

.load-more-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.trainer-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
  }
}
.load-more-container.fade-out {
  animation: fadeOut 0.6s ease forwards;
}

.loading-text {
  font-size: 1rem;
  font-style: italic;
  position: absolute;
  top: -1rem;
}

.ready-to-train .wp-block-cover__image-background {
  object-fit: contain !important;
}

.ready-to-train-container {
  align-items: center;
}
.ready-to-train-container .text-content {
  width: max-content;
}
.ready-to-train-container .float-mobile {
  flex: 1;
}
.ready-to-train-container .float-mobile img {
  /*max-width: 950px;
  width: 52vw;
  height: auto;
  top: -50vh;*/
  margin-left: -2.3vw;
}
@media (max-width: 1880px) and (min-width: 1601px) {
  .ready-to-train-container .float-mobile img {
    margin-left: 3vw;
  }
}
@media (max-width: 1600px) and (min-width: 1201px) {
  .ready-to-train-container .float-mobile img {
    margin-left: 10vw;
    width: 30vw;
  }
}
@media (max-width: 1200px) {
  .ready-to-train-container .float-mobile img {
    margin-left: 10vw;
    width: 30vw;
  }
}

/*
.ready-to-train-container {
  grid-template-columns: none !important;
}

.ready-to-train-container .wp-block-media-text__media {
  position: absolute;
  width: 56%;
  right: 5%;
  top: -80%;
}
*/
@media (min-width: 481px) and (max-width: 767px) {
  h2.tagline.title {
    font-size: 2.5rem;
    line-height: 1em;
  }
}
.ready-to-train-gpt {
  padding: 4em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.ready-to-train-gpt .text-content {
  flex: 1;
}
.ready-to-train-gpt .text-content h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.ready-to-train-gpt .text-content p {
  font-size: 1.1rem;
  margin: 0.5em 0;
}
.ready-to-train-gpt .text-content a {
  color: #fffdc7;
  font-weight: bold;
  text-decoration: none;
}
.ready-to-train-gpt .mobile-image {
  flex: 1;
}
.ready-to-train-gpt .mobile-image img {
  max-width: 100%;
  height: auto;
  margin-top: -60px;
}
@media (max-width: 1024px) {
  .ready-to-train-gpt {
    flex-direction: column;
    text-align: center;
  }
  .ready-to-train-gpt .mobile-image img {
    margin-top: 0;
  }
  .ready-to-train-gpt .text-content h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .ready-to-train-gpt .text-content h2 {
    font-size: 1.5rem;
  }
  .ready-to-train-gpt .text-content p {
    font-size: 0.95rem;
  }
}

.fs-headline-trainer {
  color: #fff;
}
.fs-headline-trainer h2.title {
  color: #e6b609 !important;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .fs-headline-trainer h2.title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .fs-headline-trainer h2.title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .fs-headline-trainer h2.title {
    font-size: 32px;
    line-height: 42px;
  }
}
.fs-headline-trainer h3.title {
  margin-top: 0.25em;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-weight: 600 !important;
}
@media (max-width: 575.98px) {
  .fs-headline-trainer h3.title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .fs-headline-trainer h3.title {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .fs-headline-trainer h3.title {
    font-size: 28px;
    line-height: 38px;
  }
}
.fs-headline-trainer p {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 1.5em;
  justify-self: flex-start;
  text-align: justify;
}
@media (max-width: 781px) {
  .fs-headline-trainer p {
    width: auto;
  }
}
.fs-headline-trainer .media-text-box {
  justify-content: center;
}
.fs-headline-trainer .media-text-box .wp-block-media-text__media {
  width: 25vw;
}
.fs-headline-trainer .media-text-box .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.extra-info {
  padding-bottom: 30px;
  padding-top: 30px;
}
.extra-info h2 {
  color: #fff !important;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .extra-info h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .extra-info h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .extra-info h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.extra-info p {
  color: #fff;
  margin: auto;
  text-align: justify;
  font-size: 1em;
}

.fs-program-features .media-text-box h2, .why-fs-gallery-testimonial .media-text-box h2 {
  color: #e6b609 !important;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .fs-program-features .media-text-box h2, .why-fs-gallery-testimonial .media-text-box h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .fs-program-features .media-text-box h2, .why-fs-gallery-testimonial .media-text-box h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .fs-program-features .media-text-box h2, .why-fs-gallery-testimonial .media-text-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.fs-program-features .media-text-box p, .why-fs-gallery-testimonial .media-text-box p {
  color: #fff;
  margin: auto;
  text-align: center;
}

.fs-3by3-section h2.sec-heading {
  margin-bottom: 20px;
}
.fs-3by3-section p {
  color: #fff;
  text-align: center;
}
.fs-3by3-section .fs-grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  justify-content: center;
  justify-items: center;
  margin: 2.5em 0;
}
.fs-3by3-section .fs-grid-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  clip-path: url(#fs-programs-grid-card-clip);
  transition: box-shadow 0.3s ease;
  text-align: left;
  aspect-ratio: 1/1;
  min-height: unset;
  height: 320px;
  max-width: 320px;
}
.fs-3by3-section .fs-grid-card .wp-block-cover__inner-container {
  width: 100%;
  height: 100%;
  padding-top: 51%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.fs-3by3-section .fs-grid-card img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.fs-3by3-section .fs-grid-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  color: #fff;
}
.fs-3by3-section .fs-grid-card p {
  color: #fff;
  text-align: left;
  margin: auto 0 0 0;
}
.fs-3by3-section .fs-grid-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.fs-3by3-section .fs-grid-card > .wp-block-cover__background {
  background: linear-gradient(180deg, rgba(19, 19, 51, 0) 35%, rgb(20, 20, 52) 75%) !important;
  opacity: 0.55 !important;
}

.fs-pricing-offset-bg {
  min-height: 75vw !important;
}
.fs-pricing-offset-bg img.wp-block-cover__image-background {
  object-fit: contain !important;
  bottom: -22%;
  top: auto;
}

.fs-pricing-offset-bg.fsprime-pricing {
  min-height: 85vw !important;
}

.card-pricing .wp-block-spacer {
  height: clamp(2rem, 2vw + 1rem, 3.2rem);
}

.fs-pricing h2.sec-heading {
  margin-bottom: 20px;
}
.fs-pricing .pricing-columns {
  margin: 3.75em 0;
}
.fs-pricing.fsprime-pricing .pricing-columns {
  gap: 1em;
}
.fs-pricing .fs-pricing-bg {
  border-radius: 10px;
  min-height: 10vw !important;
  padding: clamp(1.5em, 2vw, 2.5em) !important;
}
.fs-pricing .fs-pricing-bg .pricing-box {
  min-height: clamp(250px, 20vw, 420px) !important;
}
.fs-pricing .fs-pricing-bg h3.number {
  font-family: sans-serif;
  font-size: clamp(2.5rem, 6vw + 1rem, 5.65rem) !important;
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.fs-pricing .fs-pricing-bg h3.title, .fs-pricing .fs-pricing-bg p.final-price {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 3rem) !important;
  line-height: clamp(2rem, 2.5vw + 0.5rem, 2.5rem);
  font-weight: 700;
}
.fs-pricing .fs-pricing-bg p.final-price {
  letter-spacing: 0.02em;
}
.fs-pricing .fs-pricing-bg hr {
  opacity: 1;
  height: 2px;
  color: #898989;
  background-color: #fff;
  margin: 10px 0;
  width: 100%;
}
.fs-pricing .fs-pricing-bg p.subtitle {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 2rem) !important;
}
.fs-pricing .fs-pricing-bg p.strikeout-price, .fs-pricing .fs-pricing-bg p.strikeout-price s {
  font-size: clamp(1.125rem, 2vw + 0.5rem, 2rem) !important;
  line-height: clamp(2rem, 2vw + 1rem, 3.2rem);
  font-weight: 500;
  text-decoration: line-through 2px;
}
.fs-pricing .fs-pricing-bg.blue {
  color: #fff;
}
.fs-pricing .fs-pricing-bg.blue h3.number {
  color: #fff;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #fff;
}
.fs-pricing .fs-pricing-bg.blue > span {
  background: linear-gradient(180deg, #0d0d47 0%, #181865 48%, #2e2e9e 100%);
}
.fs-pricing .fs-pricing-bg.blue hr {
  color: #898989 !important;
  background: #fff !important;
}
.fs-pricing .fs-pricing-bg.yellow {
  color: #0d0d47;
}
.fs-pricing .fs-pricing-bg.yellow h3.number {
  color: #0d0d47;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #0d0d47;
}
.fs-pricing .fs-pricing-bg.yellow > span {
  background: linear-gradient(180deg, #e9bf29 0%, #f4df96 48%, #fefefe 100%);
}
.fs-pricing .fs-pricing-bg.yellow hr {
  color: #0d0d47 !important;
  background: #0d0d47 !important;
}

@media (max-width: 780px) {
  .fs-pricing .pricing-columns {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    gap: 2rem;
  }
  .fs-pricing .pricing-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 45% !important;
  }
  .fs-pricing-bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: space-between;
    max-width: clamp(280px, 90%, 340px);
    margin: 0 auto;
    padding: clamp(1rem, 4vw, 2rem);
    border-radius: 10px;
  }
  .fs-pricing-bg .pricing-box {
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    padding: clamp(1rem, 4vw, 2rem);
    text-align: center;
  }
  .fs-pricing-bg .card-pricing {
    margin-top: auto;
    padding-inline: clamp(1rem, 4vw, 2rem);
    text-align: left;
  }
  .fs-pricing-bg .card-pricing p.final-price {
    display: block;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.3;
  }
  .fs-pricing-bg .card-pricing p.strikeout-price {
    display: block;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.3;
  }
  .fs-pricing-bg .card-pricing p.strikeout-price s {
    display: block;
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.3;
  }
  .fs-pricing-bg h3.number {
    font-size: clamp(2rem, 6vw, 3rem);
    line-height: 1;
  }
  .fs-pricing-bg h3.title {
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.3;
  }
  .fs-pricing-bg p.subtitle {
    font-size: clamp(1.25rem, 4vw, 2rem);
    line-height: 1.3;
  }
  .fs-pricing-bg hr {
    margin: 1em auto;
    width: 80%;
  }
}
@media (max-width: 530px) {
  .fs-pricing .pricing-columns {
    flex-direction: column;
  }
}
body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 17.5px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(180deg, #141434 3.77%, #111129 121.31%);
}
body.modal-open {
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #F8B107;
}

header {
  padding: 60px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  display: block;
}
header .header-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .header-menu ul li a {
  padding: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
header .header-menu ul li a:hover {
  color: #F8B107;
}
header.inner-page-header {
  padding: 35px 0;
  background: linear-gradient(180deg, #0e0e48 3.77%, #060619 100%);
}

.headerscroll header {
  background: linear-gradient(180deg, #000000 3.77%, #141434 121.31%);
  padding: 20px 0;
}

.banner {
  padding: 160px 0 60px;
  background-image: url("images/banner-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.banner .row {
  align-items: center;
}
.banner .banner-cnt {
  color: #fff;
}
.banner .banner-cnt h1 {
  font-size: 42px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .banner .banner-cnt h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .banner .banner-cnt h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (min-width: 1081px) and (max-width: 1370px) {
  .banner .banner-cnt h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.banner .banner-cnt p {
  margin: 20px 0 20px;
  font-size: 24px;
  line-height: 34px;
}
.banner .banner-cnt .app-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner .banner-cnt .app-btns a {
  display: block;
}
.banner .banner-cnt .app-btns a img {
  display: block;
}
.banner .banner-cnt .banner-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner .banner-cnt .banner-btn .button-style1, .banner .banner-cnt .banner-btn .fs-button-fill {
  margin-top: 0;
}

.no-banner-block {
  padding-top: 160px;
}
@media (max-width: 767px) and (min-width: 481px) {
  .no-banner-block {
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .no-banner-block {
    padding-top: 100px;
  }
}

.textual-banner {
  color: #fff;
  padding-top: 70px;
  background: linear-gradient(180deg, #141434 36.01%, #000000 100%);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .textual-banner {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .textual-banner {
    padding-top: 0px;
  }
}
.textual-banner h1 {
  font-size: 42px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .textual-banner h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .textual-banner h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (min-width: 1081px) and (max-width: 1370px) {
  .textual-banner h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.textual-banner p {
  margin: 20px 0 20px;
  /* font-size: 24px;
  line-height: 34px; */
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.035em;
}
@media (max-width: 575.98px) {
  .textual-banner p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .textual-banner p {
    font-size: 18px;
    line-height: 28px;
  }
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.svg-icon {
  transition: box-shadow 0.5s ease-in-out;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  0% {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 15px rgb(255, 255, 0));
  }
}
.features-slider {
  padding: 60px 0;
  background: #000;
  background: linear-gradient(180deg, #141434 36.01%, #000000 100%);
}
.features-slider h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .features-slider h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .features-slider h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .features-slider h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.features-slider .fs-item {
  padding: 24px 20px 24px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  height: auto;
}
.features-slider .fs-item .fs-title {
  gap: 12px;
  display: flex;
  align-items: center;
}
.features-slider .fs-item .fs-title .fs-icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(122.55deg, #F8B107 19.48%, #EFE873 86.25%);
  flex-shrink: 0;
}
.features-slider .fs-item .fs-title h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.features-slider .fs-item p {
  margin: 16px 0;
  letter-spacing: 0.5px;
}
.features-slider .splide__arrows .splide__arrow {
  top: 26px;
  width: 24px;
  height: 24px;
  background-color: #6E6E6E;
}
.features-slider .splide__arrows .splide__arrow svg {
  height: 12px;
}
.features-slider .splide__arrows .splide__arrow:hover {
  background-color: #fff;
}
.features-slider .splide__arrows .splide__arrow--prev {
  left: inherit;
  right: 36px;
}
.features-slider .splide__arrows .splide__arrow--next {
  right: 0;
}

.features-slider .trainer-slider .splide__arrows .splide__arrow {
  bottom: -58px;
  top: inherit;
}

.fitness-journey {
  margin-top: -1px;
  color: #fff;
  background-image: url("images/fitness-bg.png");
  background-size: cover;
}
.fitness-journey h2 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .fitness-journey h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .fitness-journey h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .fitness-journey h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.fitness-journey .subtitle {
  padding: 20px 65px 0px 65px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.035em;
}
@media (max-width: 575.98px) {
  .fitness-journey .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .fitness-journey .subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.fitness-journey .fitness-item-wrap .fitness-item {
  padding: 85px 0;
  --bs-gutter-x: 30px;
  align-items: center;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img {
  position: relative;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img img {
  display: block;
  width: 100%;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package {
  width: 260px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 12px;
  border-radius: 14px;
  background-color: #2E2E2E;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package h6 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li {
  padding: 12px 8px;
  font-size: 12px;
  gap: 15px;
  border-radius: 5px;
  background-color: #16181B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.7px solid #16181B;
  letter-spacing: 0.02em;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span {
  gap: 8px;
  display: flex;
  align-items: center;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span img {
  width: auto;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span img.radio-circle-selected {
  display: none;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li b {
  font-weight: 500;
  flex-shrink: 0;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li:nth-child(2) {
  border: 0.7px solid #FACF40;
  background: linear-gradient(154.36deg, rgba(47, 47, 47, 0.74) 11.3%, rgba(47, 47, 47, 0.74) 95.38%);
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li:nth-child(2) span img.radio-circle-selected {
  display: block;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li:nth-child(2) span img.radio-circle {
  display: none;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h5 {
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-cnt ul li {
  padding-left: 15px;
  margin-bottom: 10px;
  background-image: url("images/dot.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px;
}
.fitness-journey .fitness-item-wrap .fitness-item .fi-cnt ul li:last-child {
  margin-bottom: 0;
}
.fitness-journey .fitness-item-wrap .fitness-item:nth-child(even) {
  flex-direction: row-reverse;
}

.train {
  padding: 60px 0;
  background: #141434;
  background: linear-gradient(180deg, #141434 3.77%, #000000 121.31%);
  margin-top: -1px;
}
.train h2 {
  padding-bottom: 60px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .train h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .train h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .train h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.train .train-item-wrap .train-item {
  --bs-gutter-x: 30px;
  align-items: center;
}
.train .train-item-wrap .train-item .ti-item img {
  display: block;
}
.train .train-item-wrap .train-item .ti-cnt {
  padding-left: 20px;
}
.train .train-item-wrap .train-item .ti-cnt h4 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
  .train .train-item-wrap .train-item .ti-cnt h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .train .train-item-wrap .train-item .ti-cnt h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .train .train-item-wrap .train-item .ti-cnt h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.train .train-item-wrap .train-item .ti-cnt ul li {
  padding-left: 34px;
  margin-bottom: 10px;
  background-image: url("images/tick.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}
.train .train-item-wrap .train-item .ti-cnt ul li:last-child {
  margin-bottom: 0;
}
.train .train-item-wrap .train-item:last-child {
  padding-top: 30px;
}
.train .train-item-wrap .train-item:nth-child(even) {
  flex-direction: row-reverse;
}

.features-slider.personal-training {
  padding-bottom: 110px;
  margin-top: -1px;
}
.features-slider.personal-training h2 {
  text-align: center;
}
.features-slider.personal-training .fs-item .fs-title .fs-icon {
  background: #153770;
}
.features-slider.personal-training .splide__arrows .splide__arrow {
  bottom: -58px;
  top: inherit;
}

.home-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -1px;
  background: linear-gradient(180deg, #000000 3.77%, #141434 121.31%);
}
.home-contact h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .home-contact h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .home-contact h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .home-contact h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.home-contact .why-fitstatic-subtitile {
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .home-contact .why-fitstatic-subtitile {
    text-align: justify;
  }
}
.home-contact .row {
  --bs-gutter-x: 75px;
}
.home-contact .why-fitstatic-accordion {
  padding: 74px 0 20px;
}
.home-contact .why-fitstatic-accordion .accordion-item {
  margin-bottom: 25px;
  background-color: transparent;
  border: 0;
}
.home-contact .why-fitstatic-accordion .accordion-item h2 {
  margin-bottom: 0;
}
.home-contact .why-fitstatic-accordion .accordion-item .accordion-button {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  background-color: transparent;
  color: #F8B107;
  box-shadow: none;
  border-radius: 10px !important;
  border: 1px solid #F8B107;
}
.home-contact .why-fitstatic-accordion .accordion-item .accordion-button::after {
  background-image: url("images/accordion-up.svg");
  width: 24px;
  height: 24px;
  background-position: center;
}
.home-contact .why-fitstatic-accordion .accordion-item .accordion-button.collapsed {
  color: #D6D6D6;
  border: 1px solid #4A525B;
}
.home-contact .why-fitstatic-accordion .accordion-item .accordion-button.collapsed::after {
  background-image: url("images/accordion-down.svg");
}
.home-contact .why-fitstatic-accordion .accordion-item .accordion-body {
  padding: 24px;
  padding-left: 20px;
}
.home-contact .why-fitstatic-accordion .accordion-item .accordion-body p {
  color: #D6D6D6;
}
.home-contact .app-btns {
  padding: 30px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.home-contact .app-btns a {
  display: block;
}
.home-contact .app-btns a img {
  display: block;
}
.home-contact .home-faq {
  padding: 74px 0 20px;
}
.home-contact .home-faq .home-faq-item {
  margin-bottom: 20px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #181a35;
}
.home-contact .home-faq .home-faq-item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #F8B107;
}
.home-contact .home-faq .home-faq-item p {
  font-size: 1em;
  line-height: 22px;
  color: #D6D6D6;
}
.home-contact .home-faq .home-faq-item:last-child {
  margin-bottom: 0;
}
.home-contact .home-contact-form {
  padding: 20px 30px;
  background: linear-gradient(178.73deg, #000000 -18.89%, #141434 98.91%);
}
.home-contact .home-contact-form h3 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
  .home-contact .home-contact-form h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .home-contact .home-contact-form h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .home-contact .home-contact-form h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.home-contact .home-contact-form div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.home-contact .home-contact-form .wpforms-container .wpforms-field,
.home-contact .home-contact-form .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0;
  padding-bottom: 20px;
}
.home-contact .home-contact-form .cf-field input,
.home-contact .home-contact-form .cf-field textarea {
  height: 60px;
  font-size: 14px;
  background-color: transparent;
  background: transparent;
  border: 1px solid #5c5c5c;
  border-radius: 12px;
  color: #fff;
}
.home-contact .home-contact-form .cf-field input::-webkit-input-placeholder,
.home-contact .home-contact-form .cf-field textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #eeeeee;
}
.home-contact .home-contact-form .cf-field input:-moz-placeholder,
.home-contact .home-contact-form .cf-field textarea:-moz-placeholder {
  font-size: 14px;
  color: #eeeeee;
}
.home-contact .home-contact-form .cf-field input::-moz-placeholder,
.home-contact .home-contact-form .cf-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #eeeeee;
}
.home-contact .home-contact-form .cf-field input:-ms-input-placeholder,
.home-contact .home-contact-form .cf-field textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #eeeeee;
}
.home-contact .home-contact-form .cf-field input:focus,
.home-contact .home-contact-form .cf-field textarea:focus {
  border-color: #f8b107;
  box-shadow: 0 0 0 1px #f8b107, 0px 1px 2px rgb(248, 177, 7);
  color: #fff;
}
.home-contact .home-contact-form .cf-field input[type=email]:focus,
.home-contact .home-contact-form .cf-field input[type=tel]:focus {
  border-color: #f8b107;
  box-shadow: 0 0 0 1px #f8b107, 0px 1px 2px rgb(248, 177, 7);
  color: #fff;
}
.home-contact .home-contact-form .cf-field textarea {
  height: 80px !important;
}
.home-contact .home-contact-form .cf-field input:-webkit-autofill,
.home-contact .home-contact-form .cf-field textarea:-webkit-autofill,
.home-contact .home-contact-form .cf-field select:-webkit-autofill,
.home-contact .home-contact-form .cf-field .choices:-webkit-autofill {
  -webkit-text-fill-color: #FFFFFF !important;
  /* White text color */
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  /* Persistent color */
  -webkit-box-shadow: 0 0 0 1000px #141434 inset !important;
  /* Background color */
  color: #FFFFFF !important;
  /* White text color as fallback */
}
.home-contact .home-contact-form .cf-field div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus {
  border-color: #d63637 !important;
  box-shadow: 0 0 0 1px #d63637 !important;
}
.home-contact .home-contact-form button.wpforms-submit {
  height: 45px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #f8b107 !important;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  color: #000000 !important;
}
.home-contact .home-contact-form button.wpforms-submit:hover, .home-contact .home-contact-form button.wpforms-submit:active {
  background-image: linear-gradient(122.55deg, #EFE873 19.48%, #F8B107 86.25%) !important;
}
.home-contact .home-contact-form button.wpforms-submit:focus {
  outline: 0;
  box-shadow: none;
}
.home-contact .home-contact-form div.wpforms-container-full .wpforms-confirmation-container-full,
.home-contact .home-contact-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #000000;
  border: 1px solid #000000;
  margin-bottom: 0;
}
.home-contact .home-contact-form div.wpforms-container-full .wpforms-confirmation-container-full p,
.home-contact .home-contact-form div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
  color: #c9c9c9;
  text-align: center;
}
.home-contact .home-contact-form .wpforms-field-checkbox.gold-text .wpforms-field-label-inline {
  font-size: 14px;
  line-height: 20px;
  color: #cfcfcf;
}
.home-contact .home-contact-form .wpforms-field-checkbox.gold-text .wpforms-field-label-inline a {
  color: #F8B107;
}
.home-contact .home-contact-form .wpforms-field-checkbox.gold-text ul li input {
  margin-top: 5px;
}
.home-contact .home-contact-form .wpforms-field-checkbox.gold-text input[type=checkbox]:checked:before,
.home-contact .home-contact-form .wpforms-field-checkbox.gold-text input[type=checkbox]:focus:before {
  border-color: unset;
  box-shadow: none;
}

.home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
  background: #0c0c1f !important;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px !important;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}
.home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border-width: var(--wpforms-field-border-size, 0);
  border-style: solid;
  border-color: #fff;
  box-shadow: unset;
  outline: none;
}
.home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped) .choices__list--dropdown {
  border-radius: inherit;
  margin-top: initial;
}
.home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  background: transparent;
}
.home-contact-form div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list {
  padding: 0 5px;
}
.home-contact-form .cf-field select.choicesjs-select {
  height: 60px;
  font-size: 14px;
  border: 1px solid #5c5c5c;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  appearance: none;
  cursor: pointer;
  padding: 0 4px;
}
.home-contact-form .cf-field select.choicesjs-select:focus {
  border-color: #f8b107;
  box-shadow: 0 0 0 1px #f8b107, 0px 1px 2px #000;
}
.home-contact-form .cf-field .choices {
  height: 60px;
  font-size: 14px;
  border: 1px solid #5c5c5c;
  border-radius: 12px;
  background-color: transparent;
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  appearance: none;
  cursor: pointer;
  color: #fff !important;
  padding: 0 4px;
}
.home-contact-form .cf-field .choices:focus {
  border-color: #f8b107;
  box-shadow: 0 0 0 1px #f8b107, 0px 1px 2px #000;
}
.home-contact-form .cf-field .choices__placeholder {
  font-size: 14px;
  color: #eee;
  opacity: 0.6;
}
.home-contact-form .cf-field .choices__list--dropdown {
  background: #0a0a2d;
  border: 1px solid #5c5c5c;
  border-radius: 10px;
  padding: 6px 0;
}
.home-contact-form .cf-field .choices__list--dropdown .choices__item--choice {
  font-size: 14px;
  color: #fff;
  padding: 10px 16px;
  cursor: pointer;
}
.home-contact-form .choices .choices__inner .choices__list--single .choices__item--selectable.choices__placeholder {
  color: inherit !important;
  opacity: 0.5 !important;
  font-size: 14px !important;
}
.home-contact-form .choices .choices__inner .choices__list--single .choices__item--selectable {
  color: inherit !important;
  opacity: 0.5 !important;
  font-size: 14px !important;
}

.home-contact .home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background-color: transparent;
  color: inherit;
  height: 60px;
  border: 0;
  font-size: 14px;
  box-shadow: 0 0;
}
.home-contact .home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__button {
  background-image: linear-gradient(45deg, transparent 44%, #fff 44%, #fff 56%, transparent 56%), linear-gradient(135deg, transparent 44%, #fff 44%, #fff 56%, transparent 56%);
  background-size: 10px 10px, 10px 10px;
  right: 12px;
}
.home-contact .home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices:after {
  right: 12px;
  opacity: 0.5;
  border-top: 7px solid rgba(255, 255, 255, 0.7294117647);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.home-contact .home-contact-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.7294117647);
}

/*
footer {
    padding: 20px 0;
    margin-top: auto;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(184.24deg, #01031F 0.58%, #101027 96.55%);

    .container {
        @include fcsb;
    }

    ul {
       // @include fc;

        li {
            //border-right: 1px solid #9C9C9C;
            padding-right: 10px;
            margin-right: 10px;

            a {
                color: $w;

                &:hover {
                    color: $pri;
                }
            }

            &:last-child {
                padding-right: 0px;
                margin-right: 0px;
                border: 0;
            }
        }
    }
}
*/
/* footer {
    font-size: 16px;
    line-height: 20px;
    ul {
        li {
             padding: 10px;
             margin-right: 10px;
         }
    }
} */
footer {
  background-color: transparent;
  color: #f1f1f1;
  font-size: 1.1rem;
  line-height: 1.6;
  border-top: 1px solid #000000;
}
footer h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #F8B107;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .copyright {
  border-top: 1px solid #000000;
}
footer .fitprograms a {
  font-weight: unset;
}
footer .unclickable > a {
  cursor: default !important;
  pointer-events: none;
}
footer a {
  color: #f1f1f1;
  margin-bottom: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a.fitprograms {
  font-weight: unset;
}
footer a:hover {
  color: #F8B107 !important;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.75rem;
}
footer ul li {
  margin-bottom: 0.75rem;
}
footer small {
  font-size: 0.85rem;
}
@media (max-width: 576px) {
  footer {
    text-align: center;
  }
  footer .row > div {
    margin-bottom: 2rem;
  }
}

.social-icons {
  align-items: center;
}
.social-icons a {
  color: #F8B107;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #fff !important;
}
.social-icons a i {
  pointer-events: none;
}

.contact-brand-icons svg {
  color: #F8B107;
}

/* Popup Modal */
.modal.session-book-modal .modal-dialog {
  max-width: 850px;
  top: 50%;
  transform: translateY(-50%) !important;
}
.modal.session-book-modal .modal-content {
  background-color: #151525;
  padding: 30px;
  border-radius: 16px;
}
.modal.session-book-modal .modal-content .modal-body {
  padding: 0;
  border: 0;
}
.modal.session-book-modal .modal-content .modal-body h5 {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.modal.session-book-modal .modal-content .modal-body p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.modal.session-book-modal .modal-content .modal-body .select-package {
  background-color: #00001C;
  padding: 16px;
  border-radius: 20px;
  margin: 24px 0;
}
.modal.session-book-modal .modal-content .modal-body .select-package h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul {
  display: flex;
  gap: 24px;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li {
  flex: 1;
  padding: 18px 12px;
  background-color: #16181B;
  border-radius: 7px;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label:hover {
  cursor: pointer;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label i {
  font-style: normal;
  font-weight: 500;
  margin-left: auto;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label input {
  display: none;
  /* Hide the default radio button */
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label .radio-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #A8ADB9;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  background-color: transparent;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label .radio-mark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.modal.session-book-modal .modal-content .modal-body .select-package ul li label input:checked + .radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}
.modal.session-book-modal .modal-content .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1294117647);
  padding: 24px 0 0 0;
  margin: 0;
}
.modal.session-book-modal .modal-content .modal-footer .grand-total {
  flex: 100%;
  justify-content: space-between;
  margin: 0;
}
.modal.session-book-modal .modal-content .modal-footer .grand-total .price {
  color: #E9CC7C;
  font-weight: 600;
}
.modal.session-book-modal .modal-content .modal-footer .grand-total p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.modal.session-book-modal .modal-content .modal-footer .submit {
  gap: 30px;
  justify-content: end;
  margin: 0;
  margin-top: 24px;
}
.modal.session-book-modal .modal-content .modal-footer .submit a,
.modal.session-book-modal .modal-content .modal-footer .submit button {
  display: flex;
  height: 50px;
  width: 230px;
  border-radius: 12px;
  background-color: #343840;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
}
.modal.session-book-modal .modal-content .modal-footer .submit a:hover,
.modal.session-book-modal .modal-content .modal-footer .submit button:hover {
  background-color: #fff;
  color: #000;
}
.modal.session-book-modal .modal-content .modal-footer .submit #paybutton {
  background: linear-gradient(122.55deg, #F8B107 19.48%, #EFE873 86.25%);
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.modal.session-book-modal .modal-content .modal-footer .submit #paybutton i {
  font-style: normal;
}
.modal.session-book-modal .modal-content .modal-footer .submit #paybutton:hover, .modal.session-book-modal .modal-content .modal-footer .submit #paybutton:active {
  background: linear-gradient(122.55deg, #EFE873 19.48%, #F8B107 86.25%);
}

.fs-button, .button-style1 {
  height: auto;
  max-width: 350px;
  border-radius: 10px;
  letter-spacing: 0.02em;
  font-weight: 600;
  display: flex;
  padding: 0.75em 1em;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fs-button a.wp-block-button__link, .button-style1 a.wp-block-button__link {
  background-color: unset;
  color: unset;
  padding: unset;
  font-size: unset;
}

.fs-button-fill {
  background: #e6b609;
  color: #000 !important;
}
.fs-button-fill:hover, .fs-button-fill:active {
  background-image: linear-gradient(122.55deg, #EFE873 19.48%, #F8B107 86.25%);
}

.fs-button-outline {
  border: 2px solid #e6b609;
  background: transparent;
  color: #fff !important;
}
.fs-button-outline:hover, .fs-button-outline:active {
  background: #e6b609;
  color: #000 !important;
}
.fs-button-outline:disabled, .fs-button-outline:disabled:hover {
  color: #848484 !important;
  background: transparent;
  border: 2px solid #848484;
  pointer-events: none;
}

.faq-wrap .home-contact {
  padding: 0;
}
.faq-wrap .home-contact .home-faq {
  padding: 0;
}
.faq-wrap .home-contact .home-faq h2 {
  font-size: 28px;
}
.faq-wrap .home-contact .home-faq .why-fitstatic-accordion {
  margin-bottom: 35px;
  padding: 30px;
  background: linear-gradient(180deg, #000000 3.77%, #141434 121.31%);
  border-radius: 10px;
  border: 1px solid #484848;
}
.faq-wrap .home-contact .home-faq .why-fitstatic-accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}

@media (min-width: 300px) and (max-width: 370px) {
  .banner .banner-cnt .banner-btn .button-style1, .banner .banner-cnt .banner-btn .fs-button-fill {
    font-size: 10px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package h6 {
    font-size: 10px !important;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li {
    font-size: 10px !important;
  }
  footer .container {
    display: block;
    text-align: center;
  }
  footer .container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  header {
    padding: 20px 0;
  }
  header.inner-page-header {
    padding: 20px 0;
  }
  .headerscroll header {
    padding: 15px 0;
  }
  .headerscroll header .menu {
    top: 13px;
  }
  .banner {
    padding: 100px 0 30px;
    background-position: left -375px center;
    background-attachment: inherit;
  }
  .banner .banner-cnt {
    padding-top: 250px;
    padding-bottom: 20px;
    text-align: center;
  }
  .banner .banner-cnt h1 br {
    display: none;
  }
  .banner .banner-cnt p {
    margin: 10px 0 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .banner .banner-cnt .app-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .banner-cnt .app-btns a img {
    height: 20px;
  }
  .banner .banner-cnt .banner-btn {
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
  }
  .banner .banner-cnt .banner-btn .button-style1 {
    margin-top: 0;
  }
  .features-slider {
    padding: 30px 0 60px;
  }
  .features-slider h2 {
    margin-bottom: 20px;
  }
  .features-slider .fs-item {
    padding: 15px 20px;
  }
  .features-slider .fs-item .fs-title .fs-icon {
    width: 60px;
    height: 60px;
  }
  .features-slider .fs-item .fs-title .fs-icon img {
    width: 35px;
  }
  .features-slider .fs-item .fs-title h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .features-slider .fs-item p {
    margin: 16px 0;
    letter-spacing: 0.5px;
  }
  .features-slider .splide__arrows .splide__arrow {
    bottom: -20px;
    top: initial;
    width: 20px;
    height: 20px;
    margin: auto;
  }
  .features-slider .splide__arrows .splide__arrow svg {
    height: 10px;
  }
  .features-slider .splide__arrows .splide__arrow:hover {
    background-color: #fff;
  }
  .features-slider .splide__arrows .splide__arrow--prev {
    left: -30px;
    right: 0;
  }
  .features-slider .splide__arrows .splide__arrow--next {
    left: 0;
    right: -30px;
  }
  .fitness-journey .subtitle {
    padding: 10px 0 0px 0;
  }
  .fitness-journey .fitness-item-wrap .fitness-item {
    padding: 30px 20px;
    --bs-gutter-x: 1.5rem;
    flex-direction: column-reverse;
    border-bottom: 1px solid #1a1a34;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .button-style1 {
    margin-left: auto;
    margin-right: auto;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package {
    width: auto;
    right: 10px;
    bottom: 65px;
    padding: 8px 10px;
    border-radius: 10px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package h6 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li {
    padding: 4px 5px;
    font-size: 10px;
    border-radius: 4px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span {
    gap: 5px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span img {
    width: 12px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt {
    margin-bottom: 25px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 767px) and (max-width: 575.98px) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 767px) and (max-width: 1025px) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    font-size: 24px;
    line-height: 38px;
  }
}
@media (max-width: 767px) and (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h5 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h6 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .fitness-journey .fitness-item-wrap .button-style1 {
    display: none;
  }
  .fitness-journey .fitness-item-wrap .button-style1.button-mobile {
    display: flex !important;
  }
  .train {
    padding: 30px 0 0;
  }
  .train h2 {
    padding-bottom: 0px;
  }
  .train .train-item-wrap .train-item {
    --bs-gutter-x: 1.5rem;
    padding: 30px 20px;
    border-bottom: 1px solid #1a1a34;
    flex-direction: column-reverse;
  }
  .train .train-item-wrap .train-item .ti-cnt {
    padding-left: 0px;
    padding-bottom: 25px;
  }
  .train .train-item-wrap .train-item .ti-cnt h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 767px) and (max-width: 575.98px) {
  .train .train-item-wrap .train-item .ti-cnt h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 767px) and (max-width: 1025px) {
  .train .train-item-wrap .train-item .ti-cnt h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .train .train-item-wrap .train-item .ti-cnt h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .train .train-item-wrap .train-item .ti-cnt ul li {
    padding-left: 28px;
    background-size: 15px;
  }
  .train .train-item-wrap .train-item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .train .train-item-wrap .train-item:last-child {
    border: 0;
  }
  .features-slider.personal-training {
    padding-bottom: 50px;
  }
  .features-slider.personal-training .splide__arrows .splide__arrow {
    bottom: -40px;
  }
  .home-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-contact h2 {
    margin-bottom: 15px;
  }
  .home-contact .why-fitstatic-subtitile {
    padding-bottom: 25px;
  }
  .home-contact .app-btns {
    padding: 10px 0;
    gap: 5px;
  }
  .home-contact .app-btns a img {
    height: 20px;
  }
  .home-contact .row {
    --bs-gutter-x: 1.5rem;
  }
  .home-contact .why-fitstatic-accordion {
    padding: 20px 0;
  }
  .home-contact .why-fitstatic-accordion .accordion-item {
    margin-bottom: 15px;
  }
  .home-contact .why-fitstatic-accordion .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 22px;
  }
  .home-contact .why-fitstatic-accordion .accordion-item .accordion-button::after {
    width: 24px;
    height: 24px;
  }
  .home-contact .why-fitstatic-accordion .accordion-item .accordion-body {
    padding: 16px;
    padding-left: 20px;
  }
  .home-contact .home-faq {
    padding: 20px 0;
  }
  .home-contact .home-faq .home-faq-item {
    min-height: 100px;
    margin-bottom: 15px;
    padding: 15px;
  }
  .home-contact .home-faq .home-faq-item h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .home-contact .home-faq .home-faq-item p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-contact .home-contact-form {
    padding: 20px 30px;
  }
  .home-contact .home-contact-form h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) and (max-width: 575.98px) {
  .home-contact .home-contact-form h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 767px) and (max-width: 1025px) {
  .home-contact .home-contact-form h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .home-contact .home-contact-form h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .home-contact .home-contact-form .cf-field input,
  .home-contact .home-contact-form .cf-field textarea {
    height: 45px;
  }
  .home-contact .home-contact-form button.wpforms-submit {
    height: 35px;
    font-size: 14px;
    border-radius: 10px;
  }
  .home-contact .home-contact-form .cf-field input,
  .home-contact .home-contact-form .cf-field textarea {
    background: #000000 !important;
    background-color: #000 !important;
    color: #fff !important;
  }
  footer {
    padding: 12px 0;
    font-size: 12px;
    line-height: 14px;
  }
  footer ul li {
    padding-right: 5px;
    margin-right: 5px;
  }
  footer ul li a {
    color: #fff;
  }
  footer ul li a:hover {
    color: #F8B107;
  }
  footer ul li:last-child {
    /*padding-right: 0px;
    margin-right: 0px;*/
    border: 0;
  }
  .modal.session-book-modal .modal-content {
    padding: 15px;
  }
  .modal.session-book-modal .modal-content .modal-body h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .modal.session-book-modal .modal-content .modal-body p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package {
    margin: 15px 0;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package h6 {
    font-size: 14px;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package ul {
    flex-direction: column;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package ul li {
    padding: 10px 12px;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package ul li label {
    font-size: 14px;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package ul li label .radio-mark {
    width: 14px;
    height: 14px;
  }
  .modal.session-book-modal .modal-content .modal-body .select-package ul li label .radio-mark:after {
    width: 8px;
    height: 8px;
  }
  .modal.session-book-modal .modal-content .modal-footer {
    margin: 15px 0 0 0;
  }
  .modal.session-book-modal .modal-content .modal-footer .submit {
    flex-direction: column;
    width: 100%;
    margin: 15px 0 0 0;
    gap: 15px;
  }
  .modal.session-book-modal .modal-content .modal-footer .submit a,
  .modal.session-book-modal .modal-content .modal-footer .submit button {
    width: 100%;
    height: 35px;
    font-size: 12px;
    border-radius: 8px;
  }
  .modal.session-book-modal .modal-content .modal-footer .grand-total p {
    font-size: 16px;
    line-height: 20px;
  }
  .button-style1 {
    height: 35px;
    font-size: 11px;
    border-radius: 8px;
    width: auto;
    padding: 16px 12px;
  }
  .faq-wrap .home-contact .home-faq h2 {
    font-size: 22px;
  }
  .faq-wrap .home-contact .home-faq .why-fitstatic-accordion {
    padding: 25px 15px;
  }
  .faq-wrap .home-contact .home-faq .why-fitstatic-accordion .accordion-item .accordion-button {
    padding: 10px 15px;
  }
  .faq-wrap .home-contact .home-faq .why-fitstatic-accordion .accordion-item .accordion-body {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .header-menu ul {
    gap: 5px !important;
  }
  header .header-menu ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  header {
    padding: 30px 0;
  }
  header .header-menu ul {
    gap: 10px;
  }
  header .header-menu ul li a {
    font-size: 14px;
    font-weight: 600;
  }
  .banner {
    background-attachment: inherit;
  }
  .banner .banner-cnt h1 br {
    display: none;
  }
  .banner .banner-cnt p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .banner .banner-cnt .banner-btn {
    gap: 8px;
  }
  .button-style1 {
    height: 20px;
    font-size: 11px;
    border-radius: 8px;
    width: auto;
    padding: 16px 12px;
  }
  .features-slider {
    padding: 20px 0;
  }
  .features-slider .splide__arrows .splide__arrow {
    top: 20px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item {
    padding: 50px 0;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package {
    width: auto;
    right: 10px;
    bottom: 10px;
    padding: 8px 10px;
    border-radius: 10px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package h6 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li {
    padding: 4px 5px;
    font-size: 10px;
    border-radius: 4px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span {
    gap: 5px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-img .package ul li span img {
    width: 12px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .fitness-journey .fitness-item-wrap .fitness-item .fi-cnt h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .train {
    padding: 20px 0;
  }
  .train .train-item-wrap .train-item .ti-cnt {
    padding-left: 0;
  }
  .train .train-item-wrap .train-item .ti-cnt ul li {
    background-size: 18px;
    padding-left: 26px;
  }
  .features-slider.personal-training {
    padding-bottom: 50px;
  }
  .home-contact .row {
    --bs-gutter-x: 20px;
  }
  .home-contact .home-contact-form {
    padding: 20px 10px;
  }
  .home-contact .home-contact-form h4 {
    font-size: 18px;
  }
  .modal.session-book-modal .modal-dialog {
    max-width: 94%;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  header .header-menu ul {
    gap: 20px;
  }
  .banner {
    background-attachment: inherit;
  }
  .banner .banner-cnt h1 br {
    display: none;
  }
  .home-contact .row {
    --bs-gutter-x: 20px;
  }
  .home-contact .home-contact-form {
    padding: 20px 10px;
  }
  .home-contact .home-contact-form h4 {
    font-size: 20px;
  }
}
.blog-card {
  background: #151525;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.blog-card .cat-date {
  border-top: 1px solid #32323d;
  margin-top: 20px;
  padding-top: 20px;
}
.blog-card-body {
  padding: 1.5rem;
}
.blog-card-body h4 {
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 40px;
}
.blog-card-body a {
  text-decoration: none;
}
.blog-card-body .read-more {
  text-decoration: none;
  font-size: 14px;
  color: #F8B107;
}
.blog-card-body .read-more:hover {
  text-decoration: underline;
}
.blog-card-body .category-button {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 16px;
  line-height: normal;
}
.blog-card-body .category-button a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.sidebar {
  margin-top: 38px;
}
.sidebar h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sidebar .category-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sidebar .category-list {
  list-style: none;
  padding: 0;
}
.sidebar .category-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.sidebar .category-list li::before {
  content: "▪";
  color: #0dcaf0;
  font-size: 1rem;
}
.sidebar .category-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
}
.sidebar .category-list li a:hover {
  text-decoration: underline;
}
.sidebar .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 1px;
}
.sidebar .tag-list .category-button {
  padding: 10px 16px;
  line-height: normal;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  color: #fff;
  background-color: #333;
  border: none;
  border-radius: 12px;
}
.sidebar .tag-list .category-button:hover {
  background-color: #5c5c6d;
}
.sidebar .recent-articles {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.sidebar .recent-articles img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 1rem;
}
.sidebar .recent-articles a {
  color: #fff;
  text-decoration: none;
}
.sidebar .recent-articles a:hover {
  text-decoration: underline;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 8px;
}
.custom-pagination a,
.custom-pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #464655;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.custom-pagination a:hover,
.custom-pagination span:hover {
  background-color: #ffffff;
  color: #000000;
}
.custom-pagination .current {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}
.custom-pagination .prev,
.custom-pagination .next {
  font-size: 20px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8C8C8C;
  margin-bottom: 20px;
  gap: 10px;
}
.breadcrumb a {
  text-decoration: none;
  color: #8C8C8C;
  transition: color 0.3s ease;
}
.breadcrumb a:hover {
  color: #ffffff;
}
.breadcrumb a span {
  color: #8C8C8C;
  font-weight: normal;
}
.breadcrumb span {
  color: #ffffff;
  font-weight: bold;
}
.breadcrumb .separator {
  margin: 0 8px;
  color: #8C8C8C;
}

.blog-detail {
  background: #151525;
}
.blog-detail .blog-left {
  padding: 24px;
}
.blog-detail .featured-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-detail .blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.blog-detail .blog-meta .category-name {
  background: #464655;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}
.blog-detail .blog-meta .category-name a {
  color: #fff;
  text-decoration: none;
}
.blog-detail .blog-meta .date {
  color: #bbb;
}
.blog-detail h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.blog-detail .blog-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
}

.blog-tags {
  margin-top: 20px;
}
.blog-tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-tags .tag-list .category-button {
  background: #464655;
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.blog-tags .tag-list .category-button a {
  text-decoration: none;
  color: #fff;
}
.blog-tags .tag-list .category-button:hover {
  background-color: #5c5c6d;
}

.related-articles {
  margin-top: 20px;
  margin-bottom: 20px;
}
.related-articles h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1rem;
}
.related-articles .related-post {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.related-articles .related-post:last-child {
  border-bottom: none;
}
.related-articles .related-post a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.related-articles .related-post a:hover {
  color: #0dcaf0;
}
.related-articles .related-post .related-thumb {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
}
.related-articles .related-post p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.related-articles .related-post small {
  color: #bbb;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .recent-articles img {
    margin-right: 0.5rem;
  }
  .blog-detail h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-detail h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-detail p {
    font-size: 14px;
  }
  .blog-card h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .blog-card .read-more {
    font-size: 12px;
  }
  .blog-card img {
    height: 240px;
  }
  .blog-card-body {
    padding: 1rem;
  }
  .general-content ol li,
  .general-content ol strong,
  .general-content ul li,
  .general-content ul strong {
    font-size: 14px;
  }
}
.tagline.subtitle {
  margin: 20px 0 40px;
  font-size: 24px;
  line-height: 34px;
}

div.fs-programs, div.why-fs-group, div.know-our-trainers, div.leadgen-form, div.fs-trainers, div.supported-leagues, div.fs-headline-trainer, div.fs-headline-trainer, div.fs-pricing-offset-bg, div.client-testimonial {
  padding-top: 30px;
  padding-bottom: 30px;
}

section {
  /* &.client-testimonial {
       //width: 90%;
   }*/
}
section.fs-programs, section.why-fs-group, section.know-our-trainers, section.leadgen-form, section.fs-trainers, section.supported-leagues, section.fs-headline-trainer, section.fs-headline-trainer, section.fs-pricing-offset-bg, section.client-testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.fs-programs, section.know-our-trainers, section.fs-headline-trainer {
  color: #fff;
  background: linear-gradient(180deg, #141434 36.01%, #000000 100%);
}
section.fs-program-features, section.why-fs-group, section.fs-trainers {
  background-image: url(images/fitness-bg.png);
  background-size: cover;
  background-color: #111129;
}

.who-its-for {
  padding-top: 25px;
}

@media (max-width: 767px) {
  section {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.container {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.fs-programs, section.why-fs-group, section.know-our-trainers, section.leadgen-form, section.fs-trainers, section.supported-leagues, section.fs-headline-trainer, section.fs-headline-trainer, section.fs-pricing-offset-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
h2.sec-heading-program, .sec-heading-why-fs, h2.sec-heading, .tagline.title {
  margin-bottom: 1.1em;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  h2.sec-heading-program, .sec-heading-why-fs, h2.sec-heading, .tagline.title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  h2.sec-heading-program, .sec-heading-why-fs, h2.sec-heading, .tagline.title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  h2.sec-heading-program, .sec-heading-why-fs, h2.sec-heading, .tagline.title {
    font-size: 32px;
    line-height: 42px;
  }
}

.program-bg {
  border-radius: 10px;
  min-height: 575px !important;
  padding: 2em !important;
}
@media (max-width: 781px) {
  .program-bg {
    min-height: 70vh !important;
    margin: 0 10vw;
  }
}

a.prg-links {
  text-decoration: none;
}

.wp-block-cover__background.wp-block-cover__gradient-background {
  transition: all 0.2s ease;
}

.prg-links .wp-block-cover__image-background {
  transition: all 1s ease;
}

.prg-links:hover .wp-block-cover__background.wp-block-cover__gradient-background {
  opacity: 0.45;
}

.prg-links:hover .wp-block-cover__image-background {
  /*object-position: 25% 50% !important;*/
  transform: scale(1.05);
}

.prg-links:hover .program-name {
  color: #fff !important;
}

.program-overlay {
  position: absolute;
  z-index: 0;
  left: -30px;
  bottom: 0%;
  width: calc(100% + 2em);
  clip-path: inset(0 0 0 50%);
}
.program-overlay img {
  width: 100%;
}

.program-name {
  color: #e6b609 !important;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .program-name {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .program-name {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1079px) and (max-width: 1370px) and (orientation: landscape) {
  .program-name {
    font-size: 32px;
    line-height: 42px;
  }
}

.fs-programs ul.program-details-list {
  font-size: 1em;
}

ul.program-details-list {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
}
ul.program-details-list ul.wp-block-list li {
  padding-left: 0px;
}
ul.program-details-list li:has(.wp-block-list) {
  font-weight: 500;
  color: #e6b609;
}
ul.program-details-list li:has(.wp-block-list) li {
  display: inline;
}
ul.program-details-list > li::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("./images/fs-bullets.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
ul.program-details-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  color: #fff;
  display: inline-block;
  width: 100%;
}
ul.program-details-list li strong {
  display: block;
  font-weight: 600;
  color: #f1f1f1;
  margin-bottom: 0.25rem;
}
ul.program-details-list li span {
  display: block;
  font-size: 0.95rem;
  color: #aaa;
}

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

.clipped-card {
  position: relative;
  overflow: hidden;
  transition: clip-path 0.3s ease;
}

.clipped-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: Add variation per card */
.card-1 {
  clip-path: polygon(100% 6%, 100% 94%, 0 100%, 0 0);
}

.card-2 {
  clip-path: polygon(100% 6%, 100% 94%, 0 94%, 0 6%);
}

.card-3 {
  clip-path: polygon(100% 0, 100% 100%, 0 94%, 0 6%);
}
.card-3 img {
  object-position: 0% 50%;
}

.left-golden-text {
  color: #FFFFFF;
  background-image: linear-gradient(-20deg, #FFFFFF 35%, #FFFFFF 55%, #E8CB25 65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-golden-text {
  color: #FFFFFF;
  background-image: linear-gradient(32deg, #FFFFFF 35%, #FFFFFF 60%, #E8CB25 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.client-testimonial-grid-new {
  padding-top: min(12.5vw, 60px);
}
.client-testimonial-grid-new > .wp-block-group {
  background-color: #fff !important;
  background-image: url("./images/client-testi-bg.png");
  background-size: cover;
  color: #000;
  padding: 40px !important;
  border-radius: 10px;
  border-top-left-radius: 40px;
  height: -webkit-fill-available;
  margin-right: 40px;
}
.client-testimonial-grid-new figure.wp-block-image:not(.client-ratings) {
  width: max(40%, 130px);
  overflow: hidden;
  border-radius: 10px;
  border-top-right-radius: 40px;
  z-index: 2;
  margin-top: -90px !important;
  margin-left: 70% !important;
}
.client-testimonial-grid-new .wp-block-group__inner-container > p {
  font-size: 20px;
  font-weight: 700;
  color: #2d4676;
  margin-bottom: 10px;
  margin-top: -30px;
  max-width: 130px;
}
.client-testimonial-grid-new .wp-block-group__inner-container blockquote cite {
  margin-top: 10px;
  font-weight: 500;
}

.scroll-hint {
  display: none;
}

@media (max-width: 1279px) {
  .client-testimonial-grid-new {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 1rem;
    scroll-padding-left: 1rem;
    padding-top: 60px;
    scrollbar-width: none;
  }
  .client-testimonial-grid-new > .wp-block-group {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: calc(100vw - 100px);
    max-width: 320px;
  }
  .client-testimonial-grid-new::-webkit-scrollbar {
    display: none;
  }
  .scroll-hint {
    text-align: center;
    font-size: 0.9rem;
    color: #888;
    display: block;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .client-testimonial-grid-new > .wp-block-group {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .client-testimonial-grid.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-testimonial-grid.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .client-testimonial-grid.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .client-testimonial-grid.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.know-our-trainers .sec-heading, .know-our-trainers p {
  margin-bottom: 40px;
}

.fs-design-image-cover .is-style-rounded img {
  border-radius: 0.75em;
}

.contact-us .home-contact-form {
  padding: 60px 30px 30px 30px;
  border-radius: 0.75em;
  background: linear-gradient(178.73deg, #000000 -18.89%, #141434 98.91%);
}
@media (max-width: 992px) {
  .contact-us .cb-carousel-block.cb-single-slide {
    max-width: 100%;
    margin: 0 auto !important;
  }
  .contact-us .wp-block-cover:not(.program-bg) {
    min-height: initial !important;
  }
}
@media (max-width: 992px) {
  .contact-us .program-bg {
    min-height: 70vh !important;
    margin: 0 auto;
  }
}
.contact-us .program-bg > .wp-block-cover__background {
  background: linear-gradient(180deg, rgba(19, 19, 51, 0) 0%, rgba(255, 255, 255, 0.14) 40%, rgb(19, 19, 51) 67%, rgb(20, 20, 52) 100%) !important;
}

/*# sourceMappingURL=style.css.map */
