:root {
    --primary: #211F20;
    --secondary: #649BAA;
    --alternative: #CCE619;
    --heading: #211F20;
    --body: #211F20;
    --accent: #649BAA;
    --hyperlink: #000000;
    --inverted-heading: #FFFFFF;
    --inverted-body: #FFFFFF;
    --inverted-accent: #CCE619;
    --inverted-hyperlink: #649BAA;
    --light-background: #FFFFFF;
    --color-background: #211F20;
    --border: #F1F2EE;
    --alt-ui: #7A7862;
    --info-status: #00A8DE;
    --warning-status: #EA5F1B;
    --error-status: #FF000B;
    --success-status: #02AD1E;
    --grey : #808080;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    line-height: normal;
}
/* .wp-block-group {
    padding-left: 0!important;
    padding-right: 0!important;
} */
@media(max-width: 600px){
    .block-content h2,
    .text-block-content h2,
    .stats-block-heading h2,
    .osky-news-block_title,
    .our-goals-heading h2,
    .testimonials-block .block-heading,
    .timeline-block h2,
    .ebook-pre-teen-block h2, 
    .ebook-teen-block h2,
    .text-image-block h2 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
    .block-content h3,
    .text-block-content h3, 
    .ebook-pre-teen-block h3, 
    .ebook-teen-block h3,
    .text-image-block h3 {
        font-size: 28px !important;
        line-height: 28px !important;
    }
}

/* osky btn */
.osky-button-wrapper {
    display: flex;
}
.osky-button-wrapper.left-align { 
    justify-content: start;
 }
.osky-button-wrapper.center-align { 
    justify-content: center;
 }
.osky-button-wrapper.right-align { 
    justify-content: end;
 }

@font-face {
    font-family: 'Trashbone';
    src: url('../fonts/Trashbone.otf') format('opentype');
}
@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'BebasNeue-Thin';
    src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LeagueSpartan-Bold';
    src: url('../fonts/LeagueSpartan-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'LeagueSpartan-Light';
    src: url('../fonts/LeagueSpartan-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'LeagueSpartan-Regular';
    src: url('../fonts/LeagueSpartan-Regular.ttf') format('truetype');
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
body{
    overflow-x: hidden;
}
@media (max-width: 1440px) {
    .container {
        width: calc(100% - 3rem);
        margin: 0 1.5rem;
    }
    
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.align-left{
    align-items: start !important;
    text-align: left !important;
}
.block-content {
    padding-bottom: 24px;
}
.text-center{
    text-align: center;
}
/* ----------Buttons---------- */
a.btn-primary {
    background-color: var(--primary);
    color: var(--light-background);
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
a.btn-primary:hover{
    background-color: var(--alternative);
}
a.btn-primary:focus {
    background-color: var(--primary);
    border:2px solid var(--secondary);
    color: var(--light-background);
}

a.btn-primary:active{
    background-color: var(--secondary);
    border:2px solid var(--secondary);
}
a.btn-primary.disable{
    opacity: 40%;
}   

a.btn-primary-with-bg {
    background-color: var(--primary);
    color: var(--light-background);
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
a.btn-primary-with-bg:hover{
    background-color: var(--secondary);
}
a.btn-primary-with-bg:focus {
    background-color: var(--light-background);
    border:unset;
    color: var(--primary);
}

a.btn-primary-with-bg:active{
    background-color: var(--secondary);
    border:2px solid var(--secondary);
}
a.btn-primary-with-bg.disable{
    opacity: 40%;
}

a.btn-inverted {
    background-color: var(--alternative);
    color: var(--primary);
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
a.btn-inverted:hover{
    background-color: var(--secondary);
}
a.btn-inverted:focus {
    background-color: var(--light-background);
    border:unset;
    color: var(--primary);
}

a.btn-inverted:active{
    background-color: var(--alternative);
    border:2px solid var(--secondary);
}
a.btn-inverted.disable{
    opacity: 40%;
}

/* ----------Slanted---------- */


    .slanted-top{
        margin-top: 98px !important;
        position: relative;
        overflow-x: clip;
        padding-bottom: 60px;
    }
    .slanted-bottom{
        margin-bottom: 98px !important;
        position: relative;
        overflow-x: clip;
        padding-top: 60px;
    }
    .slanted-top::before {
        position: absolute;
        top: -99px;
        left: 0;
        content: '';
        border-top: 100px solid transparent;
    }
    .slanted-bottom::after {
        position: absolute;
        bottom: -99px;
        left: 0;
        content: '';
        border-bottom: 100px solid transparent;
    }
    .osky-block-button {
        display: flex;
        margin-top: 24px;
    }

/* ----------SLIDER---------- */
.osky-slider{
    margin: 0;
}
.osky-slider ul.slick-dots {
    list-style-type: none;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 8px 10px;
    width: auto;
}
.osky-slide-content-wrapper {
    display: flex;
    justify-content: space-between;
}
.osky-slide-content-wrapper  .raisely-donate {
    width: 674px;
    display: flex;
    align-items: center;
}
.osky-slide-content-wrapper  .raisely-custom-html {
    background: #000;
}
.osky-slider .slick-dots li button {
    font-size: 0;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    border: none;
    width: 15px;
    cursor: pointer;
}
.osky-slide-content h3.tagline {
    color: #fff;
}
.osky-slider .slick-dots li.slick-active button{
    background: #000;
}
.osky-slider .slick-dots li {
    display: flex;
    align-items: center;
}
/* Hide dots */
.osky-slider.hide-dots .slick-dots {
    display: none;
}

.wp-block-osky-slide,.osky-slide{
    background-repeat: no-repeat;
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: end;
}
.osky-slide-content h2 {
    margin: 0;
}
.osky-slide-content {
    width: 50%;
    margin-bottom: 10%;
}
.osky-slide-content a{
    text-decoration: none;
}
.wp-block-osky-slide.invert-content .container,.osky-slide.invert-content .container {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
    line-height: 5 !important;
}
.osky-slide-button {
    display: flex;
    gap: 12px;
}
.wp-block-osky-slide .osky-slide-button a:hover {
    background-color: var(--osky-slide-button-hover-bg, #649BAA);
}

.wp-block-osky-slide{
    background-image: var(--osky-background-desktop);
    background-position: top;
}

@media (max-width: 1280px) { 
    .wp-block-osky-slide,.osky-slide,.hero-banner,.inner-page-banner{
        height: 100vh !important;
    }
    .menu-wrapper.active {
        height: 75vh;
        overflow: hidden;
    }
 }

@media(max-width: 600px){
    .wp-block-osky-slide, .osky-slide{
        align-items: end;
        background-image: var(--osky-background-mobile);
        background-size: cover;
        background-position: top;
    }

    .osky-slide-content{
        width: 100%;
        margin-bottom:12%;
    }
    .wp-block-osky-slide, .osky-slide, .hero-banner, .inner-page-banner{
        height: 70vh !important;
    }
}






/* ----------News Block---------- */

.osky-news-block{
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.osky-news-block-wrapper {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.osky-news-block article {
    max-width: Calc(33.33% - 24px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
}
.osky-news-block__wrapper {
    position: relative;
    display: flex;
}
.osky-news-block__content-wrapper h2{
    margin: 0;
}
.osky-news-block__content-wrapper h2 a{
    text-decoration: none;
}
.osky-news-block__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
}
.osky-news-block__wrapper img{
    max-height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.osky-news-block__wrapper .post-category {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    margin: 0 0 10px 10px;
    padding: 5px 18px;
}
.osky-news-block__content a{
    float: right;
    text-underline-offset: 5px;    
}
.osky-news-block_title{
    font-size: 96px;
    margin: 0 0 46px 0;
    line-height: 96px;
    color: #000000;
}
.osky-news-block .wp-block-button {
    text-align: center;
    margin-top: 28px;
}
.osky-news-block .wp-block-button a.wp-block-button__link {
    border: none;
    border-radius: 0;
    padding: 12px 24px !important;
    text-transform: uppercase;
    font-size: 19.2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.osky-news-block-wrapper article .osky-news-block__wrapper img {
    transition: 0.3s ease all;
}
.osky-news-block-wrapper article:hover .osky-news-block__wrapper img {
    transform: scale(1.2);
    transition: 0.3s ease all;
}
.osky-news-block__wrapper {
    overflow: hidden;
    min-height: 240px;
}
.osky-news-block-wrapper article{
    cursor: pointer;
}
.osky-news-block .wp-block-button a.wp-block-button__link svg {
    margin-left: 10px;
    height: 12px;
    margin-top: -4px;
}
.osky-news-block .wp-block-button a.wp-block-button__link:hover svg path {
    stroke: #000;
}

@media(max-width: 992px){
    .osky-news-block-wrapper{
        flex-wrap: wrap;
    }
    .osky-news-block-wrapper article{
        width: calc(50% - 24px);
    }
    .osky-news-block article {
        max-width: Calc(50% - 24px);
    }
}

@media(max-width: 601px){
    .osky-news-block-wrapper{
        flex-wrap: wrap;
    }
    .osky-news-block-wrapper article{
        width: 100%;
    }
    .osky-news-block{
        clip-path: none;
    }
    .osky-news-block{
        clip-path: none;
    }
    .osky-news-block article {
        max-width: 100%;
    }
}


/* ----------Osky Banner with payment Block---------- */
.hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex !important;
    align-items: center;
    background-image: var(--desktop-bg); /* Default to desktop background */

}

/* .hero-banner .container {
    margin: auto;
    width: 100%;
} */
.banner-content-wrapper {
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 6%;
    margin: auto;
}

.banner-content-wrapper .hero-banner-content {    
    width: 45%;
}

.banner-content-wrapper .raisely-custom-html {
    display: flex;
    align-items: center;
    width: 45%;
    /* background-color: rgba(100, 155, 170, 0.7);
    border-radius: 30px; */
}

.banner-content-wrapper .raisely-donate {
    width: 674px;
    display: flex;
    height: 378px;
    overflow-y: scroll;
    scrollbar-width: none;
}


@media(max-width: 992px){
    .banner-content-wrapper {
        gap: 10%;
    }

    .banner-content-wrapper .hero-banner-content {    
        width: 45%;
    }
    
    .banner-content-wrapper .raisely-custom-html {
        width: 45%;
    }
}
@media(max-width: 840px){
    .banner-content-wrapper {
        padding: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: auto;
        flex-direction: column-reverse;
    }
    .banner-content-wrapper .hero-banner-content {    
        width: 100%;
        margin-top: 30px;
    }    
    .banner-content-wrapper .raisely-custom-html {
        width: 100%;
    }
    .banner-content-wrapper .raisely-donate {
        width: 100%;
    }
    .hero-banner {
        background-image: var(--mobile-bg); /* Switch to mobile background */
    }
}
@media(max-width: 600px){
    .hero-banner{
        min-height: 700px;
    }
}

/* ----------Text and Image Block---------- */
.text-image-block{
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.text-image-block h2{
    margin: 0;
    line-height: 1;
}
.text-block-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.text-block-content p {
    margin-top: 0;
}
.text-image-block img{
    width: 100%;
}
.text-image-block a {
    text-decoration: unset;
    align-self: start;
}

.text-block-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}
.text-block-content-wrapper > div {
    max-width: calc(50% - 30px);
}
.text-image-block.invert-content .text-block-content-wrapper {
    flex-direction: row;
}
.text-block-image-content {
    position: relative;
    width: 100%;
}
.text-block-image-content .sticker-class {
    position: absolute;
    width: 25%;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}
.iframe-container {
    min-width: 417px;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.iframe-container iframe {
    width: 100%;
    height: 100%;
}

@media(max-width: 990px){
    .text-block-content-wrapper {
        gap: 20px;
    }
    .text-block-content-wrapper > div {
        width: calc(50% - 10px);
    }
    .text-block-content-wrapper .raisely-custom-html, .text-block-content-wrapper .raisely-custom-html .raisely-donate {
        width: 100%;
    }
    .text-image-block img {
        width: 100%;
        min-width: 270px;
    }
    .text-block-content {
        flex-direction: column;
    }
    .iframe-container {
        min-width: 243px;
        width: 100%;
    }
    .text-image-block{
        padding: 60px 0;
    }
}
@media(max-width: 601px){

    .text-image-block .text-block-content-wrapper {
        flex-direction: column-reverse !important;
    }
    .text-image-block .text-block-content {
        width: 100%;
    }
    .text-block-content-wrapper > div {
        max-width: 100%;
        width: 100%;
    }
    .text-image-block .text-block-image-content img {
        margin: auto;
    }
}


/* ---------------- TEAM MAP ----------------*/

#map-wrapper.disable-scrolling {
    pointer-events: none; /* Disable pointer events on the container */
}

#map-wrapper svg g {
    pointer-events: auto; /* Enable pointer events on all child <g> elements */
}


div#map-wrapper {
    height: 888px;
    background: #649BAA;
    position: relative;
}
.map-block {
    overflow: hidden;
    position: relative;
}
#map-wrapper svg {
    transform: scale(3.5);
    transform-origin: center center;
  }

.card-info-box {
    position: absolute;
    top: 134px;
    left: 134px;
    background: #fff;
    padding: 64px 32px;
    min-width: 264px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 1;
    height: 65%;
}

.team-details {
    display: flex;
    flex-direction: column;
}
div#map-wrapper div#button-wrapper {
    margin-left: 10px;
}
.city-section {
    overflow: hidden;
    height: 100%;
}
div#map-wrapper button#zoom-in-button, div#map-wrapper button#zoom-out-button {
    z-index: 2;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}
div#map-wrapper svg g > g {
    cursor: pointer;

}
/* div#map-wrapper svg g > g#map {
    pointer-events: none !important; 
} */
div#map-wrapper svg g > g:hover rect {
    fill: #fff;
    fill-opacity: 1;
}
div#map-wrapper svg g > g:hover path{
    fill: #000;
}
div#map-wrapper svg g > g:first-child:hover path{
    fill: var(--alternative);
}
.team-members {
    height: 80%;
    overflow-y: scroll;
}
.team-members-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.team-members-wrapper > div {
    display: flex;
    gap: 24px;
}
.team-members img {
    object-fit: cover;
    border-radius: 50%;
}
.card-info-box h3 {
    margin-bottom: 24px;
    font-size: 36px;
    font-family: 'LeagueSpartan-Bold';
}
.card-info-box .team-details h4 {
    font-size: 24px;
    font-family: 'LeagueSpartan-Bold';
    text-transform: unset;
    line-height: 24px;
}

button#closeCardInfoBox {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
}  
button#prevCity svg {
    transform: rotate(180deg);
}
button#prevCity,
button#nextCity{
    color: #888888;
    background-color: #888888;
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.75;
    transition: opacity 0.3s ease;
    left: 10px;
    display: none;
}
.map-btn-wrapper {
    display: flex;
    justify-content: space-between;

}
@media(max-width: 990px){
    #map-wrapper svg {
        transform-origin: center right;
        transform: scale(3);
    }
    .card-info-box{
        top: 50px;
        left: 50px;
    }  
  }
  @media(max-width: 600px){
    
#map-wrapper svg g > g#map {
    pointer-events: none;
}
    .team-members img {
        width: 50px;
        height: 50px;
    }
    #map-wrapper svg {
        transform-origin: center right;
        transform: scale(6);
    }
    .card-info-box {
        top: 5%;
        left: 50%;
        width: 60%;
        transform: translateX(-50%);
        padding: 64px 64px;
    }

    button#prevCity,
button#nextCity{
    display: block;
}
  }


  /* ------------- Inner Page Banner ------------- */
  .inner-page-banner {
    height: 60vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;   
    background-position: center center; 
}
p.page-tagline {
    max-width: 600px;
}
@media (max-width: 600px) {
    .inner-page-banner{
        align-items: end;
    }
    .inner-page-banner .container{
        padding-bottom: 50px;
    }    
}
  /* ------------- Osky Select Tab ------------- */

  .osky-select-tab-container .container {
    padding: 60px 0;
  }
  .osky-select-list {
    display: flex;
}
.osky-select-tab-container .osky-block-heading{
    margin-bottom: 24px;
}
.osky-select-list p{
    margin: 0;
}
.list-heading{
    display: flex;
    text-wrap: nowrap;
    flex-direction: column;
    min-width: auto;
}


.list-heading h2.active {
    background-color: var(--accent);
    position: relative;
}
.list-heading h2 {
    cursor: pointer;
    padding: 24px;
    font-size: 27px;
    line-height: 1.7;
    box-shadow: inset 0 0 27px rgba(0,0,0,0.1);
    color: var(--primary);
}
.list-content {
    background: var(--accent);
    padding: 60px;
    position: relative;
    box-shadow: inset 0 0 27px rgba(0,0,0,0.1);
}
.list-content img {
    float: left;
    object-fit: contain;
    padding: 0 24px 24px 0;
    max-width: 400px;
}
.osky-select-tab-container.inverted{
    clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
	padding: 60px 0;
}

@media(max-width: 990px){
    .list-heading{
        min-width: auto;
    }  
    .list-content img{
        width: 100%;
    }  
    .list-heading h2 {
        font-size: 20px;
    }    

}
@media(max-width: 600px){
    .osky-select-list {
        display: flex;
        flex-direction: column;
    } 
    .list-content-item img {
        width: 100%;
    }
    .list-content-item{
        padding: 24px;
        background-color: var(--alternative);
    }
    .osky-list-item h2 {
        cursor: pointer;
        padding: 24px;
        font-size: 27px;
        line-height: 1.7;
        box-shadow: inset 0 0 27px rgba(0,0,0,0.1);
        color: var(--primary);
    }
    .osky-list-item h2.active {
        background-color: var(--alternative);
        position: relative;
    }
    .list-content {
        background-color: var(--alternative);
        padding: 60px;
        position: relative;
        box-shadow: inset 0 0 27px rgba(0,0,0,0.1);
    }    

}


  /* -------------Mentoring & ALL post------------- */
  .mentoring-post{
    padding: 60px 0;
  }
.mentoring-post .btn-wrapper{
    justify-content: left;
}
.mentoring-post-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.mentoring-post-item,.mentoring-program {
    width: Calc(33.33% - 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mentoring-post-image, .mentoring-post-title, .mentoring-post-excerpt,.mentoring-program-title,.mentoring-program-excerpt{
    align-self: flex-start;
}
.mentoring-post-item p{
    margin-top: 0;
}
.mentoring-post-img-wrapper {
    object-fit: cover;
}
.mentoring-post-item:hover .mentoring-post-image,
.mentoring-program:hover .mentoring-post-image{
    transform: scale(1.2);
 
}
.is-root-container .mentoring-post-item{
    visibility: visible;
} 
.mentoring-post-item{
    visibility: hidden;
}
h2.mentoring-post-title {
    margin: 24px 0;
}
.mentoring-post h2{
    line-height: normal;
}
.mentoring-post-image{
    height: 332px;
    transition: 0.3s ease all;  
    object-fit: cover;  
}
a.mentoring-post-link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    align-self: start;
}
.btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.mentoring-post-item a,.mentoring-program a{
    text-decoration: none;
}
@media(max-width: 990px){
    .mentoring-post-item,.mentoring-program
     {
        width: Calc(50% - 24px);
    }
    .mentoring-post .btn-wrapper {
        flex: 0 0 100%;;
    }
    .mentoring-post .btn-wrapper a {
        margin: 0 auto;
        height: 36px;
    }
}

@media(max-width: 600px){
    .mentoring-post-item,
    .mentoring-program {
        width: 100%;
    }
}

  /* -------------Our Goals------------- */

.our-goals-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}
.our-goals {
    padding: 60px 0;
}

h4.goal-subheading {
    line-height: normal;
}
img.goal-image {
    width: 100%;
    object-fit: contain;
    height: 200px;
}

.goal-img-wrapper {
    overflow: hidden;
}

.our-goals-wrapper .slick-slide > div{
    margin: 0 24px;
    width: Calc(100% - 24px);
}

.our-goals-wrapper .goal {
    width: calc(25% - 24px);
}
.our-goals-heading p.block-paragraph {
    margin: 24px 0px 48px;
    line-height: normal;
}
@media(max-width: 990px) {
    .our-goals-wrapper .slick-slide > div
    {
        margin: 0 24px;
        width: Calc(100% - 24px);
    }

    .our-goals-wrapper .goal {
        width: calc(50% - 24px);
    }
    .our-goals .container{
        width: 100%;
    }
    .our-goals .our-goals-heading {
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width: 600px) {
    .our-goals-wrapper .slick-slide > div
    {
        margin: 0 12px;
        width: Calc(100% - 24px);
    }

    .our-goals-wrapper .goal {
        width: calc(100%);
    }
    .our-goals .container {
        margin: 0;
    }
}
.our-goals-wrapper .slick-prev.slick-disabled {
    display: none !important;
}
.our-goals-wrapper .slick-next.slick-disabled {
    display: none !important;
}
.goal {
    display: flex;
    flex-direction: column;
}
p.goal-paragraph {
    min-height: 130px;
}
.our-goals-wrapper .slick-prev,
.our-goals-wrapper .slick-next,
.osky-image-list-block .slick-prev,
.osky-image-list-block .slick-next  {
    color: #888888;
    background-color: var(--alternative);
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.75;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}

.our-goals-wrapper .slick-prev {
  left: 12px;
  z-index: 1;
}

.our-goals-wrapper .slick-next{
  right: 12px;
  z-index: 1;
}

.osky-image-list-block .slick-prev {
    right: 100% !important;
    left: auto;
    top: 50%;
}
.osky-image-list-block .slick-next {
    left: 100% !important;
    right: auto;
    top: 50%;
}
.our-goals-wrapper .goal-subheading {
    text-align: left;
}

.goal-subheading {
    padding: 24px 0 12px ;
}

  /* -------------Osky Stats block------------- */
  .stats-block {
    padding: 60px 0;
  }
  .stats-block-wrapper {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stat-item {
    text-align: center;
    color: var(--secondary);
    width: 342px;
}
.stat-number,.stat-symbol {
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-family: 'Trashbone';
    color: var(--primary);

}
.stat-number {
    font-size: 120px;
    font-family: 'Trashbone';

}
.stat-item-numbers-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media(max-width: 990px){
    .stat-item {
        width: calc(50% - 24px);
    }
}

@media(max-width: 600px){
    .stat-item {
        width: 100%;
    }
}

/* -------------Timeline Block------------- */
.timeline-block{
    padding: 60px 0;
    position: relative;
}

.timeline-block-wrapper {
    display: flex;
    min-height: 500px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Adjust the width based on the size of your timeline items */
    /* Example: If each item is 300px wide, then 900px will show 3 items */
}

p.timeline-date {
    font-size: 96px;
    font-family: 'Bebas Neue';
    color: var(--secondary);
    font-weight: 700;
}
.timeline-block-wrapper .timeline-item:nth-child(odd) {
    flex-direction: column-reverse;
}
.timeline-block-wrapper .timeline-item {
    display: flex;
    flex-direction: column;
    gap: 70px;    
    position: relative;
    text-align: center;
    cursor: pointer;
    flex: 0 0 auto;
    min-width: 300px; /* Set a fixed width for each item */
    scroll-snap-align: start;
    transform: translate3d(0, 0, 0);
    align-items: center;
    min-height: 270px;
}
.timeline-controls {
    position: relative;
}
.timeline-controls button {
    position: absolute;
    top: 50%;
    scale: 2;
    transform: translateY(115px);
    color: #888888;
    background-color:transparent;
    border: none;
    opacity: 0.75;
    transition: opacity 0.3s ease;
    z-index: 1;
    cursor: pointer;
}
.timeline-controls button  svg{
    width: 40px;
    height: auto;  
}

#scrollRight {
    right: 10px;
}
.timeline-block-wrapper .timeline-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--alternative);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.timeline-block-wrapper .timeline-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--alternative);
}
.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--alternative);
    height: 50px;
    width: 2px;
    transform: translate(-50%,-50%);
}
.timeline-content {
    width: 50%;
    background: var(--alternative);
    padding: 12px 24px;
}
.timeline-item p{
    margin: 0;
}
.timeline-block h2{
    line-height: 96px;
}
.timeline-block #scrollLeft {
    display: block;
}
.timeline-block #scrollRight {
    display: none;
}
@media(max-width: 990px){
    .timeline-block-wrapper .timeline-item {
        max-width: 450px;
    }
}

@media(max-width: 600px){
    .timeline-controls button {
    display: block;
}
}
/* -------------Flip Card block------------- */

/* .flip-cards{
    padding: 60px 0;
} */
.flip-cards-container {
    perspective: 1000px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.flip-card-front img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flip-card-item {
    width: Calc(33.33% - 24px);
}


.flip-card-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0px 32px rgba(0,0,0,0.1);
}

.flip-card-item:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-cards .block-content h2,
.flip-cards  .osky-block-button {
    text-align: center;
    justify-content: center;
}

 .flip-card-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    z-index: 1;
    background-color: #FFFFFF;
    overflow-y: scroll;
    scrollbar-width: none;
}
.flip-card-front figure{
    margin: 0;
}
.flip-card-front .wp-block-heading {
    display: none;
}
.flip-card-front {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    z-index: 2;
}
.flip-card-back .wp-block-heading {
    padding: 20px 20px 0;
    font-size: 34px;
}

.flip-card-back p {
    padding: 0 20px;
    margin: 10px 0 0;
    font-size: 18px !important;
}

/* Add additional styling for the front and back faces as needed */

/* .flip-cards-container {
    max-width: 100%;
    width: 90%;
    padding: 0 5%;
} */

.flip-cards .slick-prev,
.flip-cards .slick-next {
    color: #888888;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.75;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.flip-cards .slick-prev {
  left: 12px;
  z-index: 1;
}

.flip-cards .slick-next {
  right: 12px;
  z-index: 1;
}

.flip-cards-container .slick-slide > div {
    width: calc(33% - 24px) !important;
}

.flip-cards .block-editor-inner-blocks .block-editor-block-list__layout {
    display: flex;
    flex-direction: row;
    min-width: 500px;
}
.flip-card-item .block-editor-block-list__layout {
    flex-direction: column !important;
}
.flip-cards .block-editor-inner-blocks .block-editor-block-list__layout .flip-card-item {
    width: 100%;
}
@media(max-width: 990px) {
    .flip-cards-container .slick-slide > div {
        width: calc(100% - 24px) !important;
    }
    .flip-card-back .wp-block-heading{
        font-size: 24px;
    }
    .flip-card-back p{
        font-size: 14px !important;
    }
}

@media(max-width: 600px){
    
.flip-cards-container .slick-slide > div {
    width: 100% !important;
}
}

/* -------------CTA------------- */
.cta-block {
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
}
#parallax{
    background-attachment: fixed;
    background-size: 40%;
}
.cta-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
    overflow: hidden;
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(300%);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}
.cta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    width: calc(100% - 24px);
}
.cta-item-visible {
  visibility: visible;
  opacity: 1;
  animation: slideInFromRight 1s ease-out forwards;
}
.cta-block-wrapper .cta-item p{
    margin: 0;
}
@media(max-width: 990px) {
    .cta-block-wrapper {
        flex-wrap: wrap;
        align-items: normal;
        justify-content: center;
        row-gap: 50px;        
    }
    .cta-block-wrapper.cta-number-1 .cta-item{
        width: 100% !important;
    }
    .cta-block-wrapper .cta-item {
        width: calc(50% - 24px);
    }
    .custom-cta .container {
        margin: 0 auto;
    }
    .custom-cta .cta-block-wrapper .cta-item {
        width: 100%;
    }
    .custom-cta  .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .custom-cta  .wp-block-columns .wp-block-column{
        width: calc(50% - 24px);
        flex-basis: unset;
        flex-grow: unset;
    }
}
@media(max-width: 600px) {
    .custom-cta  .wp-block-columns .wp-block-column{
        width: 100%;
    }
    .cta-block-wrapper .cta-item {
        width: calc(100% - 24px);
    }
    .cta-block-wrapper {
        row-gap: 50px;        
    }    
}


/* -------------Testimonials------------- */
.testimonials-block {
    padding: 60px 0;
    background-image: url(../svg/TBF_Shapes_RGB_Zigzag-Down-Left-Black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonials-block .container {
    text-align: center;
    position: relative;
}
.testimonials-block .slick-track {
    display: flex !important;
}
.testimonial-item {
    position: relative;
}
.testimonial-item img.sticker-class {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 115px;
    margin: -30px;
}
.testimonials-block .container .block-heading {
    flex: 1;
    flex-shrink: 0;
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    color: var(--alternative);
}
p.testimonial-name {
    font-style: italic;
    color: #fff;
}
@media (min-width: 991px) {
    .testimonials-block .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .testimonials-block .container .testimonials-wrapper {
        width: 80%;
        overflow: hidden;
    }
    .testimonials-block .container .slick-list {
        overflow: hidden;
    }
    .testimonials-block .slick-slide {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 400px;
        overflow: hidden !important;
    }
    .testimonials-block .testimonial-item {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .testimonial-quote {
        font-weight: bold;
        color: #fff;
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .testimonial-quote:before,
    .testimonial-quote:after {
        font-family: Trashbone, sans-serif;
        font-size: 128px;
        line-height: 0;
        color: #fff;
        position: relative;
        top: 45px;
        font-weight: normal;
    }
    .testimonial-quote:before {
        content: "\201C";
        margin-right: 15px; 
    }

    .testimonial-quote:after {
        content: "\201D";
        margin-left: 15px;
    }
}
@media (max-width: 990px) {
    .testimonials-block {
        background-size: 150%;
    }
    .testimonials-block .container .testimonials-wrapper {
        width: 100%;
        overflow: hidden;
    }
    .testimonials-block .container .slick-list {
        justify-content: center;
        overflow: visible !important;
    }
    .testimonials-block .slick-slide {
        height: 350px;
    }
    .testimonials-block .slick-slide > div{
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 10px 10px 0 10px;
        padding: 20px 0px 40px 0px;
        height: inherit;
    }
    .testimonials-block .testimonial-item {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 80% !important;
        margin-top: 40px;
    }
    .testimonial-quote {
        font-weight: bold;
        color: #fff;
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .testimonial-quote:before,
    .testimonial-quote:after {
        font-family: Trashbone, sans-serif;
        font-size: 72px;
        line-height: 0;
        color: #fff;
        position: relative;
        top: 18px;
        font-weight: normal;
    }

    .testimonial-quote:before {
        content: "\201C";
        margin-right: 10px; 
    }

    .testimonial-quote:after {
        content: "\201D";
        margin-left: 10px;
    }
}
@media(max-width: 600px){
    .testimonials-block {
        background-size: 200%;
    }
    .testimonials-block .container .slick-list {
        justify-content: center;
        background-size: cover;
        overflow: visible !important;
    }
    .testimonials-block .slick-slide {
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 300px;
    }
    .testimonials-block .testimonial-item {
        width: 100% !important;
        margin-top: 30px;
    }
    .testimonial-quote {
        font-weight: bold;
        color: #fff;
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

.quotes-wrapper {
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
}

.testimonials-block .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 5px auto;
    height: 24px;
    border-radius: 12px;
    list-style: none;
    background-color: black;
}

.testimonials-block .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
    width: 12px;
    height: 18px;
}

.testimonials-block .slick-dots li button {
    padding: 0;
    margin: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #fff;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.testimonials-block .slick-dots li button:before {
    content: none;
}

.testimonials-block .slick-dots li.slick-active button {
  background-color: var(--accent) !important;
}

.testimonials-block .slick-dots li button:hover {
  background-color: var(--alternative);
}

.testimonials-block .warning {
  color: red;
  font-weight: bold;
}
@media (hover: hover) {
    .testimonials-block .slick-dots li button:hover {
      background-color: var(--alt-ui);
    } 
}

/* -------------accordion------------- */
.accordion{
    padding: 60px 0;
}
.accordion-item {
    border-bottom: 1px solid #000;
}
.accordion-item h3 {
    padding: 1em;
    cursor: pointer;
    font-size: 24px;
    position: relative;
}
.accordion-item p {
    margin: 0;
}
.accordion-item .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    margin: 0;
    padding: 0 1em;
}
.accordion-item.active .accordion-content {
    max-height: 200px;
}
.accordion-item h3::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.4s ease;
}
.accordion-item.active h3::after {
    content: '-';
    transition: 0.4s ease;
}

.accordion-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 24px;
}
.accordion-wrapper-column {
    width: Calc(50% - 24px);
    display: flex;
    flex-direction: column;
}
@media(max-width: 768px){
    .accordion-wrapper{
        flex-direction: column;
    }
    .accordion-wrapper-column{
        width: 100%;
    }
}

/* -------------Social Media Icons------------- */
.social-media-block {
    display: flex;
    gap: 48px;
    padding: 10px 0;
    flex-wrap: wrap;
}
.social-media-block a {
    text-decoration: none;
    font-size: 30px;

}


/* -------------Quote block------------- */
.quote-block{
    padding: 60px 0;
}

.quote-block-content-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-around;
}
.quote-author-wrapper blockquote{
    margin: 0;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}
p.quote-author {
    font-style: italic;
    font-size: 18px;
}
.quote-author-wrapper blockquote .quotation {
    font-family: 'Trashbone';
    font-weight: 400;
}
.quote-large blockquote{
    font-size: 48px;
}
.quote-medium blockquote{
    font-size: 36px;
}
.quote-small blockquote{
    font-size: 24px;
}
.quote-large .quotation,
.quote-large .quotation sub sub{
    font-size: 96px;
    line-height: 0;
}
.quote-medium .quotation,
.quote-medium .quotation sub sub{
    font-size: 72px;
    line-height: 0;
}
.quote-small .quotation,
.quote-small .quotation sub sub{
    font-size: 48px;
    line-height: 0;
}
@media(max-width: 990px){
    .quote-block-content-wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .quote-author-wrapper blockquote span {
        position: relative;
        top: 10px;
    }
    .quote-image img {
        width: 100%;
    }
    .quote-large blockquote{
        font-size: 32px;
    }
    .quote-medium blockquote{
        font-size: 24px;
    }
    .quote-small blockquote{
        font-size: 16px;
    }
    .quote-large .quotation,
    .quote-large .quotation sub sub{
        font-size: 64px;
        line-height: 0;
    }
    .quote-medium .quotation,
    .quote-medium .quotation sub sub{
        font-size: 48px;
        line-height: 0;
    }
    .quote-small .quotation,
    .quote-small .quotation sub sub{
        font-size: 32px;
        line-height: 0;
    }
}
@media(max-width: 600px){
    .quote-author-wrapper blockquote span {
        position: relative;
        top: 0;
    }
    .quote-large blockquote{
        font-size: 24px;
    }
    .quote-medium blockquote{
        font-size: 18px;
    }
    .quote-small blockquote{
        font-size: 12px;
    }
    .quote-large .quotation,
    .quote-large .quotation sub sub{
        font-size: 48px;
        line-height: 0;
    }
    .quote-medium .quotation,
    .quote-medium .quotation sub sub{
        font-size: 36px;
        line-height: 0;
    }
    .quote-small .quotation,
    .quote-small .quotation sub sub{
        font-size: 24px;
        line-height: 0;
    }
}




/* -------------Support Card------------- */
.support-cards{
    padding: 60px 0;
}
.support-card-item-wrapper {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 24px;
}
.support-card-item {
    width: Calc(50% - 40px);
    background: #fff;
    padding: 40px 20px;
    border: 1px solid var(--border);
    border-bottom: 3px solid var(--secondary);
    box-sizing: border-box;
    cursor: pointer;
}
.support-card-item .img-wrapper {
    text-align: center;
}
.support-card-heading {
    text-transform: uppercase;
    padding: 16px 0;
}
.support-card-paragraph{
    padding: 16px 0;
}
p.support-card-paragraph,.support-card-phone{
    font-size: 20px;
    font-family: "LeagueSpartan-Regular";
    font-weight: 700;
    line-height: 24px;
}
.support-card-info{
    display: flex;
    gap: 24px;
    flex-direction: column;
}
.support-card-info p{
    display: flex;
    align-items: center;
    gap: 16px;
}
p.support-card-email a {
    font-family: 'LeagueSpartan-light';
}

.support-card-phone a {
    text-decoration: none;
}
.support-cards.compact p.support-card-paragraph,.support-cards.compact .support-card-phone{
    display: none;
}
.support-cards.compact .support-card-heading{
    text-align: center;
}
.support-cards.compact  .support-card-info p {
    justify-content: center;
}
.support-cards.compact .support-card-item-wrapper{
    gap: 24px;
}
.support-cards.compact .support-card-item {
    width: Calc(33.33% - 24px);
}

@media(max-width: 990px){
    .support-cards.compact .support-card-item {
        width: Calc(50% - 24px);
    }
}
@media(max-width: 600px){
    .support-card-item, .support-cards.compact .support-card-item {
        width: 100%;
    }
}

/* -------------FAQ------------- */
.faq-block{
    padding: 60px 0;
}
.faq-item{
    padding: 12px 24px;
    cursor: pointer;
    border-top: 1px solid #000;
}
.faq-item.active {
    background: rgba(117, 191, 211, 0.1);
}
.faq-item:last-child{
    border-bottom: 1px solid #000;
}
.faq-item h3 {
    position: relative;
}
.faq-item h3::before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.faq-item.active h3::before {
    content: '-';
}

.faq-item p {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.faq-item.active p{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transition: 0.3s ease all;
    margin-top: 12px;
}
/* ------------- Program Brochure ------------- */
.mentoring-post.brochure {
    background-repeat: no-repeat;
}

.brochure .mentoring-post-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}
.brochure .mentoring-post-item {
    width: Calc(100% - 24px);
    text-align: center;
    gap: 24px;
    text-align: center;
    visibility: hidden;
    opacity: 0;    
}

.brochure .mentoring-post-item a:first-child {
    pointer-events: none;
}
/*------------- form Block -------------*/
.form-block{
    padding: 30px 0;
}
.form-block-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.form-block-wrapper > div {
    width: Calc(50% - 30px);
}
.inverted-content .form-block-wrapper .block-heading{
    text-align: right;
}
@media(max-width: 600px) {    
    .form-block .form-block-wrapper {
        flex-direction: column;
    }
    .form-block .form-block-wrapper > div {
        width: 100%;
    }
}
.form-content .gform_heading {
    display: none;
}

.form-content form {
    /* background: #000; */
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
}
.form-content .gform_button.button{
    color: #000 !important;
    width: 100% !important;
}
.form-content .gfield_label, .form-content .gform-field-label {
    color: #fff !important;
}
.form-block #gform_7_validation_container {
    background-color: #fff;
}
.form-block .gform_wrapper {
    background: #000;
    padding: 24px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
}

.gform_button, .gform-theme-button, .gform_next_button,
.form-block .gform_button, .form-block .gform-theme-button, .form-block .gform_next_button {
    font-size: 19.2px !important;
    padding: 12px 24px !important;
    text-transform: uppercase !important;
    font-family: 'LeagueSpartan-Bold' !important;
    line-height: 18px !important;
    border-radius: 0 !important;
    background-color: var(--alternative) !important;
    color: #000 !important;
}
.form-block .gform_button:hover ,.form-block .gform-theme-button:hover,.form-block .gform_next_button:hover,
.gform_button:hover,.gform-theme-button:hover, .gform_next_button:hover {
    background-color: var(--accent) !important;
    color: #000 !important;
}

/*------------- Global Form Styles -------------*/
.gfield_label, .gform-field-label {
    font-size: 18px !important;
}
.gform_fields{
    row-gap: 24px !important;
}

/*------------- Book A Chat Block -------------*/
.book-a-chat{
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
    padding-top: 100px !important;
}
.book-a-chat #gform_2_validation_container {
    background-color: #fff;
}
.book-a-chat #gform_2_validation_container h2 {
    font-size: 24px !important;
}
.book-a-chat > div > div:nth-child(2) {
    flex-shrink: 33% !important;
}
.book-a-chat input#gform_submit_button_2 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    width: 100%;
}
.footer-display-mobile{
    display: none !important;
}





/*------------- Image List Block -------------*/
.image-list-wrapper{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.image-list-content{
    display: none;
}
.image-list-content.active {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 2;
    padding: 24px;
    width: 60%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.image-list-content-wrapper.active::before {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    z-index: 1;
}
button.close-image-list-content {
    float: right;
    background: unset;
    font-family: "Font Awesome 5 Free";
    border: none;
    cursor: pointer;
}
.image-list-wrapper .item {
    width: calc(20% - 24px);
}
.image-list-wrapper .item {
    width: calc(20% - 24px);
    cursor: pointer;
}
.image-list-wrapper .item  img{
    width: 100%;
}
.image-list-wrapper .item.active .image-list-content {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 1;
    min-width: 250px;
    padding: 24px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 18px rgba(0,0,0,0.2);
}

.image-list-wrapper .slick-track {
    display: flex;
    align-items: center;
}
.text-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/*------------- Ebook-Pre-Teen Block -------------*/
.ebook-pre-teen-block {
    padding: 60px 0;
}
.ebook-pre-teen-block-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
}
.ebook-pre-teen-block-content-wrapper > div {
    width: Calc(50% - 20px);
}
.ebook-pre-teen-block-image-content {
    max-height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: start ;
}
.ebook-pre-teen-block-image-content img {
    width: 100%;
    max-height: 670px;
    object-fit: contain;
}
.ebook-pre-teen-block .invert-content{
    flex-direction: row-reverse;
}
.ebook-pre-teen-block .gform-field-label {
    color: #fff !important;
}
@media(max-width: 900px) {
    .ebook-pre-teen-block-content-wrapper {
        flex-direction: column-reverse;
    }
    .ebook-pre-teen-block-content-wrapper > div {
        width: 100% !important;
    }
}

/*------------- Ebook-Teen Block -------------*/
.ebook-teen-block {
    padding: 60px 0;
}
.ebook-teen-block-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
}
.ebook-teen-block-content-wrapper > div {
    width: Calc(50% - 20px);
}
.ebook-teen-block-image-content {
    max-height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: start ;
}
.ebook-teen-block-image-content img {
    width: 100%;
    max-height: 670px;
    object-fit: contain;
}
.ebook-teen-block .invert-content{
    flex-direction: row-reverse;
}
.ebook-teen-block .gform-field-label {
    color: #000 !important;
}
@media(max-width: 900px) {
    .ebook-teen-block-content-wrapper {
        flex-direction: column-reverse;
    }
    .ebook-teen-block-content-wrapper > div {
        width: 100% !important;
    }       
}
/*------------- Our Values Block -------------*/
.our-value {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-value-card img {
    width: 64px;
}
.our-value-card {
    display: flex;
    width: calc(33.33% - 24px);
    gap: 24px;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
}


.our-value-item {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 18px 36px;
    width: 100%;
    flex-wrap: no-wrap;
}
.our-value-card h3 {
    font-size: 24px;
    flex-grow: 1;
}
.our-value-card h3::first-letter {
    font-size: 60px;
    font-family: 'Trashbone';
    color: var(--accent);
}
.our-value-wrapper{
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
@media(max-width: 990px){
    .our-value-card {
        width: calc(50% - 24px);
    }
}
@media(max-width: 600px){
    .our-value-card {
        width: 100%;
    }
}




/* Osky Menu */

.site-header,.wp-site-blocks header {
    position: sticky;
    z-index: 1000; 
    width: 100%; 
    top: 0;   
    box-shadow: 0 0 11px rgba(0,0,0,0.1);
    background-color: #fff;
}
.menu-icon span.bar {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
}
.wp-block-search{
    display: none;
}
.site-header.toggled .wp-block-search{  
    display: block;
    
}
.site-header .wp-block-search .wp-block-search__input {
    width: 424px !important;
    padding: 11px 8px;
}

.site-header button.wp-block-search__button.has-icon.wp-element-button {
    background: unset;
    color: #fff;
}
.site-header svg.search-icon {
    transform: scale(2) rotate(270deg);
}


.menu-icon {
    width: 50px;
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.menu-icon.toggled::after {
    display: none;
}

.menu-icon.toggled{
    position: relative;
}
.menu-icon.toggled .bar{
    position: absolute;
    transition: 0.3s ease all;
}
.menu-icon.toggled .bar:first-child{
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s ease all;
    
}
.menu-icon.toggled .bar:nth-child(2){
    display: none
}
.menu-icon.toggled .bar:last-child{
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: 0.3s ease all;
}
.menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    min-height: 0;
    padding: 50px 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 15px 11px rgba(0,0,0,0.1);
    transition: 0.3s ease all;
    height: 100vh;
}
.menu-wrapper.active {
    min-height: auto;
    visibility: visible;
    opacity: 1;
}

.menu-primary-menu-container ul{
    list-style: none;
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
    padding: 0;
}

.menu-primary-menu-container ul li{
    min-width: calc(20% - 24px);
    padding: 12px 0;
    position: relative;
    transition: 0.3s ease all;
}
.menu-primary-menu-container ul li ul{
    display: flex;
    flex-direction: column;
}
.menu-primary-menu-container ul li a {
    color: #fff;
    font-family: 'BebasNeue-Regular';
    font-size: clamp(32px, 1.5rem , 46px);
    text-decoration: none;
    transition: 0.3s ease all;
}
.menu-primary-menu-container ul li a:hover {
    text-decoration: underline;
}
/* .menu-primary-menu-container ul li:hover a{
    color: #000000;
} */
.menu-primary-menu-container ul li ul.sub-menu{
    gap: 12px;
    position: relative;
}
.menu-primary-menu-container ul li ul.sub-menu li {
    width: 100%;
    padding: 0 24px;
}
.menu-primary-menu-container ul li ul.sub-menu li a {
    font-size: 18px;
    font-family: 'LeagueSpartan-Light';
}
.menu-primary-menu-container ul li ul.sub-menu::before{
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    position: absolute;
    background-color: var(--alternative);
    transition: 0.3s ease all;
}
.site-header.toggled header, .site-header.toggled header .wp-block-group,.menu-wrapper,
.wp-site-blocks.toggled header, .wp-site-blocks.toggled header > header,.wp-site-blocks.toggled header .wp-block-group {
    background: var(--body);
}
.menu-wrapper{
    background-image: url(../svg/Vector\ 4.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}
.menu-icon.toggled span.bar {
    background: #fff;
}
.toggled-logo img {
    width: 100px;
    display: none;
}
.site-header.toggled .toggled-logo img,
.wp-site-blocks.toggled .toggled-logo img {
    display: block;
}
.wp-site-blocks.toggled .wp-block-site-logo,
.site-header.toggled .wp-block-site-logo{
    display: none;
}
.osky-menu-image{
    margin-top: 60px;
    text-align: center;
}
@media(max-width: 990px) {
    .osky-menu-image{
        display: none;    
    }
    
.menu-wrapper.active {
    visibility: visible;
    opacity: 1;
    padding: 0;
}
.menu-primary-menu-container {
    height: 75vh;
    overflow-y: scroll;
}
.menu-wrapper.active{
    height: 100vh !important;
}
.menu-primary-menu-container ul{
    flex-wrap: wrap;
}
}
@media (max-width: 768px) {
    .site-header .wp-block-search .wp-block-search__input {
        width: 100% !important;
        padding: 11px 8px;
    }
    .site-header.toggled .wp-block-search{
        padding-top: 24px;
    }
}

@media(max-width: 600px) {
    .menu-primary-menu-container ul{
        flex-wrap: wrap;
    }

    .menu-primary-menu-container {
        height: 75vh;
        overflow-y: scroll;
    }
    .menu-primary-menu-container ul li {
        width: 100%;
    }
    .menu-primary-menu-container ul#menu-primary-menu li > ul {
        margin: 12px 0;
    }
    .menu-primary-menu-container ul li a{
        width: auto;
        display: inline-block;
    }
    .menu-primary-menu-container ul#menu-primary-menu {
        width: 100%;
    }
    .menu-primary-menu-container ul li ul{
        padding-left: 12px;
        border-left: 12px solid var(--alternative);
        position: unset;
    }
    .menu-primary-menu-container ul li:hover a{
        color: #fff;
    }
    .menu-primary-menu-container ul li:hover ul{
        display: none;    
    }
    .menu-primary-menu-container ul li ul{
        height: 0;
        visibility: hidden;
        opacity: 0;
        display: none;
        transition: 0.3s ease all;

    }
    .menu-primary-menu-container ul li ul.active{
        height: auto;
        display: block;
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease all;

    }
    .menu-primary-menu-container ul#menu-primary-menu  li.toggled::before {
        transform: rotate(-90deg);
    }
    .menu-primary-menu-container ul#menu-primary-menu > li{
        position: relative;
    }
    .menu-primary-menu-container ul#menu-primary-menu > li::before {
        content: '';
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"%3E%3Cpath d="M1.00439 1L9.00884 9.00445L1.0044 17.0089" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        position: absolute;
        margin-top: 26px;
        right: 10px;
        height: 20px;
        width: 20px;
        transform: rotate(90deg);
        transition: 0.3s ease all;
    }

    .menu-primary-menu-container ul li:hover {
        background-color: unset;
    
    }
    .menu-primary-menu-container ul li:hover ul.sub-menu{
        background-color: unset;
        
    }
    .menu-primary-menu-container ul li ul li:hover{
        background: unset;
        color: unset;
    }
    .menu-primary-menu-container ul li {
        padding: 0;
        position: unset;
    }
    .menu-wrapper.active{
        background-size: cover;
    }
    
}





