/* root css */
body,
p,
span {
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #000;
}

.bg-light-dark {
    background-color: #171717;
}

p:empty {
    display: none;
}

.sky-blue-btn {
    background-color: #0CD1D2;
}

.sky-blue-btn:hover {
    background: #35f4f5;
}

.dark-orange-bg {
    background-color: #AC7A2F;
}

.btn {
    border-radius: 4px;
    padding: 5px 30px;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul.navbar-nav li a,
ul.navbar-nav li a span {
    color: #000000c7;
    font-size: 15px;
    font-weight: 500;
    margin: 0 11px;
}

.py-50 {
    padding: 80px 0;
}

a.navbar-brand {
    margin: 0;
}

a.navbar-brand img {
    width: 95%;
}

h1 {
    font-weight: 600;
}

/* header */
nav.navbar {
    padding: 15px 0;
}

nav.navbar ul#menu-header-menu ul li {
    position: relative;
}

nav.navbar ul.sub-menu {
    position: absolute;
    width: auto;
    z-index: 9;
    background: #fff;
    display: none;
    padding: 20px 0px;
    text-align: left;
}

nav.navbar .menu-item-has-children:hover ul.sub-menu {
    display: block;
}

nav.navbar .menu-item-has-children a {
    position: relative;
}

nav.navbar .menu-item-has-children:hover ul.sub-menu li a:after {
    display: none;
}

nav.navbar ul.sub-menu li a,
nav.navbar ul.sub-menu li a span {
    font-size: 16px;
    line-height: 36px;

}

nav.navbar .menu-item-has-children a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 19px / 1 FontAwesome;
    color: #000000c7;
    position: absolute;
    top: 2px;
    right: -4px;
}

/* BANNER CSS */
section.banner-section {
    background: url(../../../../../wp-content/uploads/2024/12/Group-74.jpg) no-repeat;
    height: 92vh;
    background-size: cover;
}

.text-white p {
    color: #fff;
}

.inner-banner-heading-colom {
    position: absolute;
    bottom: 22%;
    width: auto;
}

.inner-banner-heading-colom h1,
.inner-banner-heading-colom h1 span {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    width: 92%;
}

.banner-content {
    font-size: 18px;
    width: 80%;
    margin: 10px 0 30px;
}

/* YouTube Channel Slider SECTION */
.videoWrapper {
    height: 610px;
    overflow: hidden;
}

section.youtube-channel-slider h6 {
    padding: 12px 0 10px;
}

section.youtube-channel-slider h2,
section.youtube-channel-slider h2 p {
    font-size: 47px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}


img.video-thumbnail {
    width: 100%;
    border-radius: 23px;
}

.center-slider {
    margin: 0 auto;
}

.center-slider .slick-slide {
    text-align: center;
    padding: 10px;
    position: relative;
    color: white;
}

button.play-btn {
    background: #ab7a2f;
    border: none;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    width: 35px;
    box-shadow: 0 1px 10px 0 #0000009e;
    height: 35px;
    right: 30px;
    font-size: 13px;
}

section.follow-youtube ul.slick-dots button {
    list-style: none;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 9px;
    cursor: pointer;
}

section.follow-youtube ul.slick-dots button:before {
    display: none;
}

section.follow-youtube ul.slick-dots {
    margin: 0;
    display: none;
}

section.follow-youtube.bg-light-dark.py-50 {
    padding: 100px 0;
}

section.follow-youtube ul.slick-dots li.slick-active button {
    background: #ab7a2f;
    border-color: #ab7a2f;
}

.video-block {
    display: flex;
    flex-wrap: wrap;
}

.media-box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.34);
    z-index: 2;
}

.box-btns button {
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 9px 15px;
}

.box-btns i {
    width: 35px;
    height: 35px;
    font-size: 2.5rem;
    color: #eeeef0;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.our-courses-section .item.rounded {
    border-radius: 23px !important;
    overflow: hidden;
}

section.follow-youtube .item h4 {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    padding: 15px 0;
}

.pause-btn {
    display: none;
}

.comatible_section {
    width: 100%;
    display: flex;
}


ul.right_sec {
    width: 100%;

}

.sec {
    text-align: center;
}

i.fa.fa-play-circle {
    position: absolute;
    z-index: 999;
    top: 8px;
    right: 19px;
    font-size: 30px;
    color: #fff;
}

.left_section,
.right_sec li {
    position: relative;
}

.iconHide {
    display: none;
}

/* TABB WITH ARROW SLIDER CSS */
button.flickity-button {
    display: none;
}

.carousel.flickity-enabled {
    outline: none;
}

section.tab-with-arrow-slider .position-absolute p {
    color: #fff;
    width: 70%;
    font-size: 13px;
    font-weight: 500;
}

section.tab-with-arrow-slider .position-absolute h4 {
    font-size: 28px;
    font-weight: 600;
}

ol.flickity-page-dots {
    display: flex;
    gap: 21px;
    display: none;
    justify-content: center;
    padding: 0;
}

.position-absolute.absolute-colom-on-tabs {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
    padding: 30px;
}

ol.flickity-page-dots li {
    list-style: none;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 9px;
    cursor: pointer;
}

li.dot.is-selected {
    background: #4793f5;
    border-color: #4793f5;
}

section.our-courses-section .owl-theme .owl-dots .owl-dot span {
    list-style: none;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 9px;
    cursor: pointer;
}

section.our-courses-section .owl-theme .owl-dots {
    display: none;
}

/* Title styles */
/* .slider-titles {
        text-align: center;
        font-size: 24px;
        display: flex;
        justify-content: center;
        gap: 110px;
        padding: 20px 0 30px;
    } */
.slider-titles {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    gap: 0;
    padding: 20px 0 30px;
    width: 60%;
    margin: 0 auto;
}

.flickity-viewport {
    height: 70vh !important;
}

.slider-titles span {
    transition: color 0.3s ease;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
}

.slider-titles span.active {
    color: #AC7A2F;
    font-weight: 600;
    /* Active color */
}

.carousel-cell {
    width: 60%;
    cursor: grab;
    /* Set the width of each cell */
    height: auto;
    /* Let the height adjust based on the content */
    margin-right: 10px;
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
    /* Ensure the content fits within the cell */
    text-align: center;
    /* Center the content */
}

.carousel-cell img {
    max-width: 100%;
    height: 470px;
    border-radius: 15px;
    display: block;
    object-fit: cover;
}

section.our-courses-section .owl-theme button.owl-dot.active span {
    border: 1px solid #ab7a2f;
    background: #ab7a2f;
}

section.our-courses-section {
    padding: 100px 0 60px;
}

/* FREE COURSES CSS */
.item.rounded h3 {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
    width: 95%;
}

.video-youtube iframe {
    border-radius: 23px;
    width: 100%;
    height: 300px;
}

section.our-courses-section .owl-item {
    padding: 0 7px;
}

.inner-colom-youtube h4 {
    font-size: 18px;
    font-weight: 400;
    width: 90%;
}

.item.rounded .position-absolute {
    bottom: 0;
    padding: 16px;
    width: 100%;
    word-wrap: break-word;
}

.item.rounded img {
    height: 400px;

    object-fit: cover;
}

.our-courses-section .owl-theme .owl-nav button {
    background: url(../../../../../wp-content/uploads/2024/12/Group-74.svg) no-repeat !important;
    height: 20px;
    width: 50px;
    position: absolute;
    top: 50%;
}

.our-courses-section .owl-theme .owl-nav button span {
    display: none;
}

.owl-theme .owl-nav button.owl-prev {
    left: -50px;
}

.owl-theme .owl-nav button.owl-next {
    right: -50px;
}

.our-courses-section .owl-theme .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.services-row h2 {
    font-size: 47px;
    font-weight: 600;
    text-transform: uppercase;
}

section.our-courses-section .item.rounded:hover img {
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}

section.our-courses-section .item.rounded img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

/* ABOUT HOME SECTION */
.inner-colom-abouts img {
    height: 94vh;
    width: auto !important;
    object-fit: cover;
}

section.home-abouts-section .inner-colom-abouts-info {
    padding: 0 0 80px;
}

.inner-colom-abouts-info h2 {
    font-size: 40px;
    font-weight: 600;
    color: #58BDDB !important;
}

/* section.home-abouts-section.bg-black.pt-5 {
    padding: 100px 0 0 !important;
} */
section.home-abouts-section.bg-black.pt-5 {
    padding: 50px 0 0 !important;
}

.inner-colom-abouts-info p {
    margin: 38px 0;
}

/* COUNTER CSS */
section.counter-section {
    background: #AB7A2F;
    padding: 40px 0;
}

.stat-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

span.counter-k-m,
span.stat-number {
    font-size: 37px;
    color: #fff;
    font-weight: 500;
}
span.custom-counter-content {
    font-size: 21px;
    width: 49%;margin-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.page-id-16 section.coaching-counter-section.py-50 span.custom-counter-content {
    margin: 0;
}
/* Coaching */
.headding-size {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 600;
}

.doughty-section p {
    font-size: 18px;
    font-family: 'Poppins';
}

section.follow-youtube h2 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 12px;
}

.aaron-doughty,
.aaron-doughty-copy {
    /* background: url(../../../../../wp-content/uploads/2024/12/Group-77.jpg); */
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: cover !important;
    height: 548px;
    position: relative;
    border-radius: 23px;
}

.your-vibration {
    /* background: url(../../../../../wp-content/uploads/2024/12/Group-75-3.jpg);  */
    background-repeat: no-repeat !important;
    width: 100%;
    background-position: 0 50% !important;
    height: 325px;
    background-size: cover !important;
    position: relative;
}

section.coaching-section {
    padding: 50px 0;
}

section.events-section.mb-5 {
    margin-bottom: 80px !important;
}

.coaching-row-bottom {
    color: #fff;
    position: absolute;
    bottom: 80px;
    left: 0;
    max-width: 662px;
    right: 0;
    text-align: center;
    margin: 0px auto;
    top: 25%;
}

.coaching-row-bottom p {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 30px 0;
}

.coaching-row {
    color: #fff;
    position: absolute;
    bottom: 80px;
    left: 50px;
    max-width: 662px;
}

.coaching-row p {
    color: #fff;
    font-size: 18px;
    margin: 25px 0 60px 0;
}

.coaching-row a {
    background: #fff;
    color: #000;
    padding: 10px 46px;
    border-radius: 4px;
    font-weight: 600;
}

section.our-courses-section {
    overflow-x: hidden;
}

.top-heading h2 {
    margin: 30px 0;
}

/* FOOTER  */
.inner-footer-colom {
    font-size: 12px;
}

.social-media-icon-footer li a img {
    position: relative;
    bottom: 2px;
}

.inner-footer-colom ul {
    padding: 0;
}

.inner-footer-colom ul a {
    color: #1a1919;
    padding: 2px;
    font-size: 15px;
    font-weight: 500;
}

.inner-footer-colom h4,
.inner-footer-colom h4 span {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}

.sign-up-field-col input {
    padding: 8px;
    width: 100%;
    border: 1px solid #333;
    color: #000;
    outline: none;
}

.sign-up-field-col p {
    position: relative;
    width: 100%;
}

.sign-up-field-col .wpcf7-submit {
    position: absolute;
    right: 12px;
    top: 0;
    width: auto !important;
}

.inner-footer-colom figure a img {
    width: 80%;
}

.custom-submit-button {
    background-image: url('../../../../../wp-content/uploads/2024/12/Group-74-2.svg');
    background-repeat: no-repeat;
    background-position: 100% 10px;
    background-size: 100% 45%;
    border: none;
    text-indent: -99px;
    cursor: pointer;
    border: none !important;
    background-color: transparent;
}

.custom-submit-button:hover {
    opacity: 0.8;
    /* Optional hover effect */
}

.social-media-icon-footer ul {
    display: flex;
    gap: 25px;
}

.social-media-icon-footer li a {
    background: #AC7A2F;
    border-radius: 100%;
    font-size: 18px;
    width: 30px;
    display: inline-block;
    height: 30px;
    align-items: center;
    text-align: center;
    color: #fff;
}

.footer-copy-right.text-center p,
.footer-copy-right {
    font-size: 15px;
}

.footer-copy-right.text-center {
    padding-top: 40px;
}

.inner-footer-colom.align-height ul li {
    line-height: 30px;
}

/* COACHING PAGE CSS */
.coaching-banner-inner-col.position-absolute.right-0 {
    right: 0;
    top: 0;
}

section.coaching-page-banner-section {
    overflow: hidden;
}

section.coaching-page-banner-section .coaching-banner-inner-col.position-absolute.right-0 img {
    object-fit: contain;
    width: 100%;
}

section.coaching-page-banner-section,
section.coaching-page-banner-section .coaching-banner-inner-col.position-absolute.right-0 img {
    height: 80vh;
}
section.coaching-counter-section.py-50 .stat-wrap {
    padding: 50px 0 0;
    gap: 100px;
}
section.coaching-program-section h2 {
    font-size: 50px;
    font-weight: bold;
}
.video-section-inner.text-center {
    margin-bottom: -190px;
    margin-top: 40px;
}
.video-section-inner.text-center iframe {
    border-radius: 34px;
    width: 85%;
    height: 630px;
}
section.coaching-counter-section.py-50 {
    background-image: linear-gradient(to right, #fff, #570A9B);
}
section.coaching-counter-section span.stat-numbers, section.coaching-counter-section span.counter-k-m {
    font-size: 50px; color: #000;
    font-weight: bold;
} 
section.coaching-counter-section.py-50 span.custom-counter-content {
    font-size: 15px;
    font-weight: 500;
}
.counter-col.align-items-center {
    width: 15%;
}
.inner-academy-col h3 {
    font-weight: 600;
    color: #58BDDB;
    font-size: 37px;
}
.inner-academy-col img {
    height: 310px;
    object-fit: contain;
}
section.shift-academy-section .row.align-items-center {
    padding: 0 0 80px;
}
section.shift-academy-section .row.align-items-center:nth-child(even) { 
    flex-direction: row-reverse;
}
.inner-academy-col h3 {
    color: #0CD1D2 !important;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
}
.inner-academy-col .content, .inner-academy-col .content p {
    font-size: 18px;
}
section.counter-section .d-flex.counter-col.align-items-center {
    width: auto !important;
}













/* BREAK POINT MEDIA QUERY */
@media screen and (min-width:320px) and (max-width:767px) {
    section.shift-academy-section .row.align-items-center {
        padding: 0;
    }
    section.coaching-counter-section.py-50 span.custom-counter-content { 
        height: 80px;
        overflow: hidden;
    }
    section.coaching-counter-section span.stat-numbers, section.coaching-counter-section span.counter-k-m {
        font-size: 25px; 
    }
    section.coaching-counter-section.py-50 .counter-col {
        width: 32%;
        display: inline-block;
    }
    .video-section-inner.text-center iframe { 
        height: 35vh;
    }
    .order-change {
        order: 1;
    }
    .coaching-banner-inner-col.position-absolute.right-0 { 
        position: unset !important;
    }
    section.coaching-page-banner-section, section.coaching-page-banner-section .coaching-banner-inner-col.position-absolute.right-0 img {
        height: 100%;
    }
    section.follow-youtube ul.slick-dots,
    section.our-courses-section .owl-theme .owl-dots {
        display: block;
    }
    .coaching-banner-inner-col.w-cstm-for-tabss h1 {
        font-size: 25px;
    }
    .banner-content { 
        width: 100%; 
    }
    section.follow-youtube h2 {
        font-size: 30px;
        padding: 0 12px 12px;
    }
    .coaching-banner-inner-col.w-cstm-for-tabss {
        padding: 30px 0;
    }
    section.coaching-program-section h2 {
        font-size: 30px; 
    }
    section.coaching-program-section {
        padding: 30px 0;
    }
    .item.rounded h3 {
        width: 100%;
    }

    .aaron-doughty,
    .aaron-doughty-copy {
        height: 450px;
    }

    section.follow-youtube {
        overflow-x: hidden;
    }

    .position-absolute.absolute-colom-on-tabs {
        padding: 10px;
    }

    section.tab-with-arrow-slider .position-absolute a.btn {
        padding: 5px 11px;
    }

    span.custom-counter-content {
        width: 80%;
    }

    span.counter-k-m,
    span.stat-number {
        font-size: 25px;
    }

    .stat-wrap.d-flex {
        display: block !important;
    }

    .inner-colom-abouts-info h2 {
        font-size: 29px;
    }

    section.home-abouts-section.bg-black.pt-5 {
        padding: 30px 0 0 !important;
    }

    .inner-colom-abouts img {
        height: 40vh;
        width: 100% !important;
        margin-bottom: 20px;
    }

    ol.flickity-page-dots {
        margin-top: 50px;
    }

    .our-courses-section .owl-theme .owl-nav {
        margin-top: 40px;
    }

    .owl-theme .owl-nav button.owl-prev {
        left: auto;
    }

    .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    section.tab-with-arrow-slider .position-absolute p {
        width: 95%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .our-courses-section .owl-theme .owl-nav button {
        top: auto;
        bottom: -10px;
    }

    .services-row h2 {
        font-size: 30px;
    }

    .position-absolute.absolute-colom-on-tabs h4,
    .position-absolute.absolute-colom-on-tabs {
        font-size: 22px !important;
    }

    .headding-size {
        font-size: 39px;
    }

    ul.navbar-nav li a {
        line-height: 40px;
    }

    .coaching-row {
        left: 0;
        top: 50px;
        max-width: 100%;
        padding: 20px;
    }

    section.tab-with-arrow-slider.overflow-hidden {
        padding-bottom: 170px !important;
    }

    .carousel-cell img {
        height: 300px;
        object-fit: cover;
    }

    ul#menu-header-menu {
        padding: 30px 0;
    }

    .flickity-viewport {
        height: 175px !important;
    }

    section.banner-section.position-relative:after {
        background: #00000082;
        display: block;
        content: " ";
        height: 100%;
        width: 100%;
    }

    .slider-titles span {
        font-size: 9px;
    }

    .slider-titles {
        width: 100%;
        padding: 20px 0 20px;
    }

    body .inner-banner-heading-colom h1,
    body .inner-banner-heading-colom h1 span {
        font-size: 26px;
    }

    section.youtube-channel-slider h2 p {
        font-size: 18px;
    }

    section.banner-section {
        height: 50vh;
    }

    .inner-banner-heading-colom {
        bottom: 10%;
    }

    button.play-btn {
        bottom: 55%;
        width: 60px;
        height: 60px;
        right: 40%;
        font-size: 22px;
    }

    section.your-vibration {
        height: 400px;
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .item.rounded h3 {
        width: 100%;
    }

    .inner-colom-abouts img {
        width: 100% !important;
        height: 580px;
        margin-bottom: 60px;
    }

    section.home-abouts-section .col-xs-12.col-sm-12 {
        width: 100%;
    }

    .carousel-cell img {
        height: 330px;
        object-fit: cover;
    }

    button.play-btn {
        bottom: 50%;
        width: 50px;
        height: 50px;
        right: auto;
        font-size: 22px;
    }

    section.follow-youtube ul.slick-dots,
    section.our-courses-section .owl-theme .owl-dots {
        display: block;
    }

    body .flickity-viewport {
        height: 33vh !important;
    }

    section.banner-section {
        height: 52vh;
    }

    .flickity-viewport {
        height: 230px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {

    ul.navbar-nav li a,
    ul.navbar-nav li a span {
        font-size: 14px;
        margin: 0 7px;
    }

    nav.navbar .menu-item-has-children a:after {
        right: -9px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .inner-academy-col img { 
        object-fit: cover;
    }
    section.shift-academy-section .row.align-items-center {
        padding: 0 0 20px;
    }
    .counter-col.align-items-center.text-center {
        width: 100%;
    }
    .video-section-inner.text-center iframe { 
        height: 40vh;
    }
    .banner-content {
        font-size: 15px;
        width: 97%; 
    }
    .coaching-banner-inner-col h1 {
        font-size: 30px;
    }
    section.coaching-page-banner-section .coaching-banner-inner-col.position-absolute.right-0 img {
        width: 100%;
        object-fit: cover;
        float: right;
        object-position: 120px 0;
    }
    .coaching-banner-inner-col.w-cstm-for-tabss {
        width: 90%;
    }
    section.coaching-page-banner-section,
    section.coaching-page-banner-section .coaching-banner-inner-col.position-absolute.right-0 img {
        height: 50vh;
    }

    ul.navbar-nav li a,
    ul.navbar-nav li a span {
        font-size: 11px;
        margin: 0 6px;
    }

    nav.navbar .menu-item-has-children a:after {
        right: -11px;
        top: -1px;
    }

    .flickity-viewport {
        height: 40vh !important;
    }

    .slider-titles {
        width: 100%;
        padding: 20px 0 20px;
    }

    span.custom-counter-content {
        font-size: 20px;
    }

    span.counter-k-m,
    span.stat-number {
        font-size: 30px;
    }

    .inner-colom-abouts-info h2 {
        font-size: 35px;
    }

    .inner-banner-heading-colom h1,
    .inner-banner-heading-colom h1 span {
        font-size: 36px;
    }

    section.youtube-channel-slider h2 p {
        font-size: 28px;
    }

    section.banner-section {
        height: 80vh;
    }
}