/** Shopify CDN: Minification failed

Line 1372:28 Expected identifier but found "!"
Line 1391:33 Unexpected bad string token
Line 1391:34 Unterminated string token

**/
@import url(fonts.css);

:root{
    --white:#ffffff;
    --black:#000000;
    --primary:#F4F4F4;
    --primaryBlack:#1C1C1A;
    --secondary:#80FFBA;
    --secondaryBlue:#74CFEA;

    --webGreen:#11DDC4;

    --primaryGreen-5:#007D2B;
    --primaryGreen-4:#01C45B;
    --primaryGreen-3:#40EF90;
    --primaryGreen-2:#73FFB2;
    --primaryGreen-1:#B6FFCF;

    --secondaryBlue-5:#3737C4;
    --secondaryBlue-4:#3A5CE3;
    --secondaryBlue-3:#3D6EF6;
    --secondaryBlue-2:#51A2F8;
    --secondaryBlue-1:#99C8FA;

    --secondaryLime-5:#95D818;
    --secondaryLime-4:#ADE037;
    --secondaryLime-3:#C5EF4E;
    --secondaryLime-2:#E6FE55;
    --secondaryLime-1:#F3FFAE;

    --tertiaryRed-5:#F4011E;
    --tertiaryRed-4:#FF323E;
    --tertiaryRed-3:#FF4105;

    --tertiaryOrange:#FF6B00;
    --tertiaryTangerine:#FF9108;
    --tertiaryAmber:#FFBD14;

    --tertiaryHeartRateZone-5:#F4011E;
    --tertiaryHeartRateZone-4:#FF4105;
    --tertiaryHeartRateZone-3:#FF6B00;
    --tertiaryHeartRateZone-2:#FF9108;
    --tertiaryHeartRateZone-1:#FFBD14;

    --neutralGrey-9:#191919;
    --neutralGrey-8:#242424;
    --neutralGrey-7:#444546;
    --neutralGrey-6:#656668;
    --neutralGrey-5:#9EA1A3;
    --neutralGrey-4:#C6CACD;
    --neutralGrey-3:#D8DCDF;
    --neutralGrey-2:#EAEDF0;
    --neutralGrey-1:#F3F4F6;

    --transparentBlack-9:#181818;
    --transparentBlack-8:#333333;
    --transparentBlack-6:#666666;
    --transparentBlack-4:#999999;
    --transparentBlack-25:#BFBFBF;
    --transparentBlack-2:#CCCCCC;
    --transparentBlack-15:#D9D9D9;
    --transparentBlack-10:#E5E5E5;
    --transparentBlack-05:#F2F2F2;

    --gap: 1em;
    --global-max-width: 1376px;

    --global-radius:12px;
    --body-font-size: 1rem;

}
*, ::after, ::before {
    box-sizing: border-box;
}
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gtAmericaStandardRegular;
    font-style: normal;
    color: var(--primaryBlack);
    -webkit-text-size-adjust: 100%;
    font-size: var(--body-font-size);
}
.container {
    max-width: var(--global-max-width);
    margin: 0 auto;
    width: 100%;
    padding: 0px 10px;
}
.black-bg{
    background-color: var(--primaryBlack);
}
.primary-bg{
    background-color: var(--primary);
    /*background-image:url(../assets/images/pattern-bg.png);
    background-repeat:repeat; */
}
.white-text{
    color: var(--white);
}
.primary-text{
    color: var(--primary);
}
.secondary-text{
    color: var(--secondary);
}
.primaryBlack-text{
    color: var(--primaryBlack);
}
.neutralGrey-1{
    color: var(--neutralGrey-1);
}
.neutralGrey-3{
    color: var(--neutralGrey-3);
}
.neutralGrey-4{
    color: var(--neutralGrey-4);
}
.neutralGrey-5{
    color: var(--neutralGrey-5);
}
.neutralGrey-6{
    color: var(--neutralGrey-6);
}
.neutralGrey-7{
    color:var(--neutralGrey-7)
}
.neutralGrey-9{
    color: var(--neutralGrey-9);
}
.web-green-text{
    color: var(--webGreen);
}
.text-black{
    color: var(--black);
    font-weight: 400;
}

h6, h5, h4, h3, h2, h1 {
    margin: 0;
    padding: 0;
    margin-bottom:16px;
    font-family: gtAmericaStandardRegular;
    font-weight: 400;
    line-height:120%;
}
p{
    font-weight: 400;
    font-family: gtAmericaStandardRegular;
    margin-bottom:20px;
}


.font-xs{
    font-size: .750rem;
}
.font-sm{
    font-size: .875rem;
}
.font-md{
    font-size: 1rem;
}
.font-md-1{
    font-size: 1rem;
}
.font-md-2{
    font-size: 1.125rem;
}
.font-xl{
    font-size: 1.5rem;
}
.font-xxl{
    font-size: 2.250rem;
}
.font-x4{
    font-size: 2.50rem;
}
.font-x32{
    font-size: 2rem;
}
.font-x38{
    font-size: 2.375rem;
}
.font-x40{
    font-size: 2rem;
    line-height: 100%;
}
.font-x54{
    font-size:3.375rem;
}
.font-x56{
    font-size: 2.750rem;
}
.font-x64{
    font-size: 4rem;
}
.font-x48{
    font-size: 3rem;
}

.max-w-8{
    max-width: 80%;
    margin: 0 auto;
}
.ml-0{
    margin-left: 0;
}
.secondary-color{
    color: var(--webGreen);
    font-size: inherit;
    font-family: inherit;
}
.img-radius-1{
    border-radius: 10px;
}
.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
.wrapper-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.sec{
    padding: 120px 0;
    overflow:hidden;
}
.part-2-sec, .four-shift-sec{
    padding:120px 0;
}
.sec-overflow-inh{
    overflow: inherit;
}
.sec-mid{
    padding: 48px 0;
}
.sec-mid-2{
    padding: 80px 0;
}
.no-pad{
    padding-top: 0;
    padding-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.pt-2{
    padding-top: 32px;
}
.pt-8{
    padding-top: 80px;
}
.pr-02{
    padding-right: 2px;
}
.pr-8{
    padding-right: 80px;
}
.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 16px;
}
.mt-2{
    margin-top: 32px;
}
.mt-3{
    margin-top: 48px;
}
.mt-4 {
    margin-top: 80px;
}
.mt-5 {
    margin-top: 50px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-0-1{
    margin-bottom: 8px;
}
.mb-1{
    margin-bottom: 16px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 32px;
}
.mb-4{
    margin-bottom: 40px;
}
.mb-5{
    margin-bottom: 50px;
}
.mb-6{
    margin-bottom: 60px;
}
.mr-2{
    margin-right: 20px;
}
.ml-2{
    margin-left: 20px;
}
.pb-0{
    padding-bottom: 0;
}
.pb-1{
    padding-bottom: 16px;
}
.pb-2{
    padding-bottom: 32px;
}
.pt-12{
    padding-top: 120px;
}
.pb-12{
    padding-bottom: 120px;
}
.py-60{
    padding-top:60px;
    padding-bottom:60px;
}
.bold{
    font-weight: 600;
}
.text-uper{
    text-transform: uppercase;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 0px;
    font-size: var(--body-font-size);
    font-family: gtAmericaStandardRegular;
    letter-spacing: 1px;
    line-height: 1.715;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    color: var(--white);
    background-color: var(--black);
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary {
    color: var(--primaryBlack);
    background-color: var(--primary);
}
.btn-primary:hover {
    color: var(--primaryBlack);
    background-color: var(--primary);
    text-decoration: none;
}
.btn-secondary {
    color: var(--primaryBlack);
    background-color: var(--webGreen);
    text-decoration: none;
}
.btn-secondary:hover {
    color: var(--primaryBlack);
    background-color: var(--webGreen);
    text-decoration: none;
}
.btn-cart{
    background: none;
}
.btn-black{
    background: var(--primaryBlack);
    color: var(--primary);
}
.btn-black:hover {
    color: var(--primaryBlack);
    background-color: var(--webGreen);
    text-decoration: none;
}

/* Flex */
.flexbox{
    display: flex;
    flex-flow: wrap;
}
.flex-box{
    display: flex;
}

.flexbox-4{
    flex: 0 0 40%;
}
.flexbox-5{
    flex: 0 0 48%;
}
.flexbox-6{
    flex: 0 0 60%;
}
.flexbox-55{
    flex: 0 0 55%;
}
.justify-center {
    justify-content:center;
}
.justify-between {
    justify-content: space-between;
}
.justify-space{
    justify-content: space-around;
}
.items-center {
    align-items: center;
}
.row-reverse{
    flex-direction: row-reverse;
}
.direction-column{
    flex-direction: column;
}
.flex-item{
    flex: 1;
}
.gap-0{
    gap: 0px;
}
.gap-1{
    gap: 10px;
}
.gap-2{
    gap: 20px;
}
.gap-5{
    gap: 50px;
}
.gap-16{
    gap: 16px;
}
.gap-24{
   gap: 24px; 
}
.gap-32{
    gap: 32px;
}


/* Header style start */
.header{
    position: sticky;
    top: 0;
    background: var(--white);
    z-index: 9;
}
.section-header{
    padding: 10px 0;
}
.main-nav-wrap {
    display: flex;
    gap: 20px;
}
.ham-menu {
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.ham-menu .ham-line {
  width: 100%;
  height: 2px;
  background: var(--black);
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.ham-menu.active .line-2{
  display: none;
}
.ham-menu.active .line-1{
  rotate: 45deg;
  transform: translate(7px, 7px);
}
.ham-menu.active .line-3{
  rotate: -45deg;
  transform: translate(8px, -8.5px);
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
}
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-list-item {
  position: relative;
}
.nav-btn {
  padding: 20px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nav-btn:hover{
    color: var(--primaryBlack);
}
.nav-btn .dropdown-icon {
  width: 24px;
  height: 18px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-down-container{
  display: none;
  position: absolute;
  background-color: var(--primary);
  border: 1px solid #ebebeb;
  padding: 20px 20px 20px;
  border-radius: 4px;
  left: -20px;
  top: 50px;
  z-index: 1;
  min-width: 220px;
}

.product-dropdown:hover .drop-down-container{
  display: block;
}
.dd-nav-list{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dd-nav-link{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: var(--body-font-size);
  color: var(--black);
  text-decoration: none;
}
.dd-nav-link:hover{
  color: var(--primaryBlack);
  text-decoration: underline;
}

.nav-right{
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--body-font-size);
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-right:hover{
    text-decoration: underline;
}
.no-bg{
    background: none;
}
.tonal-box{
    border: 1px solid var(--primaryBlack);
    padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    font-family: gtAmericaMonoRegular;
    margin: 36px 0 64px;
}
.luxurious-style{
    font-family: "Luxurious Script", cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: clamp(40px, 12vw, 220px);
}
.title1{
    font-size: 3.25rem;
     display: block;
     font-family: inherit;
    font-family: gtAmericaExpandBlack;
     text-transform: uppercase;
     line-height:90%;
}
.title-mt{
     margin-top: -58px;
}
.no-text{
    font-size: 60px;
    color: #929292;
}
.num-box{
    font-size: 1.5rem;
    color: var(--webGreen);
    border: 1px solid var(--webGreen);
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
}
.hide-arrows{
    display: none;
}
.splide__pagination--ttb{
    right: -1.5em;
position: absolute;
    right: 0;
}
.splide__pagination__page.is-active{
    background: var(--black);
}
.splide__pagination__page{
    background: #fff;
}

.splide__arrow--prev {
    left: -4em;
}
.splide__arrow--next {
    right: -4em;
}
.splide__arrow{
    background: var(--black);
    border-radius: 0;
    width: 3em;
    height: 3em;
}
.splide__arrow img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 20px;
}
.splide__arrow:disabled{
    opacity: 9;
    background: none;
    border: 1px solid var(--neutralGrey-3);
}
.splide-full .splide__pagination {
    display: none;
}
.both-right-arrow{
    left: auto;
    right: 4rem;
}
.splide-testimonial .splide__arrow--next{
     right: 0;
}
.splide-testimonial .splide__arrow{
    top: 90%;
}
.splide-testimonial .splide__pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: 8PX;
}
.splide-testimonial .splide__pagination__page {
    border: 1px solid var(--primaryBlack);
    width: 16px;
    height: 16px;
    transform: scale(1);
}

.splide__pagination__page.is-active {
    transform: scale(1);
}
.part-num{
    font-size: 1.25rem;
    color: var(--secondaryBlue);
    text-transform: uppercase;
    font-family: gtAmericaExpandRegular;
}
.slide-bottom-sec{
    border-top: 1px solid var(--neutralGrey-4);
    padding-top: 20px;
}
.member-title{
    font-family: gtAmericaMonoRegular;
    text-transform: uppercase;
}
.title-gt-black{
    font-family: gtAmericaExpandBlack;
    text-transform: uppercase;
    font-weight:600;
}
.title-gt-ex-regular{
    font-family: gtAmericaExpandRegular;
    text-transform: uppercase;
    font-weight:400;
}
.grey-box{
    padding: 20px 16px;
    border-left: 4px solid var(--webGreen);
}

.banner-bg-3{
    background-image: url(../assets/images/banner-bg-4.jpg) ;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 30px 40px;
}

.grey-flex-box{
    display: flex;
    max-width: 80%;
    gap: 40px;
}
.flex-3{
    flex:0 0 33%;
}
.col-flex-box{
    display: flex;
    max-width: 60%;
    justify-self: flex-end;
    gap: 30px;
}
.tech-box{
    max-width: 57%;
    margin-top: 6%;
}

.sticky-section{
    display: flex; 
    align-items: flex-start; 
    position: relative; 
    min-height: 100vh;
    margin-bottom: 60px;
}

.sticky-left-section {
    width: 68%; 
    padding: 120px 0 ;
    position: sticky;
    top: 20px; 
}

.sticky-right-section {
    width: 30%; 
    padding: 0px;
    min-height: 120vh; 
}
.thumb-title{
    font-weight: 600;
    text-transform: uppercase;
}
.conclusion-img-box{
    background-color: #ffffff;
    position: sticky;
    top: 120px;
}

/*Tabbibg*/
.mt-0 { margin-top:0px !important;}
.tab-section{
    padding-top: 0px;
}
.tabs {
  display: flex;
  margin-bottom: 40px;
  overflow-x: auto;
}
.tabs-half {
  display: flex;
  margin-bottom: 40px;
  overflow-x: auto;
  max-width: 42%;
  gap: 12%;
}
.tabs-third{
    display: flex;
    margin-bottom: 40px;
    overflow-x: auto;
    max-width: 100%;
    gap: 1%;
}

.tab-button {
  padding: 10px 20px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  transition: 0.3s;
  color: var(--neutralGrey-5);
  font-size: 1.125rem;
  border-bottom: 3px solid var(--white);
  width: 50%;
  font-family: gtAmericaStandardMedium;
}
.tab-black .tab-button{
    border-bottom: 3px solid var(--neutralGrey-6); 
}
.tab-button.active {
  color: var(--neutralGrey-9);
  border-bottom: 3px solid var(--neutralGrey-9);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-black .tab-button.active {
    color: var(--primary);
}
.tab-white .tab-button{
    border-bottom:3px solid var(--neutralGrey-3);
}
.tab-white .tab-button.active {
  color: var(--neutralGrey-9);
  border-bottom: 3px solid var(--webGreen);
}


/* Accordian */
.accordion {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.accord-full{
    max-width: 100%;
}

.accordion-item {
  border-bottom: 1px solid var(--webGreen);
  margin-bottom: 24px;
}
.border-all {
  border: 1px solid var(--webGreen);
  margin-bottom: 24px;
}
.accordion-header {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition:  0.3s;
  background: none;
}
.accord-title{
    font-family: gtAmericaStandardRegular;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    color:white;
}
.accordion-item .icon::before {
    content: "+"; 
    font-size: 28px;
    transition: transform 0.3s, color 0.3s;
}
.accordion-item.white-text .icon::before{
    color:white;
}
.accordion-item.active .icon::before {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  padding: 0 40px;
}
.accordion-item.active .accordion-content {
  max-height: 1200px; 
  padding: 16px 40px;
  border-top: 1px solid var(--white);
}
.accordion-content p{
    margin-bottom: 20px;
}
.accordion-content p:last-child{
    margin-bottom: 0px;
}



.older-list{
    margin: 0 0 10px 25px;
}

.border-left{
    border-left: 4px solid var(--webGreen);
    padding: 8px 0 8px 24px;
}
.justify-center{
    justify-content: center;
}
.no-border{
    border: none;
}
.accordion-item.active .no-border{
    border-top: none;
}

/*Footer*/
.footer-top-sec {
    display: flex;
    justify-content: space-between;
}
.footer-col-1 {
    flex:0 0 40%;
}
.footer-col-2{
    flex:0 0 48%;
}
.f-in{
    padding: 16px;
    border-radius: 0px;
    border: 1px solid var(--neutralGrey-7);
    color: var(--neutralGrey-7);
    min-width: 250px;
}
.footer-text{
    color: var(--primaryBlack);
}
.footer-social{
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}
.footer-nav-box{
    display: flex;
    gap: 4%;
}

.footer-nav-col{
    flex: 0 0 30%;
}
.footer-nav-title,
.footer-title{
    font-size: .875rem;
    color: var(--primaryBlack);
    text-transform: uppercase;
    font-weight: 500;
    font-family: gtAmericaStandardMedium;
}
.footer-nav-list {
    list-style-type: none;
}
.footer-nav-item {
    padding: 0 0 24px 0;
}
.footer-nav-item, .footer-nav-item a {
    color: var(--primaryBlack);
    font-size: .875rem;
    font-weight: 400;
    text-decoration: none;
}
.footer-nav-item a:hover{
    text-decoration: underline;
}
.footer-copy{
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid var(--neutralGrey-7);
}


.page-scroll-down{
    width: 8px;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    border: 2px solid var(--primaryBlack);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 20px;
    position: relative;
    margin-top: 16px;
    animation: scroll-animation 1.5s infinite;
}
.scroll-animation{
    width: 6px;
    height: 12px;
    border-radius: 8px;
    position: absolute;
    top: 7px;
    left: 7px;
    background: var(--primaryBlack);
    
}
@keyframes scroll-animation{
    0%{
        top: 0px;
    }
   50%{
        top: 8px;
        opacity: 6;
    }
   75%{
        top: 8px;
        opacity: 6;
    }
    100%{
        top: 0;
        opacity: 6;
    }
}

.slide-banner-1{
    background-image: url(../assets/images/slide-banner-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 660px;
    padding: 40px;
}
.num-item{
    padding: 8px 16px;
    font-size: 1.125rem;
    background: var(--white);
    color: var(--neutralGrey-5);
    font-weight: 600;
}
.num-item.active{
    background: var(--webGreen);
    color: var(--white);
}
.line{
    border-left: 2px solid var(--neutralGrey-5);
    height: 50px;
    margin: 16px auto;
    width: 2px;
}
.line.active{
    border-color: var(--webGreen);
}
.subscribe-banner{
    background-image: url(../assets/images/subscribe-banner-bg.jpg);
    background-repeat: no-repeat;
    min-height: 580px;
    background-size: cover;
    background-position: top;
}
.subscribe-box{
    padding: 140px 0 0 0px;
}
.subscribe-btn-wrap{
    background: var(--white);
    padding: 8px;
    display: inline-block;
    margin-top: 32px;
}
.subscribe-btn-wrap .f-in{
    border: none;
}
.subscribe-btn-wrap .f-in:focus{
    outline: none;
}
.chart-container {
    max-height: 600px; 
    padding-top:20px;
}
.mob-acc-title{
    display: none;
}
.bottom-stick{
    position: fixed;
    bottom: 0;
    background: var(--white);
    padding: 8px 0;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    z-index:99;
    border-top:1px solid var(--neutralGrey-4)
}
.con-box{
    display: flex;
    gap: 24px;
}
.thumb-img{
    margin-bottom: 24px;
}
.pad-lr{
    padding-left:32px;
    padding-right:32px;
}
.d-hide{
    display:none;
}
.main-banner{ 
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 730px;
}
.mob-show{
    display: none;
}
.auth-title{
    font-size: 1.25rem;
    font-weight: 400;
}
.author-name {
    min-width: 250px;
    max-width: 290px;
    display: flex;
    align-items: flex-end;
}
.auth-box{
    position: relative;
    min-height:105px;
    max-width:480px;
}
.left-quote{
    position: absolute;
    top: -50px;
    left: -122px;
    width: 86px;
    height: 72px;
}

.right-quote{
    position: absolute;
    bottom: -20px;
    right: -100px;
    width: 86px;
    height: 72px;
}
.neutralGrey-6 sup{
    color:var(--neutralGrey-6);
    font-size:.625rem;
}
.neutralGrey-7 sup{
    color:var(--neutralGrey-7)
}
.cardio-img {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.parrallax-sec{
    width:100%;
    height:100dvh;
    min-height:600px;
    max-height:900px;
    background-position:center;
    background-image: url(../assets/images/banner-bg-1.png);

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Custom Cursor Styles */
*, body, html {
    cursor: none !important;
}

/* Outer cursor ring - follows with delay */
.custom-cursor-outer {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--primaryBlack);
    background-color: transparent;
    pointer-events: none;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
    will-change: transform, width, height;
    box-shadow: 0 0 0 1px var(--white);
}

/* Inner cursor dot - follows closely */
.custom-cursor-inner {
    position: fixed;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primaryBlack);
    pointer-events: none;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out;
    will-change: transform, width, height;
    box-shadow: 0 0 0 1px var(--white);
}

/* Click animation - both expand */
.custom-cursor-outer.cursor-clicked,
.custom-cursor-inner.cursor-clicked {
    transform: translate(-50%, -50%) scale(1.2);
}

/* Hover effect on interactive elements */
.custom-cursor-outer.cursor-hover {
    width: 60px;
    height: 60px;
    border-width: 2px;
}

.custom-cursor-inner.cursor-hover {
    width: 6px;
    height: 6px;
}

.looking-img-wrpr{
    padding-left:40px;
    max-height:520px;
    overflow:hidden;
}
.row-reverse .looking-img-wrpr{
    padding-right:40px;
    padding-left:0px;
}
.looking-img-wrpr img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.four-slide-box{
    position:sticky;
    top:57px;
    background:var(--primary);
}
.sticky-left {
    position: sticky;
    top: 120px;
}
.sticky-left .tab-list{
    margin-top: 40px;
    display:flex;
    flex-direction:column;
    gap:24px;
}
.sticky-left .tab-list .tab-btn{
    border-left: 4px solid var(--neutralGrey-2);
    padding:16px 24px;
}
.sticky-left .tab-list .tab-label {
    font-weight:600;
    color: var(--neutralGrey-4);
    margin-bottom: 0px;
}
.sticky-left .tab-list .tab-btn.active p {
     color: var(--neutralGrey-9);
}
.sticky-left .tab-list .tab-desc {
    color: var(--neutralGrey-6);
    margin-bottom: 0px;
    font-size:18px;
    line-height:130%;
    display:none;
}

.sticky-left .tab-list .tab-btn.active {
    border-left: 4px solid var(--webGreen);
    border-bottom:0px !important;
}
.sticky-left .tab-list .tab-btn.active .tab-desc {
    display:block;
}
.tab-content-block{
    min-height:600px;
    height:100dvh;
    max-height:800px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tonal-title{
    max-width:850px;
}
.tab-inner{
    width:100%;    
}
.mob-acc-title.part2-graph {
    display: none;
}
.splide-testimonial-wrap{
    width:50%;
}
.tabprogress-bar { background:transparent !important; }
#backToTop {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 45px;
  height: 45px;
  border: none;
  background: var(--neutralGrey-9);
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}
#backToTop .back-top-img{
    width:auto;
}

/* When visible */
#backToTop.show {
  opacity: 1;
  visibility: visible;
}
.smart-strength-img{
    height:228px;
    max-height:250px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.smart-strength-img .strength-img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.mb-8 {  margin-bottom:8px; !important; }

/* For Small desktop */
@media all and (max-width:1320px){
    .splide__pagination--ttb{
        right: 0;
    }
    .splide__arrow--next {
        right: 0;
    }
    .splide__arrow--prev {
        left: 0;
    }
    .splide-testimonial .splide__arrow {
        top: 50%;
    }
}

/* Mobile view */
@media all and (max-width:767px){'
    .mob-mb-0{
        margin-bottom:0px;
    }
    h6, h5, h4, h3, h2, h1{
        margin-bottom: 20px;
    }
    .font-x4 {
        font-size: 1.750rem;
    }
    .no-text {
        font-size: 60px;
    }
    .font-x32 {
        font-size: 1.750rem;
    }
    .font-x38 {
        font-size: 1.375rem;
    }
    .font-x40{
        font-size: 1.750rem;
    }
    .font-x48{
        font-size: 1.5rem;
    }
    .font-x54{
        font-size: 1.750rem;
    }
    .font-x56{
        font-size: 2rem;
    }
    .font-x64{
        font-size: 2.750rem;
    }
    .mob-font-x20{
        font-size: 1.25rem;
    }
    .title-gt-ex-regular{
        font-size: .875rem;
    }
    .font-md,
    .font-md-2 {
        font-size: .875rem;
    }
    p{
        font-size: .875rem;
        margin-bottom: 20px;
    }
    .pr-8 {
        padding-right: 0;
    }
    .max-w-8{
        max-width: 100%;
    }

    .sec, .four-shift-sec, .part-2-sec{
        padding: 60px 0;
    }
    .sec-mid{
        padding: 24px 0;
    }
    .sec-mid-2{
        padding: 40px 0;
    }
    .no-pad{
        padding-top: 0;
        padding-bottom: 0;
    }
    .mb-3 {
        margin-bottom: 16px;
    }
    .mt-3{
        margin-top: 24px;
    }
    .mt-4 {
        margin-top: 40px;
    }
    .mt-5{
        margin-top: 32px;
    }
    .mob-pt-3{
        padding-top: 24px;
    }
    .pb-0{
        padding-bottom: 0;
    }
    .pt-0 {
        padding-top: 0;
    }
    .pt-2 {
        padding-top: 16px;
    }
    .pt-8 {
        padding-top: 40px;
    }
    
    .flexbox-4,
    .flexbox-6,
    .flexbox-5,
    .flexbox-55 {
        flex: 100%;
    }
    
    .mob-hide{
        display: none;
    }
    
    .main-nav-wrap{
        display: none;
    }
    .flexbox{
        gap: 20px;
    }
    
    .tonal-box{
        margin-bottom: 50px;
    }
    .luxurious-style{
        font-size: 150px;
    }
    .title1{
        font-size: 2rem;
    }
    .footer-nav-title {
        background: url(../assets/images/plus-icon.svg) no-repeat;
        background-position: right;
    }
    .footer-nav-col.active .footer-nav-title {
        background: url(../assets/images/minus-icon.svg) no-repeat;
        background-position: right;
    }
    .footer-top-sec, .footer-nav-box, .flex-equal{
        flex-direction: column;
    }
    .footer-nav-list{
        display: none;
    }
    .footer-nav-col.active .footer-nav-list{
        display: block;
    }

    .splide__pagination--ttb {
        right: 0;
    }
    .splide__arrow--prev {
        left: auto;
        right: 16%;
    }
    .splide__arrow--next {
        right: 0;
    }
    .splide__arrow{
        top: 100%;
    }
    .splide-full .splide__arrow,
    .splide-testimonial .splide__arrow {
        top: 26%;
    }
    .splide-full .splide__arrow--prev,
    .splide-testimonial .splide__arrow--prev{
        left:0;
    }
    .splide__arrow:disabled{
        background:#b7b7b7;
        border:1px solid var(--neutralGrey-5);
    }
    .tabs-half{
        max-width: 100%;
        margin-bottom: 20px;
        gap: 1%;
    }
    .grey-flex-box{
        gap: 16px;
        max-width: 100%;
        flex-flow: wrap;
    }
    .grey-flex-box .border-left,
    .col-flex-box .border-left {
        padding: 8px 0 8px 16px;
        flex: 100%;
        border-width: 4px;
    }
    .banner-bg{
        min-height: 600px;
    }
    .col-flex-box{
        gap: 16px;
        max-width: 100%;
        flex-flow: wrap;
    }
    .banner-bg-3{
        min-height: auto;
    }
    .tech-box{
        max-width: 100%;
    }
    .sticky-section{
        flex-direction: column;
        margin-bottom: 0;
    }
    .sticky-left-section{
        width: 100%;
        padding: 00px 0 20px;
        position: initial;
    }
    .sticky-right-section{
        width: 100%;
    }
    .conclusion-img-box{
        position: initial;
    }
    .subscribe-banner{
        background: var(--primary);
        min-height: auto;
    }
    .subscribe-box{
        padding: 48px 0 48px 0px;    
    }
    .subscribe-btn-wrap .f-in{
        min-width: 190px;
        padding: 10px 6px;
    }
    .subscribe-btn-wrap{
        margin-top: 16px;
    }
    .mob-pt-1{
        padding-top: 10px;
    }
    .mob-pt-3{
        padding-top: 30px;
    }
    .mob-pb-6{
        padding-bottom: 60px;
    }
    .mob-pb-4{
        padding-bottom: 40px;
    }
    .splide-one .splide__slide{
        overflow: hidden;
    }
    .pb-12 {
        padding-bottom: 60px;
    }
    .mob-pt-12 {
        padding-top: 60px;
    }
    .pt-12 {
        padding-top: 60px;
    }
    .mob-col-rev{
        flex-direction: column-reverse;
    }
    .mob-pt-0{
        padding-top: 0;
    }
    .mob-mt-0{
        margin-top: 0;
    }
    .slide-bottom-sec{
        padding-top: 24px;
    }
    .mob-mb-32{
        margin-bottom: 32px;
    }
    .mr-2 {
        margin-right: 10px;
    }
    .ml-2 {
        margin-left: 10px;
    }
    .mb-20{
        margin-bottom: 20px;
    }
    .border-left{
        padding: 8px 0 8px 16px;
    }
    .tab-button{
        width: 100%;
        text-align: left;
    }
    .mob-white-box{
        background: none;
        padding: 0;
        margin-top: 48px;
        min-height: auto;
    }
    .mob-grey-7{
        color: var(--neutralGrey-7);
    }
    .mob-mtb-2{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mob-grey-box{
        background: var(--primary);
        padding: 60px 16px;
    }
    .mob-mb-0{
        margin-bottom: 0;
    }
    .btn{
        font-size: .875rem;
    }
    .mob-acc-title{
        display: block;
        margin-bottom: 0;
        width:100%;
    }
    .tabs-header{
        display: none;
    }
    .tab-content,
    .tab-content.active{
        display: block;
    }
    .tab-content{
        border: 1px solid var(--webGreen);
        margin-bottom: 20px;
    }
    .tab-content:last-child{
        margin-bottom: 0px;
    }
    .tab-content .tab-inner,
    .tab-content.active .tab-inner{
        display: none;
    }
    .tab-content.open .tab-inner,
    .tab-content.active.open .tab-inner{
        display: block;
        padding: 20px;
    }
    .tab-content .icon::before {
        content: "+"; 
        font-size: 28px;
        transition: transform 0.3s, color 0.3s;
    }
    .tab-content.open .icon::before {
        content: "-";
    }
    .accordion-item.active .accordion-content{
        padding: 16px;
        word-break: break-all;
        max-height: max-content;
    }
    .reveal-up {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    .reveal-up.show {
        opacity: 1;
        transform: translateY(0);
    }
    .con-box{
        flex-direction: column;
    }
    .pr-02 {
        padding-right: 0px;
    }
    .mob-pb-0{
        padding-bottom:0;
    }
    .pad-lr{
        padding-left:16px;
        padding-right:16px;
    }
    .main-banner{
        background-image: none !important;
    }
    .mob-show{
        display: block;
    }
    .auth-box {
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
        min-height:initial;
    }
    .auth-title{
        font-size: 1.25rem;
    }
    .left-quote{
        position: absolute;
        top: 3px;
        left: -52px;
        width: 42px;
        height: 40px;
    }

    .right-quote{
        position: absolute;
        top: 6px;
        right: -55px;
        width: 42px;
        height: 40px;
    }
    .author-name{
        justify-content: center;
        text-align: center;
        max-width:none;
    }
    .parrallax-sec{
        height:auto;
        min-height:unset;
        max-height:unset;
        padding:0px 0px;
        padding-bottom:60px;
    }
    .py-60{
        padding-bottom:20px;
        padding-top:20px;
    }
    .looking-img-wrpr{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .tab-content-block{
        flex-direction:column;    
    }
    .graph-wrpr .accord-title{
        color: var(--primaryBlack);
    }
    .tab-content-block{
        min-height:unset;
        height:fit-content;
        max-height:unset;
    }
    .mob-acc-title.part2-graph {
        display: flex;
        padding: 16px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        border: 1px solid var(--webGreen);
        flex-direction: column;
    }
    .graph-wrpr .tab-content-block .accordion-header .icon::before{
        content: "+"; 
        font-size: 28px;
        transition: transform 0.3s, color 0.3s;
    }
    .graph-wrpr .tab-content-block.open .accordion-header .icon::before {
        content: "-";
    }
    .mob-acc-title.part2-graph .accordion-header{
        padding:0px;
    }
    .mob-acc-title.part2-graph .tab-desc{
        margin:0px;
    }
    .graph-wrpr .tab-content-block:not(:last-child){
        margin-bottom:40px;
    }
    .graph-wrpr .tab-content-block .tab-inner{
        height:0px;
        overflow:hidden;
        transition: all 0.3s ease-in-out;
    }
    .graph-wrpr .tab-content-block.open .tab-inner{
        padding-top:24px;
        height:auto;
        transition: all 0.3s ease-in-out;
    }
    .sticky-left .tab-list{
        display:none;
    }
    .custom-cursor-outer, .custom-cursor-inner{
        display:none;
    }
    .smart-strength-img{
        height:152px;
    }
    .cardio-img{
        margin-top:0;
    }
    .four-slide-box{
        position:inherit;
    }
    .four-slide-box .flexbox {
        gap: 0;
    }
    .mob-pb-0{
        padding-bottom:0;
    }
    .container{
        padding:0 16px;
    }
   
}
/* .chart-container .tabprogress-container:nth-child(1) .label,
.bar-container .tabprogress-container:nth-child(1) span.label {
   font-size:1.1rem;
}
.chart-container .tabprogress-container:nth-child(2) .label,
.bar-container .tabprogress-container:nth-child(2) span.label {
   font-size:1rem; 
}
.chart-container .tabprogress-container:nth-child(3) .label,
.bar-container .tabprogress-container:nth-child(3) span.label {
  font-size:.9rem;   
}
.chart-container .tabprogress-container:nth-child(4) .label ,
.bar-container .tabprogress-container:nth-child(4) span.label{
  font-size:.8rem;   
} */
.label { font-family:'gtAmericaExpandRegular', sans-serif !important; text-transform: uppercase;}



/* .bar-container .tabprogress-container:nth-child(1) .tabprogress-fill.animated{
    width: 85% !important;
}
.bar-container .tabprogress-container:nth-child(2) .tabprogress-fill.animated{
    width: 80% !important;
}
.bar-container .tabprogress-container:nth-child(3) .tabprogress-fill.animated{
    width: 70% !important;
}
.bar-container .tabprogress-container:nth-child(4) .tabprogress-fill.animated{
    width: 65% !important;
} */
/* .tabcontent .tabprogress-container:nth-child(1) .tabprogress-fill.animated{
    width: 85% !important;
}
.tabcontent .tabprogress-container:nth-child(2) .tabprogress-fill.animated{
    width: 80% !important;
}
.tabcontent .tabprogress-container:nth-child(3) .tabprogress-fill.animated{
    width: 70% !important;
}
.tabcontent .tabprogress-container:nth-child(4) .tabprogress-fill.animated{
    width: 65% !important;
}
.chart-container .tabprogress-container:nth-child(1) .tabprogress-fill.animated{
    width: 85% !important;
}
.chart-container .tabprogress-container:nth-child(2) .tabprogress-fill.animated{
    width: 80% !important;
}
.chart-container .tabprogress-container:nth-child(3) .tabprogress-fill.animated{
    width: 70% !important;
}
.chart-container .tabprogress-container:nth-child(4) .tabprogress-fill.animated{
    width: 65% !important;
}    */

.cont {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}










@media all and (min-width:768px){
    .desk-hide{
        display:none;
    }
    
}
@media(max-width:767px){
    h2.text-center.font-x54 {
    font-size: 2.5rem;
}
    .flexbox.direction-column {
    padding-bottom: 16px;
}
.looking-ahead .flexbox.direction-column {  padding-bottom: 32px;}
     .section .container,
     .smart-training-slideshow .slides-wrapper > div {
    padding: 0px 0px !important; }
    .smart-training-slideshow .slides-wrapper > div p,
    .smart-training-slideshow .slides-wrapper > div h2 { padding:0px 16px !important; }
   
     .section  .inner-content { padding:0px 16px !important; }
}

@media all and (min-width:768px) and (max-width:990px){
    h2.text-center.font-x54 {
        font-size: 2.5rem;
    }
    .font-x32 {
        font-size: 1.750rem;
    }
    .sec, .part-2-sec, .four-shift-sec {
        padding: 80px 0;
    }
    .sec.pb-0 {
        padding-bottom: 0;
    }
    .pb-12 {
        padding-bottom: 80px;
    }
    .pt-12{
        padding-top: 80px;
    }
    .pt-0 {
        padding-top: 0;
    }
    .sec-mid.mob-pb-0{
        padding-bottom:0;
    }
    .no-pad {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-banner{
        background-size: 1150px;
    }
    .main-banner .flexbox-4 {
        flex: 0 0 44%;
    }
    .tab-content .progress-container {
        width: 215px;
    }
    .author-name{
        min-width: 180px;
    }
    .parrallax-sec{
        max-height:700px;
    }
    .w-100-flex{
        justify-content: center !important;
    }
    .flex-col{
        flex-direction:column;
        gap:20px;
    }
    
}