/**
Theme Name: Carbon Theme
Author: Bojan Neskovic / Nemanja Djordjevic
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pistol-theme
Template: astra
*/
/* Base Layout */

html {
    scroll-behavior: smooth;
  }

  [id] {
    scroll-margin-top: -60px; 
}
#classes, #schedule {
    scroll-margin-top: 120px!important; 
}
  @media (max-width: 1024px) {
    [id] {
      scroll-margin-top: -30px;
    }
    #classes, #schedule {
        scroll-margin-top: 80px!important; 
    }
  }
  @media (max-width: 768px) {
    [id] {
      scroll-margin-top: -10px;
    }
    #classes,#schedule {
        scroll-margin-top: 60px!important; 
    }
  }
.content h2 {
	font-size: 54px;
	line-height: 54px;
	font-weight: 500;
}

@media(max-width:1024px) {
	.content h2 {
	font-size: 40px;
	line-height: 40px;
	}
}
  .ast-container, .ast-container-fluid {
    margin: 0 auto;
    padding:0!important;
  }
.bw-mode img:not(header .site-logo-img .custom-logo-link img) {
    filter: grayscale(100%);
}

.bw-mode .cta-background-image, .bw-mode .pages-section .bg-layer {
    filter: grayscale(100%);

}

.bw-mode .blog-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 0;
    pointer-events: none;
}

.bw-mode .recent-post-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 0;
    pointer-events: none;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px !important;
}

.bw-mode .recent-post-image {
    position: relative;
}
.ast-main-header-nav-open {
    background-color:#fff!important;
}
/* Mobile floating bar */
.mobile-floating-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: white;
    padding: 15px 30px;
    display: flex;
    gap: 15px;
    z-index: 40;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    justify-content: space-between;
}

.mobile-floating-bar.hidden {
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.mobile-floating-bar .bar-link {
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    width: calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    word-break: break-word;
    min-width: 0;
}

.mobile-floating-bar .bar-link .icon {
    margin-bottom: 5px;
    flex-shrink: 0;
}

.mobile-floating-bar .modal-button-header {
    width: calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
}

.mobile-floating-bar .modal-button-header .bar-link {
    width: 100%;
    flex: none;
}
@media(min-width:769px) {
	.mobile-floating-bar {
		display:none;
	}
}
.preheader {
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0;
}
.preheader p {
    margin-bottom: 0px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"]{
    background: linear-gradient(180deg, #000000 0%, #222222 100%);

}
.footer-bar-navigation {
	display:flex;
}
/* Separate the button visually from menu items */
.main-header-menu > .menu-item.pt-menu-btn {
    margin-left: auto; 
}
.main-header-menu {
    display: flex;
    align-items: center;
}
.main-header-menu > .menu-item.pt-menu-btn {
    margin-left: auto;
}
.main-header-menu > .menu-item.pt-menu-btn {
    margin-left:120px; 
}
@media(max-width:1150px) {
	.main-header-menu > .menu-item.pt-menu-btn {
    margin-left:35px; 
}
}
.ast-header-navigation-arrow .ast-arrow-svg, .ast-menu-toggle .ast-arrow-svg {
    display: none !important;
}

.ast-header-navigation-arrow::before, .ast-menu-toggle::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid ;
    position:relative;
    z-index: 1;
}

@media(max-width:1024px) {
    .ast-header-navigation-arrow::before, .ast-menu-toggle::before {
    margin-top:3px;
}
}
/*Section backgrounds */
.text-with-image-section, .program-description-section, .equipment, .privacy-content.terms-of-use {
background: linear-gradient(180deg, var(--section-secondary-color) 0%, var(--section-primary-color) 100%)!important;
}


.testimonial-section, .google-reviews-section,.three-columns-section, .classes-section,#faq, .free-intro-section, .image-box-section, .embed-code-section, .privacy-content, body.search, body.category, body.single, .job-position-section,.three-steps-section, 	.error404 {
background: linear-gradient(180deg, var(--section-primary-color) 0%, var(--section-secondary-color) 100%)!important;
}
/* Header Styles */
.ast-theme-transparent-header #masthead {
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.menu-item.current-menu-item>.ast-menu-toggle {
    color: #fafafa;
    opacity: 0.8;
}
@media(min-width:1025px) and (max-width:1200px) {
	.ast-builder-menu-1 .menu-item > .menu-link {
    padding-left: 20px;
    padding-right: 20px;
	}
}
.ast-theme-transparent-header #masthead.scrolled {
    transform: translateY(0);
}

.ast-theme-transparent-header #masthead:not(.scrolled) {
    transform: translateY(0%);
}
#masthead {
    transition: none; 
}

#masthead.scrolled {
    transition: top 0.3s ease; 
}
.ast-theme-transparent-header .header-placeholder {
    display: none;
}

.ast-logo-title-inline .site-logo-img {
    padding-top: 16px;
}

.main-header-bar .ast-builder-grid-row {
    width: 100%;
}

.main-header-bar {
    border-bottom-width: 0;
}
.ast-theme-transparent-header #masthead {
	position:relative!important;
}

@media(max-width:1024px) {
	.ast-header-break-point .ast-builder-menu-mobile .main-navigation {
		position:absolute;
	}
}
/* Navigation Menu */


.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .sub-menu {
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    background-color: #000!important;
}

.main-header-menu .sub-menu .menu-item {
    padding: 10px;
}

.main-header-menu .sub-menu .menu-item-type-custom.current-menu-item:not(:nth-child(1)) a {
    color: inherit !important;
}

.main-header-menu ul.sub-menu .menu-link {
    padding: 0.2em 0 0.2em 1em;
    border-width: 0;
}

/* Menu Toggle */
button.menu-toggle.main-header-menu-toggle,
button#menu-toggle-close {
    background-color: transparent !important;
    outline: none;
    border: none;
}

/* Footer Links and Text */
.site-footer {
	overflow:hidden;
}
.email-subwidget-title{
    padding-top:15px!important;
}

.address-subwidget-title, .phone-subwidget-title, .email-subwidget-title {
    color: #9d9d9d;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    }
.site-footer a {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
.widget-title {
    font-size: 26px;
    font-weight:500;
    margin-bottom: 14px;
	font-family:'Teko';
	text-transform:uppercase;
}
.footer-copyright {
    font-size: 16px;
    font-weight: 500;
    margin-top: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    position: relative;
}

.footer-copyright a {
    font-size: 16px;
    font-weight: bold;
}

/* Contact Information */
.footer-phone {
    margin-bottom: 15px;
}

.footer-phone a {
    font-weight: 700;
}

.footer-address {
    margin-bottom: 15px;
}

.footer-address a {
    font-weight: 400;
    line-height: 22px;
    transition: none !important;
}

.footer-email a {
    text-transform: lowercase;
}

/* Footer Logo */
.footer-logo {
    margin-bottom: 10px;
}

img.footer-logo {
    margin-bottom: 32px;
}

header .custom-logo-link img {
    display: block;
}

/* Opening Hours */
.opening-hours span:first-child {
    font-weight: bold !important;
}

.opening-hours span {
    font-weight: 400;
}

.opening-hours li {
    line-height: 28px !important;
    font-size: 18px;
    padding-left: 60px;
    position: relative;
    margin-bottom:8px!important;

}

.opening-hours li span:first-of-type {
    position: absolute;
    left: 0;
}

.opening-hours ul {
    list-style: none;
    margin: 0;
}

/* Social Media */
.pt-footer-social-media {
    list-style: none;
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    justify-content: center;
    column-gap:15px;

}

.pt-footer-social-media li {
    display: inline;
}

.pt-footer-social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    color: white;
    font-size: 28px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    
}

.pt-footer-social-media .yelp-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: -5px;
}

.custom-facebook-icon {
    width: 28px;
    margin-top: 2px;
}

/* Partners Logo Grid */
.partners-logo-container {
    display: grid;
    grid-template-columns: repeat(1, 137px);
    column-gap: 5px;
    row-gap: 20px;
    align-items: flex-end;
}
.partners-logo-container img {
    object-fit: contain;
    height: auto;
}
.partners-logo-container a {
    margin-right: 15px;
}


/* Footer Menu */
#astra-footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px !important;
    justify-content: center;
    column-gap:24px;
}

#astra-footer-menu .menu-item>a {
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 0px;
    line-height: 24px;
}


#astra-footer-menu>.menu-item>.menu-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
/* Media Queries */
@media (max-width: 1024px) {
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top:0px;
    }
    .address-subwidget-title, .phone-subwidget-title, .email-subwidget-title {
        font-size:16px;
    }
    .custom-facebook-icon {
        margin-top: 0px;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item .sub-menu .menu-link {
        padding: 12px 10px;
    }
    .ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
        display:none;
    }
    .main-header-menu > .menu-item.pt-menu-btn {
        margin-left:0px!important;
    }

    /* Header Mobile */
    .ast-header-break-point .main-navigation ul .menu-item .sub-menu .menu-link {
        font-size: 16px !important;
    }

    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding-right: 0px;
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        font-size: 18px !important;
        line-height: 22px;
    }

    .main-header-menu .sub-menu .menu-item {
        padding: 0px;
    }


    .ast-bui1lder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
        right: 20px;
        background-color: transparent !important;
    }


    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        width: 45px;
        height: 45px;
    }

    .ast-logo-title-inline .site-logo-img {
        padding-top: 0px;
    }

    /* Footer Layout */

    .site-footer a {
        text-align: center;
    }
    .subwidget-title {
        text-align: center;
    }
    .subwidget-title>div {
        display:none;
    }
    .site-footer-primary-section-1,
    .site-footer-primary-section-3 {
        width: 45%;
        flex-grow: 1;
        margin-top: 20px;
    }

    .site-footer-primary-section-1 {
        order: 1;
        display: flex;
        flex-wrap: wrap;
    }

    .site-footer-primary-section-3 {
        align-items: center;
        order: 3;
    }

    .site-footer-primary-section-2,
    .site-footer-primary-section-4 {
        width: 45%;
        flex-grow: 1;
        align-items: center;
        margin-top: 20px;
    }

    .site-footer-primary-section-2 {
        order: 2;
    }

    .site-footer-primary-section-4 {
        order: 4;
padding:0px 50px    }

    /* Footer Elements */
    .footer-widget-area {
        text-align: center!important;
    }
    .widget-title {
        display: flex;
        justify-content: center;
        margin-bottom: 14px;
        text-align: center;
    }

    .footer-address a,
    .footer-phone,
    .footer-email,
    .pt-footer-social-media {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
.pt-footer-social-media li a {
    font-size:28px;
}
    .site-footer a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-copyright {
        text-align: center;
    }

    /* Opening Hours */
    .opening-hours ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .opening-hours li span:first-of-type {
        position: relative;
        width: 70px;
    }
    .opening-hours ul li {
        font-size: 16px;
        padding-left:0px;
        justify-content: space-between;
        display: flex;
        line-height: 26px!important;
    }
    .opening-hours {
        max-width:220px!important;
        margin:auto;
    }
    .opening-hours .hour {
        text-align: right!important;
      }
      .opening-hours .day {
        display: flex;
        justify-content: flex-start;
      }
      
      .opening-hours ul {
          align-items:stretch;
      }
    /* Footer Logo */
    img.footer-logo {
        margin: auto;
        margin-bottom: 32px;
    }

    .footer-logo {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
    }

    /* Footer Menu */
    #astra-footer-menu {
        display: flex;
        align-items: center;
        margin: 0 30px 0 0;
    }

    #astra-footer-menu:before {
        align-self: center;
    }

    #astra-footer-menu .menu-item a:hover:after {
        left: 0;
        width: 100%;
    }

    /* Partners Logo */
    .partners-logo-container {
        display: grid;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 15px;
    }

    .partners-logo-container a {
        margin-right: 0px;
    }

    .partners-logo-container img:first-child {
        max-width: 90px;
    }

    /* Footer Grid */
    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        display: flex;
        justify-content: center;
    }

    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap:10px;
    }
    
}

@media (max-width: 768px) {

    /* Header Mobile */
    .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding: 0.5em 0;
    }

    .ast-mobile-svg {
        width: 35px !important;
        height: 35px !important;
    }

    /* Footer Sections */
    .site-footer-primary-section-2.site-footer-section,
    .site-footer-primary-section-3.site-footer-section {
        padding-top: 0px !important;
    }

    .opening-hours li {
        line-height: 22px !important;
    }

    /* Partners Logo */
    .partners-logo-container {
        display: grid;
        grid-template-columns: repeat(1, 180px);
        column-gap: 5px;
        row-gap: 20px;
        align-items: center;
    }

    .partners-logo-container img {
        max-width: 90px !important;
    }
}
/* Cookie component */
body .notification:not(:last-child) {
  margin-bottom: 0;
}
.notification {
  /* display: none; */
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  z-index: 99;
  background-color: #1d1d1c;
  border-top: 1px solid #fff3;
}

#cookie-law-info-again {
  display: none;
  font-size: 13px;
  position: relative;
  background-color: #1d1d1c;
  color: #ffffff;
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0px;
  right: 100px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: rgb(22 22 22 / 18%) 0px 0px 5px 2px;
  z-index:50;

}
.notification>.delete, #cookie-law-info-again .delete {
	background-color:#000000;
	border:1px solid black;
}
#cookie-law-info-again .delete {
  position: absolute;
  right: -10px;
  top: -10px;
}

@media screen and (max-width: 768px) {
  .notification {
    padding: 20px;
  }
#cookie-law-info-again .delete {
  position: absolute;
  right: 10px;
  top: 8px;
}
  #cookie-law-info-again {
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .modal-card .modal-close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
.notification {
	font-size:14px;}
}
/* Modal Component */
.privacy-content-form {
    text-align: center;
    font-size: 14px;
    position: relative;
    top: -32px;
}

.privacy-content-form a{
text-decoration:underline;
}
.privacy-content-form a:focus {
	color:#FFFFFF!important;
}
@media(max-width:767px) {
	.privacy-content-form {
		top:-50px!important;
	}
}
.modal {
    z-index: -1;
    opacity: 0;
    animation: hide 0.25s;
    transform: scale(0);
}

@keyframes hide {
    from {
        z-index: 200;
        transform: scale(1);
        opacity: 1;
    }

    to {
        z-index: -1;
        transform: scale(0);
        opacity: 0;
    }
}

.modal.is-active {
    opacity: 1;
    z-index: 200;
    animation: show 0.3s;
    transform: scale(1);
}

@keyframes show {
    from {
        transform: scale(0);
        opacity: 0;
        z-index: -1;
    }

    to {
        transform: scale(1);
        opacity: 1;
        z-index: 2;
    }
}

.modal-card {
    position: relative;
	border-radius:12px;
box-shadow: 0px 0px 150px 0px #343434;
}

.modal-card .modal-card-head {
    border-bottom: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 50px 50px 0;
}

.modal-card .modal-card-head .modal-card-title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Teko", sans-serif;
    font-weight: 600;
	letter-spacing:0px;
}



.modal-card .modal-close {
    position: absolute;
}

.modal-card .modal-card-foot,
.modal-card .modal-card-head {
    flex-direction: column;
    text-align: center;
}

.modal-card .delete::after,
.modal-card .modal-close::after {
    height: 70%;
    width: 2px;
}

.modal-card .delete::before,
.modal-card .modal-close::before {
    height: 2px;
    width: 70%;
}


.modal-card .modal-close {
    right: 10px;
    top: 10px;
    border-radius: 8px;
    z-index: 1;
	border:2px solid;
}

.modal-card .modal-card-body {
    padding: 15px 30px 15px;
}

.modal-card-description.small-p {
    font-size: 20px;
    line-height: 26px;
}

.modal .modal-card .modal-form-footer-notice {
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    top: -42px;
    color: #cfcfcf !important;
}

.modal .modal-card .content:has(+ .modal-form-footer-notice) {
    padding-bottom: 20px;
}

@media (min-width: 769px) {

    .modal-card,
    .modal-content {
        width: 570px;
        max-width: 100%;
        max-height: 100%;
        overflow: unset;
    }
}

@media(max-width:768px) {
    .modal-card .modal-card-body {
        padding: 0px 10px !important;
    }

    .modal-card .modal-card-head {
        padding: 50px 20px 0;
    }
	.modal-card {
		max-width:95%;
	}
}
@media(max-width:400px) {
    .modal-card .modal-card-head .modal-card-title {
        font-size: 26px;
		line-height:26px;
		font-weight:500;
    }

    .modal-card-description.small-p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    .modal.is-active {
        z-index: 100001;
    }
}

.modal-background {
    background: #212121ED;
}

.modal-card .modal-card-foot,
.modal-card .modal-card-head,
.modal-card-body {
    background-color: transparent;
}

/* Accordion Block (FAQ Section) */

#faq button:focus {
    background-color: transparent;
    border: none;
}

#faq button:hover {
    background: transparent;
}
.accordion-section .columns.ast-container {
    margin:auto;
}
.accordion-section h2 {
    margin-bottom:50px;
}
.accordion-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
    align-items: flex-start; 
}

.accordion-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border:1px solid #3E454C;
    border-radius:12px;
    padding:20px;
    justify-content: flex-start;
    height: 100%;
}
.accordion-item:has(> .accordion-button[aria-expanded="true"]) {
    background: linear-gradient(90deg,var(--secondary-color) 0%, var(--primary-color) 149.58%);
}

.accordion-button {
    flex-shrink: 0;
}

.accordion-content {
    flex-grow: 0;
}


.accordion-button {
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    height: auto;
    box-sizing: border-box;
    border: none;
    background: transparent;
    padding-top:0px;
}


.content-area.entry-content .ast-container:not(.hero-body) :is(.accordion-title)::after {
    margin-top: 14px;
    margin-bottom: 11px;
}

.accordion-button h3 {
    font-family:Figtree ;
    font-size:22px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none;
    line-height: 28px;
    padding-right: 12px;
    margin-bottom: 0px;
    letter-spacing: 0.12px;
}

.accordion-content {
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.6s ease;
}

.accordion-content p {
    padding-bottom: 16px !important;
    line-height: 26px;
    padding-right: 43px;
    margin-bottom: -20px;
    padding-top:20px;
}
.accordion-content a {
	text-decoration:underline;
}
.accordion-sign {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 30px;
    font-weight: 500;
    align-self:center;
}

.accordion-sign {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 30px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.5s ease;
}


.accordion-sign::before,
.accordion-sign::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 3px;

}

/* Rotate the sign */
.accordion-sign::before {
    transform: rotate(0deg);
}

.accordion-sign::after {
    transform: rotate(90deg);
}

.accordion-sign.open::before {
    transform: rotate(0deg);
}

.accordion-sign.open::after {
    transform: rotate(0deg);
}
#faq .accordion-button[aria-expanded="true"] + .accordion-content .accordion-line,
#faq .accordion-button[aria-expanded="true"] .accordion-sign::before,
#faq .accordion-button[aria-expanded="true"] .accordion-sign::after {
    background-color: white;
}
@media(max-width:1024px) {
    .accordion-section h2 {
        margin-bottom:50px;
    }
    .accordion-content p {
        font-size: 18px;
        line-height: 24px!important;
    }

    .accordion-button {
        min-height: auto;
    }

    .accordion-item {
        grid-row: auto !important;
    }

    .accordion-button h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .accordion-sign::before, .accordion-sign::after {
        width: 15px;
    }
}
@media(max-width:768px) {
    .accordion-content p {
        font-size: 18px;
        line-height: 26px!important;
    }

	.accordion-button h3 {
		font-size:18px;
		line-height:26px;
	}
	.accordion-section h2 {
		margin-bottom:20px;
	}
    .accordion-item {
        min-height:auto;
    }
        .accordion-section {
            padding-bottom: 40px;
        }
    
    
        .accordion-grid-container {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 15px;
            padding: 0;
        }
    
        .accordion-item {
            grid-row: auto !important;
            /* Resets or overrides the inline style */
        }
    
        .accordion-footer {
            padding-bottom: 0px;
        }

}

/*Hero section*/
.hero.is-fullheight {
    justify-content: center;
	min-height:80vh!important;
}

.hero.is-fullheight img {
    width:100%;
	height:100%;
}

.hero h1 {
    font-size:18px;
    font-family: Figtree;
}
.hero h2 {
    font-size:74px;
    line-height: 65px;
    margin-bottom:0px;
    font-weight: 700;
	color:white;
}
.hero p {
    font-size:24px;
    line-height: 32px;
    margin: 20px 0px 30px;
}
.hero-side-image, .owner-section .image-wrapper {
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape1.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape1.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0;
}
.hero-svg-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 898px; 
    pointer-events: none;
    z-index: 0; 
}

.hero-svg-blur svg {
    width: 100%;
    height: auto;
    display: block;
}

.svg-glow-fill {
    fill: var(--secondary-color);
}

.button {
    position: relative;
    overflow: hidden;
    padding: 26px 36px;
    height: 50px;
    font-family: Figtree;
    font-size: 18px;
    letter-spacing: 0;
    border-radius: 12px;
    color: white;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 1;
}
/* Menu Button */
.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link, .read-more-button, .job-position-section .button, .pricing-section .button {
    display: flex;
    margin-left: 36px;
    font-weight: bold;
    font-size: 15px;
    height: 100%;
    height: 50px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-self: center;
    padding: 18px 30px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    margin-top: 26px;
    border-radius: 12px;
    position: relative;
    display: inline-flex; 
    align-items: center; 
    border: 2px solid var(--primary-color);
    overflow: hidden;
    z-index: 1;
    transition: color 0.8s ease, border-color 0.8s ease, background-color 0.8s ease;
    min-width: 160px; 

}
.read-more-button, .job-position-section .button, .pricing-section .button {
	margin-left:0px!important;
}

.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link::before,
.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link::after, .read-more-button::before, .read-more-button::after, .job-position-section .button::after, .job-position-section .button::before, .pricing-section .button::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: opacity 0.8s ease;
}

.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link::before, .pages-section .card-buttons .more-details::before, .read-more-button::before, .job-position-section .button::before, .pricing-section .button::before {
    background: transparent; 
    opacity: 1;
}

.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link::after, .pages-section .card-buttons .more-details::after, .read-more-button::after, .job-position-section .button::after, .pricing-section .button::after {
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    opacity: 0;
}

.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link:hover,.pages-section .card-buttons .more-details:hover,.read-more-button:hover, .job-position-section .button:hover, .pricing-section .button:hover {
    border-color: transparent!important;
    height: 50px; /* +2px */
    min-width: 160px; /* +2px */
	color:white;


}

.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link:hover::before, .pages-section .card-buttons .more-details::before, .read-more-button:hover::before, .pricing-section .button:hover::before  {
    opacity: 0;
}

.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link:hover::after, .pages-section .card-buttons .more-details:hover::after, .read-more-button:hover::after, .pricing-section .button:hover::after  {
    opacity: 1;
}
.button::before,
.button::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    z-index: -1;
    transition: opacity 0.8s ease;
}

.button::before, .blog-search-form .search-button {
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    opacity: 1;
}

.button::after {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    opacity: 0;
}

.button:hover::before {
    opacity: 0;
}

.button:hover::after {
    opacity: 1;
}
.image-col {
    position: relative;
	aspect-ratio:1 / 1;
}


.hero-feature-box {
    border: 1px solid #3b3b39;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.4); /* translucent */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(20px);
    padding: 35px 19px;
    border-radius: 16px;
    margin-top: -100px;
    display: flex;
    justify-content: center;
    width:100%;
}

.hero-feature-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.hero-feature-item {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    color: white;
    max-width: 180px;
    text-align: left;
    gap: 8px;
    line-height: 19px;
}
.hero-feature-text {
    font-size:14px;
}
.hero-feature-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    margin-top:2px;
}

.hero-feature-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

@media(max-width:1024px) {

.hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body, .hero.is-halfheight .hero-body {
    margin:0 auto;
    padding:0;
}
.hero.is-fullheight {
    min-height: auto!important;
}
    .hero h1 {
        font-size:16px;
    }
    .hero h2 {
        font-size:55px;
        line-height: 50px!important;
    }
    .hero p {
        font-size:18px;
        line-height: 22px;
    }
    .hero-feature-list {
        flex-direction: column;
    }
    .button {
        font-size:16px;
		padding:20px 36px;
		height:48px;
    }
    .hero-feature-item {
        max-width:100%;
    }
}

@media(max-width:768px) {
	.hero-feature-list  {
		gap:15px;
	}

.hero h1, .hero h2, .hero p {
    text-align: center;
}
.hero h2 {
    line-height:35px!important;
	font-size:45px;
}
	.hero p {
		font-size:18px;
		line-height:26px;
	}
.hero .columns.is-vcentered {
    display: flex;
    flex-direction: column;
}
.hero .content-wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.hero .image-col {
    display: flex;
    margin-bottom:50px;
    width:100%;
	padding:0px;
}
.hero .has-text-left {
    display: flex;
}

.hero-feature-box {
    width:100%;
    bottom:-30px;
}

}
/*Headings*/

@media (max-width:1024px) {
    h2 {
        line-height: 40px!important;
    }
    p {
        line-height: 24px!important;
    }
}

@media (max-width:768px) {
    h2 {line-height:35px!important;
    }
    p {
        line-height: 26px!important;
    }
}
/*Underline decoration*/
.text-underline {
    position: relative;
    z-index:0;
}
.text-underline::after {
    content: "";
    position: absolute;
    height:8px;
    width:100%;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    left:0;
    bottom: 22px;
    z-index: -1;
}
@media(max-width:1024px) {
    .text-underline::after {
        bottom:15px;
    }
    }


/*Text with image block*/
.text-with-image-section .image-container img, .programs-section img, .coaches-section img, .classes-section img{
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape2.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape2.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0;
}
.text-with-image-section .image-container img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.text-with-image-section .text-content {
    align-content: center;
    padding-left:75px;
    padding-right: 15px;
}
.text-with-image-section .image-container {
    padding:0;
}

.text-with-image-section h2 {
    position: relative;
    z-index: 0;
}
.text-with-image-section p {
    padding: 10px 0px 30px;
}
@media(max-width:1024px) {
    .text-with-image-section .ast-container {
        display:flex;
        flex-direction: row;
    }
    .text-with-image-section .image-container {
        width:50%;
    }
    .text-with-image-section .text-content {
        width:50%;
        padding-left:25px;
    }
}

@media(max-width:768px) {
    .text-with-image-section .ast-container {
        flex-direction: column;
    }
    .text-with-image-section .image-container {
        width:100%;
        order:2;
    }
    .text-with-image-section .text-content {
        width:100%;
        padding-left:0px;
        padding-right: 0px;
        order:1;
    }
    .text-with-image-section .text-content .content {
        text-align: center;
    }
    .text-with-image-section .feature-text {
        justify-content: center;
        font-size:14px;
    }
}

/* 3 Steps block */
.three-steps-section .columns.ast-container {
	justify-content:space-between!important;
}
.three-steps-section {
    position: relative;
    z-index: 1;

}
.three-steps-section .column.is-4{
	width:29%;
}
.three-steps-section .icon-box {
    display:flex;
    flex-direction: row;
}
.three-steps-section .card {
    background:transparent;
    color:white;
}
.three-steps-section .card-content {
    padding: 0px 20px;    
}
.three-steps-headline {
    width:100%;
    margin-bottom: 50px;
}

.three-steps-section .numbered-box-title {
    font-family: Teko;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;

}
.three-steps-section .button-container {
	margin-top:30px;
}
@media (max-width:1024px) {
    .three-steps-section .column.is-4 {
        width: 32%;
    }
    .three-steps-section .svg-icon svg{
        width:50px;
        height: 50px;
    }
    .three-steps-section .ast-container {
        flex-direction: row;
    }
    .three-steps-section .numbered-box-title {
        font-size: 25px;
        line-height: 25px;
    }
    .three-steps-section .content {
        line-height: 24px;
    }
}

@media (max-width:768px) {
	.three-steps-section .columns.ast-container {
		display:flex;
		flex-direction:column;
		gap:30px;
	}
    .three-steps-section .column.is-4 {
        width:100%;
    }
.three-steps-section .icon-box {
    flex-direction: column;
    text-align: center;
}
.three-steps-section .card-content {
    text-align: center;
}
.three-steps-section .content {
    margin-top:10px;
}
.three-steps-headline {
    margin-bottom: 20px;
}
.three-steps-section .button-container {
	margin-top:0px;
}
}

/* Lead magnet section*/
.lead-magnet-section{ 
    position: relative;
    overflow: hidden;
}
.lead-magnet-section .ast-container {
    position:relative;
}
.lead-magnet-section .image-container {
    padding: 0;
}
.lead-magnet-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.8);
    z-index: 1; 
    pointer-events: none; 
}
.lead-magnet-section .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 
    filter:grayscale(1);
}
.lead-magnet-section .overlay-color, .lead-magnet-section .text-content {
    z-index:2;
    position:relative;
    align-content:center;
}
.lead-magnet-section p strong {
    color:white;
    margin-bottom: 0px!important;
}
.lead-magnet-section .image-container img{
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape3.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape3.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0;
    width:500px;
    aspect-ratio: 1 / 1;
}
.lead-magnet-section .content ul, .program-description-section ul, .three-columns-section ul,.single .content-area ul, .job-position-section .job-requirements ul {
    margin-left:0px;
    margin-top:-20px;
}
.lead-magnet-section .content ul li, .program-description-section ul li, .three-columns-section ul li, .privacy-content ul li, .single .content-area ul li, .job-position-section .job-requirements li{
    list-style: none;
    padding-left: 0;
}
.lead-magnet-section .content p {
    margin-bottom:38px;
}

.lead-magnet-section .content ul li,.program-description-section ul li, .three-columns-section ul li, .privacy-content ul li, .single .content-area ul li, .job-position-section .job-requirements ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px; 
}

.lead-magnet-section .content ul li::before,.program-description-section ul li::before, .three-columns-section ul li::before,.privacy-content ul li::before, .single .content-area ul li::before, .job-position-section .job-requirements ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 20px;
    mask-image: url('/wp-content/uploads/2025/05/plus-icon.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}
.three-columns-section ul li::before {
	background:white!important;
	
}
.three-columns-section ul {
	margin-top:0px;
}
.three-columns-section ul li {
	border-bottom: 1px solid #F6F7F847;
	padding-bottom:35px;
}
.three-columns-section ul li:last-child {
	border-bottom: none;
	padding-bottom:0px;
}
.lead-magnet-section .button {
    margin-top:46px;
}
@media(max-width:1024px) {
    .lead-magnet-section .ast-container {
        display:flex;
        flex-direction: row;
    }
    .lead-magnet-section .content p {
        margin-bottom: 20px;
    }
    .lead-magnet-section .content ul {
        margin-top:auto;}
    .lead-magnet-section .button {
        margin-top:20px;
    }
}
@media(max-width:768px) {
    .lead-magnet-section .content ul li {
        line-height: 26px;
    }
    .lead-magnet-section .ast-container {
        display:flex;
        flex-direction: column;
    }
    .lead-magnet-section .image-container {
        order:2;
    }
    .lead-magnet-section .image-container img{
        width:100%;
    }
    .lead-magnet-section .content {
        text-align: center;
    }
    .lead-magnet-section .column {
        padding: 0px;
    }
    .lead-magnet-section .image-container {
        margin-top:30px;
    }
	.lead-magnet-section .content ul, .program-description-section ul {
		max-width:90%;
		margin:auto;
		text-align:left;
	}
}

/* Testimonial section */
.testimonial-arrow {
    width: 42px;
    height: 42px;
	border-radius:2px;
    background-color: #C0C9D0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
	opacity:0.3;
}

.testimonial-arrow:hover {
	opacity:1;
}

.testimonial-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #5C6271;
    stroke-width: 3;
    fill: none;
}
.testimonial-slider .slick-list {
    overflow: hidden;
    padding-right: 400px; 
    padding-left: 0;     
}
.testimonial-slider-wrapper .slick-list::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width:380px;
    height: calc(100% - 40px); 
    pointer-events: none;
    box-shadow: inset -155px 0 155px -20px rgba(0, 0, 0,1);
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;
}

.testimonial-slider .slick-track {
    display: flex;
}

.testimonial-slide {
    display: flex !important;
    height: auto;
}

.testimonial-slide-inner {
    display: flex;
    flex: 1;
    align-items: stretch;
	 position: relative;
    will-change: transform;
}
.testimonial-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.testimonial-slider {
    margin: 40px 0;
}

.testimonial-slide {
    padding: 20px;
    transition: opacity 0.3s ease;
}

.testimonial-slide.slick-center {
    opacity: 1;
}

.testimonial-slide-inner {
    display: flex;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    max-width: 100%;
    margin: 0 auto;
	height:100%;
}

.testimonial-image img {
    width: 300px;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    padding: 42px;
    color: #fff;
    position: relative;
    flex: 1;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.testimonial-author {
    font-weight: bold;
}
.icon-description p {
	font-size:20px;
	line-height:22px;
}
.quote-icon {
    position: absolute;
    bottom: 35px;
    right: 35px;
    color: rgba(255,255,255,0.1);
	will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.slick-prev, .slick-next  {
display:none!important;
}

.testimonial-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 50px auto;
	max-width:90%;
}

.testimonial-progress-bar {
    flex: 1;
    height: 4px;
    background: #C0C9D0;
    position: relative;
    max-width: 85%;
    margin: auto 28px auto auto;
}

.testimonial-progress-bar .progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width 0.3s ease;
}

.testimonial-section p:not(.testimonial-content p), .google-reviews-section p{
		text-transform:uppercase;
		font-weight:700;
		font-size:18px;
		margin-bottom:10px;
}
.ti-widget {
    text-transform: none!important;
	font-weight:500;
}
.google-reviews-section h2 {
	margin-bottom:50px;
}
@media(max-width:1024px) {
    .testimonial-slider .slick-list {
        padding-right:150px;
    }
    .testimonial-image img {
        width:200px;
    }
    .testimonial-slider-wrapper .slick-list::after {
        width:130px;
    }
}

@media(max-width:768px) {
.testimonial-arrow {
    width: 32px;
    height: 32px;
	}
    .testimonial-slider .slick-list {
        padding-right:0px;
    }  
    .testimonial-slider-wrapper .slick-list::after {
        width:0px;
    }
    .testimonial-image img {
        width:100%;
    }
    .testimonial-slide-inner {
        flex-direction: column;
    }
    .testimonial-content {
        padding:30px!important;
    }
    .testimonial-controls {
        margin: 0 auto;
    }
    .testimonial-slider {
        margin:30px 0;
    }
    .testimonial-slide {
        padding: 0;
    }
    .quote-icon {
        width:40px;
        height:40px;
    }
}

/* Pages block */
.pages-section .card {
    background: transparent;
}
.pages-section .pages-description {
    position: relative;
    margin-bottom: 100px;
}

.pages-section .card-equal-height:hover  {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(0, 0, 0, 0.36);
    box-shadow:
        -32.07px 32.07px 118.07px 0px rgba(130, 130, 130, 0.2) inset,
        32.07px -32.07px 220px 0px rgba(26, 26, 26, 0.06) inset;
          border-radius: 12px;

}

.pages-section .hover-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.pages-section .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

.pages-section .bg-current {
  opacity: 1;
  z-index: 1;
}

.pages-section .bg-fade {
  opacity: 0;
  z-index: 2;
}

.pages-section .hover-bg-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.pages-section .media-left {
    margin-right:10px;
}
.pages-section .card-content h3 {
    margin-top:5px;
}
.pages-section .column {
    padding:0px;
}
.pages-section .card {
    min-height: 600px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
}
@media(max-width:1200px) {
    .pages-section .card {
    min-height: 640px;
    }
    .pages-section .card-inner {
            transform: translateY(350px)!important; 
    }
.pages-section .pages-description {
    margin-bottom: 50px;
}
}
.pages-section .columns.custom-gap.ast-container {
    display: flex;
    align-items: flex-end; 
	justify-content:center;
}

.pages-section .card-inner {
    transform: translateY(360px); 
    transition: transform 0.5s ease;
}

.pages-section .card-equal-height:hover .card {
    display: flex;
    justify-content: space-between;
}

.pages-section .card-equal-height:hover .card-inner {
    transform: translateY(0)!important;
    transition: transform 0.5s ease;
}

.pages-section .card-content h3 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 35px;
}

.pages-section .card-content {
    position: relative;
    height: 100%;
    padding: 36px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

.pages-section .short-page-description {
    opacity: 1;
    margin: 0;
}

.pages-section .hover-meta {
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.pages-section .card-buttons {
    opacity: 0;
}

.pages-section .card-equal-height:hover .card-content {
    justify-content: space-between;
}

.pages-section .card-equal-height:hover .short-page-description {
    opacity: 0;
}

.pages-section .card-equal-height:hover .hover-meta {
    opacity: 1;
    position: relative;
}

.pages-section .card-equal-height:hover .card-buttons {
    opacity: 1;
    justify-content: space-between;
    display:flex;
}


.pages-section .card-buttons .more-details {
        border: 2px solid var(--primary-color);
        transition: color 0.8s ease, border-color 0.8s ease, background-color 0.8s ease;
}
.pages-section .card-buttons .more-details:hover {
    border:0px;
    padding: 22px;
    height: 50px;
    min-width: auto;
}
.pages-section .label-prefix, .programs-section .label-prefix {
    font-family:Teko ;
    text-transform: uppercase;
    font-size: 30px;
}
.pages-section .hover-meta .meta-block + .meta-block {
    margin-top: 36px;
}
.pages-section .card-buttons .more-details, .pages-section .card-buttons .all-programs {
    padding:20px;
    font-size: 16px;
    height: 50px;
}
.pages-section .program-icon svg{
	width:46px;
	height:46px;
}
@media (max-width:1200px) {
    .pages-section .card-buttons {
        flex-direction: column;
        gap:20px;
    }

}
@media (max-width:1250px) {
    .pages-section .card-inner {
    transform: translateY(370px); 
    }
}
@media (max-width:1024px) {
    .pages-section .hover-meta .meta-block + .meta-block {
        margin-top:20px;
        line-height: 22px;
    }
    .pages-section .hover-meta .meta-block {
        line-height: 22px;

    }
    .pages-section .card-equal-height:hover .short-page-description {
        height:0px;
    }
    .pages-section .card {
        min-height: 550px;
    }
    .pages-section .label-prefix {
        font-size:25px;
    }
    .pages-section .card-inner {
    transform: translateY(260px)!important; 
    }
    .pages-section .card-buttons .more-details, .pages-section .card-buttons .all-programs {
    height: 48px;
}
.pages-section .card-buttons .more-details:hover {
    height: 48px;
}
    .pages-section .card-content h3 {
        font-size: 28px;
        line-height: 30px;
    }
.pages-section .columns.ast-container {
    flex-direction: row;
}
.pages-section .pages-description {
    margin-bottom: 30px;
}

.pages-section .media {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px!important;
}
.pages-section .card-content {
    text-align: center;
    padding: 30px 15px;
}
.pages-section .media-left {
    align-self: center;
    margin-right: 0px;
    margin-bottom: 10px;
}
.pages-section .card-buttons {
    flex-direction: column;
    gap:20px;
    padding: 0 30px;
}
.pages-section .card-equal-height .short-page-description {
    line-height: 22px!important;
}
.pages-section .program-icon svg {
		width:60px;
		height:60px;
	}

}

@media (max-width:768px) {
 .pages-section .card-equal-height:hover .short-page-description {
    height: 100%;
 }   
.pages-section .columns.ast-container {
    flex-direction: column;
}
.pages-section .card-equal-height {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(0, 0, 0, 0.36);
    box-shadow: -32.07px 32.07px 118.07px 0px rgba(130, 130, 130, 0.2) inset,
        32.07px -32.07px 220px 0px rgba(26, 26, 26, 0.06) inset;
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
}
.pages-section .hover-meta {
    opacity: 1;
    order:3;
}

.pages-section .card-equal-height:hover .card-inner {
    transform: none;
}
.pages-section .card-equal-height:hover .short-page-description {
    opacity: 1;
}
.pages-section .card-equal-height .card-inner {
    transform: none!important;
}
.pages-section .card {
    min-height: 100%;
}
.pages-section .card-buttons {
     opacity: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
    order:3;

}
.pages-section .hover-meta {
    position: relative;
}
.pages-section .media-content {
    margin: auto;
}
.pages-section .card-content {
        gap: 10px;
        padding: 30px 20px;
}
.pages-section .media {
    margin-bottom:0px!important;
}
.pages-section .card-content h3 {
    margin-bottom: 10px;
    font-size: 30px;
}

.pages-section .card-buttons .more-details, .pages-section .card-buttons .all-programs {
    padding: 15px;
        font-size: 14px;

}
.pages-section .card-buttons .more-details:hover {
    padding: 17px;
    min-width: auto;
}
.pages-section .card-equal-height:hover {
    gap:10px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.pages-section .card-equal-height:hover .card-buttons {
    opacity: 1;
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}
.pages-section .card-equal-height:hover .card-content {
    justify-content: flex-start;
}
.pages-section .pages-description {
    margin-bottom: 50px;
}
.pages-section .columns.custom-gap.ast-container {
    align-items: center;
}
.pages-section .card-buttons {
    padding: 0px;
    padding-top: 20px;
}
.pages-section .card-equal-height .short-page-description {
    order:2;
    margin-bottom: 20px;
}
.pages-section .hover-meta .meta-block + .meta-block {
    margin-top :20px;
}
.pages-section .meta-block {
    line-height: 26px;
}
.pages-section .label-prefix {
    font-size: 25px;
    line-height: 35px;
}
.pages-section .card-equal-height .short-page-description {
line-height: 26px!important;
    }
    .testimonial-slide-inner {
        box-shadow: none;
    }
 .pages-section#hover-bg-section .hover-bg-overlay {
        background-color: #202020;
    }

    .pages-section#hover-bg-section .hover-bg-overlay .bg-layer {
        background-image: none !important;
    }
}



/* Bottom CTA block */
.cta-section p {
	padding:20px 0px;
}
.cta-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.cta-section .overlay-color {
    position: relative;
    z-index: 2;
}

.cta-section.has-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    pointer-events: none;
}
.cta-section .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: grayscale(1);
}
.bottom-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    pointer-events: none;
}
.bottom-cta {
	padding:110px 30px;
}
.bottom-cta h2 {
	color:white;
}
.bottom-cta .cta-side-section-description {
	padding:30px 0px;
}
@media(min-width:1025px) {
	.bottom-cta .cta-side-section-description {
	max-width:890px;
	margin:auto;
}
}
@media(max-width:1024px) {
	.bottom-cta {
		padding:80px 30px;
	}
}
@media(max-width:767px) {
	.bottom-cta {
		padding:50px 20px;
	}
}
/* Program description */
 .program-description-section .first-image img {
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape2.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape2.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0;
}
 .program-description-section .second-image img {
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape1.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape1.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    object-fit: cover;
    border-radius: 0;
}
.program-description-section .second-image {
    max-width:400px;
    max-height: 400px;
    margin-left: auto;
    margin-top:-120px;

}

.program-description-section h3 {
    font-weight:500;
    font-size:35px;
    padding:30px 0px;
}
.program-description-section .button {
    margin-top:20px;
}
@media(max-width:1024px) {
    .program-description-section h3 {
        font-size: 30px;
        padding: 20px 0px;
    }
    .program-description-section ul li {
        margin-bottom: 10px;
        line-height: 22px;
    }
    .program-description-section .second-image {
    max-width:270px;
    max-height: 270px;
    margin-top:-80px;
	}

	.cta-section p {
		padding: 0px 0px 20px 0px;
		line-height:24px!important;
	}
}
@media(max-width:768px) {
    .program-description-section h3 {
        padding: 30px 0px 0px;
    }
    .program-description-section .second-image {
    max-width:250px;
    max-height: 250px;
    margin: auto;
	    margin-top:-80px;



}
    .program-description-section .button {
        margin-top:30px;
    }

}
/* Program goals */
.program-goals-section {
  position: relative;
  overflow: hidden;
  color: white;
  font-family: inherit;
  width: 100%;

}

.program-goals-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.program-goals-container .program-description {
    background:black;
}
.program-goals-section .slider-wrapper {
  display: flex;
}

.program-goals-section .slider-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 800px;

}

.program-goals-section .slider-slide .background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.program-goals-section .slider-slide .background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(1, 1, 1, 0.7);
  z-index:1;
}

.program-goals-section .slider-slide .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-goals-section .slide-content {
  max-width:1210px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 200px 0px 60px;
  margin: auto;
}

.program-goals-section .text-block {
  max-width: 600px;
}

.program-goals-section .slider-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px 100px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-family: Teko;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  width: 100%;
  max-width: 1210px;
  margin: auto;
  gap:30px;
}

.program-goals-section .nav-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 0px;
}

.program-goals-section .nav-item .progress-bar {
  width: 100%;
  height: 8px;
  background: #ffffff4D;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  margin: auto;
}

.program-goals-section .nav-item .progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 5s linear;
}
	@media(max-width:1250px) {
		.program-goals-section .slide-content {
			padding:200px 30px 60px;
			max-width:100%;
		}	
		.program-goals-section .slider-nav {
        max-width:100%;
		padding:30px 30px 100px;

		}
	}
	@media(max-width:1024px) {
		.program-goals-section .slide-content {
			padding:100px 30px 60px;
		}
.program-goals-section .slider-nav {
		padding:30px 30px 50px;

		}
		.program-goals-section .slider-slide {
		min-height: 600px;
	}
		.program-goals-section .nav-item {
			font-size:16px;
line-height:16px;
			}
		.program-goals-section .progress-bar {
			margin-top:10px!important;
		}
	}
@media(max-width:768px) {
.program-goals-section .slider-slide .background::before {
  background-color: rgba(1, 1, 1, 0.8);

	}

	.program-goals-section .slider-slide {
		min-height: 600px;
	}
	.program-goals-section .slide-content {
		padding:50px 20px;
	}
	.program-goals-section .slider-nav {
flex-wrap:wrap;
padding:30px 10px;
justify-content:center;
gap:20px;
	}
	.program-goals-section .nav-item {
flex:0 1 calc(50% - 20px);

	}
	}
/* Styles ONLY when autoslide is disabled */
.program-goals-section.no-autoslide .slider-nav .nav-item .progress-bar {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.program-goals-section.no-autoslide .slider-nav .nav-item.active .progress-bar {
  opacity: 1;
  background: #fff;
}

/* Programs block  */
.programs-section .ast-container {
    flex-direction: column;
    gap:50px;
}
.programs-section .box {
    background-color: transparent;
}
.programs-section h3 {
    font-weight: 500;
    font-size: 54px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.programs-section img {
    object-fit: cover;
}

.programs-section .media-content-box {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.programs-section .box {
    padding-left: 0px;
}
.programs-section .button {
    margin-top:20px;
}
@media(max-width:1024px) {
    .programs-section h3 {
        font-size: 40px;
    }
    .programs-section .page-section-description {
    line-height: 24px;
}
}

@media (max-width: 768px) {
    .program-box {
        display: flex;
        flex-direction: column;
    }

    .programs-section .program-image {
        order: 1;
        width: 100%;
    }

    .programs-section .program-content {
        order: 2;
        width: 100%;
    }

    .programs-section .box {
        padding: 0;
    }
}
/*Hero block pages*/
.hero-programs .hero-image-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.hero-programs .hero-background-figure,
.hero-programs .hero-frame-figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-programs .hero-background-figure img,
.hero-programs .hero-frame-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-programs .hero-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 8.18%, #000000 113.14%);
    z-index: 1;
}

.hero-programs .columns {
    position: relative;
    z-index: 2;
}

.hero-programs .hero-content {
    position: relative;
    z-index: 3;
    padding-right: 50px;
}

@media (max-width: 1024px) {
    .hero-programs .hero-content {
        padding-right: 0;
    }
}

.hero-programs .icon-info-col {
    padding: 50px;
    text-align: center;
    box-shadow: -58.8px 58.8px 58.8px 0px #FFFFFF1A inset;
    backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 1px solid #8B96A6;
    background: #26262699;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 30px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .hero-programs .icon-info-col {
        padding: 30px 20px;
        gap: 20px;
    }
}

.hero-programs .icon-info-col img {
    width: 82px !important;
    padding: 12px;
    background: white;
    border-radius: 40px;
}

.hero-programs .label-prefix {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-family: Teko;
    font-size: 30px;
}

@media (max-width: 1024px) {
    .hero-programs .label-prefix {
        font-size: 24px;
    }

    .hero-programs .icon-info-col img {
        width: 58px !important;
    }
}
/*Hero Pages*/
.hero-pages .icons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.hero-pages .page-section-description {
	flex-direction:column;
	align-items:center;
}
.hero-pages .single-icon {
  flex: 1 1 calc(25% - 30px); /* 4 per row on desktop with gap */
  max-width: calc(25% - 30px);
  box-sizing: border-box;
  text-align: center;
  margin-top:50px;
}
.hero-pages .icon-title {
    font-family: Teko;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    margin-top:20px;
}
.hero-pages .ideal-focus-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top:50px;
}
.hero-pages .ideal-focus-row img {
	width:40px;
	height:40px;
}
.hero-pages .label-prefix {
    font-family: Teko;
    text-transform: uppercase;
    font-size: 25px;
	line-height:35px;
}
.hero-pages .ideal-focus-row .page-section-description {
    flex: 1 1 auto;
    text-align: center;
    font-size: 18px;
	align-items:center;
	display:flex;
	gap:10px;
	max-width:200px;
	margin:auto;
	line-height:22px;

}

    .hero-pages .hero-background-figure {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	object-fit:cover;
    -webkit-mask-image: url('/wp-content/uploads/2025/09/hero-mask3.png');
    mask-image: url('/wp-content/uploads/2025/09/hero-mask3.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}
.hero-pages .ast-container { 
    max-width: 1210px;
    overflow: hidden;
    z-index: 1;
    flex-direction: column;
}

.hero-pages .hero-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}
.hero-pages .hero-background-figure
{
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: 620px;
}
.hero-pages .hero-frame-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-pages .hero-background-figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    padding: 0px;
}
.hero-pages .hero-frame-figure img  {
    object-fit: cover;
    height: 100%;
}
.hero-pages .glass-box {
    width: 90%;
    margin: 0 auto;
   backdrop-filter: blur(10px);
background: #22222299;
padding: 50px 30px;
box-shadow: -58.8px 58.8px 58.8px 0px #FFFFFF1A inset;
box-shadow: 58.8px -58.8px 58.8px 0px #1A1A1A1A inset;
border-radius: 12px;
    text-align: center;
    color: white;
    z-index: 3;
    position: relative;
    margin-top: -300px;
}
.hero-pages p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.hero-pages .button {
    margin-top:30px;
}
@media (max-width:1400px) {.hero-pages .glass-box{
	margin-top:-400px!important;
}
}
@media (max-width:1024px) {
      .hero-pages .glass-box {
        margin-top: -150px!important;
        padding: 40px 30px;

    }
    .hero-pages p {
    font-size:18px;
    line-height: 22px;
    }
}
@media (max-width: 768px) {
    .hero-pages .glass-box {
        padding: 40px 20px;
        margin-top: -50px!important;

    }
	.hero-pages .ideal-focus-row {
		gap:30px;
	}
	.hero-pages .ideal-focus-row .page-section-description {
		max-width:300px;
	}
    .hero-pages .hero-background-figure img {
        padding: 5px;
    }
    .hero-pages .icons-row {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        gap:10px;
    }
    .hero-section.container.is-fluid {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .hero-pages .single-icon {
        width: 50%;
        max-width: 50%;
        flex: 1 1 calc(50% - 30px);
    }

}

/*Owner block*/
.owner-section .owner-info {
    max-width: 80%;
    margin: auto;
    margin-top: -50px!important;
    padding: 30px 50px;
    box-shadow: -24.7px 24.7px 24.7px 0px #FFFFFF21 inset;
background: #FFFFFF21;
border-radius: 12px;
box-shadow: 24.7px -24.7px 24.7px 0px #C2C2C221 inset;
backdrop-filter: blur(43px);

}
.owner-name {
    font-family: Teko;
font-weight: 600;
font-size: 40px;
line-height: 32px;
text-transform: uppercase;

}

.owner-section .read-more-btn, .coaches-section .read-more-btn {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin-left: 0px;
	font-family:Figtree;
	letter-spacing:0px;
	font-size:18px;
}
.owner-item::before, .coach-certificate-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 20px;
    mask-image: url('/wp-content/uploads/2025/05/plus-icon.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.owner-item, .coach-certificate-item {
    position: relative;
    padding-left: 30px; 
		padding-bottom:14px;
	font-size:18px;
	line-height:22px;
}
	@media(max-width:1024px) {
		.owner-section .ast-container {
flex-direction:row;}
	.owner-section .content-column {
		padding-right:0px;
	}
		.owner-item, .coach-certificate-item {
			font-size:16px;
			line-height:20px;
		}
		.owner-item::before, .coach-certificate-item::before {
			top:0px;
		}
	}
	@media (max-width:767px) {
		.owner-section .content-column, .owner-section .image-column {
			padding:0px;
		}
		.owner-section .content-column {
			margin-top:50px;
		}
		.owner-section .owner-certificates {
			max-width:85%;
			margin:auto;
			text-align:left;
			line-height:22px;
		}
		.owner-section .owner-info {
			max-width:90%;
			    padding: 30px 20px;

		}
		
	}
@media (max-width:400px) {
.owner-section .owner-headline {
			max-width:85%;
			margin:20px auto;
		}
}

.description-content .full-content {
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    position: relative;
}

.description-content .full-content.truncated-content {
    max-height: var(--truncated-height, 6em);
}

.description-content .full-content.expanded-content {
    max-height: var(--full-height, auto);
}

.read-more-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5em;
    background: 
        linear-gradient(to bottom, 
            transparent 0%,
            rgba(0, 0, 0, 0.02) 8%,
            rgba(0, 0, 0, 0.05) 16%,
            rgba(0, 0, 0, 0.1) 25%,
            rgba(0, 0, 0, 0.18) 35%,
            rgba(0, 0, 0, 0.28) 45%,
            rgba(0, 0, 0, 0.4) 55%,
            rgba(0, 0, 0, 0.55) 65%,
            rgba(0, 0, 0, 0.7) 75%,
            rgba(0, 0, 0, 0.8) 85%,
            rgba(0, 0, 0, 0.88) 94%,
            rgba(0, 0, 0, 0.92) 100%
        ),
        radial-gradient(ellipse at center bottom, 
            transparent 30%, 
            rgba(0, 0, 0, 0.08) 60%,
            rgba(0, 0, 0, 0.15) 100%
        );
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.read-more-overlay.hidden {
    opacity: 0;
}

.owner-section .read-more-btn, .coaches-section .read-more-btn
{
	padding-top:20px;
}

@media (min-width: 769px) and (max-width:1024px){
    .description-content .truncated-content {
        --truncated-height: 19em!important;
    }
}
.description-content .truncated-content {
    --truncated-height: 12em;
}
/* Coaches section */
.coaches-section-description span:not(.text-underline) {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.coaches-section-description p:first-of-type {
	text-transform:uppercase;
}
.coaches-section-description p {
	margin-bottom:10px;
}
h3.coach-name{
	font-size:40px!important;
	line-height:40px!important;
	font-weight:500;
}
	.coaches-section .coach-name { 
	margin-bottom:0px;}
	.coaches-section .post-content {
		position:relative;
	}
	.coaches-section .coach-info {
		border-radius:12px;
		background: #FFFFFF17;
		box-shadow: 24.7px -24.7px 24.7px 0px #C2C2C221 inset;
		backdrop-filter: blur(32px);
		padding:40px;
        width:75%;
		max-width:80%;
		margin:-150px auto 40px;
	}

	.coaches-section .description{
		padding:0px 40px;
	}
.coaches-section .coach-certificates {
	padding:0px 80px;
}
.coaches-section .columns.ast-container > .column.is-6:nth-last-child(1):nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}
.coaches-section img {
	object-fit:cover;
}
@media(max-width:1024px) {
	.coaches-section .ast-container {
		flex-direction:row;
	}
	.coach-title {
		line-height:22px;
	}
.coaches-section-description span:not(.text-underline) {
    font-size: 16px;
	line-height:20px;
}
.coaches-section .coach-certificates {
	padding:0px 50px;
}
}

@media(max-width:768px) {
	.coaches-section .coach-info {
		margin:-80px auto 40px;
	}
h3.coach-name{
	font-size:35px!important;
	line-height:35px!important;
}
	.coaches-section .coach-name {
			line-height:35px;
		}
		.coaches-section .coach-certificates {
			max-width:85%;
			margin:auto;
		}
		.coaches-section .description, .coaches-section .coach-certificates{
			padding:0px!important;
		}
	.coaches-section .coach-info {
		padding:30px 20px;
	}
}

/* Text with image section */
.text-image-section .ast-container {
		gap:50px;
	}
.text-image-section .features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 30px 0px 0px;
}

.text-image-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.text-image-section .feature-icon {
	margin-top:5px;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
	background: linear-gradient(161.03deg, var(--primary-color) 12.79%, var(--secondary-color) 96%);
	border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.text-image-section .feature-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.text-image-section .feature-text {
    flex: 1;
}
.text-image-section .ast-container {
    flex-direction: column;
}

.text-image-section img {
    object-fit: cover;
}

.text-image-section .image-wrapper .image_1 {
    width: 100%;
	max-height:373px;
	max-width:373px;
}

.text-image-section .image-wrapper .image_2 {
    width: 283px;
    margin-left: 200px;
    margin-top: -100px;
    z-index: 1;
}

.text-image-section .image-wrapper .image_3 {
     width: 100%;
	max-height:373px;
	max-width:373px;
    margin-left: 40px;
    margin-top: -100px;
    z-index: 0;
}

.text-image-section .image-wrapper .image_1,
.text-image-section .image-wrapper .image_3,
.text-image-section .image-wrapper .image_2 {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}

.text-image-section .image-wrapper .image_1 img,
.text-image-section .image-wrapper .image_2 img,
.text-image-section .image-wrapper .image_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    inset: 0;
}

.text-image-section .image-wrapper .image_2 img {
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape1.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape1.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}

.text-image-section .image-wrapper .image_3 img,
.text-image-section .image-wrapper .image_1 img {
    -webkit-mask-image: url('/wp-content/uploads/2025/07/mask-shape2.png');
    mask-image: url('/wp-content/uploads/2025/07/mask-shape2.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
}

.text-image-section .images-float-right {
    display:flex;
	justify-content:flex-end;
}
.text-image-section	.images-float-right .image-wrapper .image_1{
		margin-right:0px;
		margin-left:-50px;
	}
.text-image-section .images-float-right .image-wrapper .image_3 {
		margin-right:0px;
		margin-left:20px;
	}
	.text-image-section .images-float-right .image-wrapper.image_2  {
		margin-left:auto;
	}
	
@media(max-width:1100px) {
			.text-image-section .images-float-right .image-wrapper .image_1{
		
		margin-left:0px;
	}
	}
@media(max-width:1024px) {
	.text-image-section .feature-icon {
		width:40px;
		height:40px;
		border-radius:12px;
	}
.text-image-section .image-wrapper .image_1, .text-image-section .image-wrapper .image_3{
	max-height:350px;
	max-width:350px;
	}
	.text-image-section .image-wrapper .image_2 {
		max-width:240px;
		max-height:240px;
		margin-left:155px;
	}
	.text-image-section .image-wrapper .image_2, .text-image-section .image-wrapper .image_3 {
		margin-top:-60px;
	}
	.text-image-section .image-wrapper .image_3 {
		margin-left:20px;
	}
	}
@media (max-width: 800px) {
.text-image-section .image-wrapper .image_2 {
	margin-left:135px; }
	}
@media (max-width: 768px) {
	.text-image-section .images-float-right .image-wrapper .image_3 {
		margin-left:0px;
	}
    .text-image-section .order-1-mobile {
        order: 1;
    }
   .text-image-section .order-2-mobile {
        order: 2;
    }
    .text-image-section .columns {
        display: flex;
        flex-direction: column;
    }
    .text-image-section .image-wrapper .image_1,
    .text-image-section .image-wrapper .image_2,
    .text-image-section .image-wrapper .image_3 {
        margin: auto;
    }
    .text-image-section .image-wrapper .image_2,
    .text-image-section .image-wrapper .image_3 {
        margin-top: -100px;
    }
    .text-image-section .image-container.images-float-right {
        justify-content: center;
    }
    .text-image-section .image-wrapper .image_1,
    .text-image-section .image-wrapper .image_3 {
        max-width: 100%;
		max-height:100%;    }
    .text-image-section .image-wrapper .image_2 {
        max-width: 90%;
		max-height:90%;
        margin: auto;
		margin-top:-50px;
        width: 75%;
    }
.text-image-section	.feature-item {
		flex-direction:column;
		align-items:center;
	}
.text-image-section	.features-list {
		margin:0px;
	}
.text-image-section	.feature-icon {
		width:50px;
		height:50px;
	}
.text-image-section	.feature-icon img {
		width:30px;
		height:30px;
		max-width:30px;
		max-height:30px;
	}
	.text-image-section .features-list .feature-item:first-child { 
	margin-top:30px;}
}

/* Schedule Table */

.table-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.table-section .table-overlay-color {
  padding: 100px 30px 100px 30px;
}
.table-container {
	border-radius:12px;
}
.table-container .table.is-fullwidth {
  width: 100%;
  table-layout: fixed;
  margin-bottom:0px;
}

@media (max-width: 1024px) {
	.table-container .table.is-narrow td, .table-container .table.is-narrow th {
		padding: 15px 10px!important;
		font-size:16px!important;
	}
	.schedule-section .ast-container .column {
		padding:0px!important;
	}
  .table-section .table-overlay-color {
    padding: 50px 30px 50px 30px;
  }

  .table-container .table.is-fullwidth {
    width: 200%;
  }
}

@media (max-width: 768px) {
	.table-container .table.is-narrow td, .table-container .table.is-narrow th {
		padding:10px!important;
	}
  .table-section .table-overlay-color {
    padding: 40px 10px 40px;
  }

  .table-container .table.is-fullwidth {
    width: 400%;
  }
}

.table-container .table.is-narrow td,
.table-container .table.is-narrow th {
  padding: 26px 10px;
  text-align:center;
  font-size:18px;
}

.table-container .table thead td,
.table-container .table thead th {
  border-width: 0 0 4px;
  border-color: #2a2d36;
}

.table-section {
  text-align: center;
}

.table-section h2.white,
.table-section .hero-description.white {
  color: #ffffff;
}

.table-section .hero-description {
  margin-bottom: 40px;
}

.table-container table {
  border-width: 0;
}

.schedule-section .schedule-placeholder {
	margin-top:50px;
}

/* Classes block */
@media(max-width:767px) {
.classes-section .columns {
	display:flex;
	flex-direction:column;
	}
  .order-1-mobile {
    order: 1 !important;
	display:flex;
	flex-direction:column;
	  width:100%;
  }

  .order-2-mobile {
    order: 2 !important;
  }
}
	.classes-section .ast-container {
		flex-direction:column;
	}
.classes-section .button-container .button {
  margin-top: 20px;
}
.classes-section .content h3 {
	font-size: 54px;
	line-height: 54px;
	font-weight: 500;
}
@media(max-width:1024px) {
	.classes-section .content h3 {
	font-size: 40px;
	line-height: 40px;
	}
}
/*Free intro pages*/

.video-placeholder {
    margin-top: 40px;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
.video-placeholder > :is(div, span, iframe) {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
@media(min-width:1024px) {
	.free-intro-hero .glass-box{
	margin-top:-300px;
}
}
@media(max-width:1024px) {
	.free-intro-section .ast-container {
		flex-direction:row;
	}
	
}
@media(max-width:767px) {
	.free-intro-section .column.is-6 {
		padding:10px 0px;
	}
}
/*Free intro social*/

.page-id-3423 .free-intro-section h1 {
    font-size:18px;
    font-family: Figtree;
}
.page-id-3423 .free-intro-section .ast-container {
	flex-direction:column;
}
.page-id-3423 .free-intro-description {
	text-align:center;
}
.page-id-3423 .free-intro-section .ast-container .column.is-6 {
	width:100%;
}
.page-id-3423 .free-intro-section {
    min-height: 100vh;
	height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;

}
.page-id-3423 .header-wrapper {
	position:relative;
}
.page-id-3423 .free-intro-section .free-into-form {
	align-content:flex-end!important;
}
.free-intro-section.free-intro-social .ast-container {
    position: relative;
    z-index: 2;
}

.page-id-3423 .footer-top,
.page-id-3423 .site-footer,.page-id-3423 .ast-grid-right-section {
    display: none;
}

.page-id-3423 #masthead {
	position:relative!important;
}
.page-id-3423 #masthead.scrolled {
	box-shadow:none!important;
}
.page-id-3423 .ast-logo-title-inline .site-logo-img {
    padding-right: 0px;
}

.page-id-3423 .ast-builder-grid-row {
    display: flex;
    justify-content: center;
}

.page-id-3423 .site-logo-img {
    pointer-events: none !important;
}
.page-id-3423 .free-intro-section .free-into-form{
background-color: #222222!important;
box-shadow: 0px -11px 150px 0px #000000!important;
border-radius:12px;
max-width:700px;
margin:50px auto auto;

}
.page-id-3423 .overlay-color {
	max-width:900px;
	margin:auto;
}
@media(max-width:1024px) {
	.page-id-3423 .free-intro-section h1 {
		font-size:16px;
	}
}
@media(max-width:767px) {
	.page-id-3423 .free-intro-section {
    height: 100%;
    min-height: 100svh; 
    overflow: hidden;
}
	.page-id-3423 .free-intro-section .free-into-form{
	margin:20px auto auto;
	}
	.page-id-3423 #primary {
		padding-bottom:0px!important;
	}

}
/* Cancellation */
.cancellation .glass-box {
	margin-top:-200px;
}
@media(max-width:767px) {
.cancellation .glass-box {
	margin-top:-50px;
}
}
/* Embed code block */
.embed-code-section .drop-in-form {
    background-color: #222222!important;
    box-shadow: 0px -11px 150px 0px #000000!important;
    border-radius: 12px;
    max-width: 835px;
    margin: 50px auto auto;
	padding-top:20px!important;
}
.embed-code-section .column {
    padding: 0px;
}
/* Privacy policy */
.privacy-content .columns>.column{
	text-align:left!important;
	padding:0px;
}
.privacy-content :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 900!important;
  font-family:"Figtree"!important;
  text-transform:none!important;
  font-size:28px!important;
  letter-spacing:0px!important;
	
}
.privacy-content a {
	text-decoration:underline;
}
.privacy-content ul  {
	margin-left:24px;
}
.privacy-content p {
margin-bottom:50px;
}
.privacy-policy h1 {
	font-weight:500;
}
.privacy-policy {
	background:#000;
}
@media(max-width:1024px) {
	.privacy-content :is(h1, h2, h3, h4, h5, h6) {
	  font-size:25px!important;
  letter-spacing:0px!important;

	}
.privacy-content .columns>.column{
	text-align:left!important;
	padding:0px;
}
}
@media(max-width:767px) {
	.privacy-content :where(h1, h2, h3, h4, h5, h6) {
	  font-size:22px!important;
}
.privacy-content p {
margin-bottom:30px;
}
	.privacy-content ul {
		margin-bottom:30px;
	}
}
/*Blog*/
.hero-blog h1 {
	margin-bottom:20px;
}
.hero-blog .glass-box {
	padding:50px 30px 90px;
}
.ast-right-sidebar #primary {
	width:100%;
	border-right:0px;
	padding-right:0px;
	
}
.blog-grid-section {
	position:relative;
}
.blog-grid-section.columns {
	margin:0px;
}
.post-category {
	max-width:fit-content;
	font-size:18px;
	padding:0px 14px;
	font-weight:700;
	position:absolute;
	top:16px;
	left:16px;
	border-radius:8px;
	color:#00343A;
}
.category-link {
	color:#00343A;
}
.category-link:hover {
	color:#000;
}
.post-image-wrapper {
	position:relative;
}
.post-meta.bottom-meta {
	display:flex;
	font-size:14px;
}
.post-image-wrapper img {
	border-radius:12px;
}


.search-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.blog-search-form {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  overflow: hidden;
  padding:3px;
  margin-top:40px;
}

.blog-search-form input[type="search"] {
  border: none;
  background: transparent;
  padding: 10px 15px;
  color: #fff;
  font-size: 1rem;
  width: 550px;
  font-size:16px;
}

.blog-search-form input[type="search"]::placeholder {
  color: rgba(255,255,255,0.7);
}

.blog-search-form input[type="search"]:focus {
  outline: none;
}

.blog-search-form .search-button {
  border: none;
  border-radius:10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}

.blog-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-read-more {
  margin-top: auto; 
}
	h2.post-title {
		font-family:"Figtree";
		font-size:25px!important;
		line-height:30px!important;
		text-transform:none;
		font-weight:bold!important;
		margin:20px 0px;
	}
.post-title a:focus {
	color:#fff;
}
	.post-excerpt {
		color: #C0C9D0;
		line-height:24px;

	}

.related-posts .post-title {
	    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
}
.category-swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #222222;
  border-radius: 12px;
  padding: 20px;
  position:relative;
}

.category-swiper {
  flex: 1;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative!important; /* Remove default absolute positioning */
  width: 24px!important;
  height: 24px!important;
  margin: auto!important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px!important;
  color: white;
  font-weight: bold!important;
}

.swiper-slide {
  width: auto !important; /* Ensure buttons size themselves */
}

.category-button {
  flex: 0 0 auto;
  font-family: Figtree;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  padding: 17px 20px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.category-button.active {
  background: #fff;
  color: #000;
}

.category-buttons-slider {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
}
.post-image-wrapper img {
	height:370px;
	width:100%;
	object-fit:cover;
}
.post-meta.bottom-meta {
border-radius:8px;
    min-width: 95%;  
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 15px;
  background: #49494961;
  backdrop-filter: blur(8px);
  box-shadow:
    -13.37px 13.37px 13.37px 0px #ffffff1a inset,
    13.37px -13.37px 13.37px 0px #bdbdbd1a inset;
  justify-content: space-between;
}
	.read-more-button:focus {
		color:white;
	}
	.post-meta.bottom-meta svg {
		margin-right:5px;
	}

.blog-filters-section {
	margin-bottom:50px;
}

@media(max-width:1024px) {
	.blog-grid-section .column {
		padding:0px 20px!important;
	}
	.blog-grid-section {
		padding:0px 10px;
	}
	.blog-search-form input[type="search"], .blog-search-form {
		width:100%;
	}
.post-image-wrapper img {
	height:300px;
}
.post-meta.bottom-meta svg {
display:none;
	}
	.post-meta.bottom-meta {
		font-size:14px;
	}
	.post-category {
		font-size:16px;
	}
}

@media(max-width:767px) {
	.hero-blog .glass-box {
		padding:50px 30px;
	}
.post-meta.bottom-meta {
   width:100%;
  bottom: 0px;
 
}
	.blog-search-form {
		margin-top:20px;
	}
	.post-category {
		font-size:14px;
	}


	.category-button {
		padding:10px;
	}
	.category-swiper-wrapper{
		padding:15px;
	}
}
.pagination, .pagination-list {
    margin-top: 50px!important;
    margin: auto;
    gap: 0;
    width: 100%;
    justify-content: center;
}
.page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #C0C9D0;
    line-height: 24px;
    font-family: Teko;
    margin: 0px 10px;
	color:#C0C9D0;
}
.page-numbers.current {
	color:#000;
}
.next.page-numbers, .prev.page-numbers {
	border:none;
}
.next.page-numbers:hover, .prev.page-numbers:hover {
	background:transparent!important;
	border:none;
	color:#FFFFFF;
}
.ast-pagination {
	display:none;
}
.blog-grid-section .column{
	padding:0px 30px;
}
.blog-grid-section .column.is-6-desktop{
	margin-bottom:50px!important;
}
#primary {
 background:#000;

}
@media (max-width:1024px) {
.blog-grid-section{padding-bottom:80px!important;
}
}

@media (max-width:767px) {
	.blog-grid-section .column {
		padding:0px 20px;
	}
	.blog-grid-section {
		padding:0px;
	}
	#primary {
		padding-bottom:50px!important;
	}
	.post-content {
		text-align:center;
	}
	.blog-filters-section {
		margin-bottom:50px;
	}
}

/*Search*/ 
.search #primary, .category #primary {
	background:transparent;
}
#primary .title-container {
	padding:110px 30px;
}
#primary .title-container h1 {
	color:#fff;
	font-weight:500;
	letter-spacing:0px;
}
@media (max-width:1024px) {
	#primary .title-container {
		padding:80px 30px;
	}
}
@media (max-width:767px) {
	#primary .title-container {
		padding:100px 20px 50px;
	}
}

/*Single post page*/ 
.hero-single-post .ast-container {
	width:100%;
}
.single .content-area p {
		margin-bottom:40px;
	}
	.back-to-blog {
		padding-bottom:50px;
	}
	.back-to-blog a:focus {
		color:#fff!important;
	}
.single-post-categories {
	max-width:fit-content;
	padding:5px 20px;
	font-weight:700;
	border-radius:8px;
	color:#00343A;
}
	.single-post-categories a {color:#00343A;
}
.single .ast-container {
	flex-direction:column;
}
.single .bottom-cta {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.single-post table, .single-post h4 {
	color: inherit;
	margin-bottom: 20px;
}
.single-post .content-area ul {
margin-top:10px;
}
.single-post-categories a:hover {color:#000;
}
	.hero-single-post {
		padding:110px 30px 0px;
	}
.single #primary {
	padding-bottom:0px!important;
}
	.hero-single-post h1.post-title  {
font-family: Figtree;
font-weight: 900;
font-size: 54px;
leading-trim: Cap height;
line-height: 54px;
letter-spacing: 0%;
	text-transform:none;
color:#fff!important;
padding:20px 0px 30px;
	}
.hero-single-post .post-meta 
	{
		display:flex;
		max-width:600px;
		justify-content:space-between;
		font-size:18px;
	}
.post-container h1, .post-container h2,.post-container h3, .post-container h4, .post-container h5, .post-container h6 {
    background: linear-gradient(90deg,var(--primary-color) 0%, var(--secondary-color) 100%) !important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;
    background-clip: text!important;
    text-fill-color: transparent!important;
	font-weight:500;
	letter-spacing:0px;

}
.post-container {
		padding:110px 30px 70px!important;
		flex-direction:column;
	}
.related-posts.ast-container {
	padding: 0px 30px 110px!important;
    flex-direction:column;

}
.related-posts-section p {
	margin-left:15px;
}

@media(max-width:1024px) {
	.post-container {
		padding:80px 30px 0px!important;
	}
.related-posts.ast-container {
		padding:0px 30px 80px!important;
	}
.hero-single-post h1.post-title {
		font-size:40px;
		line-height:45px;
	}
	.hero-single-post .glass-box {
		margin-top:-150px;
	}

}
@media(max-width:767px) {
	.related-posts-section p {
text-align:center;
padding-top:10px;
margin-left:0px;}

	.hero-single-post .post-meta {
		flex-direction:column;
	}
	.single-post-categories {
		display:flex;
		margin:auto;
	}
	.back-to-blog {
		padding-bottom:20px;
	}
	.hero-single-post .glass-box .column {
		flex-direction:column;
	}
	.hero-single-post .glass-box {
		margin-top:-50px;
	}
	.hero-single-post h1.post-title {
		font-size:30px;
		line-height:35px;
		padding-bottom:20px;
	}
	.hero-single-post {
		padding:80px 0px 0px;
	}
	 .post-container {
		padding:50px 20px 0px!important;
	}
	.related-posts.ast-container {
		padding:0px 20px 50px!important;
	}
	.blog-post {
		height:auto;
	}
}
	.single #primary {
		background:transparent!important;
	}

/* Job listing */

.job-position-section .columns.is-multiline {
    gap: 50px;
    align-items: stretch;
}

.job-position-section .column.is-flex {
    display: flex;
    flex-direction: column;
	padding:0px;
}
.job-box {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    background: #222222 !important;
    box-shadow: 0px 4px 142px 0px #000000;
    height: 100%;
	padding:30px;
}
.job-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.job-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.job-card-footer {
    margin-top: 50px;
}

	.job-position-section .job-requirements ul li {
		margin-bottom:auto;
	}


h4.job-title {
    font-family: Figtree;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: none;
}
.job-role-description {
	min-height:290px;
}
.job-headline {
    font-family: Teko;
    font-size: 28px;
    font-weight: 500;
	text-transform:uppercase;
	
}
	.jobs-section-description h3{
		font-size:40px;
		font-weight:500;
		color:white!important;
	}
.job-position-section .media-left {
    border-bottom: 1px solid #5C6271;
    padding-bottom: 30px;
    width: 100%;
    margin-right: 0;
}
.job-position-section .job-contract {
    margin-left: 20px;
}
.job-requirements ul {
    margin: 0;
    padding: 20px 0px 0px;
}
.job-description {
			font-size:18px;
		}
	@media(max-width:1180px) {
		
		.job-position-section .job-contract {
			margin-left:10px;
		}
	}
	@media (max-width:1024px) {
.job-role-description {
	min-height:auto;
}
		.job-position-section .columns.is-multiline {
			flex-direction:row;
			gap:20px;
		}
		.job-box {
			padding:20px;
		}
		.job-description {
			display:flex;
			flex-direction:column;
		}
		.job-position-section .job-contract {
			margin-left:0px;
		}
	}
	@media(max-width:767px) {
.job-description {
			flex-direction:row;
			justify-content:center;
		}
.job-position-section .job-contract {
			margin-left:15px;
		}
.job-position-section .columns.is-multiline {
			flex-direction:column;
		}
		.job-headline {
			text-align:center;
		}
		.job-position-section .job-requirements ul {
			max-width:85%;
		}
		.job-requirements {
			display:flex;
			flex-direction:column;
			align-items:center;
		}
		.jobs-section-description {
			padding:0px;
		}
	}

/*Pricing block*/
.subtitle {
font-family: Teko;
font-weight: 500;
font-style: Medium;
font-size: 28px;
text-transform:uppercase;

	}
	.price-container {
		font-family: Teko;
font-weight: 400;
font-style: Regular;
font-size: 48px;
letter-spacing: 3px;
text-transform:uppercase;

	}
.highlight-price-box {
	background: linear-gradient(90deg, var(--primary-color) -3.73%, var(--secondary-color) 94.54%)!important;

}
	.highlight-price-box .button {
		background:#000000;
	border:2px solid #000000;
	}
	.highlight-price-box .button::before, .highlight-price-box .button::after {
		display:none;
	}
	.pricing-section .button {
		font-size:18px!important;
	}
.highlight-price-box .button:hover {
	background:transparent!important;
	color:#000000!important;
	border:2px solid #000000!important;
}
	h3.price-title {
	font-family: Teko;
font-weight: 700;
font-style: Bold;
font-size: 52px!important;
line-height: 42px;
		
}
	.pricing-box-wrapper {
		gap:35px;
	}
	.pricing-box-wrapper .column {
		padding:0px;
	}
	.pricing-box {
padding:50px 25px;
border-radius:12px;
background: linear-gradient(169.05deg, #8B96A6 -6.96%, #666666 104.18%);
box-shadow: 0px 4px 142px 0px #00000080;

	}
ul.pricing-feature  {
		list-style:none!important;
		margin-left:0px;
	}
	.pricing-body ul li {
		padding:30px 0px;
		border-bottom:1px solid #fff;
	}
	.pricing-body ul li:last-child {
		border-bottom:0px!important;
		padding-bottom:0px;
	}

	@media(max-width:1200px) {
		h3.price-title {
			font-size:45px!important;
		}
		.price-container {
			font-size:40px;
		}
	}
	@media(max-width:1024px) {
		.pricing-body ul li {
			padding:15px 0px;
		}
		.pricing-body ul li:first-child {
			margin-top:15px;
		}
		.pricing-box-wrapper {
			flex-direction:row!important;
		}
		.pricing-box {
			padding:50px 20px;
		}
		h3.price-title {
			font-size:34px!important;
			line-height:30px!important;
		}
		.pricing-box-wrapper {
		gap:20px;
	}
		.price-container {
			font-size:30px;
		}
	}

	@media(max-width:767px) {
	h3.price-title {
			font-size:40px!important;
			line-height:36px!important;
		}
		.pricing-box-wrapper {
    gap: 20px;
    display: flex;
    flex-direction: column!important;
}
	}

/*Locations*/
.image-box-section .location-image {
		padding:0px;
		z-index:2;
	}
.image-box-section .location-content {
		margin-left:-10px;
		z-index:1;
		background: #A0A0A029;
		box-shadow:
		  -32.93px 32.93px 32.93px 0px #ffffff1a inset,
		   32.93px -32.93px 32.93px 0px #c1c1c11a inset;
		backdrop-filter: blur(100px);
		border-radius:0px 12px 12px 0px;
				padding:50px 70px;
		flex:1!important;
	}
.image-box-section .location-block {    
	flex-direction: row!important;
	display: flex!important;
    align-items: center!important;
}
	.image-box-section .location-block {
		padding:0px;
	}
	.image-box-section .ast-container {
		gap:50px;
	}
	.image-box-section .title-is-background-style {
		font-size:18px;
		font-family:Figtree;
	}
	.image-box-section h1 {
		line-height:22px;
	}
	.image-box-section .content h2 {
		margin-top:0px;
	}
.image-box-section .location-content h3 {
		font-family:Figtree;
		text-transform:none;
		font-size:25px;
		margin-bottom:0px;
		
	}
	.image-box-section .button {
		margin-top:50px;
	}
	.image-box-section .location-image img {
		border-radius:12px;
	}
	@media(max-width:1024px) {
		.image-box-section .location-content {
			padding:50px;
		}
		.image-box-section .title-is-background-style {
			font-size:16px;
		}
		.image-box-section .ast-container {
			gap:30px;
			display:flex;
		}
	}
	@media(max-width:767px) {
		.image-box-section .location-block {
			flex-direction:column!important;
			margin-bottom:20px;
		}
		.image-box-section .location-content {
			border-radius:0px 0px 12px 12px;
			max-width:90%;
			margin-top:-10px;
			padding:50px 30px;
		}
		.image-box-section .button {
		margin-top:20px;
	}
		.image-box-section .description-block {
			padding:0px;
		}
	}

/*Single list block*/
@media (min-width: 1025px) {
    .single-list-section .column {
        flex: 1;
    }
	
	.single-list-section .ast-container {
		gap:20px;
	}
}
.single-list-section .column {
		padding:0px;
	}
	.single-list-section .hero-background  {
		position:absolute;
		top:0;
		left:0;
		object-fit:cover;
		height:100%;
		width:100%;
	}
	 .single-list-section {
		position:relative;
	}
	.single-list-section .overlay-color {
		position:relative;
		z-index:1;
	}
.single-list-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(270.08deg, rgba(0, 0, 0, 0) -68.1%, rgba(0, 0, 0, 0.87) 98.95%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 104.36%);
    z-index: 0;
    pointer-events: none;
}
	.single-list-description {
		margin-bottom:150px;
		max-width:770px;
	}
	.single-list-section .icon-title {
		font-family: Teko;
font-weight: 500;
font-style: Medium;
font-size: 30px;
line-height: 26px;
letter-spacing: 0%;
text-transform: uppercase;

	}

	.single-list-section .has-background-dark {
 background: #0F0F0F94!important;
box-shadow: 
    -19.6px 19.6px 19.6px 0px #0000003D inset,
    19.6px -19.6px 19.6px 0px #1A1A1ACC inset;
backdrop-filter: blur(18px);
padding:20px!important;
display:flex;
flex-direction:column;
gap:10px;
border-radius:12px;

}
	.single-list-section .image-icon-box svg {
		margin-bottom:20px;
	}
	@media(max-width:1024px) {
	.single-list-section .single-list-icon-list{
			flex-direction:row;
		}
		.single-list-section .column.is-6-tablet {
			width:45%;
			flex-grow:1;
		}
		.single-list-section .ast-container {
			gap:20px;
		}
.single-list-section .single-list-description {
			margin-bottom:30px;
		}
	}
	@media(max-width:767px) {
		.single-list-section .has-background-dark {
			margin-bottom:20px;
		}
		.single-list-section .single-list-description {
			max-width:100%;
		}
.single-list-section .column.is-6-tablet {
			width:100%;
			flex-grow:1;
		}
	}
/* Corporate wellness */ 
.page-testimonials p:not(.testimonial-content p) {
	color:#fff!important;
	text-transform:none;
	font-size:inherit;
	font-weight:inherit;
	
}
@media(min-width:1025px) {
	
	.page-testimonials p:not(.testimonial-content p) {
		max-width:800px;
		margin:auto;
	}
}

.wellness-solutions .icon-box {
	flex-direction:column;
	align-items:center;
}
.wellness-solutions .card {
	text-align:center!important;
}
.wellness-solutions svg {
	width:100px;
	height:100px;
	margin-bottom:10px
}
@media(max-width:1024px) {
	.wellness-solutions svg {
width:100px!important;
		height:100px!important;}
}

@media(max-width:767px) {	
	.wellness-solutions svg {margin-bottom:10px}
}
/*404 page*/
.error404 .ast-row {
    margin:auto;
}
.error404 #primary {
	background:transparent;
}
.error404 header.site-header,
.error404 footer.site-footer,.error404 .footer-top {
    display: none !important;
}
.error404 .site-content .ast-container {
    justify-content: center;
    text-align: center;
    min-height: 100dvh;
    align-items: center;
    padding:50px 30px!important;
    display:flex;
}
.error404 .button.modal-button.button--mimas {
    margin-top:15px;
}

.error404 .site-logo {
    max-width:150px;
    padding-bottom: 30px;
    margin:auto;
}
@media (max-width:768px) {
    .error404 .site-content .ast-container {
        padding: 50px 20px;
    }
}

/* Videos Testimonial page */

 .video-list-item {
     display:flex;
	flex-direction:column;
}

 .video-caption {
	min-width:90%;
	 justify-content:center;
	margin-top:-40px;
     font-size:20px;
     align-self:center;
     max-height:80px;
     border-radius:6.16px;
     display: flex;
     align-items: center;
     gap: 1rem;
     flex-grow:1;
     align-content:center;
     background: linear-gradient(90deg, rgba(206, 206, 206, 0.1) 2.74%, rgba(254, 254, 254, 0.1) 100%);
     backdrop-filter: blur(28.414413452148438px);
     padding:35px 15px!important;
     box-shadow: -14.21px 14.21px 14.21px 0px #ffffff1a inset, 14.21px -14.21px 14.21px 0px #afafaf1a inset;
}

 @media(max-width:1024px) {
     .video-has-padding {
         flex-direction:row!important;
    }
}



@media(max-width:1024px) {
	.video-container {
		flex-direction:row!important;
	}
	.video-caption {
		line-height:24px;
		font-size:18px!important;
		line-height:24px!important;
	}
	.client-main-name {
		line-height:42px!important;
		padding-bottom:20px;
	}
	
	.client-main-description {
		line-height:24px;
	}
}
@media(max-width:767px) {

	.client-main-name {
		font-size:35px!important;
		line-height:35px!important;
	}
 .no-main-video .video-list-vertical {
     max-width:100%;
     margin:auto;
}
}

/*3 columns section*/ 
.three-columns-section .lowest-price {
    font-size: 60px;
}
.three-columns-section ul li {
    padding-bottom: 15px;
}
.three-columns-section .lowest-price {
        font-family: Teko;
        font-size: 74px;
        font-weight: bold;

            }
.three-columns-section .membership-content {
		padding:0px 50px 0px 0px;
		margin:auto;
	}
.three-columns-section .membership-benefits {
	padding:50px 0px 50px 30px;
		 background: 
        linear-gradient(180deg, var(--primary-color), var(--secondary-color)) border-box;
	border-top-left-radius:12px;
		border-bottom-left-radius:12px;
	margin-right:-20px;
		margin:30px 0px;
	}
.three-columns-section .membership-benefits h4{
		text-align:center;
	}
.three-columns-section .membership-plans {
    display: flex;
    justify-content: center;
    flex-direction: column;
  position: relative;
  padding: 54px 24px;
  border-radius: 12px;
  background: 
    linear-gradient(black, black) padding-box,
        linear-gradient(180deg, var(--primary-color), var(--secondary-color)) border-box;

  border: 2px solid transparent;
}
.three-columns-section .three-columns-section h4 {
    font-size: 36px;
    line-height: 36px;
}
.plans-headline, .benefits-headline {
	font-size:43px;
	line-height:40px;
	font-family: "Teko";
	text-transform:uppercase;
	margin-bottom:20px;
}

@media(max-width:1024px) {
	.plans-headline, .benefits-headline {
	font-size:34px;
	line-height:35px;
	}
}

@media(max-width:768px) {
	.plans-headline, .benefits-headline {
	font-size:28px;
	line-height:30px;
	}
}
@media (max-width: 1024px) { 
.three-columns-section .ast-container {
    flex-direction: row;
}
}
@media (max-width: 767px) { 
.three-columns-section .membership-content {
    padding: 0;
}
.three-columns-section .membership-benefits {
    padding: 30px;
    max-width: 90%;
    border-radius: 12px;
    margin:50px auto -20px;
}
.three-columns-section ul {
    text-align: left;
    margin: auto;
}
}
/*Gallery block*/
.gallery-section .gallery-wrapper img {
	object-fit:cover;
	border-radius:12px;
}

.gallery-section .column {
	padding:0px;
}
.gallery-section .columns {
	  gap: 30px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-section .gallery-block {
	margin-top:30px;
}
.gallery-section .column.is-4 {
    flex: 0 0 calc((100% - 10px) / 3)!important;
    max-width: calc((100% - 60px) / 3);
    box-sizing: border-box;
}
.gallery-section .button {
	margin-top:
30px;
}
.gallery-section .gallery-description {
	margin-top:20px;
}
.gallery-section .gallery-description p {
	margin-bottom:0px;
}
@media(max-width:1024px) {
	.gallery-section .ast-container {
		flex-direction:row;
	}
}

@media(max-width:768px) {
	.gallery-section .ast-container {
		flex-direction:column;
		text-align:center;
	}
.gallery-section .column.is-4 {
max-width:100%;
margin-top:50px;
	}

}
/* Gallery lightbox*/
.gallery-section .modal.gallery-lightbox {
  z-index: 100000 !important; 
}

.gallery-section .modal-content {
  position: relative;              
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 92vw;
  overflow: visible;
}

.gallery-section .lightbox-image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 92vw;
}

.gallery-section .lightbox-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90vh;
  box-shadow: 0 8px 30px rgba(0,0,0,.4);
  border-radius:12px;
}

.gallery-section .modal-close {
  position: absolute;
  top: max(8px, env(safe-area-inset-top));
  right: max(8px, env(safe-area-inset-right));
    border-radius: 8px;
    z-index: 1;
    border: 2px solid;
}
.gallery-section .modal-close:hover {
	    border: 2px solid var(--secondary-color);
	color:var(--secondary-color);
background:transparent;
}
.gallery-section .glb-nav {
  position: absolute;
     width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
}
.gallery-section .glb-nav:hover {
	  background: var(--secondary-color);
}
.gallery-section .glb-prev { 
left: -60px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
padding-top:0px;
z-index:10;
 }
.gallery-section .glb-next { 
right: -60px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
padding-top:0px;
z-index:10;

     }
.gallery-section .glb-nav svg { width: 18px; height: auto; pointer-events: none; }

@media (min-width: 769px) {
  .gallery-section .modal-content,
  .gallery-section .lightbox-image-wrapper {
    max-width: 90vw;
  }
}
	@media(max-width:1024px) {
.gallery-section .glb-prev { left: 10px; }
.gallery-section .glb-next { right: 10px; }
	}
	@media(max-width:768px) {
.gallery-section .glb-prev { 
left: 5px;
width:32px;
height:32px;
 }
.gallery-section .glb-next { 
right: 5px; 
width:32px;
height:32px;
}
		.gallery-section .glb-nav svg {
			width:16px;
		}
	}

/* Desktop Gallery Styles */
.gallery-item-hidden {
    display: none;
}

.gallery-load-more-wrapper {
    margin-top: 30px;
}

.gallery-item.fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Horizontal Scroll Gallery */
.gallery-scroll-container {
    position: relative;
    width: 100%;
}

.gallery-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gallery-scroll-item {
    flex: 0 0 280px;
    height: 280px;
}

.gallery-scroll .gallery-wrapper {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 100%;
}

.gallery-scroll .gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-scroll .gallery-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-scroll .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-progress-bar {
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin-top: 30px;
    position: relative;
    overflow: visible;
}

.gallery-section .gallery-progress {
    height: 100%;
    background: var(--primary-color, #007bff) !important;
    border-radius: 2px;
    width: 0%;
    transition: width 0.1s ease;
    display: block;
}

.gallery-swipe-hint {
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px !important;
    font-weight: 500;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.gallery-swipe-hint.hidden {
    opacity: 0;
}

.swipe-arrow {
    animation: swipeHint 2s ease-in-out infinite;
    color: var(--primary-color, #007bff);
}

@keyframes swipeHint {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(4px);
    }
}

@media (min-width: 769px) {
    .gallery-swipe-hint {
        display: none;
    }
}

@media (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important;
    }
    .gallery-scroll-item {
        flex: 0 0 280px;
        height: auto;
    }
    .gallery-scroll .gallery-wrapper {
        height: auto;
    }
    .gallery-scroll .gallery-image {
        height: 220px;
        overflow: hidden;
    }
    .gallery-scroll .gallery-image a {
        display: block;
        height: 100%;
    }
    .gallery-description {
        padding: 0px 10px 20px;
    }
}

@media (min-width: 769px) {
    .is-hidden-tablet {
        display: none !important;
    }
}