* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "montserrat", sans-serif;
    font-style: normal;
}

body {
    width: 100% !important;
    overflow-x: hidden;
}

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: white;
}

.bg-lightgray {
    background-color: lightgray;
}

.bg-verylightgray {
    background-color: #f5f5f5;
}

.bg-verylightpastelorange {
    background-color: #fffaf0;
}

.bg-aliceblue {
    background-color: aliceblue;
}

.bg-orangered {
    background-color: rgb(204, 75, 0);
}

.bg-darkgray {
    background-color: rgb(25, 25, 25);
}

.bg-red {
    background-color: red;
}

.bg-green {
    background-color: green;
}

.bg-gray {
    background-color: gray;
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}

.text-orangered {
    color: rgb(204, 75, 0)
}

.text-3xs {
    font-size: 14px;
}

.text-2xs {
    font-size: 16px;
}

.text-xs {
    font-size: 18px;
}

.text-s {
    font-size: 20px;
}

.text-md {
    font-size: 24px;
}

.text-l {
    font-size: 36px;
}

.text-xl {
    font-size: 40px;
}

.text-2xl {
    font-size: 60px;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.leading-12 {
    line-height: 12px;
}

.leading-24 {
    line-height: 24px;
}

.leading-30 {
    line-height: 30px;
}

.leading-36 {
    line-height: 36px;
}


.h-12percent {
    height: 12%;
}

.h-half {
    height: 50%;
}

.h-75percent {
    height: 75%;
}

.h-full {
    height: 100%;
}

.h-5 {
    height: 5px;
}

.h-20 {
    height: 20px;
}

.h-30 {
    height: 30px;
}

.h-45 {
    height: 45px;
}

.h-50 {
    height: 50px;
}

.h-75 {
    height: 75px;
}

.h-80 {
    height: 80px;
}

.h-100 {
    height: 100px;
}

.h-200 {
    height: 200px;
}

.h-400 {
    height: 400px;
}

.h-480 {
    height: 480px;
}

.h-676-11 {
    height: 676.11px;
}

.h-1098-72 {
    height: 1098.72px;
}

.w-6percent {
    width: 6%;
}

.w-10percent {
    width: 10%;
}

.w .w-half {
    width: 50%;
}

.w-60percent {
    width: 60%;
}

.w-full {
    width: 100%;
}

.w-2 {
    width: 2px;
}

.w-5 {
    width: 5px;
}

.w-15 {
    width: 15px;
}

.w-50 {
    width: 50px;
}

.w-80 {
    width: 80px;
}

.w-160 {
    width: 160px;
}

.w-200 {
    width: 200px;
}

.w-309-33 {
    width: 309.33px;
}

.w-350 {
    width: 350px;
}

.w-370 {
    width: 370px;
}

.w-400 {
    width: 400px;
}

.w-472-16 {
    width: 472.16px;
}

.w-512-16 {
    width: 512.16px;
}

.w-625 {
    width: 625px;
}

.w-720 {
    width: 720px;
}

.w-928 {
    width: 928px;
}

.max-w-90percent {
    max-width: 90%;
}

.max-w-full {
    max-width: 100%;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-450 {
    max-width: 450px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-650 {
    max-width: 650px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-750 {
    max-width: 750px;
}

.max-w-775 {
    max-width: 775px;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-1110 {
    max-width: 1110px;
}

.max-w-1200 {
    max-width: 1200px;
}

.overflow-hidden {
    overflow: hidden;
}

.sticky {
    position: sticky;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-minus500Percent {
    top: -500%;
}

.top-0 {
    top: 0px;
}

.top-9 {
    top: 9px;
}

.top-435 {
    top: 435px;
}

.-bottom-52-5 {
    bottom: -52.5px;
}

.right-100 {
    right: 100px;
}

.left-0 {
    left: 0px;
}

.left-635px {
    left: 635px;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-60 {
    z-index: 60;
}

.z-70 {
    z-index: 70;
}

.z-80 {
    z-index: 80;
}

.z-90 {
    z-index: 90;
}

.z-100 {
    z-index: 100;
}

.z-1000 {
    z-index: 1000;
}

.text-left {
    text-align: left;
}

.text-start {
    text-align: start;
}

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

.text-justify {
    text-align: justify;
}

.hidden {
    display: none;
}

.flex {
    display: flex;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.items-stretch {
    align-items: stretch;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-start {
    justify-items: start;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.gap-50 {
    gap: 50px;
}

.gap-60 {
    gap: 60px;
}

.gap-70 {
    gap: 70px;
}

.gap-x-70 {
    column-gap: 70px;
}

.gap-x-60 {
    column-gap: 60px;
}

.gap-x-50 {
    column-gap: 50px;
}

.gap-x-40 {
    column-gap: 40px;
}

.gap-x-30 {
    column-gap: 30px;
}

.gap-y-20 {
    row-gap: 20px;
}

.no-underline {
    text-decoration: none;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-200 {
    margin-right: 200px;
}

.mr-250 {
    margin-right: 250px;
}

.mr-260 {
    margin-right: 260px;
}

.mr-300 {
    margin-right: 300px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.p-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


.p-15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-64 {
    padding-left: 64px;
    padding-right: 64px;
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.px-95 {
    padding-left: 95px;
    padding-right: 95px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-62 {
    padding-right: 62px;
}

.pr-80 {
    padding-right: 80px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}

.no-border {
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

.border-2 {
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
}

.border-r-2 {
    border-right-width: 2px;
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
}

.border-black {
    border-color: black;
}

.border-solid {
    border-style: solid;
}

.border-orangered-opacity-25 {
    border-color: rgba(204, 75, 0, 0.25);
}

.opacity-0 {
    opacity: 0;
}

.opacity-15 {
    opacity: 0.15;
}

.shadow-you-will-experience {
    box-shadow: -7px 5px 12px 1px rgba(0, 0, 0, 0.1)
}

.list-none {
    list-style-type: none;
}

.rounded-sm {
    border-radius: 5px;
}

.rounded-md {
    border-radius: 10px;
}

.rounded-l {
    border-radius: 15px;
}

.hidden {
    display: none;
    /* Hide the answers initially */
}

.block {
    display: block;
    /* Show the answer when the item is active */
}

.logo {
    width: 225px;
    height: 70px;
    background-image: url('https://performwithnick.blob.core.windows.net/pictures/PN logo first draft.png');
    background-position: left center;
    background-size: 45%;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto;
}

.google-review {
    padding: 50px 30px;
    background-image: url('https://performwithnick.blob.core.windows.net/pictures/Bg only.png');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.svg-container {
    width: calc(100% - 80px);
}

.play-button {
    background-color: rgba(0, 0, 0, 0.9);
    /* top: 45%;
    left: 47%; */
}

.play-button-carousel {
    background-color: rgba(0, 0, 0, 0.9);
    top: 40%;
    left: 42%;
}

.play-head {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-thumbnail {
    background-color: black;
}

/* Smooth content expansion/collapse */
.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out, margin-bottom 1s ease-in-out;
}

/* Add margin when expanded */
.faq.expanded .answer {
    margin-bottom: 24px;
}

/* Initial state of the icon */
.faq-icon {
    transform: rotate(0deg);
    /* Default rotation */
    transition: transform 1.25s ease-in-out;
    /* Smooth rotation */
}

/* Rotate icon when expanded */
.faq.expanded .faq-icon {
    transform: rotate(180deg);
}

/* Optional: Smooth color changes */
.question,
.faq-icon {
    color: black;
    /* Default color */
    transition: color 1s ease-in-out;
    /* Smooth color transition */
}

.faq.expanded .question,
.faq.expanded .faq-icon {
    color: orangered;
    /* Color change when expanded */
}


/* General Carousel Styles */
.carousel {
    overflow: hidden;
    width: 100%;
    height: auto;
    /* Adjust based on video size */
    position: relative;
    margin: auto 0;
}

/* Smooth Carousel */
.smooth-carousel .carousel-track {
    animation: scroll-smooth 60s linear infinite;
    /* Adjust speed */
    /* width: max-content; */
    width: min-content;
    /* Fit all items including duplicates */

}

.smooth-carousel .carousel-item {
    flex: 0 0 300px;
    /* Adjust width of each item */
    margin: 0 20px;
    /* Spacing between items */
}

/* Smooth scrolling animation */
@keyframes scroll-smooth {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* Scroll half the content (duplicated items) */
    }
}

/* Step Carousel */
.step-carousel .carousel-track {
    scroll-snap-type: x mandatory;
    /* Enable snapping */
    overflow-x: auto;
    /* Allow horizontal scrolling */
    scroll-behavior: smooth;
    /* Smooth snapping */
    -webkit-overflow-scrolling: touch;
    /* For mobile */
}

.step-carousel .carousel-item {
    flex: 0 0 400px;
    /* Adjust width of each item */
    margin: 0 20px;
    /* Spacing between items */
    scroll-snap-align: center;
    /* Snap each item to the center */
}

/* Hide Scrollbars */
.step-carousel .carousel-track::-webkit-scrollbar {
    display: none;
}

.step-carousel .carousel-track {
    -ms-overflow-style: none;
    scrollbar-width: none;
}





.hover-orangered:hover {
    color: rgb(204, 75, 0);
}

.hover-orangered-bg-white:hover {
    color: rgb(204, 75, 0);
    background-color: white;
}

.hover-bg-orangered-255:hover {
    background-color: rgb(255, 75, 0);
}

.bg-thumbnail:hover+.play-button,
.play-button:hover {
    background-color: rgba(255, 75, 0, 0.95);
}

.menu-icon:hover {
    background-image: url('https://performwithnick.blob.core.windows.net/icons/Menu white.png');
    opacity: 1;
}

/* .carousel-item:hover{
    scale:1.025;
} */

.smooth-carousel:hover .carousel-track {
    animation-play-state: paused;
}

.smooth-carousel .carousel-item:hover {
    border: 1px solid transparent;
    border-radius: 10px;
    border-color: rgba(255, 75, 0, 0.5);

}

.carousel-item:hover .play-button-carousel {
    background-color: rgb(255, 75, 0);
}

.bg-thumbnail:hover {
    scale: 1.025;
}


.reg-nav {
    display: block;
}

.mobile-nav {
    display: none;
}

.system-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f8f8;
}

.system-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.system-section p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.icon-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.icon-box {
    text-align: center;
    max-width: 200px;
}

.icon-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.icon-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.icon-box p {
    font-size: 16px;
    color: #666;
}


/* .logo:hover {
    cursor: pointer;
} */
/* ============= RESPONSIVE =============*/

@media only screen and (max-width:1200px) {
    .mr-300 {
        margin-right: 200px;
    }
}

@media only screen and (max-width:1090px) {
    .mr-300 {
        margin-right: 150px;
    }

}

@media only screen and (max-width:1040px) {
    .mr-300 {
        margin-right: 100px;
    }

}

@media only screen and (max-width:990px) {
    .mr-300 {
        margin-right: 50px;
    }
}



@media only screen and (max-width:940px) {
    .mr-300 {
        margin-right: 0px;
    }

    .mobile-mb-10 {
        margin-bottom: 20px;
    }

    .reg-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .text-2xs {
        font-size: 14px;
    }

    .text-s {
        font-size: 17px;
    }

    .text-xl {
        font-size: 34px;
    }

    .text-2xl {
        font-size: 32px;
    }

    .h-400 {
        height: 360px;
    }

    .w-400 {
        width: min(400px, 75%);
    }

    .w-472-16 {
        width: min(472.16px, calc(100% - 0px));
    }

    .w-512-16 {
        width: min(512.16px, 75%);
    }

    .w-625 {
        width: min(625px, 90%);
    }

    .w-720 {
        width: 648px
    }

    .max-w-775 {
        max-width: 725px;
    }

    .max-w-1130 {
        max-width: 1130px;
    }

    .mobile-items-center {
        flex-direction: column;
        align-items: center;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-mb-10 {
        padding-bottom: 10px;
    }

    .mr-10 {
        margin-right: 0;
    }

    .logo {
        background-position: 40% center;
    }

    .menu-icon {
        width: 225px;
        height: 56px;
        background-image: url('https://performwithnick.blob.core.windows.net/icons/Menu orangered.png');
        background-position: 65% center;
        background-size: 12.5%;
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer;
        pointer-events: auto;
        opacity: 0.9;
    }

    .mobile-rounded-sm {
        border-radius: 5px;
    }

    /* desktop-nav */
    .desktop-nav {
        display: none;
    }

}


@media only screen and (max-width:700px) {

    .h-400 {
        height: 300px;
    }

    .w-720 {
        width: 540px
    }

    .pr-80 {
        padding-right: 40px;
    }

    .pl-80 {
        padding-left: 40px;
    }

    .menu-icon {
        background-position: 40% center;
    }

    .mobile-rounded-sm {
        border-radius: 4px;
    }

}

@media only screen and (max-width:650px) {
    .menu-icon {
        background-position: 20% center;
    }

    .mobile-rounded-sm {
        border-radius: 3px;
    }
}

@media only screen and (max-width:600px) {

    .logo {
        background-position: right center;
    }

    .mobile-items-start {
        display: flex;
        align-items: start;
    }

    .menu-icon {
        background-position: 30% center;
    }

    .mobile-rounded-sm {
        border-radius: 2px;
    }
}

@media only screen and (max-width:550px) {

    .menu-icon {
        background-position: 15% center;
    }

    .h-400 {
        height: 200px;
    }

    .w-720 {
        width: min(360px, 80%);
    }

    .pr-80 {
        padding-right: 20px;
    }

    .pl-80 {
        padding-left: 20px;
    }

}

/* =============   =============*/
.container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.experience-card {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 5px;
    margin-bottom: 20px;
}

.another-coatch-container {
    padding-left: 20px;
    padding-right: 20px;
}

.toggle-mobile-menu {
    top: 70px;
    left: 0px;
    transition: all 1.2s ease;
    z-index: 0;
    opacity: 1;
}

#link-video-play-button {
    width: 60px;
    height: 40px;
}

/* =============  RESPONSIVE  =============*/
@media screen and (min-width: 400px) {
    .footer-links-container {
        display: flex;
        justify-content: center;
        gap: 60px;
    }
}

@media screen and (min-width: 500px) {
    #link-video-play-button {
        width: 70px;
        height: 50px;
    }

    .play-head {
        border-top: 7px solid transparent !important;
        border-bottom: 7px solid transparent !important;
        border-left: 17px solid white !important;
    }
}

@media screen and (min-width:600px) {
    .experience-card {
        padding: 20px 60px;
    }

    .nav-container {
        padding: 0px 20px;
    }

    .play-head {
        border-top: 10px solid transparent !important;
        border-bottom: 10px solid transparent !important;
        border-left: 20px solid white !important;
    }

    #link-video-play-button {
        width: 90px;
        height: 60px;
    }
}

@media only screen and (min-width:940px) {
    .mobile-menu-icon {
        display: none;
    }

    .another-coach-img {
        margin-right: 60px;
        margin-bottom: 0px;
    }

    .program-container {
        gap: 40px;
    }

    .footer-top-container {
        display: flex;
        justify-content: space-between;
        padding: 100px;
    }

    .google-review {
        width: 720px;
    }

    #link-video-play-button {
        width: 100px;
        height: 65px;
    }

    .play-head {
        border-top: 12px solid transparent !important;
        border-bottom: 12px solid transparent !important;
        border-left: 22px solid white !important;
    }
}