/**
Theme Name: Boss Theme
Author: Bojan Neskovic
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.6.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pistol-theme
Template: astra
*/
html {
    scroll-behavior: smooth;
  }
  [id] {
    scroll-margin-top: -60px; 
}
#classes {
    scroll-margin-top: 20px; 
}
  @media (max-width: 1024px) {
    [id] {
      scroll-margin-top: -30px;
    }
    #classes {
        scroll-margin-top: -90px; 
    }
  }
  @media (max-width: 768px) {
	  html {
		  margin-top:0px!important;
	  }
    [id] {
      scroll-margin-top: -10px;
    }
    #classes {
        scroll-margin-top: 40px; 
    }
  }
@media(min-width:769px) {
.two-columns-section .text_white_outline h2 {
text-shadow: 3px 3px 0px rgba(255,255,255,1);
}
}
.bw-mode img:not(header .site-logo-img .custom-logo-link img) {
    filter: grayscale(100%);
}

.bw-mode .cta-background-image {
    filter: grayscale(100%);

}

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

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

.bw-mode .recent-post-image {
    position: relative;
}

.preheader {
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0;
}
.preheader p {
    margin-bottom: 0px;
}


/* Mobile floating bar */
.mobile-floating-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1d1d1d;
    color: white;
    padding: 15px 30px;
    display: flex;
    gap: 15px;
    z-index: 40;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
    font-size: 14px;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    justify-content: space-between;
}

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

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

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

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

.mobile-floating-bar .modal-button-header .bar-link {
    width: 100%;
    flex: none;
}
@media(min-width:769px) {
	.mobile-floating-bar {
		display:none;
	}
}
/* mobile menu scroll */
@media (max-width: 768px) {
    body.ast-main-header-nav-open {
        overflow: hidden !important;
    }
    
    .main-header-bar-wrap .main-header-menu,
    #ast-mobile-header .main-header-menu {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: calc(100vh - 80px) !important;
        -webkit-overflow-scrolling: touch;
    }
    
    .main-header-menu .sub-menu {
        position: static !important;
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    
    .main-header-menu .menu-item-has-children.ast-submenu-expanded > .sub-menu {
        display: block !important;
    }
    
    .main-header-menu ul {
        overflow: visible !important;
        height: auto !important;
    }
}

.hero-section-dynamic-gradient {
    position: absolute;
    margin-top: -140px;
    z-index: 2;
	margin-left:-20px;
	margin-right:-20px;
}


@media(max-width:1600px) {
    .hero-section-dynamic-gradient {
        margin-top: -100px;
    }
}

@media(max-width:1280px) {
    .hero-section-dynamic-gradient {
        margin-top: -80px;
    }
}

@media(min-width:1920px) {
    .hero-section-dynamic-gradient {
        margin-top: -160px;
    }
}


/* Hero section desktop */
.container.is-fluid {
    padding: 0;
}

.hero.is-fullheight::before {
    background: rgba(0, 0, 0, 0.55);
}

.hero .content-wrapper p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 32px;
}
.has-text-white strong {
    color:#fff;
}
.hero .content-wrapper{
    background-color: #1D1D1CCC;
    width: 614px;
    padding: 27px 40px 37px;
    border-radius: 15px;
    margin: auto;
}

.hero.is-fullheight .hero-body {
    justify-content: center;
}

.hero-content {
    align-content: center;
}

.hero.is-fullheight .hero-content {
    min-height: 100vh;
    z-index: 2;
	padding:100px 30px;
}

.hero h1 {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 20px;

}

.hero .title,
.hero h2 {
    font-size: 80px;
    line-height: 90px;
    padding-top: 0px;
    padding-bottom: 21px;
}

.container.is-fluid .hero-background {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.container.is-fluid .hasOtherFont {
    font-family: "Permanent Marker";
    font-size: 90px;
    font-weight: 400;
    line-height: 90px;

}

/* Hero section tablet */
@media (max-width:1024px) {
    .hero h1 {
        font-size: 14px;
        line-height: 20px;
		margin-bottom:0px;
    }

    .ast-main-header-nav-open .main-header-bar-wrap {
        background-color: #1d1d1d;
    }

    .hero .title,
    .hero h2 {
        font-size: 65px;
        line-height: 75px;
        padding-top: 4.08px;
        padding-bottom: 15.08px;
    }

    .container.is-fluid .hasOtherFont {
        font-size: 75px;
        line-height: 85px;
    }

    .hero .content-wrapper p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .hero .content-wrapper {
        width: 383px;
        padding:20px;
    }

    .hero.is-fullheight {
        min-height: 60vh !important;
        justify-content: center!important;
    }

    .hero.is-fullheight .hero-content {
        min-height: 50vh;
        padding: 100px 30px;

    }

    .hero-section-dynamic-gradient {
        margin-top: -65px;
    }

    #Path_2 {
        opacity: 1;
    }
}

/* Hero section mobile */
@media (max-width:768px) {
    

    .hero-body .columns {
        width:100%;
    }
    .hero-body {
        padding: 20px;
    }

    .hero.is-fullheight {
        min-height: auto !important;
        height: auto;
    }

    .hero.is-fullheight .hero-content {
        position: relative;
        min-height: auto;
        padding: 310px 20px 37px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .container.is-fluid .hero-background {
        height: 247px;
        z-index: 2;
    }

    .hero.is-fullheight::before {
        background-color: #1D1D1C!important;
        z-index: 1;
    }

    .hero-section-dynamic-gradient {
        top: 275px;
    }

    .hero h1 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .hero .title,
    .hero h2 {
        font-size: 40px;
        line-height: 50px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .container.is-fluid .hasOtherFont {
        font-size: 45px;
        line-height: 35px;
    }

    .hero  .content-wrapper p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }

    .hero .content-wrapper {
        padding: 0;
    }

    .hero .button.modal-button.button--mimas {

        margin-top: 10px;

    }

    .hero .content-wrapper {
        width: auto;
    }
}

@media (max-width:600px) {
    .hero.is-fullheight .hero-content {
        padding-top: 300px !important;
        width:100%!important;
        margin:auto;
    }
}

/* Programs section desktop*/
.card {
    box-shadow: none;
}

.page-section-description {
    width: 100%;
}

.pages-section .content {
    display: flex;
    flex-wrap: wrap;
}

.pages-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pages-section a:hover .card .card-content {
    background-color: rgba(0, 0, 0, 0.3);
}

.pages-section .image.is-3by2 {
    height: 500px;
}

.pages-section .card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    height: 500px;

}

.pages-section .card:hover .card-image-wrapper img {
    transform: scale(1.2);
}

.pages-section .card:hover .card-content {
    background: linear-gradient(to bottom,
            rgba(29, 29, 28, 0) 0%,
            rgba(29, 29, 28, 0.122) 49.4%,
            rgba(29, 29, 28, 0.6) 100%);

}

.pages-section .card-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pages-section .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pages-section .column {
    padding: 0;
}

.pages-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pages-section .ast-container {
    column-gap: 25px;
    justify-content: center;
    padding: 0px 25px;
    z-index: 3;
    position: relative;
}

.pages-section .card-content {
    text-transform: uppercase;
    padding-right: 38px;
    padding-left: 53px;
    padding-bottom: 47px;
    word-break: break-word;
    font-weight: 600;
    align-content: flex-end;
    position: relative;
    height: 500px;
    z-index: 2;
    background: linear-gradient(to bottom,
            rgba(29, 29, 28, 0.9) 0%,
            rgba(29, 29, 28, 0.6) 25%,
            rgba(29, 29, 28, 0.3) 50%,
            rgba(29, 29, 28, 0.6) 75%,
            rgba(29, 29, 28, 0.9) 100%);
    transition: background 0.6s ease;
    /* Smooth transition for overlay */
}

.pages-section .button.button--mimas {
    float: left;
    width: auto;
    margin-top: 26px;
    transition: background 0.6s ease;
}

.pages-section .card h3 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.4px;
    margin-bottom: 7px;
}

@media(max-width:1200px) {
    .pages-section .card h3 {
        font-size: 34px;
        line-height: 40px;
    }

}

.pages-section h2 {
    color: #1D1D1C !important;
    margin-bottom: 70px;
    margin-left: -20px;
    font-size: 40px;

}
.pages-section .page-section-description b {
	font-weight:900;
}
/* Programs section tablet*/
@media (max-width:1024px) {
    .pages-section .ast-container {
        display: flex;
        row-gap: 25px !important;
        padding: 0px 30px;
    }

    .pages-section .column {
        width: 100%;
    }

    .pages-section h2 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 0.38px;
        margin-bottom: 38px;
        margin-left: 0;
    }

    .pages-section .card-content {
        font-size: 16px;
        line-height: 22px;
        padding-left: 53px;
        padding-bottom: 47px;
        padding-right: 260px;
    }

    .pages-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

/* Programs section mobile*/
@media (max-width:768px) {
    .pages-section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pages-section .card h3 {
        font-size: 36px;
    }

    .pages-section h2 {
        font-size: 30px;
        line-height: 33px;
        letter-spacing: 0.3px;
    }

    .pages-section .card-content {
        font-size: 16px;
        line-height: 22px;
        padding-left: 33px;
        padding-bottom: 47px;
        padding-right: 33px;
        height: 400px;
    }

    .pages-section .card {
        height: 400px;
    }

    .pages-section .ast-container {
        padding: 0px;
    }

}

.cta-dynamic-gradient {
    width: 100%;
    height: 10%;
}

.title-with-description-and-triangle-decoration {
    margin-top: -400px;

}

/* CTA Triangle section desktop */
.title-with-description-and-triangle-decoration h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;

}

.title-with-description-and-triangle-decoration .hasOtherFont {
    font-family: "Permanent Marker";
    font-size: 90px;
    line-height: 100px;
}

.title-with-description-and-triangle-decoration p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 42px;
    font-weight: 500;
}



.home-cta .content-container {
    width: 90%!important;
    max-width: 900px!important;
}
/* CTA Triangle section tablet */

@media (max-width:1024px) {
    .title-with-description-and-triangle-decoration .ast-container {
        margin-top:auto!important;
         margin-top:50px;
         	padding:270px 30px 200px!important;
    }
	.home-cta .ast-container {
	 padding:200px 30px 150px!important;

	}
    .title-with-description-and-triangle-decoration h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;

    }

    .title-with-description-and-triangle-decoration {
        min-height: 100%!important;
        height: 100%!important;
    }

    .cta-home.title-with-description-and-triangle-decoration .ast-container {
        padding-top: 100px;
        padding-bottom: 30px;

    }

    .title-with-description-and-triangle-decoration .hasOtherFont {
        font-family: "Permanent Marker";
        font-size: 75px;
        line-height: 85px;
    }

    .title-with-description-and-triangle-decoration {
        margin-top: -220px;

    }
}

@media (max-width:450px) {
    .title-with-description-and-triangle-decoration {
        height: 100%;
    }
}

/* CTA Triangle section mobile */

@media (max-width:768px) {
    .title-with-description-and-triangle-decoration h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;

    }

    .pages-section {
        z-index: 4;
        position: relative;
    }

    .title-with-description-and-triangle-decoration p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .title-with-description-and-triangle-decoration .hasOtherFont {
        font-family: "Permanent Marker";
        font-size: 45px;
        line-height: 55px;
    }

    .cta-home.title-with-description-and-triangle-decoration {
        margin-top: -250px;

    }

    .title-with-description-and-triangle-decoration .ast-container {
        padding: 170px 0px 50px!important;
    }
}


/*two columns desktop*/

.two-columns-section .left-column {
    margin-top: 50px;
}

.two-columns-section h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.4px;
    margin-bottom: -10px;
}

.two-columns-section h2 .font-rotate {
    display:inline-block;
    font-family: "Permanent Marker";
    word-break: none;
    font-size: 90px;
    line-height: 100px;
    transform: rotate(355deg)!important;
    font-weight: 400;
    margin-left: 45.12px;
    color: #1D1D1CE6 !important;
    margin-top: 10px;

}
@media(max-width:400px) {
	.two-columns-section h2 .font-rotate {
		margin-top:120px!important;
		font-size:39px!important;
	}
}
.two-columns-section .left-column {
    z-index: 2;
    padding-right: 30px;
    padding-left: 0px;
}

.two-columns-section .right-column {
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: -400px;
    margin-bottom: 0;
    z-index: 1;
}


.two-columns-section p {
    width: 380px;
    margin-top: 65.54px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;

}

.main-image {
    position: relative;
    top: 0;
}

.main-image img {
    border-radius: 13px;
    height: 629px;
    object-fit: cover;
    width: 100%;
}

.secondary-image img {
    border-radius: 13px;
    object-fit: cover;
	max-height: 376px;
    min-width: 389px;
	object-position:top;
}

.secondary-image {
    position: relative;
    width: 389px;
    height: 376px;
    margin-left: 100px;
    margin-top: -70px;
}

/*two columns tablet*/
@media(max-width:1024px) {
    .two-columns-section .ast-container {
        flex-direction: row;
    }

    .two-columns-section h2 {
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0.4px;
    }

    .two-columns-section h2 .font-rotate  {
        font-size: 50px;
        line-height: 68px;
        margin-left: 10px;
    }

    .two-columns-section .left-column {
        width: 50%;
        margin-top: 50px;
    }

    .two-columns-section .right-column {
        width: 50%;
        margin-left: -200px;
    }

    .two-columns-section p {
        margin-top: 38px;
        margin-bottom: 37px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        width: 275px;
    }

    .main-image img {
        height: 450px;
    }

    .secondary-image img {
        border-radius: 13px;
        object-fit: cover;
        height: 320px;
		min-width:320px;
    }

    .secondary-image {
        position: relative;
        width: auto;
        height: auto;
        margin-left: 40px;

    }
}

/*two columns mobile*/
@media(max-width:768px) {
    .secondary-image {
        display:none!important;

    }

    .two-columns-section .ast-container {
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .two-columns-section .left-column {
        z-index: 2;
        padding: 0;
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20px !important;
        margin-top: 0px;
        width: 100% !important;
    }

    .two-columns-section .right-column {
        margin: auto;
        padding: 0;
        margin-top: 30px;
        width: 100%;
    }

    .two-columns-section .button.modal-button.button--mimas {
        margin: auto;
        margin-bottom: 10px;
    }

    .two-columns-section p {
        margin-top: 30px;
        margin-bottom: 37px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        max-width: 455px;
        width: auto;
        text-align: center;
    }

    .two-columns-section h2 {
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0.3px;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;

    }

    .two-columns-section h2 .font-rotate  {
        font-size: 40px;
        line-height: 60px;
        margin-top: 120px;
        padding: 0;
        left: 50%;
        transform: translateX(-50%) rotate(355deg)!important;
        position: absolute;
        top: 0;
        color: #fff !important;
        margin-left: 0px;
    }

    .main-image {
        position: relative;
        margin: auto;
        padding-top: 40px;
    }

    .main-image::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 310px;
        background-color: rgba(29, 29, 28, 0.35);
        pointer-events: none;
    }

    .main-image img {
        border-radius: 0;
        height: 310px;
        object-fit: cover;
        width: 1024px!important;
    }

    

    .secondary-image img {
        border-radius: 13px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        object-fit: cover;
        height: 300px;
		min-width:300px;
    }
}

.column.button-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Base Layout */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.three-columns-section,
.blog-post .post-title:hover,
.programs-pages .box .media-content,
.corporate-wellness-description ul li::before,
.single-list-section .list-with-icons li span:first-child {
    background-image: linear-gradient(274deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
}

@media(max-width:768px) {
    .text-with-image-section .box .media {
        background-image: linear-gradient(274deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
    }

    .programs-pages .box .media-content {
        background-image: none;
    }
}

.site-footer {
    overflow: hidden;
    z-index: 2 !important;
    position: relative;
}


.ast-container,
.ast-container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

body a:focus {
    color: inherit;
}

.ast-header-break-point .main-navigation ul .menu-item .sub-menu .menu-link {
    padding: 12px 10px !important;
}

/* Header Styles */
.ast-theme-transparent-header #masthead {
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.menu-item.current-menu-item>.ast-menu-toggle {
    color: #fafafa;
    opacity: 0.8;
}

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

.ast-theme-transparent-header #masthead:not(.scrolled) {
    transform: translateY(0%);
}
#masthead {
    transition: none; /* No animation on load */
}

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

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

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

.main-header-bar {
    border-bottom-width: 0;
}

/* Navigation Menu */
.ast-builder-menu-1 .menu-item>.menu-link {
    font-size: 15px;
}

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

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

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

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

/* Menu Button */
.ast-builder-menu-1 .menu-item.pt-menu-btn .menu-link {
    min-width: 170px;
    display: flex;
    margin-left: 36px;
    font-weight: bold;
    ;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    height: 100%;
    max-height: 50px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    justify-content: center;
    align-self: center;
    padding: 15px 28px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    margin-top: 26px;
    border-radius: 5px;
}

/* Transparent Header */
.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
    background: transparent;
}

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

/* Base Footer Layout */
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    margin-top: -20px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    padding: 0px;
}

/* Footer Shape and Styling */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    border-top-style: none !important;
    clip-path: polygon(0 100%, 0 0%, 15% 18%, 32% 2%, 48% 18%, 70% 0, 80% 18%, 100% 0, 100% 100%);
    padding-top: 200px;
}

/* Grid Layout */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 1210px;
}

/* Decorative Lines */
.footer-top {
    /*padding-top: 50px;*/
    overflow: hidden;
}

.line1,
.line2 {
    position: absolute;
    display: block;
    width: 100vw;
    height: 270px;
    left: 0;
    z-index: 3;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
    overflow: hidden !important;
	pointer-events:none;
}

.line1 {
    -webkit-mask: url('/wp-content/uploads/2025/01/line2.svg') no-repeat center;
    mask: url('/wp-content/uploads/2025/01/line2.svg') no-repeat center;
    margin-top: -40px;
}

.line2 {
    -webkit-mask: url('/wp-content/uploads/2025/01/line3.svg') no-repeat center;
    mask: url('/wp-content/uploads/2025/01/line3.svg') no-repeat center;
    margin-top: -50px;
}

/* Footer Widgets */
.widget-title {
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: left;
    font-family: "Protest Strike", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.footer-widget-area h6~div {
    margin-bottom: 15px;
}

.site-footer .subwidget-title {
    display: none;
}

/* Footer Links and Text */
.site-footer a {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.footer-copyright {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    margin-top: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    position: relative;
}

.footer-copyright a {
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-footer-social-media li {
    display: inline;
    padding-right: 8px;
}

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

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

.custom-facebook-icon {
    width: 24px;
    margin-top: 20px;
}

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

.partners-logo-container a:last-child {
    margin-right: 0px;
    align-items: flex-end;
}

/* Footer Menu */
#astra-footer-menu {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px !important;
}

#astra-footer-menu .menu-item>a {
    font-weight: bold;
    justify-content: flex-end;
    margin-bottom: 14px;
    text-transform: uppercase;
    padding-left: 0px;
    letter-spacing: 0.9px;
    line-height: 22px;
}
@media (max-width:768px) {
	#astra-footer-menu .menu-item>a {
text-align:center;
}
}
#astra-footer-menu .menu-item a:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    margin: 5px auto 0;
    opacity: 30%;
    transition: all 0.3s ease-out;
    margin-left: 0px;
}

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

#astra-footer-menu>.menu-item>.menu-link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

/* Buttons */
.button.button--mimas,
.back-to-blog-button {
    font-size: 16px;
    border: 2px solid;
    border-radius: 5px;
    padding: 15px 28px;
    height: 50px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    background-color: transparent;
    line-height: 19px;
}

.site-footer .button--mimas {
    margin-bottom: 25px;
}

/* Below Footer Section */
.site-footer-below-section-2.site-footer-section.site-footer-section-2 {
    position: relative;
    top: 6px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    padding: 15px 0;
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 5% 0%);
}

/*3 Steps Section*/
.icon-box-section .button.modal-button.button--mimas {
    border: none;
    margin-top: 75px;
}

.icon-box-section {
    padding-bottom: 100px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.title-with-description-section h2 {
    font-size: 60px;
    line-height: 72px;
}

.headline-rotate {
    display: inline-block;
    transform: rotate(-5deg);
    transform-origin: center;
    font-family: 'Permanent Marker';
    font-size: 90px !important;
    line-height: 132px !important;
    text-transform: none;
    color: #1D1D1CE6 !important;
    margin-top: -25px;
		margin-bottom:60px;

}

.icon-box-section .ast-container {
    column-gap: 24px !important;
    padding-left: 20px;
    padding-right: 40px;

}

.image-icon-box img {
    width: 369px;
    height: 350px;
    border-radius: 18px;
    object-fit: cover;
}

.image-icon-box {
    margin-left: -30px;
    margin-right: 20px;
}

.card-content {
    padding-top: 20px;
    padding-left: 28px;
    padding-right: 38px;
    padding-bottom: 24px;
    line-height: 22px;
}

.card-content a {
    text-decoration: underline;
}

@media (min-width:1025px) {
    .numbered-box-section .column {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
}

.icon-box-section .card {
    display: flex;
    flex: 1;
    margin-top: -120px;
    border-radius: 18px;

}

.icon-box-numbered-title {
    font-family: 'Permanent Marker';
    font-weight: inherit;
    font-size: 90px;
    line-height: 132px;
}

.numbered-box-title {
    font-family: "Protest Strike";
    font-size: 40px;
    margin-top: -10px;
    line-height: 44px;
    text-transform: uppercase;
    padding-bottom: 32px;
    letter-spacing: 0.4px;
}

@media (max-width:1200px) {
    .icon-box-section .card {
        height: auto;
    }
}

/* Accordion Block (FAQ Section) */
.accordion-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 16px;
}

.accordion-line {
    height: 3px;
    background-color: white;
    width: 100%;
    margin: auto;
    margin-left: 0px;
    margin-right: 13px;
}

#faq {
    padding-top: 100px;
    padding-bottom: 230px;
    margin-bottom: -200px;
    padding-left: 30px;
    padding-right: 30px;
}

#faq .columns.ast-container h2 {
    margin: auto;
    position: relative;
    color: #000;
    font-size: 40px;
    line-height: 44px;
    display: inline;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

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

#faq button:hover {
    background: transparent;
}
#faq a {
	color:#1D1D1C;
	text-decoration:underline;
}
.accordion-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 47px;
    row-gap: 29px;
    width: 100%;
    border: 2px solid white;
    border-radius: 23px;
    margin-top: -40px;
    padding-top: 86px;
    padding-bottom: 43px;
    padding-left: 34px;
    padding-right: 34px;

}

.accordion-item {
    display: block;
}

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


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

.accordion-button h3 {
    color: #000000 !important;
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
    line-height: 28px;
    padding-right: 43px;
    margin-bottom: 11px;
    letter-spacing: 0.12px;
}

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

.accordion-content p {
    font-size: 18px;
    margin-top: 26px;
    padding-bottom: 16px !important;
    color: #1D1D1C;
    line-height: 26px;
    padding-right: 43px;
    margin-bottom: -20px;
}

.accordion-sign {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 30px;
    font-weight: 500;
    border: 2px solid;
    border-radius: 50px;

}

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


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

}

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

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

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

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



/* Media Queries */

@media (min-width: 1750px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 250px;
    }
}

@media (max-width:1100px) {

    .ast-builder-menu-1 .menu-item>.menu-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1024px) {

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

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

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

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


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



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

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

    /* Footer Layout */
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        clip-path: polygon(0 100%, 0 0%, 15% 7%, 32% 1%, 48% 7%, 70% 1%, 87% 7%, 100% 0, 100% 100%);
        padding-top: 150px;
    }

    .site-footer-primary-section-1,
    .site-footer-primary-section-3 {
        width: 45%;
        flex-grow: 1;
        margin-top: 20px;
    }

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

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

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

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

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

    /* Footer Elements */
    .widget-title {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-address a,
    .footer-phone,
    .footer-email,
    .pt-footer-social-media {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .site-footer a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-copyright {
        text-align: center;
        font-size: 14px;
    }

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

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

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

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

    #astra-footer-menu .menu-item a:after {
        width: 100%;
        content: '';
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 90%;
        height: 2px;
        margin: 5px auto 0;
        opacity: 100%;
        transition: all 0.3s ease-out;
    }

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

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

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

    .partners-logo-container a:last-child {
        margin-right: 15px;
    }

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

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

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

    .site-below-footer-wrap[data-section="section-below-footer-builder"]:before {
        content: none;
    }

    .line2 {
        margin-top: 20px !important;
        height: 100px;
    }

    .line1 {
        margin-top: 30px;
        height: 70px;
    }

    /*3 Steps Section - Tablet*/
    .card-equal-height.icon-box {
        border-radius: 18px;
        min-height: 379px;
        width: 304px;
    }

    .card-content {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 28.5px;
        padding-bottom: 20px;
    }

    .numbered-box-title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 24px;
        letter-spacing: 0.3px;
        padding-right: 38.5px;
    }

    .icon-box-numbered-title {
        font-size: 80px;
        line-height: 116px;
        padding-left: 8.72px;
    }

    .icon-box {
        display: flex;
        flex-wrap: nowrap;
        width: 100% !important;
    }

    .icon-box-section .card {
        margin-top: auto;
    }

    .icon-box .card {
        width: 50%;
        order: 2;
        flex-wrap: wrap;
        align-content: center;
        margin-left: -20px;
        margin-top: 20px;
        margin-bottom: -20px;
        flex-grow: 1;
    }

    .image-icon-box {
        width: 50%;
        order: 1;
        margin-left: 0px;
        margin-right: 0px
    }

    .image-icon-box img {
        margin: auto;
        width: 100%;
        height: 100%;
    }

    .icon-box-section .ast-container {
        column-gap: 24px !important;
        padding-left: 0px;
        padding-right: 0px;
        row-gap: 40px !important;
        display: flex;
    }

    .icon-box {
        padding: 0;
    }
    .title-with-description-section .overlay-title {
        width:100%;
    }
    .title-with-description-section .headline-rotate {
        font-size: 75px !important;
        line-height: 105px !important;
		margin-bottom:45px;
    }

    .title-with-description-section h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .icon-box-section .button.modal-button.button--mimas {
        margin-top: 70px;
    }

    .icon-box-section {
        padding-bottom: 80px;
    }


    /*Accordion Block (FAQ Section) - Tablet*/
    .accordion-grid-container {
        padding-left: 40px;
        padding-right: 40px;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 23px;
        padding-bottom: 75px;

    }
    .accordion-content p {
        font-size: 16px;
        line-height: 22px;
    }
    #faq {
        padding-top: 80px;
    }

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

    .accordion-item {
        grid-row: auto !important;
        /* Resets or overrides the inline style */
    }

    .accordion-button h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

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

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

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

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

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

    .partners-logo-container img {
        max-width: 90px !important;
    }

    .line2 {
        transform: scale(3) !important;
        margin-top: 15px !important;
        height: 50px;
    }

    .line1 {
        transform: scale(2.7);
        margin-top: 50px;
        height: 30px;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        clip-path: polygon(0 100%, 0 0%, -8% 3%, 5% 1%, 35% 5%, 65% 1%, 98% 6%, 100% 5%, 100% 0, 100% 100%) !important;
        padding-top: 100px;
    }

    /*3 Steps Section - Mobile*/
    .icon-box-section {
        padding-bottom: 50px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .icon-box-section .card-content {
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 38px;
        text-align: center;
    }

    .title-with-description-section h2{
        font-size: 35px;
        line-height: 40px;
    }

    .icon-box-section .numbered-box-title {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.4px;
        padding-bottom: 20px;
        padding-right: 0px;
    }

    .card-content {
        font-size: 16px;
        line-height: 22px;
    }

    .title-with-description-section .headline-rotate {
        font-size: 65px !important;
        line-height: 60px !important;
        padding-top: 20px;
        padding-bottom: 28.38px;
    }

    .icon-box-section .ast-container {
        padding-left: 0px;
        padding-right: 0px;
        row-gap: 25px !important;
    }

    .card-equal-height.icon-box {
        height: auto;
    }

    .icon-box-section .card{
        width: 100%;
        border-radius: 18px;
        margin-top: -40px !important;
    }

    .image-icon-box {
        width: 100%;
    }

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

    .image-icon-box img {
        border-radius: 18px;
        height: 300px;
    }

    .icon-box-section .icon-box-numbered-title {
        font-size: 80px;
        line-height: 110px;
        padding-left: 0;
    }

    .icon-box-section .button.modal-button.button--mimas {
        margin-top: 50px;
    }

    .icon-box-section .card {
        margin: 0;
    }

    /*Accordion Block (FAQ Section) - Mobile*/

    #faq .columns.ast-container h2 {
        font-size: 30px;
        line-height: 44px;
        padding-right: 0px;
        padding-left: 0px;
        letter-spacing: 0.3px;
    }

    #faq {
        padding-top: 50px;
        padding-bottom: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .accordion-grid-container {
        border-bottom: 3px solid white;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
        padding-bottom: 50px !important;
        margin-top: 52px;
    }

    .accordion-section {
        padding-bottom: 40px;
    }


    .accordion-grid-container {
        display: grid;
        grid-template-columns: unset;
        gap: 25px;
        padding: 0;
    }

    .accordion-item {
        grid-row: auto !important;
        /* Resets or overrides the inline style */
    }

    .accordion-footer {
        padding-bottom: 0px;
    }

    .accordion-button h3 {
        font-size: 22px;
    }



}

.drop-in-form {
    max-width: 660px;
    margin: 50px auto 0;
    background-color: #000;
}

/*** OPTIN COOKIE COMPONENT ***/
body .notification:not(:last-child) {
  margin-bottom: 0;
}



.notification {
  /* display: none; */
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  z-index: 99;
  background-color: #1d1d1c;
  border-top: 1px solid #fff3;
}

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

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

@media screen and (max-width: 768px) {
  .notification {
    padding: 20px;
  }
#cookie-law-info-again .delete {
  position: absolute;
  right: 10px;
  top: 8px;
}
  #cookie-law-info-again {
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .modal-card .modal-close, .gallery .modal-close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
}
/* Modal Component */

.modal {
    z-index: -1;
    opacity: 0;
    animation: hide 0.25s;
    transform: scale(0);
}

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

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

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

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

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

.modal-card {
    position: relative;
}

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

.modal-card .modal-card-head .modal-card-title {
    font-size: 36px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Protest Strike", sans-serif;
    font-weight: bold;
}



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

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

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

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

.delete::after,
.delete::before,
.modal-close::after,
.modal-close::before {
    background-color: #000000;
}

.modal-card .modal-close {
    right: 5px;
    top: 5px;
    border-radius: 0;
    z-index: 1;
}

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

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

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

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

@media (min-width: 769px) {

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

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

    .modal-card .modal-card-head {
        padding: 50px 20px 0;
    }

}
@media(max-width:400px) {
    .modal-card .modal-card-head .modal-card-title {
        font-size: 26px;
    }

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

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

.modal-background {
    background-color: rgb(42 45 54 / 90%);
}

.modal-card .modal-card-foot,
.modal-card .modal-card-head,
.modal-card-body {
    background-color: transparent;
}
/* Privacy Policy */
.privacy-content-form {
	font-size: 12px;
	text-align: center;
	position: relative;
	top: -22px;
}
.privacy-content-form a {
	font-weight:bold;
}
.triangle-nomargin,
.triangle-nomargin-cta,
.bottom-cta {
    margin-top: 0px;
    margin-bottom: -275px!important;
}
.terms-of-use {
	padding-top: 100px !important;
}
@media(max-width:1024px) {
	.terms-of-use {
		padding-top: 60px !important;
	}
}

/* Terms of Use  */
.terms-of-use {
	padding-top: 100px !important;
}
@media(max-width:1024px) {
	.terms-of-use {
		padding-top: 60px !important;
	}
}

.triangle-nomargin .hasOtherFont,
.triangle-nomargin-cta .hasOtherFont {
    font-weight: 500;
}

.title-with-description-and-triangle-decoration p strong {
    color: #fff !important;
}

.triangle-nomargin #Path3,
.triangle-nomargin-cta #Path3,
.triangle-nomargin #Path4,
.triangle-nomargin-cta #Path4 {
    display: none !important;
}

.triangle-nomargin .cta-dynamic-gradient,
.triangle-nomargin-cta .cta-dynamic-gradient {
    height: 100%;
}

.triangle-nomargin.title-with-description-and-triangle-decoration .ast-container {
    padding-top: 0px;
    padding-bottom: 0px;

}

.triangle-nomargin,
.triangle-nomargin-cta {
    background: #f7f1ef;
    margin-top: -70px;
}

.triangle-nomargin.title-with-description-and-triangle-decoration {
    z-index: 1;
}
.hero-secondary h1 {
	margin-bottom:0px;
}
.hero-secondary h2 {
    line-height: 80px;
    padding: 20px 0px;
    margin-bottom: 0px;
}
.hero-secondary .hero.is-fullheight::before {
	background:rgba(0, 0, 0, 0.7);
}
.hero-secondary .hasOtherFont {
    line-height: 100px !important;
}
@media(max-width:1024px) {

    .triangle-nomargin-cta,
    .triangle-nomargin, .bottom-cta {
        margin-bottom: -220px!important;
    }

    .hero-secondary h2 {
        padding-top: 20px;
        line-height: 63px !important;
        padding-bottom: 15px;
    }

    .hero-secondary .hasOtherFont {
        line-height: 70px !important;
    }
}
@media(max-width:390px) {
.about-hero-after .hero.is-fullheight {
    height: 85vh!important;
}
}
@media(max-width:768px) {
.hero-pages-image.hero.is-fullheight::after {
background-color:transparent!important;
	}

.hero.is-fullheight::after {
 content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 247px;
    z-index: 2;
		background-color:rgba(0,0,0,0.3)
	}
    .hero-secondary h2 {
        line-height: 47px !important;
    }

    .hero-secondary .hasOtherFont {
        line-height: 40px !important;
    }

    .hero-gym-info .hero.is-fullheight h1 {
        line-height: 40px !important;
		padding-bottom:0px!important;
    }
    .triangle-nomargin,
    .triangle-nomargin-cta,
    .bottom-cta {
        margin-top: 0px;
        margin-bottom: -220px!important;
        
    }
}
.twi-goals {
    padding-bottom: 80px !important;
    padding-top: 120px !important;
    z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
}

.twi-goals.text-with-image-section::after {
    display: none;
}

.twi-goals .text-with-icon {
    width: 100%;
}

.twi-goals .content-box {
    width: 48.9%;
    flex-grow: 0;
}

.twi-goals .icon-left {
    left: 50%;
    transform: translateX(-50%);
}

.twi-goals .columns.is-variable>.column {
    padding: 50px;
}

.twi-goals .overlay-color {
    width: 1210px;

}

.twi-goals .content ul {
    list-style: none;
    color: #1D1D1C;
    margin-left: 0px;
}

.twi-goals .content ul li:after {
    content: "";
    display: block;
    width: 271px;
    height: 3px;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    background-image: linear-gradient(274deg, var(--secondary-color) 0%, var(--primary-color) 100%) !important;
    margin: auto;
}


.twi-goals.text-with-image-section h2 {
    padding-top: 87px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.twi-goals.ast-container>.content-box:first-child {
    margin-right: 25px !important;
}

.twi-goals.ast-container>.content-box:last-child {
    margin-left: 25px !important;
}

@media(max-width:1024px) {
    .twi-goals .ast-container {
        flex-direction: row !important;
        column-gap: 20px !important;
    }

    .twi-goals .content-box {
        width: 45%;
        flex-grow: 1;
    }

    .twi-goals .ast-container>.content-box:first-child {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .twi-goals .ast-container>.content-box:last-child {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .text-with-image-section .ast-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .triangle-nomargin-cta .ast-container, .triangle-nomargin .ast-container {
        padding:200px 20px 220px!important;
    }
    .bottom-cta .ast-container {
    position: relative;
    z-index: 5;
    padding:200px 20px 220px!important;
}
}

@media (max-width:768px) {
    .twi-goals .columns.is-variable>.column {
        padding: 20px;
    }

    .triangle-nomargin-cta,
    .triangle-nomargin,
    .bottom-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .triangle-nomargin-cta .column,
    .triangle-nomargin .column,
    .bottom-cta .column {
        padding: 0px !important;
    }

    .triangle-nomargin-cta .ast-container,
    .triangle-nomargin .ast-container,
    .bottom-cta .ast-container {
        padding-left: 0px;
        padding-right: 0px;
    }
.triangle-nomargin-cta .ast-container, .triangle-nomargin .ast-container{
    padding:140px 10px 200px!important
}
    .twi-goals {
        padding: 80px 20px 50px 20px !important;

    }

    .twi-goals .content-box {
        width: 100%;
    }

    .twi-goals .ast-container {
        flex-direction: column !important;
        row-gap: 80px !important;
    }

    .text-with-image-section .ast-container>.content-box:first-child,
    .text-with-image-section .ast-container>.content-box:last-child {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.title-with-description-section.google-reviews {
    background-color: #1d1d1d !important;
    z-index: 1;
    position: relative;
}
.title-with-description-section.google-reviews .overlay-title {
    width:100%;
    max-width: 100%;
}
.title-with-description-section.google-reviews .column *:not(.button, .headline-rotate) {
    color: #fff !important;
}

.title-with-description-section.google-reviews h2 {
    font-style: italic;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 50px !important;
    line-height: 60px !important;
    letter-spacing: 1px;
    text-transform: none;
    padding-bottom: 50px !important;
}
.google-reviews .button span {
	font-size:16px!important;
}
.google-reviews .button:hover {
	background-color: var(--secondary-color);
border:2px solid var(--secondary-color)!important;
}
.title-with-description-section.google-reviews .hasOtherFont {
    font-family: "Permanent Marker";
    font-size: 80px;
    letter-spacing: 1.6px;
    font-weight: 400;
    padding-top: 50px !important;
    font-style: normal;
}


.title-with-description-section.google-reviews .button.modal-button.button--mimas span {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
}

.title-with-description-section.google-reviews .button.modal-button.button--mimas {
    padding: 15px 28px;
    height: 50px;
}

.ti-widget[data-layout-id='13'][data-set-id='dark-background'] .ti-review-content {
    font-size: 16px !important;
}

@media (max-width:1024px) {
    .title-with-description-section.google-reviews h2 {
        font-size: 40px !important;
        line-height: 35px;
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
    }

    .title-with-description-section.google-reviews .hasOtherFont {
        font-size: 55px;
    }
}

@media (max-width:768px) {
    .title-with-description-section.google-reviews h2 {
        font-size: 30px !important;
        line-height: 35px !important;
        padding-bottom: 30px !important;
    }

    .title-with-description-section.google-reviews .ast-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .title-with-description-section.google-reviews .column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .title-with-description-section.google-reviews .hasOtherFont {
        font-size: 45px;
        line-height: 60px;
    }
}



/*three columns*/
.three-columns-section .is-main-background-color {
    background-color: transparent;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.three-columns-section .ast-container {
    padding-left: 0px;
    padding-right: 0px;
}

.three-columns-section h2 {
    text-align: center;
    font-size: 60px;
    line-height: 72px;
    text-transform: none;
    font-weight: 500;
}

.three-columns-section ul {
    padding-left: 20px !important;
    margin-left: 0px;
    padding-right: 30px;
}

.three-columns-section ul li {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;

}

.three-columns-section ul li:after {
    content: "";
    display: block;
    width: 249px;
    height: 3px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    background-color: #FFFFFF80;
}

.three-columns-section .btnwrap {
    background-color: #fff;
    height: 205px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #00000027;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	width:90%;
}


.three-columns-section .btnwrap p {
    color: #1D1D1C;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 7px;

}

.three-columns-section.about-page .columns.ast-container {
    column-gap: 10px !important;
}

.three-columns-section.about-page .column {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
}

.three-columns-section.about-page .button.modal-button.button--mimas, .three-columns-section.about-page .links-button  {
    font-family: "Protest Strike";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 44px;
    text-transform: none;
    color: #1D1D1C;
    border: none;
    display: block;
    max-width: 350px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    height: auto;
    text-align: center;
    padding: 0px 30px 0px 30px;
}

.three-columns-section.about-page .button.modal-button.button--mimas:hover {
    background: transparent;
}

@media (max-width: 1024px) {
    .three-columns-section ul {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .three-columns-section .columns.ast-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .three-columns-section .column:nth-child(1) {
        width: 50% !important;
    }

    .three-columns-section .column:nth-child(2) {
        width: 50% !important;
        justify-content: flex-end;
    }

    .three-columns-section .column:nth-child(3) {
        min-width: 100% !important;
    }

    .three-columns-section h2 {
        text-align: left;
        font-size: 55px;
        line-height: 66px;
    }
}

@media(max-width:768px) {
    .three-columns-section .column {
        min-width: 100% !important;
        justify-content: center;
    }

    .three-columns-section ul li:after {
        margin: auto;
    }

    .three-columns-section h2 {
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 20px;
    }

    .three-columns-section ul {
        margin-top: 30px;
    }

    .three-columns-section .column:nth-child(2) {
        justify-content: center;
    }

    .three-columns-section .btnwrap p {
        font-size: 20px;
        line-height: 25px;
    }

    .three-columns-section.about-page .button.modal-button.button--mimas {
        font-size: 30px;
        line-height: 35px;
    }

    .three-columns-section .btnwrap {
        height: 170px;
    }
}

.triangle-nomargin.title-with-description-and-triangle-decoration {
    background: transparent !important;
}

/*gym info page*/


/*hero*/
.hero-gym-info .hero.is-fullheight .hero-content {
    width: 100%;
    text-align: center;
}

.hero-gym-info .hero.is-fullheight h1 {
    line-height: 100px;
    padding-top: 0px;
    font-weight: normal;
    font-size: 80px;
    font-family: Protest Strike;
    font-style: normal;
}
.hero-gym-info .hero.is-fullheight .hasOtherFont {
    font-style: italic;
    line-height: 100px;
}
@media(max-width:1024px) {
    .hero-gym-info .hero.is-fullheight h1 {
        line-height: 60px;
        padding-bottom: 20px;
    
    }
    .hero-gym-info .hero.is-fullheight h1 {
        font-size: 65px;
    }
}

@media (max-width:768px) {
    .hero-gym-info .hero.is-fullheight .hero-content {
        width: auto;
    }
    .hero-gym-info .hero.is-fullheight h1 {
        font-size: 40px;
        line-height: 50px!important;
 }
 .hero-gym-info .hero.is-fullheight h1 .hasOtherFont {
    line-height: 40px!important;
}

  
}

.three-columns-section.pricing {
    margin-bottom: -200px;
}



.three-columns-section.pricing .ast-container {
    column-gap: 50px;
}

.three-columns-section.pricing h2 {
    text-transform: uppercase;
}

.three-columns-section.pricing .btnwrap p {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.4px;
    font-family: "Protest Strike";
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
}

.three-columns-section.pricing .btnwrap {
    padding: 50px;
    height: 100%;
}

.three-columns-section.pricing .column {
    padding: 0;
}

.three-columns-section.pricing .column:nth-child(3) {
    display: none;
}

@media(max-width:1024px) {
    .three-columns-section.pricing h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .three-columns-section.pricing .btnwrap {
        height: 90%;
    }

    .three-columns-section.pricing .btnwrap p {
        font-size: 30px;
        line-height: 35px;
    }

    .three-columns-section.pricing p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:768px) {
    .three-columns-section.pricing .btnwrap {
        padding: 30px;
    }
}

/*pre-schedule*/
@media(max-width:1024px) {
    .cta-white-section.pre-schedule h2 {
        font-size: 45px;
    }

    .cta-gym-info {
        padding-bottom: 0px !important;
    }
    .schedule-section .ast-container {
        flex-direction: column!important;
    }
}

@media(max-width:768px) {
    .three-columns-section.pricing {
        position: relative;
        z-index: 1;
    }

    .cta-white-section.cta-gym-info .hasOtherFont {
        line-height: 40px !important;
        margin-bottom: 10px;
    }

    .cta-gym-info h2 {
        font-size: 30px !important;
        line-height: 34px !important;
        letter-spacing: 0.3px !important;
    }

    .cta-white-section.pre-schedule p {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .cta-white-section.pre-schedule h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .cta-white-section.cta-gym-info {
        padding-top: 30px !important;
        padding-bottom: 100px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .schedule-section {
        padding: 0px 20px !important;
    }
    .schedule-section .columns.is-variable>.column {
        padding:0px!important;
    }
    .cta-white-section.pre-schedule {
        padding: 50px 20px 0px 20px !important;
    }

    .cta-white-section.pre-schedule p {
        width: 100% !important;
    }

    .cta-white-section.pre-schedule .column {
        padding: 0px;
    }
}

/*cta white gym info*/
.cta-gym-info h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.cta-gym-info .hasOtherFont {
    width: 100% !important;
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 10px;
}

/*schedule section*/
.schedule-section .ast-container {
    margin: auto;

}

.schedule-section {
    padding: 0px 30px;
}

.schedule-section {
    background-color: white;
}
.table {
    border-width: 1px;
}
.table th:not([align]) {
    text-align: center;
}

.table.is-narrow td,
.table.is-narrow th {
    padding: 16px;
}


.pages-hero.blog-hero {
    margin-bottom: -250px !important;
}

.blog-hero h1 {
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 70px !important;
    line-height: 70px !important;
    padding-bottom: 20px;
    margin-top: 0px;
}

.blog-hero .dynamic-gradient {
    margin-top: 0px;
}

@media(max-width:1024px) {
    .blog-hero h1 {
        font-size: 55px !important;
        margin-top:0px!important;
    }

    .blog-hero .dynamic-gradient {
        margin-top: -50px;
    }

    .pages-hero.blog-hero {
        margin-bottom: -170px !important;
    }
   .pages-hero.blog-hero .overlay-title {
    padding: 150px 0px 230px;
   }
}

@media(max-width:768px) {
    .pages-hero.blog-hero {
        margin-bottom: -190px !important;
    }
    .blog-hero h1 {
        font-size: 45px !important;
        line-height: 55px !important;
    }
    .pages-hero.blog-hero .overlay-title {
    padding: 100px 0px 150px;

    }
}

/*drop in*/
.column.is-12.drop-in-form {
    border-radius: 18px;
}

.pages-hero .overlay-title h1 {
    font-weight: normal !important;
}

@media(min-width:1921px) {
    .container.is-fluid.drop-in .hero.is-fullheight {
        height: 100%;
        padding: 200px 30px 150px 30px !important;
    }
}

.container.is-fluid.drop-in .hero.is-fullheight {
    height: 100%;
    padding: 100px 30px 150px 30px;
    margin-bottom: -150px;
    z-index: 0;
}

.drop-in p {
    font-size: 18px !important;
    line-height: 26px;
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
}

.drop-in .hero.is-fullheight::before {
    background-color: rgba(29, 29, 28, .7)!important;
}

.form-builder--wrap {
    padding: 20px 40px !important;
}

.drop-in-form {
    padding-top: 30px;
}

@media(max-width:1024px) {
    .drop-in p {
        width: 90%;
    }

    .container.is-fluid.drop-in .hero.is-fullheight {
        height: 100%;
        padding: 100px 0px 150px 0px;
        margin-bottom: -150px;
        z-index: 0;
    }
}

@media(max-width:769px) {

    .cancellation-hero .hasOtherFont {
        font-size:38px!important;
    }
}

.cancellation-hero p,
.free-intro-hero p {
    font-size: 18px;
    line-height: 26px;
}

/*Pricing*/
.pricing-after .hero.is-fullheight::before {
    background: rgba(29, 29, 28, .68);
}

.pricing-after p {
    width: 800px;
    font-size: 20px;
    line-height: 28px;
}
.pricing-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.pricing-footer {
  margin-top: auto;
}
@media(max-width:1024px) {
    .pricing-after p {
        width: auto;
    }

    .pricing-after .ast-container {
        padding: 50px 30px;
    }
}

@media(max-width:768px) {
    .pricing-after .hero-pages-image.hero.is-fullheight {
        height:90vh!important;
    }
    .pricing-after .ast-container {
        padding: 50px 20px;
    }



}
@media(max-width:400px) {
    .pricing-after .hero-pages-image.hero.is-fullheight {
    height:110vh!important;
}
}
.free-intro-hero {
    background: transparent;
}

.free-intro-description {
    font-size: 18px;
    line-height: 26px;

}
.page-id-291 .triangle-nomargin {
    margin-top: 0px;
}
/*Free intro pages*/

.page-id-3423 .free-intro-section {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-id-3423 .free-intro-section .free-into-form {
	align-content:flex-end!important;
}
.free-intro-section.free-intro-social .ast-container {
    padding: 50px 20px !important;
    position: relative;
    z-index: 2;
}

.page-id-3423 .footer-top,
.page-id-3423 .site-footer,
.page-id-3423.ast-theme-transparent-header #masthead {
    display: none;
}

.page-id-3423 .hasOtherFont {
    font-family: "Permanent Marker";
    font-size: 60px !important;
    line-height: 60px;
    font-weight: 400;
}


.page-id-3423 .ast-logo-title-inline .site-logo-img {
    padding-right: 0px;
}

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

.page-id-3423 .site-logo-img {
    pointer-events: none !important;
}

.pricing-after .hero.is-fullheight {
    min-height: 60vh;
    height: 80vh!important;
}

.pricing-hero .hero.is-fullheight {
    height: 80vh !important;
}

@media(max-width:1024px) {
    .page-id-3423 .hasOtherFont {
        font-size: 45px !important;

    }

    .pricing-after .hero.is-fullheight {
        height: 80vh !important;
    }
}

.pricing-after .section-content {
    margin-top: 0px;
}

@media(max-width:768px) {
.page-id-3423 .free-intro-section {
    height: 100%;
    min-height: 100svh; 
    overflow: hidden;
}
    .page-id-3423 p {
        width: 100%;
    }

    .pricing-section .ast-container {
        margin-top: -250px !important;
    }
}

@media(max-width:768px) {

    .pricing-after .ast-container {
        padding: 250px 20px;

    }
}

.free-intro-logo {
    width: 150px;
    margin-bottom: 20px
}

/*Privacy*/

.privacy-content {
    background: white;
    margin-bottom: -150px !important;
    padding-top: 250px !important;
    padding-bottom: 200px !important;
}

@media(min-width:1921px) {
    .privacy-content {
        padding-top: 300px !important;
    }
}

.privacy-content p,
.privacy-content li,
.privacy-content strong,
.privacy-content a {
    font-size: 18px !important;
    line-height: 26px !important;
}

.privacy-content h3,
.privacy-content h4,
.privacy-content h5, .privacy-content h6 {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
    margin-top: 40px;
}

.privacy-content h3::after,
.privacy-content h4::after,
.privacy-content h5::after, .privacy-content h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin: 12px 0 5px;
}

.privacy-content ul {
    margin-left: 40px !important;
    margin: 20px;
}

.privacy-content .column{
    text-align: left !important;
}

@media(max-width:1024px) {
:where(.privacy-content) p,
li {
    font-size: 16px !important;
    line-height: 22px !important;
}
    .privacy-content .overlay-title {
        width: 100%;
    }

    :where(.privacy-content) h3,
    h4,
    h5 {
        font-size: 20px !important;
        line-height: 25px !important;

    }
}

.privacy-content .column {
    padding: 0px !important;
}

/*Mission*/
.mission-hero p {
    font-size: 18px !important;
    line-height: 26px !important;
}

.mission-description p {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

.mission-description h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.mission-description .hasOtherFont {
    font-size: 60px !important;
}

@media(max-width:1024px) {
    .mission-description .ast-container .columns {
        flex-direction: row !important;
    }

    .mission-description .ast-container .column.is-5,
    .mission-description .ast-container .column.is-7 {
        width: 50% !important;
        order: 2;
    }

    .mission-description .ast-container .column.is-7 {
        padding-right: 50px !important;
    }

    .program-description-section.mission-description h2 {
        padding-bottom: 0px !important;
        text-align: left !important;
    }

    .mission-description h2 {
        font-size: 45px !important;
    }

    .mission-description .hasOtherFont {
        font-size: 55px !important;
    }
}

@media(max-width:768px) {
    .mission-description .ast-container .columns {
        flex-direction: column !important;
    }

    .mission-description .ast-container .column.is-5,
    .mission-description .ast-container .column.is-7 {
        width: 100% !important;
        justify-content: center;
    }

    .mission-description .ast-container .column.is-7 {
        order: 1 !important;
        padding-right: 0px !important;
    }

    .mission-description p {
        text-align: center !important;
        padding-bottom: 50px;
    }

    .program-description-section.mission-description h2 {
        text-align: center !important;
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .program-description-section.mission-description .hasOtherFont {
        font-size: 45px !important;
    }
}



.pages-hero.all-programs-hero .hasOtherFont {
    line-height: 80px;
}

.pages-hero.all-programs-hero {
    margin-bottom: -250px;
}

.pages-hero.all-programs-hero p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}



.programs-pages-archive .media-content-box .level {
    display: block;
    flex-direction: column;
    justify-content: flex-start;

}
.programs-pages.text-with-image-section .ast-container {
    padding:0px!important;
}
.programs-pages-archive .media-content-box .level:after {
    width: 0%;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 2px;
    margin: 5px auto 0;
    opacity: 100%;
    transition: all 0.3s ease-out;
    margin-left: 0;

}

.programs-pages-archive .media-content-box .level:hover:after {
    width: 20%;
    background-color: #fff;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 2px;
    margin: 5px auto 0;
    opacity: 100%;
    transition: all 0.3s ease-out;
    margin-left: 0;
}

@media(max-width:1024px) {

    .programs-pages h3 {
        font-size: 30px !important;
    }

    .pages-hero.all-programs-hero .hasOtherFont {
        line-height: 45px;
    }

    .level-left {
        font-size: 18px;
    }

    .pages-hero.all-programs-hero {
        height:100%!important;
		min-height:100%!important;
    }

    .programs-pages {
        padding: 250px 30px !important;
    }

    .pages-hero.testimonials-hero .has-text-centered {
        padding-top: 150px !important;
    }
}

@media(max-width:768px) {
    .pages-hero.all-programs-hero {
        margin-bottom: -180px;
    }
  .pages-hero.all-programs-hero .overlay-title {
            padding: 130px 0px 180px!important;
            }

    .pages-hero.testimonials-hero .has-text-centered {
        padding-top: 50px !important;
    }

    .programs-pages-archive .media-content-box .level {
        margin: auto
    }

    .programs-pages-archive .media-content-box .level:after {
        content: '';
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 2px;
        margin: 5px auto 0;
        transition: all 0.3s ease-out;
    }

    .programs-pages-archive .media-content-box .level:hover:after {
        width: 50%;
        background-color: #fff;
        content: '';
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 2px;
        margin: 5px auto 0;
        opacity: 100%;
        transition: all 0.3s ease-out;

    }

    .programs-pages .box .media .media-content {
        padding: 30px 20px !important;
    }

    .programs-pages {
        padding: 220px 20px!important;
    }

}

.error-404.not-found .ast-container {
    display: none !important;
}


.icon-box-section {
    background: white
}

.numbered-box-is-left.icon-box-section .numbered-box-title {
    font-size: 35px;

}

.title-with-description-section.has-space-1 {
    background: white;
}

.testimonials-hero p {
    font-size: 18px;
    line-height: 26px;
}

@media(max-width:768px) {
    .testimonials-hero .hasOtherFont {
        font-size: 35px !important;
    }
}


.corporate-wellness-description ul {
    color: #1D1D1C !important;
    list-style: none;
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}

.corporate-wellness-description ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    /* Makes space for the bullet */
    font-size: 18px !important;
    line-height: 26px !important;
}

.corporate-wellness-description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    /* Vertical align with text */
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

@media(max-width:768px) {

    .line1,
    .line2,
    .line-thick,
    .line-thin {
        display: none
    }
}

#corporate-wellness-cta p {
    margin: 20px 0px;
}

#corporate-wellness-cta h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;

}



#corporate-wellness-cta .hasOtherFont {
    line-height: 70px;
}

.numbered-box-is-left.icon-box-section .ast-container {
    padding: 0px;
    margin: auto;
}

.numbered-box-is-left .column {
    padding: 0px !important;
    flex: 1;
}

.corporate-wellness-hero .button{
    margin-top: 20px;
}

.corporate-wellness-hero p {
    font-size: 18px;
    line-height: 26px;
}

.corporate-wellness-title p {
    font-size: 18px !important;
    line-height: 26px !important;
    padding-bottom: 20px;
}

.numbered-box-is-left.icon-box-section .content {
    font-size: 18px !important;
    line-height: 26px !important;
}


.program-description-section.corporate-wellness-description h2 {
    padding-bottom: 20px;
}

@media(max-width:1024px) {
    .corporate-wellness-description ul li {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .corporate-wellness-title p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .numbered-box-is-left.icon-box-section .content {
        font-size: 16px !important;
        line-height: 22px !important;
    }



    #corporate-wellness-cta .ast-container {
        padding: 0px;
    }

    .corporate-wellness-title.title-with-description-section.has-space-1 {
        padding-top: 200px !important;
    }

    .numbered-box-is-left.icon-box-section .ast-container {
        flex-direction: row;
    }

    .numbered-box-is-left .card.has-text-left {
        margin: 0px;
        align-content: flex-start;

    }

    .numbered-box-is-left .card-equal-height.icon-box {
        min-height: 100%;
    }

    .numbered-box-is-left.icon-box-section .numbered-box-title {
        padding-right: 0px;
        font-size: 25px;
    }

    .numbered-box-is-left .card.has-text-left .card-content {
        padding: 30px;

    }

    .corporate-wellness-description .ast-container .columns {
        padding: 80px 30px;
        flex-direction: row !important;
    }

    .corporate-wellness-description .column.is-5 {
        width: 50% !important;
        flex: 1;
    }

    .corporate-wellness-description .column.is-7 {
        width: 50% !important;
        flex: 1;
        padding-left: 30px;
    }

    .program-description-section.corporate-wellness-description h2 {
        padding-bottom: 20px !important;
        text-align: left !important;
    }



}

@media(max-width:768px) {
    .program-description-section.corporate-wellness-description .column.is-5 {
        justify-content: center !important;
    }

    .corporate-wellness-title .overlay-title {
        width: 100%;
    }

    .numbered-box-is-left.icon-box-section .icon-box-numbered-title {
        line-height: 80px !important;
        margin-bottom: 20px;
    }

    .numbered-box-is-left.icon-box-section .content {
        margin-top: 20px;
    }

    .numbered-box-is-left .card.has-text-left {
        align-content: center;
    }

    .corporate-wellness-description .ast-container .columns {
        padding: 80px 30px 30px;
        flex-direction: column !important;
    }

    .corporate-wellness-description .column.is-5 {
        width: 100% !important;
        flex: 1;
    }

    .corporate-wellness-description .column.is-7 {
        width: 100% !important;
        flex: 1;
    }

    .program-description-section.corporate-wellness-description h2 {
        text-align: center !important;
    }

    .numbered-box-is-left.icon-box-section .ast-container {
        flex-direction: column;
        row-gap: 70px !important;
        padding-top: 30px;
    }

    #corporate-wellness-cta h2 {
        font-size: 35px;
        line-height: 45px;

    }

    #corporate-wellness-cta .hasOtherFont {
        font-size: 45px;
        line-height: 45px;
    }

    #corporate-wellness-cta .overlay-title {
        width: 100%;
    }

    .corporate-wellness-hero.pages-hero .has-text-centered {
        padding: 0px 0px 50px !important;
    }



    .corporate-wellness-title.title-with-description-section.has-space-1 {
        padding-top: 200px !important;
    }


}



.three-columns-section .btnwrap:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
    transition: 200ms all ease-in-out;
}

.three-columns-section .btnwrap {
    transition: 200ms all ease-in-out !important;

}

/* Testimonials*/ 
.testimonial-section h2 {
    z-index:1;
    position:absolute;
    top:150px;
    left:0;
    font-style:italic;
    font-family: "Montserrat";
    font-weight:300;
    font-size:50px;
    line-height:60px;
    letter-spacing:1px;
    text-transform:none;
    margin-left:-100px;

}

.testimonial-section .hasOtherFont {
    font-family:"Permanent Marker";
    font-size:80px;
    letter-spacing:1.6px;
    font-weight:400;
    padding-top:50px!important;
    font-style:normal;

}
.testimonial-section .column.is-6 {display:flex;position:relative;width:50%;flex:1;}
/* Testimonial Section */
.testimonial-section {
background: #fff;
padding-top:100px;
padding-bottom:100px;
margin-bottom:-80px;
margin-top:-80px;
}
.testimonial-headline {
    display:flex;
    height:0;
}

/* Image Container */
.testimonial-image-container {
height: 643px;
width: 100%;
position: relative;
}
.testimonial-quote {
font-size:18px;
line-height:26px;
}
.testimonial-featured-image {
width: 100%;
height: 100%;
object-fit: cover;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}

/* Content Styling */
.testimonial-content-wrapper {
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
width:460px;
}



.testimonial-author {
margin-top: 30px;
font-weight: bold;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Columns Layout */
.columns.is-gapless {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
}

.columns.is-gapless>.left {
position: relative;
flex:1;
}

.columns.is-gapless>.right {
flex: 1;
padding: 50px;
flex-wrap:nowrap;
display:flex;
padding-top:250px;
}
.speaker-name {
font-size:20px;
font-weight:500;
letter-spacing:2px;
line-height:30px;
font-style:normal;
text-transform: uppercase;


}
.testimonial-author {
font-size:16px;
font-style:Italic;
text-transform: capitalize;
font-weight:400;
line-height:30px;

}
.slick-next:before {display:none;}

/* Background overlay covering the full width */
.testimonial-section::before {
content: "";
position: absolute;
top: 120px;
right: 0;
bottom: 80px;
background: #1D1D1C;
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
z-index: 0; /* Keeps it behind all content */
width:90%;
right:0;
}
/* Ensure the section is positioned correctly */
.testimonial-section {
position: relative; /* Needed for absolute positioning of ::before */
}
/* Right Column Arrow */
.slick-next {
position: relative; /* Keeps it inside the right column */
background: none;
border: none;
cursor: pointer;
display: flex;
align-self: center;
width:60px;
height:60px;
margin-left:52px;
align-items:center;
}
.slick-next .arrow-circle{
stroke-width:3px;

}
.testimonial-image-container {
position: relative;
overflow: hidden;
}

.testimonial-image-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5));
pointer-events: none;
border-top-right-radius:40px;
border-bottom-right-radius:40px;
}
/* Smooth fade effect between testimonials */
.slick-slide {
opacity: 0;
transition: opacity 0.8s ease-in-out;
}

.slick-active {
opacity: 1;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
.columns.is-gapless {
    flex-direction: column;
}

.columns.is-gapless>.left,
.columns.is-gapless>.right {
    width: 100%;
    padding-top:150px;
}

.testimonial-featured-image {
    border-radius: 0;
}

.slick-next {
    right: 20px;
    width: 50px;
    height: 50px;
}


}

@media (max-width:1350px) {
    .testimonial-section h2 {
        font-size: 30px!important;
    }
    .testimonial-section .hasOtherFont {
        font-size: 60px!important;
    }
}
.testimonial-content-wrapper {
	max-width:80%;
}
@media (max-width:1024px) {
.testimonial-section::before {
    width:98%;
}
.columns.is-gapless {
    flex-direction: column;
}
.columns.is-gapless>.left {
    display:flex;
    align-self:flex-start;
    width:100%;
    padding-right:41px;
}
.testimonial-headline {
    display:block;
  
}
.testimonial-section::before {
    top:520px;
}

.testimonial-section h2 {
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left:0;
    margin-top:420px;
    font-size:40px!important;
    line-height:35px;
    letter-spacing:0.76px;
    width:100%;
}
.testimonial-section .column.is-6 {
    width: 100%;
}
.columns.is-gapless>.right {
    padding-top:170px;
    width:100%;
    padding-left:79px;
}
.testimonial-section .hasOtherFont {
font-size:55px;
line-height:61px;
letter-spacing:1.22px;
}
.slick-arrow {
    margin-right:122px;
    width:56px;
    height:56px;
}
.testimonial-content-wrapper {
    width: auto;
	max-width:80%;
}
.testimonial-image-container {
height:500px;
}
.testimonial-image-container::before {
    display:none;
}
.testimonial-section {
    padding-top:80px;
    padding-bottom:80px;
}
}
@media (max-width:768px) {
	.testimonial-content-wrapper {
		padding-bottom:50px;
		max-width:100%;
	}
.testimonial-section::before {
    width:100%;
}
.columns.is-gapless>.left {
    padding:0!important;
}

.testimonial-image-container {
    height:312px;
}
.testimonial-section::before {
    top:200px;
}
.columns.is-gapless>.right {
    padding-top:150px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
    flex-direction:column;
}
.testimonial-section h2 {
    margin-top:220px!important;
    font-size:25px!important;
    line-height:30px!important;
    letter-spacing:0.56px;
    padding:0px 20px;
}
.testimonial-section .hasOtherFont  {
    font-size:35px!important;
    line-height:35px!important;
}
.slick-arrow {
    margin:auto;
    margin-top:50px;
}
.testimonial-section {
padding-top:0px;
padding-bottom:80px;
margin-bottom:-80px;
margin-top:0px;
}
.testimonial-quote {
    line-height:24px;
    text-align:center;
}
.testimonial-author {
    text-align:center;
}
.testimonial-image-container::before {
    display:none;
}
}
/*CTA Triangle section*/
.title-with-description-and-triangle-decoration {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
	height:100%; 
    z-index: 1;
}

.cta-dynamic-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    z-index: 1; 
}

#Abstract_divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    pointer-events: none; 
}

.title-with-description-and-triangle-decoration .overlay-title {
    position: relative;
    z-index: 3; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

/*Hero section Pages*/
.pages-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 720px;
}



@media (max-width: 1900px) {
    .pages-hero {
        min-height: 700px !important;
    }
}
@media (max-width: 1400px) {
    .pages-hero {
        min-height: 550px !important;
    }
}
@media (max-width: 1280px) {
    .pages-hero {
        min-height: 480px!important;
    }
}
@media (min-width: 2100px) {
    .pages-hero {
        min-height: 960px!important;
        margin-bottom:-250px!important;
    }

}
@media (max-width:1100px) {
    .cta-dynamic-gradient {
        height:100%!important;
    }
    .pages-hero {
        min-height: 50vh!important;
    }
}
.cta-dynamic-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#Abstract_divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.overlay-title {
    position: relative;
    z-index: 4;
    width: 90%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.pages-hero .overlay-title h1 {
    font-size: 60px;
    line-height:72px;
    color: #fff;
    font-weight: bold;

}
.pages-hero .hasOtherFont {
font-family:"Permanent Marker";
font-size:70px;
font-weight:400;
line-height:80px;
}
.pages-hero #Path_2 {opacity:1;}
.pages-hero {
margin-bottom:-200px;
z-index: 4;
}
.pages-hero .overlay-title {
		padding:150px 0px 200px;
	}

@media (max-width:1024px) {
.pages-hero {
		height:100%!important;
		min-height:100%!important;
	}
.pages-hero .overlay-title h1 {
    font-size: 45px;
    line-height:45px;
    color: #fff;
    font-weight: bold;
    margin-top:0px;
}
.pages-hero p {
    font-size: 16px;
    line-height: 22px;
}

.pages-hero .hasOtherFont {
font-size:55px;
font-weight:400;
line-height:65px;


}
.pages-hero .overlay-title {
		padding:150px 0px 180px;
	}
}
@media (max-width:768px) {

.pages-hero .overlay-title h1 {
    font-size: 35px;
    line-height:41px;
}
.pages-hero .hasOtherFont {
font-size:45px;
line-height:50px;
}

.pages-hero .ast-container {
padding-left:0px;
padding-right:0px;
}
.pages-hero .overlay-title {
		padding:120px 0px;
	}

}

/*Section after hero on pages*/

.hero-pages-image.hero.is-fullheight {
    position: relative;
    overflow: hidden;
    min-height:100%;
    height:100%;
    justify-content:center;
}

.hero-pages-image.hero.is-fullheight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color:rgba(29, 29, 28, .65)!important;
}

.hero-pages-image h2 {
    font-size:40px;
    line-height:50px;
    letter-spacing:0.4px;
    font-weight:400;
    text-transform:none;
    width:800px;

}
.hero-pages-image .section-content {
    z-index: 4;
    position: relative;
    padding: 50px 0px;
	margin-top:50px;
}
.about-hero-after .hero-pages-image .section-content{
 	margin-top:180px;

}
.pricing-after .section-content   {
    margin-top:0px;
}
@media(max-width:1300px) {
    .hero-pages-image.section-content {
        margin-top:150px;
    }
}
@media(max-width:1024px) {

    .hero-pages-image.hero.is-fullheight {
  
    min-height:100%!important;
    height:100%!important;
}
.hero-pages-image.hero.is-fullheight h2 {
font-size:30px;
line-height:40px;
letter-spacing:0.3px;
width:80%;
margin:auto;
}


}

@media(max-width:768px) {
    .hero-pages-image .section-content {
        z-index:3;
        position: relative;
            padding: 100px 0px 50px;
		margin-top:0px;

    }
.about-hero-after .hero-pages-image .section-content {
        margin-top: 100px;
	}
    .hero-pages-image .hero-background {
        height:100%!important;
    }
    .hero-pages-image.hero.is-fullheight h2 {
font-size:22px;
line-height: 30px;
letter-spacing:0.2px;
margin:auto;
width:100%;
}
.hero-pages-image.hero.is-fullheight {
  
  height:100%;
}
}
@media(max-width:375px) {
.about-hero-after .hero-pages-image .section-content {
        margin-top: 100px;}
    }
/*Owner block*/
.owner-section .image-wrapper {
    position: relative;
    display: flex;
    width:110%;
    margin-left:-25px;
	aspect-ratio: 1 / 1;
}

.owner-section .image-wrapper img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius:18px;
    object-fit:cover;
}

.svg-background {
    position: absolute;
    top: -5%;
    left: -6%;
    width: 110%;
    height: auto;
    z-index: 1;
    opacity: 1;
}

.svg-foreground {
    position: absolute;
    bottom: -5%;
    right: -5%;
    width: 110%;
    height: auto;
    z-index: 3;
    opacity: 1;
}

.owner-section .ast-container .column.is-5 {
    background:#1D1D1C;
    border-radius:10px;
    padding-top:60px;
    padding-bottom:0px;
    height:100%;

}
.owner-section .ast-container .column.is-7 {
padding-left:100px;
padding-right:0px;

}
.owner-section {
    background-color:#fff;
}
.owner-details {
    padding-top:60px;
    padding-bottom:50px;
}
.owner-item {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    line-height:26px;
    padding-left:38px;
    padding-right:28px;
    text-transform: uppercase;
}
.owner-item:last-child {
    padding-bottom:0px;
}

.owner-item::after {
    content: "";
    display: block;
    width: 104px;
    height: 3px;
    margin-top: 8px;
}

.owner-section h2 {
    font-size:60px;
    line-height:64px;
    text-transform: capitalize;
    
}
.owner-section p {
    color:#000!important;
    margin-top:26px;
    margin-bottom:0px;
    line-height:26px;
    font-size:18px;
}
.owner-section h3 {
    color:#1D1D1CE6!important;
    font-family:"Permanent Marker";
    font-size:50px;
    line-height:52px;
    font-weight:400;
    text-transform: capitalize;

}
.owner-section strong {
    color:#fff!important;
    font-weight:700;
}
.owner-section .ast-container .column.is-5 {
    padding-left:0px;
    padding-right:0px;
}
.owner-section .ast-container {
    padding-left:80px;
}
.owner-section .button.modal-button.button--mimas {
color:#1d1d1d;
}
.owner-section .ast-container {
        display:flex!important;
    }

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

.owner-section .description-content .truncated-content {
    max-height: var(--truncated-height, 150px);
}

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

@media (min-width: 769px) and (max-width: 1024px) {
    .owner-section .description-content .truncated-content {
        --truncated-height: 460px;
    }
}

@media (max-width: 768px) {
    .owner-section .description-content .truncated-content {
        --truncated-height: 400px;
    }
}

@media (min-width: 1025px) {
    .owner-section .description-content .truncated-content {
        --truncated-height:600px;
    }
}

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

.owner-section .read-more-overlay.hidden {
    opacity: 0;
}
@media (max-width:1024px) {

.owner-section {
    margin-bottom:-1px;

}
    .owner-section .ast-container{
        flex-direction:column!important;
        padding:0;
    }
    .owner-section .ast-container .column.is-5 {
        width: 100%;
        order:1;
        display:flex;
        flex-direction:row;
        border-radius:10px;
        padding-left:70px;
        padding-right:30px;
        padding:20px 0px;

    }
    .owner-section .ast-container .column.is-7 {
        width: 100%;
        order:2;
        padding-left:80px;
        padding-right:80px;
        margin-top:80px;
    }
    .owner-section .image-wrapper {
        width: 60%; 
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .owner-section .image-wrapper img {
        width: 100%;
        max-width: 100%;
        border-radius: 18px;
        object-fit: cover;
        z-index: 2;
    }

    .owner-section .svg-background {
        position: absolute;
        top: -20%;
        left: -5%;
        width: 110%;
        z-index: 1;
        opacity: 1;
    }

    .owner-section .svg-foreground {
        position: absolute;
        bottom: -20%;
        right: -5%;
        width: 110%;
        z-index: 3;
        opacity: 1;
    }

    .owner-section .owner-details {
        padding-top:0px;
        padding-bottom:0px;
        display:flex;
        flex-direction:column;
        justify-content:center;

    }
    .owner-section p {
        font-size:16px;
        line-height:22px;
    }
}
@media (max-width:950px) {
    .owner-item {
        padding-bottom:15px;
    }
    .owner-section .svg-foreground {
   bottom:auto;
    }
    .owner-section .svg-background {
        top:auto;
    }
    .owner-section .ast-container .column.is-5 {
        padding-left:50px;
    }
    .owner-section .ast-container .column.is-7 {
        margin-top:80px;
    }
    .owner-section .image-wrapper {
        width:65%;
    }
}
@media (max-width:800px) {
    .owner-section .ast-container .column.is-5 {
        height:300px;
}
}
@media (max-width:768px) {
    .owner-section .image-wrapper {
        width:90%;
        margin-top:-30px;
    }
    .owner-section .svg-background {
        top:0;
    }
    .owner-section .ast-container .column.is-5 {
        order:2;
        flex-direction:column!important;
        height:100%!important;
        padding-left:20px;
        padding-right:20px;
        padding-bottom:58px;
        row-gap:50px;
    }
    .owner-item {
        text-align:center;
        font-size:16px;
        padding-left:0px;
        padding-right:0px;
    }
    .owner-item::after {
        margin:auto;
        margin-top:8px;
    }
    .owner-section .svg-background {
        top:-15px;
    }
    .owner-section .ast-container .column.is-7 {
        padding-left:0px;
        padding-right:0px;
    }
    .owner-section h2 {
        font-size:40px;
        line-height:35px;
    }
    .owner-section h3 {
        font-size:35px;
        line-height:30px;
    }
    .owner-section .ast-container {
        padding-left:0px!important;
        padding-right:0px!important;
    }
   
}
.short-text {
    display: inline;
    color:#1D1D1C;
    font-size: 16px;
    line-height: 22px;
}

.dots {
    display: inline;
}

.full-text-wrapper {
    display: block; /* Allows height transition */
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.3s ease-in-out;
    color:#1D1D1C;
}

.full-text {
    display: inline; /* Ensures it stays inline when revealed */
    font-size:16px;
    line-height: 22px;
}

.read-more-btn {
    background: transparent;
    font-family: "Montserrat";
    font-weight:bold;
    letter-spacing: 0.8px;
    border: none;
    line-height:19px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease-in-out;
    margin-left:0px;
    margin-top:20px;
}
.read-more-btn:hover, .read-more-btn:focus {
    background:transparent;
}

/*Coaches block*/
  .plus-icon-container {
    display: flex; 
    align-items: center; 
    gap: 5px; 
}

.read-more-text {
    position: absolute;
    left: 80px; 
    top: 30px;
    white-space: nowrap; 
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}


.coaches-section {
    background: #fff;
    padding: 110px 30px 100px;
    display:flex;
    justify-content: center;
}
.coaches-section .column {
    padding:0px;
}
.coaches-section .ast-container {
    margin: 0px;
}

.coaches-section .columns.is-variable>.column {
    padding: 0;
    width: 50%;
    flex: 0 0 calc(50% - 15px); 
    max-width: calc(50% - 15px);
}
.coaches-section .columns.is-variable > .column:only-child,
.coaches-section .columns.is-variable > .column:nth-last-child(1):nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
}
.columns.is-variable.is-3.is-multiline.ast-container {
    gap: 30px;
}

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    height: 500px !important;
    cursor: pointer;
}

.post-module .thumbnail {
    height: 500px;
    overflow: hidden;
}

.post-module .thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.post-module.active .thumbnail img {
    opacity: 0.6;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 89px 39px 53px;
    transition: background 0.3s ease;
    align-content: flex-end;
}

.post-module.active .post-content {
    background: #1D1D1CCC 0% 0% no-repeat padding-box!important;
}

.post-module .post-content .coach-name {
    margin: 0;
    padding: 0 0 5px;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    width: 50%;
}

.post-content.expanded .coach-name {
    width: 100%;
}

.post-module .post-content .coach-title {
    margin: 0;
    font-family: "Permanent Marker";
    font-size: 25px;
    line-height: 26px;
    font-weight: 400;
}

.post-content.expanded .coach-title {
    padding-bottom: 22px !important;
}

.post-module .post-content .description {
    display: none;
    opacity: 0;
    height: 250px;
    overflow-y: auto;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.post-module.active .post-content .description {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.post-module .post-content .description p {
    font-size: 18px;
    line-height: 26px;
}

.post-module .post-content .description::-webkit-scrollbar {
    width: 6px;
}

.post-module .post-content .description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

.post-module .post-content .description::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.post-module .post-content .description::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}

.plus-icon {
    position: absolute;
    top: 27px;
    left: 39px;
    width: 29px;
    height: 29px;
    color: white;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.plus-icon span {
    position: absolute;
}

.plus-icon .plus-sign {
    opacity: 1;
}

.plus-icon .minus-sign {
    opacity: 0;
}

.plus-icon.open .plus-sign {
    opacity: 0;
}

.plus-icon.open .minus-sign {
    opacity: 1;
}
.coaches-section h2 {
    color:#1D1D1C!important;
    font-weight: 400;
    font-size:60px!important;
}
.coaches-section-description p {
    color:#1D1D1C!important;
    max-width: 900px;
    margin:auto;
    padding-bottom:50px;
    font-size: 18px;
    line-height: 26px;
}
.coaches-section .hasOtherFont {
    font-family: 'Permanent Marker';
    font-size:60px;
    line-height: 50px;
}
@media (max-width: 1024px) {
.post-module .post-content .description p {
    font-size: 16px;
    line-height: 22px;
}
	.coaches-section-description p {
		font-size:16px;
		line-height:22px;
	}
    .coaches-section h2 {

    font-size:40px!important;
}
.coaches-section .hasOtherFont {
    font-size:45px!important;
}

    .read-more-text {
    
    left: 50px; 
    top: 20px;
 
}
    .post-module .post-content .coach-name {
    width:100%;
    }

    .coaches-section {
        padding-bottom: 80px;
        padding-top:50px;
        padding-left:30px;
        padding-right:30px;
    }
    
    .columns.is-variable.is-3.is-multiline.ast-container {
        column-gap: 23px;
        row-gap: 17px;
        flex-direction:row;
    }
    
    .post-module {
        height: 350px !important;
    }
    
    .post-module .post-content {
        padding: 52px 20px 20px;
    }
    
    .post-module .post-content .coach-name {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 0.4px;
    }
    
    .post-module .post-content .description {
        height: 180px;
    }
    
    .post-module .post-content .coach-title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.15px;
        padding-bottom: 0;
    }
    
    .plus-icon {
        top: 15px;
        left: 15px;
    }
}

@media (max-width: 768px) {
    .coaches-section .columns.is-variable>.column {
        max-width: 100%;
        width:100%;
    }
    
    .post-module {
        height: 331px !important;
        margin-bottom: 20px;
    }
    
    .columns.is-variable.is-3.is-multiline.ast-container {
        flex-direction: column;

    }
    
    .post-module .post-content .description {
        height: 150px;
    }
    
    .post-module .post-content .coach-title {
        font-size: 18px;
    }
    .coaches-section {
        padding-top:50px;
        padding-bottom:50px;
        padding-left:20px;
        padding-right:20px;
    }
    .owner-section .ast-container .column.is-7 {
        margin-top:50px;
    }
    .coaches-section h2 {

font-size:30px!important;
line-height: 30px!important;
}
.coaches-section .hasOtherFont {
font-size:35px!important;
line-height: 45px!important;
}

}



/*CTA white block*/
.cta-white-section.cta-about{
    background:white;
    text-align: center;
    padding-top:150px;
    padding-bottom:250px;
    margin-bottom:-200px;
}
.cta-white-section.cta-gym-info {
    padding-top:50px;
    padding-bottom:100px;
    background-color: white;
    margin-top:-1px;
}
.cta-white-section.pre-schedule {
    padding-top:150px;
    background-color:white;
}
.cta-white-section.pre-schedule h2 {
	font-size:60px;
	line-height:72px!important;
	text-transform:uppercase!important;
	
}
.cta-white-section.pre-schedule p {
	color:#1d1d1d;
	width:800px;
	margin-top:38px;
}
.cta-white-section .single-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-white-section-description {
    margin-bottom: 20px;
}
.cta-white-section h2 {
    color:#1D1D1C!important;
    font-size:40px;
    line-height:44px;
    letter-spacing:0.4px;
    text-transform:none;
    font-weight:normal;
}
.cta-white-section .hasOtherFont {
    font-family:"Permanent Marker";
    font-size:70px;
    line-height:72px;
    color:#1D1D1CE6!important;
}


.schedule-section .columns.is-variable>.column {
    padding: 0px!important;
}
@media(max-width:1024px) {
    .cta-white-section.cta-gym-info {
        padding-bottom: 80px;
    }
    .cta-white-section.cta-gym-info .hasOtherFont {
        padding-bottom: 10px;
    }
    .cta-white-section.pre-schedule {
        padding:100px 30px 0px;
        width:100%;
    }
    .cta-white-section.pre-schedule h2 {
        font-size:45px;
        line-height: 50px;
        margin-bottom: 0px;
    }
    .cta-white-section.pre-schedule p {
        font-size:16px;
        line-height: 22px;
        margin-top:10px;
        margin-bottom:40px;
        width:100%
    }
    .cta-white-section h2 {
        font-size:30px;
        line-height:44px;
        letter-spacing:0.3px;
    }
    .cta-white-section .hasOtherFont  {
        font-size:60px;
        line-height:62px;
        width:60%;
        margin:auto;
        padding-bottom:30px;
    }
    .cta-white-section.cta-about {
        padding-top:80px;
        padding-bottom:180px;
    }
}
@media (max-width:768px) {

    .cta-white-section h2 {
        font-size:40px;
        line-height:55px;
    }
    .cta-white-section .hasOtherFont  {
    font-size:45px;
    line-height:45px;
    width:100%;}
    .cta-white-section .site-content .ast-container {
        padding-left:20px;
        padding-right:20px;
    }
    .cta-white-section.cta-about {
    padding-top:70px;
    padding-bottom:230px;
}
}


/*Classes block*/
.classes-block:first-child {
    background-color: #fff;
}
.classes-block.before-black:not(:first-of-type) {
    padding-top:100px;
    background-color: #1D1D1C!important;

}
.classes-block .full-width-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.classes-block {
    display: flex;
    align-items: center;
    gap: 0px;
    width: 100%;
    padding-top: 0px;
    padding-bottom:0px;
    position: relative;
    overflow: visible;
}

.row-reverse {
    flex-direction: row-reverse;
}

.classes-section .before-black strong {
	color:#FFFFFF!important;
}

.classes-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.classes-block.before-white {
    padding-top:80px;
}

.classes-block.full-width-container:first-child {
    background-color: #fff;
}
.before-black::before {
    background-color: #1D1D1C!important;
    z-index: 1;
    width:90%;
    left:10%;
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
    height:100%;
    top:5%;
}

.before-white::before {
    z-index:2;
    width: 90%;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    height: 100%;
    top:11%;
}

.classes-block .image-container {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
    z-index: 2; 
}

.classes-block .image-container img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.classes-block .right-border-radius img { 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.classes-block .left-border-radius img { 
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    float:right;
    
}

.row-reverse .content {
    color:#1D1D1C!important;
}
.row-reverse .content h2{
    color:#1D1D1C!important;
}
.row-reverse .button.modal-button.button--mimas{
    color:#1D1D1C!important;
}
.classes-block .content {
    flex: 1;
    max-width: 830px;
    padding: 30px;
    position: relative;
    z-index: 2; 
}
@media(min-width:1921px) {
    .classes-block .content {
        max-width:890px;
    }
}
@media(max-width:1600px) {
    .classes-block .content {
        max-width:780px;
    }
}
@media(max-width:1400px) {
    .classes-block .content {
        max-width:775px;
    }
}
@media(max-width:1280px) {
    .classes-block .content {
        max-width:760px;
    }
}
.classes-block .before-black .content {
    padding-left:50px;
}
.classes-block .before-white .content {
    padding-right:50px;
}
.classes-block .content h2 {
    text-transform: capitalize;
    font-weight: 400;
}
.classes-block .has-text-centered {
    text-align: left!important;
    padding-left:0px!important;
}

@media(max-width:1024px) {
   .before-black:not(:first-of-type) {
    padding-top:0px!important;
}
.classes-block .content {
        font-size:16px;
        line-height: 22px;
    }
    .classes-block .image-container {
        flex: 0 0 50%;
        max-width:50%;
        
    }
    .before-black::before {
        height:85%!important;
        top:20%!important;
    }
    .before-white {
        margin-top:-30px;
    }
    .before-black .content {
        padding-top:50px!important;
        padding-bottom: 30px;
    }
    .classes-block {
        padding-top:80px;
        padding-bottom:0px;
    }
}

@media(max-width:768px) {
    .content h2 {
        margin-top:0px!important;
        font-size:40px;
        line-height:44px;
    }
    .classes-block {
        flex-wrap:wrap;
        padding-top:0px!important;
    }
    .classes-block .image-container {
        max-width:95%;
        flex:0 0 100%;
        margin-top:-40px;
    }
    .classes-block .image-container img {
        height:300px;
    }
    .before-black::before {
        height:95%;
        top:5%;
        width: 100%;
        left:0;
        border-radius: 0px;
    }
    .before-black .content, .before-white .content {
padding-top:30px!important;
padding-bottom:100px!important;
padding-left:20px;
padding-right:20px; 
text-align: center;   
}
.column.button-container.has-text-centered {
    justify-content: center;
    display: flex;
}

    .before-white {
        margin-top:0px;
        padding-top:0px!important;
    }
    .before-white::before {
        top:0;
    }

    .classes-section .full-width-container:last-child {
        margin-bottom:-50px!important;
    }

}
/*All Programs block*/
 .programs-pages .columns.is-variable.is-0 {
    margin:auto;
 }
.programs-pages {
    background:#fff;
    padding: 300px 30px 200px!important;
}
.programs-pages .box .media-left .image img {
  object-position: center;
  height: 100%;
  display: block;
  padding: 0;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.programs-pages .box .media {
  height: 100%;
  align-items: center;
}

.programs-pages .box .media-left .image {
  height: 412px;
}

.programs-pages.box .media-left .image {
  height: 370px;
}
.programs-pages .box {
  border-radius: 0;
  padding: 0;
  box-shadow: unset;
  background-color: #fff;
  transition: all 0.4s;
  border-radius: 18px;

}
.programs-pages.site-content .ast-container{
    margin:auto!important;
}
.programs-pages .box .media-left {
    width: 50%;
    margin-right: 0;
    overflow: hidden;
}
.programs-pages .media-content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 9px;
}

.locations-hero {
	background:white;
}
.locations-hero .overlay-title {
    padding: 150px 0px 220px;
}

@media(max-width:768px) {
	.locations-hero svg {
	margin-top:0px;
}


}

.programs-pages {
	padding: 300px 30px 200px;
	margin-bottom:-200px!important;
}

.programs-pages h3 {
	font-weight:400;
	font-size:40px;
	color:#1D1D1C!important;
}

.programs-pages .page-section-description {
  font-size:18px;
	line-height:26px;
	
}
.programs-pages .box .media .media-content {
    height: 100%;
    position: relative;
    padding:50px;
		border-radius:18px;
		z-index:2;
		margin-left:-50px;
			
}
.programs-pages .box .media.is-flex-direction-row-reverse .media-content {
	margin-left:0px;
	margin-right:-50px;
}
.programs-pages .box .media {
	border-radius:18px;
}

.programs-pages .box .media-left .image img {
	border-radius:18px;
}

.programs-pages-archive .media-content-box .level {
	color:white;
	margin-top:30px;
	font-size:20px;
	
}
.programs-pages .page-section-description:hover {
	color:#fff!important;
}

.programs-pages .card-overlay {
	display:none!important;
}
.programs-pages .columns.is-variable>.column {
padding: 30px 0px;    
}

@media (max-width:768px) {
	.programs-pages .box .media.is-flex-direction-row-reverse .media-content {
		margin-right:0px;
	}
	.programs-pages .box .media .media-content {
			margin-left:0px;
            padding:30px;
	}
	.programs-pages .box .media {
		flex-direction:column!important;
	}
	.programs-pages .box .media-left{
		width:100%!important;
	}
    .programs-pages {
        padding: 100px 20px 200px!important;
    }
	.level-left {
		margin:auto;
	}
	.programs-pages .box .media-left .image {
		height:270px!important;
	}
    .programs-pages .columns.is-variable>.column {
	padding-bottom:20px!important;
} 
.all-programs-hero .line-thick, .all-programs-hero .line-thin {
 display: none; 
}
}

/*Program description block*/
.program-description-section .image-wrapper {
    position: relative;
    display: flex;
    width:100%;
	aspect-ratio: 1 / 1;
}

.program-description-section .image-wrapper img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius:18px;
    object-fit:cover;
}



.program-description-section.svg-background {
    position: absolute;
    top: -5%;
    left: -6%;
    width: 110%;
    height: auto;
    z-index: 1;
    opacity: 1;
}

.program-description-section.svg-foreground {
    position: absolute;
    bottom: -5%;
    right: -5%;
    width: 110%;
    height: auto;
    z-index: 3;
    opacity: 1;
}


.program-description-section {
    background-color:#fff;
}

.program-description-section h2 {
    font-size:40px;
    line-height:44px;
    letter-spacing:0.4px;
    text-transform: none;
    font-weight:normal;
    text-align:left!important;  
    color:#1D1D1C!important;
    width:80%;  
}
.program-description-section p {
    color:#1D1D1C!important;
    margin-top:26px;
    line-height:26px;
    font-size:18px;
}

.program-description-section .hasOtherFont {
    font-family:"Permanent Marker";
    font-size:40px;
    line-height:40px;
}
.program-description-section .ast-container .columns {
        align-items:center;
        column-gap:20px;
    }

.program-description-section .ast-container {
        display:flex!important;
        flex-direction:column;
    }
.program-description-section .button.modal-button.button--mimas {
    margin-top:40px;
}
.program-description-section .column.is-7 {
    width:55%!important;
    padding-right:50px;
}
.program-description-section .column.is-5 {
    width:45%;
}
.program-description-section .right-column {
    padding-right:20px;
}
@media (max-width:1024px) {
    .program-description-section .right-column {
        padding-right:0px;
    }
.program-description-section .column.is-7 {
    width:100%!important;
    order:2;
    padding-top:50px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-right:0px;
    padding-left:0px;
}
.program-description-section .ast-container .columns {
    flex-direction:column;
    width:100%;
    margin: auto;
}
.program-description-section .ast-container {
    padding-left:0px;
    padding-right:0px;
}
.program-description-section .column.is-5 {
    width:60%;
    align-self:center;
    display:flex;
}
    .program-description-section p {
        font-size:16px;
        line-height:22px;
        text-align: center;
    }
   
    .program-description-section h2 {
        width:100%;
        padding-bottom:80px;
        text-align: center!important;
    }
    .program-description-section .columns h2 {
        padding-bottom:0px;
    }
    .program-description-section p {
        padding-right:0px;
    }
    .program-description-section .hasOtherFont {
        margin-top:20px;
    }
    
}

@media (max-width:768px) {
    
    .program-description-section .columns{
    display:flex;
    margin:0px;
    }
    .program-description-section .image-wrapper {
        width:100%;
        margin-top:-30px!important;
        margin:auto;
    }
    .program-description-section .svg-background {
        top:0;
    }
    .program-description-section .ast-container .column.is-5 {
      width:100%;
      margin-left:0px;
    }
   
    .program-description-section .svg-background {
        top:-15px;
    }
    .program-description-section .ast-container .column.is-7 {
        padding-left:0px;
        padding-right:0px;
        padding-top:30px;
        order:2;
    }
    .program-description-section h2 {
        font-size:30px;
        line-height:34px;
        letter-spacing:0.3px;
        text-align:center!important;
        padding-bottom:50px;
    }

 
}
/*text with image programs page*/
    
    .text-with-image-section {
    display:flex;
    justify-content:center;
    position: relative;
    padding:100px 30px;
}
.text-with-image-section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 85px;
    clip-path: polygon(100% 50%, 0 50%, 50% 100%);
}
    .text-with-image-section .columns.is-variable.is-0{
        margin:auto!important;
    }
    .text-with-image-section h2 {
    font-size:40px;
    font-weight:normal;
    letter-spacing:0.4px;
    line-height:44px;
    text-transform:capitalize;
    }
    

    .text-with-image-section .ast-container {
    margin: 0 auto;
    padding: 30px 0px;
    flex-wrap: wrap;
    row-gap:150px;
    column-gap:20px;
    display:flex;
}
.text-with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.icon-container {
    position: absolute;
    top: -70px;
    background: white;
    padding: 15px;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease;
}
.icon-left {
    left: 23%; /* When text is on the left */
    transform: translateX(-23%);
}
.icon-right {
    left: 73%; /* When text is on the right */
    transform: translateX(-73%);
}
.icon-container img {
    width: 80px;
    height: 80px;
}
.text-with-image-section h2 {
    padding-top:60px;
    padding-bottom:20px;
}
.image-container img {
    width: 100%;
    border-radius: 10px;
}
.text-with-image-section .image-container {
    padding:0!important;
    margin-top:-20px;
    margin-bottom:-20px;
    overflow: visible;
}
.learn-more-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.columns.is-variable.is-0 {
    --columnGap: 50px;
}

/* White Border Around Each Block */
.content-box {
    position: relative;
    border-radius: 18px;
    border: 3px solid white;
    text-align: center;
}

.text-with-image-about .columns.is-variable>.column {
    padding-left:50px;
    padding-right:50px;
}
.equipment .image-container img{ 
    margin-left:20px; 

}
.text-with-image-section:first-child {
    padding-right:50px!important;
}
.facilities {
    padding:20px 0px;
    flex:1;
}
.image-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Responsive gallery images (already covered, but you can reinforce if needed) */
.image-gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/* Only apply to single image (not gallery) */
.facilities .image-container > figure.image img {
    width: 416px;
    height: 380px;
    margin-left: -20px;
    object-fit: cover;
}
.facilities .image-container {
    width:40%;
    overflow: visible;
}
.facilities .text-with-icon {
    width:60%;
}


.facilities h2 {
        padding-top:80px;
    }
@media(max-width:1024px) {
    .facilities h2 {
        padding-top:50px!important;
    }
    .text-with-image-section {
        padding-top:80px;
        padding-bottom:80px;
        padding-left:30px;
        padding-right:30px;
    }
    .equipment .image-container img {
        margin-left:20px;
    }
   .text-with-image-about .columns.is-variable>.column {
        padding:20px;
    }  
    .text-with-image-section h2 {
        font-size:30px;
        line-height:35px;
        padding-bottom:0px;
        padding-top:70px;
    }  
    .text-with-image-section p {
        font-size:16px;
        line-height:22px;
        margin-bottom:50px;
    }
    .facilities .image-container > figure.image img {
        height:300px;
    }
    .text-with-image-section::after {
    bottom: -30px;
    left: 50%;
    width: 150px;
    height: 60px;

}
.facilities {
    margin-left: 20px!important;
}
.equipment {
    margin-right: 20px!important;
}

.icon-left, .icon-right {
    left:20%;
    transform:translateX(-20%);
    }
    .icon-right{
    left:75%;
    transform:translateX(-75%);
    }
}
@media (max-width:768px) {
    .icon-container {
        width:108px;
        height:108px;
        top:-50px;
    }
    .icon-container img {
        width:63.52px;
        height:63.52px;
    }
    .facilities {
    margin-left: 0px!important;
}
.equipment {
    margin-right: 0px!important;
}
    .text-with-image-section {
        padding-top:80px;
        padding-bottom:50px;
        padding-left:20px;
        padding-right:20px;
    }
    .equipment .image-container img {
        margin-left:0px;
    }
    .icon-left, .icon-right {
    left:50%;
    transform:translateX(-50%);
    }
    .text-with-image-section .ast-container {
        padding:20px;
    }
    .text-with-image-section .ast-container > .content-box:first-child, .text-with-image-section .ast-container > .content-box:last-child {
        margin-left:10px;
        margin-right:10px;
    }
    .equipment .image-container {
        margin-left:-10px;
        margin-right:-10px;
    }
    .facilities .text-with-icon {
        width:100%;
    }
    .facilities .image-container {
        width: calc(100% + 20px); /* Expand beyond the container */
        margin-left: -10px; /* Offset to push outside */
        margin-right: -10px;
    }
    .facilities .image-container img {
        width: 100%!important;
        height: auto!important; 
        object-fit: cover!important;
        margin-left: 0!important;
    }
    .facilities h2 {
        padding-top:40px;
    }
}

/*Pricing section*/

.pricing-section .svg-background {
    position: absolute;
    top: -10%;
    left: -15%;
    width: 120%;
    height: auto;
    z-index: 1;
    opacity: 1;
}
    .pricing-section .svg-foreground {
    position: absolute;
    top: -12%;
    right: -7%;
    width: 115%;
    height: auto;
    z-index: 3;
    opacity: 1;
}
    .pricing-body {
        padding:45px 20px 20px 20px;
        text-align: left;
    }
    .pricing-header-box {
        background:#ffffff;
        border-radius: 10px;
        padding: 20px 40px 20px 20px;
        position: relative;
        z-index: 1;
        min-height: 250px;

    }
    .price-container {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
    }
    span.price {
        font-size:60px;
        line-height: 60px;
        font-family: Protest Strike;
        color:#1D1D1CE6;

    }
    span.price-suffix {
        font-family:Protest Strike;
        font-size:30px;
        line-height: 44px;
        color:#1D1D1C
    }
    .price-title {
        font-size: 40px!important;
        line-height: 44px!important;
        letter-spacing: 0.4px!important;
        text-transform: capitalize!important;
        text-align: left;
        color: #1D1D1C!important;
        margin-bottom: 0px!important;

    }
    .pricing-feature {
        list-style: none;
        text-align: left;
        margin-left:0;
        display:flex;
        flex-direction: column;
        gap:20px;
    }
    .pricing-feature li:first-child {
        font-weight: bold;
    }
    .pricing-feature li::after { 
    content: "";
    display: block;
    width: 104px;
    height: 3px;
    margin-top: 8px;
    }
    .pricing-section .cta-with-bg-section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 85px;
    background-color: #f7f1ef;
    clip-path: polygon(100% 50%, 0 50%, 50% 100%);
    }
/* Make the section relative so the background stays behind */
.pricing-section.cta-with-bg-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 30px;
    text-align: center;
    overflow: visible;
    padding-bottom:100px;
    padding-top:0px;
}
.pricing-section.cta-with-bg-section {
	padding-bottom:250px!important;
	margin-bottom:-175px;
}
.pricing-section .overlay-color {
	z-index:3!important;
}
.pricing-after .hero-pages-image.hero.is-fullheight {
    height: 100%!important;
    min-height: 100%!important
}
.pricing-after .ast-container {
	padding:250px 30px 200px;
}
@media(max-width:768px) {
	.pricing-after .ast-container {
		padding:250px 20px 150px;
	}
	.pricing-after .hero-pages-image .section-content, .pricing-after .column {
		padding:0px!important;
	}
}
/* Background Image */
.pricing-section.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.pricing-section .ast-container {
    gap:30px;
    margin-top:-100px!important;
}


.pricing-section .pricing-box-wrapper {
    flex: 1;
    position: relative;
    display:flex;
}

.pricing-box {
    background:#1D1D1C;
    color: white;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

/* Highlight Gold Plan */
.pricing-section .featured-gold {
    position: relative;
    z-index: 2;
}

@media (max-width:1200px) {
        .pricing-header-box {
            min-height: auto!important;
        }
        .pricing-section .svg-foreground {
            top:-6%!important;
            width:120%!important;
            right:-10%!important;
        
        }
        .pricing-section .svg-background {
            top:-7%!important;
            left:-16%!important;
            width:125%!important;
        }
    }
    @media (max-width:1024px) {
        .pricing-box-wrapper{
            width:30%;
            flex:1;
        }
        .pricing-header-box {
            padding:15px 45px 15px 15px;
        }
        .pricing-box {
            padding:10px;
        }
        .pricing-section .ast-container {
            flex-direction: row;
            margin-top:-130px;
        }
        .price-title {
            font-size:30px!important;
            line-height: 35px!important;
        }
        .pricing-section .svg-background {
            width:120%!important;
            left:-15%!important;
            top:-9%!important;

        }
        .pricing-section .svg-foreground {
            top:-10%!important;
            width:120%!important;
            right:-10%!important;
        
        }
        span.price-suffix {
            font-size:25px;
            line-height:30px;
        }
        span.price {
            font-size:40px;
            line-height: 40px;
        }
    }
    @media (max-width:900px) {
        .pricing-section .svg-background {
            width:120%!important;
            left:-15%!important;
            top:-5%!important;

        }
        .pricing-section .svg-foreground {
            top:-7%!important;
            width:120%!important;
            right:-10%!important;
        
        }
      
    } 
    @media (max-width:768px) {

        span.price {
            font-size:50px;
            line-height: 50px;
        }
        .price-container {
            flex-direction: row;
            align-items: flex-end;
        }
        .pricing-box-wrapper {
            width:100%;
            text-align: center;

        }
        .pricing-section {
            padding:50px 20px;
            display: flex;
            justify-content: center;
        }
        .pricing-section .ast-container{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
       
  
        .pricing-section .svg-foreground, .pricing-section .svg-background {
display:none!important;        
        
        }
        .pricing-feature {
            text-align: center;
            font-size: 16px;
            line-height: 22px;
        }
        .pricing-feature li {
            line-height: 24px;
        }
        
        .pricing-feature li::after {
            margin: auto;
            margin-top:20px!important;
        }
        .pricing-body {
            text-align: center;
        }
        .pricing-section .overlay-color {
            display:flex;
            justify-content: center;
        }
        .pricing-header-box {
            padding: 20px;
            margin: 10px;
            text-align: center;
            min-height: 200px!important;
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: auto!important;
        }
        .price-title {
         text-align: center;
        }
    } 
   
/* Video block code testimonials page*/
.video-testimonial-section {
        margin-bottom: 50px!important;
    }
    .video-testimonial-section .entry-content h3 {
        font-size:30px;
    }


    .video-content-has-bg {
        padding:0px;
    }
    .video-content-has-bg h3 {
        font-weight: 400;
        font-size:40px;
    }
    .video-content-has-bg p {
        font-size:18px;
        width: 800px;
        margin: auto;
        margin-bottom: 50px!important;
    }

    .video-testimonial-section .overlay-color {
    padding: 280px 20px 80px;
    background: white;
}
.video-description-bg {
    display: flex;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    z-index: 1;
    border-radius: 18px;
}


.video-caption{
    color:#000;
    font-size: 20px;
    line-height: 26px;
    justify-content: center;
    display: flex;
    margin-top:10px;
    margin-bottom: 0px;
}
.client-role {
    font-family: "Permanent Marker";
    font-size: 20px;
    line-height: 26px;
    justify-content: center;
    display: flex;
    padding-bottom:10px;
}
iframe {border-radius: 18px;}
@media(max-width:1024px) {
    .video-testimonial-section .is-multiline.ast-container {
        flex-direction: row!important;
    }
    .video-content-has-bg p {
        width: 100%;
    }

}
@media(max-width:768px) {
    .video-testimonial-section .video-has-padding>div {
    z-index: 2;
    padding: 0;
}
.video-testimonial-section .site-content .ast-container {
        flex-direction: column;
        row-gap: 30px;
        display: flex;
    }
    .video-container {
        display: flex;
        justify-content: center;
    }

.video-content-has-bg h3 {
    
        font-size:30px;
}
.video-testimonial-section .overlay-color {
    padding:200px 20px 110px;
}
.pages-hero.testimonials-hero .has-text-centered {
    padding-top:0px!important
}
.title-with-description-and-triangle-decoration .overlay-title {
    margin:0!important;
    width: 100%;
    max-width: 100%;
}
}

/*Free intro with form block free intro page*/
.free-intro-section .description p{
        font-size: 18px!important;
    }
    .free-intro-section .free-intro{
    position: relative;
    overflow: hidden;
    min-height: 100vh!important;
    z-index: 1;
    margin-bottom: -200px;
    margin-top:-200px;
}
.free-intro-section.free-intro .ast-container {
    position: relative;
    z-index: 1;
    padding: 300px 20px 50px 20px;
}
.free-intro-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.free-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(29, 29, 28, .74);
}
.free-intro-description {
    font-size:18px;
}
@media(max-width:1024px) {
    .free-intro-section .ast-container {
        flex-direction: row;
    }
}

@media(max-width:768px) {
    .free-intro-section .ast-container {
        flex-direction: column;
    }
    .free-intro-section.free-intro .ast-container {
        padding: 200px 20px 0px;
    }
    .free-intro-description,.free-into-form  {
        padding:0px!important;
    }
     .free-intro-description {
        margin-bottom: 30px;
     }
}

/* Job position block locations page*/
.job-position-section {
    position: relative;
    margin-bottom: -320px!important;
    margin-top: -1px;
  }
  
  .job-position-section {
    padding: 250px 20px 550px;
  }
  
  .job-position-section .column {
    padding: 0;
  }
  
  .job-position-section .box {
    height: 100%;
    border-radius: 0;
    padding: 30px;
    transition: all 0.2s linear;
  }
  
  .jobs-section-description {
    margin-bottom: 40px;
    
  }
  
  .job-position-section .media-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  
  .job-position-section .level {
    justify-content: end;
    margin-top: 52px;
  }
  
  .job-position-section .columns.is-variable.is-4 {
    row-gap: 46px;
  }
  
  .job-position-section .box .media {
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
  }
  
  .job-position-section .job-description {
    font-size: 18px;
  }
  
  .job-position-section .job-icon {
    position: relative;
    top: 4px;
  }
  
  .job-position-section .job-contract-icon {
    margin-left: 30px;
  }
  
  .job-position-section h4.job-title {
    font-size: 32px!important;
    line-height: 37px!important;
    text-transform: unset;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .job-position-section .hero-background {    width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;}
  
  .job-position-section  .overlay-color {
      position:relative;
      z-index:2;
      margin-bottom:-150px;
  
  }
  .job-position-section  .columns.is-variable {
      margin:auto;
  }
  .job-position-section .box {
      border-radius:18px!important;
  }
  
  .jobs-section-description .hasOtherFont {
    font-family: Permanent Marker;
    font-size:60px;
  
  }
  .jobs-section-description h2 {
    font-size:50px;
    line-height: 60px;
    font-weight: 400;
  }

  @media  (max-width: 1024px) {
    .jobs-section-description {
      margin-bottom: 10px;
    }
    .job-position-section .ast-container {
      flex-direction: row;
    }
    .jobs-section-description .hasOtherFont {
    font-size:55px;
  
  }
  .jobs-section-description h2 {
    font-size:45px;
    line-height: 60px;
  }
	  .job-position-section {
		  margin-top:-50px;
	  }
  }
  
  @media all and (max-width: 768px) {
    .job-position-section .ast-container {
      flex-direction: column;
    }
    .job-position-section {
      margin-top: -170px;
      margin-bottom:-250px!important;
      padding: 350px 20px 450px;
    }
  
    .mission-description.text-with-image-section {
      padding: 60px 20px;
    }
  
    .jobs-section-description {
      margin-bottom: 40px;
    }
  
    .job-position-section .media-content {
      width: 100%;
    }
  
    .job-position-section .level {
      justify-content: center;
      margin-top: 20px;
    }
  
    .mission-description.text-with-image-section .box .media-left {
      padding-right: 0;
    }
  
    .job-position-section .box .media {
      flex-direction: column;
      text-align: center;
    }
  
    .job-position-section .box .media .media-left {
      margin-right: 0;
      width: 100%;
    }
  
    .job-position-section .job-description {
      font-size: 16px;
      margin: 10px 0 20px;
      display: flex;
      flex-direction: column;
    }
  
    .job-position-section .job-contract-icon {
      margin-left: 0;
    }
  
    .job-position-section .columns.is-variable.is-4 {
      --columnGap: 0;
      row-gap: 20px;
    }
    .jobs-section-description h2 {
      font-size: 35px;
      line-height:45px;
    }
    .jobs-section-description .hasOtherFont {
      font-size:45px;
    }
    .job-position-section h4.job-title {
      font-size:25px!important;
      line-height: 30px!important;
    }
    .job-position-section .box {
      padding:30px 20px!important;
    }
  }
  
  /*Image box section Locations page*/
 .image-box-section .image.is-16by9 {
    padding-top: 56.25%; /* Default for image */
}

.image-box-section .image.is-16by9.is-map {
    padding-top: 0!important;
}
.image-box-section  {
        background:white;
        padding:250px 20px;
        margin-bottom: -200px!important;
        justify-content: center;
        display: flex;
    }
    .image-box-section .button.modal-button.button--mimas  { 
        margin-top:20px;

    }
    .image-box-section .card-content a {
        text-decoration: none!important;
    }
    .image-box-section h5 {
        font-weight: 400;
        font-size:30px!important;
    }
    .image-box-section .card-content {
        font-size: 16px!important;
        line-height: 22px!important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        margin-top:-10px;
        padding:35px;

    }
    .image-box-section .card-content a:hover {
	color:white;
}
.image-box-section .card.has-text-left {
    margin:auto
    }
    .image-box-section .columns.is-variable.is-2{
        z-index: 5!important;
    }
.image-box-section.locations .button-container {
	margin-top:20px;
}
@media(max-width:1024px) {
    .image-box-section .columns.is-variable.is-2.is-multiline{
                    flex-direction:row!important;
                }
                .image-box-section .card.has-text-left {
    width:100%;
    }

}

@media(max-width:768px) {

    .image-box-section .card-content {
        text-align: center;
    }
    .image-box-section {
        background:white;
        padding:200px 20px;
       
    }
}

.image-box-section .acf-map-embed iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: 0;
}

@media (max-width: 1024px) {
    .image-box-section .acf-map-embed iframe {
    height: 250px;
  }
}

/*Single list section corporate wellness page*/

.single-list-section {
    padding: 110px 30px 200px 30px;
    position: relative;
    margin-bottom: -170px;
}
.single-list-section .overlay-color {
    z-index: 2;
    position:relative;
}

.single-list-section .hero-background {
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-list-section h2{
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    color: #1D1D1C!important;
}
.single-list-section .list-with-icons li {
display: flex;
align-items: center;
list-style-type: none;
min-height: 120px;
line-height: 1.3;
padding: 0;

}
.single-list-section .list-with-icons li span.list-item-row-numbers {
font-size: 32px;
font-weight: 900;
line-height: 24px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 85px;
padding: 0;
text-align: center;

}

.single-list-section .list-with-icons li span:first-child {
height: 74px;
padding: 8px 35px 8px 12px;
font-size: 40px;
font-weight: 300;
letter-spacing: -1.76px;
font-family: "Permanent Marker",sans-serif;
width: 100%;
max-width: 125px;
text-transform: uppercase;
text-align: left;
color: #1D1D1C;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
position: relative;
}
.single-list-section .list-with-icons li span:last-child {
align-items: center;
display: flex;
width: 100%;
min-height: 110px;
padding: 34px 40px;
clip-path: polygon(4% 0,100% 0,95% 100%,0 100%);
color:#1D1D1C;
margin-left:-25px;
justify-content: center;
text-align: center;
font-size: 18px;
line-height: 26px;
}
.single-list-section .list-with-icons li span:last-child:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.single-list-section .list-with-icons {
margin: 0;
display: grid;
grid-template-columns: repeat(2,1fr);
column-gap: 40px;
row-gap: 80px;
}

@media(max-width:1024px) {
.single-list-section .list-with-icons li span:last-child{
    font-size:16px!important;
    line-height: 22px!important;
}
.single-list-section .list-with-icons {
    grid-template-columns: auto;
    width: 100%;
    column-gap: 0;
    row-gap: 30px;
}
.single-list-section .column {
    width: 100%;
    padding: 0;
}
.single-list-section .list-with-icons li span:last-child {
    clip-path: polygon(4% 0,100% 0,100% 100%,0 100%);
    margin-left:-35px;
    min-height: 90px;
    padding: 20px;
}
.single-list-section .list-with-icons li {
min-height: 100px;
width: 80%;
margin: auto;
}
.single-list-section h2{
margin-bottom: 50px;
}
}

@media(max-width:768px){
.single-list-section {
    padding: 50px 20px 180px 20px;
}
.single-list-section h2 {
    font-size:30px;
}
.single-list-section .list-with-icons li {
    width: 100%;
}
}
/* Recent post block*/
.recent-posts-container::before {
    content:"";
background-color: #1D1D1C !important;
width: 90%;
left:10%;
height:800px!important;
border-top-left-radius: 43px;
border-bottom-left-radius: 43px;
position:absolute;
z-index: 1;
}
.recent-post-section {
display: flex;
align-items: center;
gap: 20px;
border-radius: 8px;
padding-top:0px;
}

.recent-posts-container {
display: flex;
align-items: center;
width: 100%;
}


.recent-post-content {
width: 620px!important;
padding-top: 250px!important;
z-index: 6;
}

.recent-post-title {
font-size: 40px!important;
line-height: 44px;
text-transform: capitalize;
letter-spacing: 0.4px;
margin: 10px 0;
}

.recent-post-excerpt {
font-size: 16px;
color: #444;
}
/* Recent Post Section */
.recent-post-section {
display: flex;
flex-wrap: wrap;
align-items: center;
border-radius: 0px;
overflow: hidden;
}

/* Left side - Featured Image */
.recent-post-image {
	width: 50%;
z-index:1;
}
.recent-post-image img {
background-size: cover;
background-position: center;
z-index:1;
width:100%;
height: 700px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px!important;
object-fit:cover;
}

/* Right side - Post Content */
.recent-post-content {
width: 50%;
padding: 40px;
color: #fff;
text-align: left;
}

.recent-post-meta {
font-size: 16px;
color: #E8E2D8;
margin-bottom: 18px;
}

.recent-post-title {
font-size: 32px;
font-weight: normal;
margin-bottom: 15px;
}

.recent-post-excerpt {
font-size: 18px;
line-height: 26px;
color:#FFFFFFE6;
margin-bottom: 28px;
margin-top:18px;
}

.read-more {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}



/* Responsive */
@media (max-width: 1024px) {

.recent-posts-container {
    flex-direction: column;
    align-items: flex-start;
    position:relative;
}
.recent-post-image {
    width: calc(100% - 30px);
    height: 400px;
    border-radius: 0;
    border-bottom-right-radius: 40px!important;
}
.recent-post-content {
    width: 100%!important;
    padding: 30px;
    padding-top:50px!important;
    padding-bottom:80px;
}
.recent-posts-container::before {
    width:100%!important;
    left:0px!important;
    border-radius: 0px!important;
    top:0;
    bottom:0;
    height:100%!important;
}
	.recent-post-image img {
		height:400px;
		    width: 100%;

	}
}
@media (max-width: 768px) {
.recent-post-meta {
    font-size:14px;
}
.recent-post-content {
    padding:50px 20px;
}
.recent-post-title {
    font-size:30px!important;
    line-height: 34px;
    letter-spacing: 0.3px;
}

.recent-post-image {
    height: 300px;
    width: 95%;
}
	.recent-post-image img {
		height:300px;
		    width: 100%;
	}

}
@media(max-width:1024px){
  .single-post-featured-image.simple-layout-featured img{
      border-bottom-right-radius: 40px;
      width: calc(100% - 30px);
  }
}
@media(max-width:768px){
  .single-post-featured-image.simple-layout-featured img{
      height: 450px !important;
      width: calc(100% - 20px)!important;
  }
  .single-post-featured-image.simple-layout-featured .single-post-featured-img{
      object-position: top;
  }
	.single .bottom-cta {
		margin-top:-130px!important;
	}
}

/*Blog page*/
.post-meta.top-meta {
    position: absolute;
    top: 10px;
    left: 39px;
    right: 39px;
    width: calc(100% - 78px);
    z-index:1;
    font-weight: 700;
}
  .post-meta.bottom-meta {
position: absolute;
bottom: 0;
width: calc(100% - 78px);
left:39px;
right:39px;
margin-bottom:20px;
}
.category-filter-wrapper select {
appearance: none; /* Removes default styles */
-webkit-appearance: none;
-moz-appearance: none;
background-color: #fff;
border: 1px solid #ccc;
padding: 10px 30px 10px 10px; /* Adds space on the right */
border-radius: 5px;
font-size: 16px;
cursor: pointer;
position: relative;
}
.category #ajax-posts-container{
    padding-top:50px;
    padding-bottom:0px!important;
}
.search #ajax-posts-container {
    padding-top:50px!important;
}
.blog-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    border-radius:18px;
}


/* Add a custom arrow */
.category-filter-wrapper {
position: relative;
display: inline-block;
}

.category-filter-wrapper::after {
content: "▼"; /* Custom arrow */
font-size: 10px;
position: absolute;
top: 85%;
right: 15px; /* Adjust this value to move the arrow */
transform: translateY(-85%);
pointer-events: none;
color: #1D1D1C;
}
.post-reading-time {
    margin-top:5px;
}


#ajax-loader {
display: none;
text-align: center;
padding: 20px;
}

#ajax-loader img {
width: 50px;
height: 50px;
animation: spin 1s linear infinite;
}

@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.search-wrapper {
display:flex;
flex-grow: 1;
flex-wrap:wrap;
}
.search-wrapper button {
padding: 15px 28px;
line-height: 19px;
border-radius: 5px;
border:0px;


}
.blog-filters-section {
padding-top:50px!important;
padding-left: 20px!important;
padding-right: 20px!important;}
.blog-filters-section .column.is-12 {
z-index: 1;
position: relative;
margin-bottom 25px;
}
.blog-filters-section::before {
    content: "";
    width:100%;
    height:500px;
    position: absolute;
    z-index:0;
    left:0;
    margin-top: -150px;


}
.search-wrapper h4, .category-filter-wrapper h4 {
    font-size:30px;
    line-height: 44px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom:15px;
}
.search-category-wrapper {
    display:flex;
    flex-direction: row;
    flex-wrap:nowrap;
    justify-content: space-between;
}
.search-wrapper input[type=search], select {
    width:400px;
    padding:13px 21px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #D8D6D2;
    height:51px;

}
#content {
    background:white!important;
}
.blog-grid-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
column-gap: 20px;
padding:0px 20px;
}
.blog-grid-section .columns.is-variable.is-6{
padding:0px;
}
.blog-grid-section .columns.is-variable>.column {
padding-left:30px;
padding-right: 30px;
}
#primary {
width:100%;
}

.ast-right-sidebar #primary {
padding:0px;
border-right:0px;
}

.blog-post {
position: relative;
width: 100%;
height: 550px!important;
border-radius: 18px;
overflow: hidden;
background-size: cover;
background-position: center;
display: flex;
align-items: flex-end;
overflow: visible;
}
.blog-post::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent linear-gradient(180deg, #1D1D1C00 0%, #1D1D1C00 61%, #000000CC 100%) 0% 0% no-repeat padding-box;
pointer-events: none; 
border-radius: 18px;
z-index:1;

}
.blog-post::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%; /* Adjust height to control fade area */
background: linear-gradient(0deg, rgba(29, 29, 28, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
pointer-events: none;
border-radius: 18px;
}
.blog-post .overlay {
position: relative;
width: 100%;
padding: 20px 39px;
z-index:2;
}

/* Slanted background ONLY for post title */
.blog-post .post-title {
padding-left: 45px;
padding-top: 20px;
padding-right: 30px;
padding-bottom:20px;
clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
font-size: 30px;
line-height: 34px;
font-weight: normal;
display: inline-block;
width:101%;
margin-bottom: 40px;
left:15px;
display: flex;
align-items: center;
justify-content: center;
font-family: "Protest Strike";
position:absolute;
bottom:30px;
}
.blog-post .post-title a{
color:#000; }
.blog-grid-section .column.is-6 {
width:48.5%;
flex-grow:0;
}

/* Post meta container for alignment */
.blog-post .post-meta {
display: flex;
justify-content: space-between;
font-size: 16px;
color: #fff;
margin-top: 10px;
}

.blog-post .post-date {
text-align: left;
}
.blog-post .post-author {
text-align: right;
}
.blog-post .post-category {
padding: 5px 10px;
border-radius: 5px;
max-width: fit-content;
justify-self: flex-start;
position: absolute;
} 
.pagination {
width: 100%;
text-align: center;
margin-top: 30px;
clear: both; 
display: flex;
justify-content: center;
align-items: center;
}
.pagination, .pagination-list {
margin-top:30px!important;
margin:auto;
gap:0px;
z-index:6;

}
.page-numbers.current {
color:white;
}
.page-numbers{    
font-size: 16px;
width:40px;
height:40px;
padding:8px 16px;
border-radius: 25px;
color:#1D1D1C;
}
.page-numbers:focus {
color:#1D1D1C!important;
}
@media(max-width:1024px){
    .search #ajax-posts-container {
        padding-top:50px!important;
        margin-bottom:-150px;
    }
.blog-grid-section {
    padding:0px 20px 150px;
    column-gap: auto;
}

.blog-post .post-title {
    font-size:22px;
    line-height: 26px;
    margin-bottom:40px;
}
.blog-post {
    height:400px!important;
}
.blog-grid-section .site-content .ast-container {
    padding:80px 20px 50px;
}
.search-wrapper,.category-filter-wrapper {
    width: 50%;
}
#ajax-category-filter {
    display: flex!important;
}
.search-wrapper input[type=search], select {
    width:auto;
    flex:1;
}
.blog-filters-section::before {
    height:450px;
}
.blog-filters-section {
    padding:80px 20px 0px!important;
}
.blog-filters-section .column.is-12 {
        padding-top:0px!important;

}
.blog-post .post-meta {
    font-size:12px!important;
}

}
@media (max-width: 768px) {
    .blog-grid-section {
        padding: 0px 20px 150px!important;
    }
    .blog-filters-section {
        padding:50px 20px 0px!important;
    }
.blog-post::before {
    background: transparent linear-gradient(180deg, #1D1D1C00 0%, #1D1D1C00 21%, #000000CC 100%) 0% 0% no-repeat padding-box;
}
.blog-post .overlay {
    padding:0px;
}
.post-meta.bottom-meta{
    position:relative;
    width:100%;
    left:0;
    right:0;
    margin-bottom:10px;
}
.post-meta.top-meta {
    width: calc(100% - 40px);
left:20px;
right:20px;
}
.search-wrapper, .category-filter-wrapper {
width: 100%!important;
max-width: 100%;
display: flex;
flex-direction: column;
text-align: flex-start;
}

.blog-search-form {
display: flex;
width: 100%;
gap: 8px; /* Adds spacing between input and button */
}

.blog-search-form input[type="search"] {
flex: 1; /* Takes available space */
min-width: 0; /* Prevents overflow issues */
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}

.blog-search-form button {
white-space: nowrap;
padding: 10px 16px;
font-size: 16px;
background-color: #0073aa;
color: white;
border: none;
cursor: pointer;
border-radius: 4px;
}
.blog-grid-section {
    flex-direction: column;
}
.blog-filters-section .column {
    padding: 0px;
}
.search-wrapper h4, .category-filter-wrapper h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.24px;
    margin-bottom: 11px;
}
.blog-grid-section .site-content .ast-container {
    padding:50px 20px;
}
  .blog-post {
    width: 100%;
    height: 340px!important;
}
.blog-filters-section {
    padding-bottom:30px;
    padding-top:0px;
}
.search-category-wrapper {
    row-gap: 20px;
    flex-direction: column;
}
.post-meta.bottom-meta {
    padding:0px 20px;
}
.category-filter-wrapper select {
    width:100%;
}
.blog-post .post-title {
    width: 100%;
    position: relative;
    clip-path: none;
margin-bottom: -1px;
bottom:0px!important;
left:0;
padding: 20px 15px;
border-bottom-right-radius: 18px;
border-bottom-left-radius: 18px;
text-align: center;
}

.blog-grid-section .column.is-6 {
    padding:10px 0px;
    width: 100%;
}
.blog-filters-section::before {
    height:500px;
}

}

/*category page*/
.search-title .hasOtherFont{
    font-family: Permanent Marker!important;
    font-weight: 400;
}
.post-reading-time {
margin-top:5px;
}
.blog-post .post-category {
background-color: #E8E2D8;
padding: 5px 10px;
border-radius: 5px;
max-width: fit-content;
justify-self: flex-start;
position: absolute;
}

.svg-container {
position: relative; 
width: 100vw;
height: auto;
left: 50%;
transform: translateX(-50%);
overflow: visible!important;
z-index:1;
margin-top: -200px;
}
.svg-container svg {
width: 100vw;
height: auto;
display: block;
}
.ast-pagination{display:none;}

.search-title {
position: absolute;
top: 55%; /* Adjust vertical position */
left: 50%;
transform: translate(-50%, -80%);
font-size: 3rem;
font-weight: bold;
color: white;
z-index: 2;
text-align: center;
font-weight: 400;
width:100%!important;
}
@media(max-width:1024px) {
    .svg-container {
        margin-top:-50px!important;
        
    }
    .svg-container svg {
        height:500px!important;
    }
    body.single .svg-container svg{
        height:600px!important;
    }
}

/* Single post page */

.single-post .ast-container {
	flex-direction:column;
}

.single-post .ast-container:not(.related-posts-section .ast-container) {
    max-width: 100% !important;
    z-index: 1;
}

#ast-desktop-header .ast-container {
	max-width:1210px!important;
}
.single-post .ast-container {
    display:flex!important;
}
.single-post .boxed-content a {
	color:#1D1D1C!important;
	text-decoration:underline;
}
.single-post .boxed-content h5 {
		color:#1D1D1C!important;
		text-transform:none;
		font-weight:400;

}
.single-post table, .single-post h4 {
	color: inherit;
	margin-bottom: 20px;
}
.single-post .wp-block-quote {
	color:#1D1D1C;
}
    .post-categories a:hover {
        color:#1D1D1C!important;
    }
    .related-posts .blog-post .post-meta {
font-size: 14px!important;    }
    .back-to-blog a:focus {
        color:#fff!important;
    }
    .back-to-blog a:hover {
      color: rgba(255, 255, 255, .8)
    }
    .back-to-blog-button {
        padding:15px 28px!important;
        color:#1D1D1C!important;
        height: 50px!important;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
    }
    .related-posts-section {
        padding: 100px 30px 120px 30px;
        margin-bottom: -100px;
    }
.related-posts .blog-post {
    height:450px!important;
}

    .related-posts h2 {
        z-index: 2;
        padding-bottom:30px;
        font-weight: 400;
        text-transform: capitalize;
        color:#1D1D1C;

    }
    .back-to-blog {
        position:absolute;
        top:-60px;
        left:0;
        background:rgba(116, 116, 116, .5);
        border-radius: 8px;
        padding: 7px 30px;
        display: inline-flex;
        align-items: center;
    }
    .back-to-blog svg {
    width: 13px;
    flex-shrink: 0;
    margin-top:5px;
}
.related-posts .column.is-6 {
    width: 32%!important;
    flex-grow: 1;
} 
.related-posts-section .ast-container{
    flex-direction: column!important;
    z-index: 2;
    position: relative;
}

    .boxed-content {
        background: #fff!important;
        padding: 0px!important;
        font-size: 18px;
        line-height: 26px;
    }
    h2.wp-block-heading, h2.wp-block-heading strong  {
        font-size:40px;
        color:#1D1D1C;
        text-transform: capitalize;
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 0px;

    }
    h3.wp-block-heading,  h3.wp-block-heading strong  {
        font-size:35px;
        color:#1D1D1C;
        text-transform: capitalize;
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 0px;

    }
    .post-excerpt {
        max-width: 800px;
        color: #1D1D1C;
        margin: auto;
        border-left: 3px solid black;
        padding:0px 30px;
        margin: auto;
        margin-top:100px;
        align-self: center;
        font-style: italic;
    }
    .post-excerpt p {
        margin-bottom: 0px!important;
        font-size: 18px;
        line-height: 26px;
    }
    .post-top-content {
        max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 28px 70px 0px 28px;
    }

   .single-post-hero .post-meta {
        padding:30px;
        text-align: left;
        color:#1D1D1C;
        max-width: 900px;
    }
    .post-meta a {
        color:#1D1D1C;

    }
.boxed-content {
    color:#1D1D1C;
}
.single-post-dynamic-gradient {
    margin-top:-350px;
    z-index: 1;
    margin-bottom: -200px;
    position: relative;
}

.full-width {
    width: 100vw;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.single-post-hero {
    text-align: center;
    width: 100vw;

}

.single-post-featured-image img {
    width: 100vw;
    height: 800px;
    object-fit: cover;
    display: block;
    z-index: 0;
    position: relative;
    object-position: center;
}

.single-post-header {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    background-color: #1D1D1C;
    border-radius: 30px;
    padding: 28px 100px 35px 28px;
    margin-top:-180px;
    position: relative;
    z-index: 2;

}
.single-post-header .post-title {
    text-transform: capitalize;
    font-weight: 400;
}
@media(min-width:1025px) {
	.single-post-header {
	min-height: 180px;
	display: flex;
}

.post-title {
	margin:auto 0;
}
}
.full-width-container.post-container{
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    align-items: center;
   
}

.boxed-content {
    max-width: 800px;
    width: 100%;
    background: #222; 
    padding: 40px 0px 100px!important;
    border-radius: 8px;
}

.cta-section {
    width: 100vw;
    color: white;
    text-align: center;
}
.cta-section .site-content .ast-container {
    flex-direction: column!important;
    max-width: 1200px; 
    margin: 0 auto;
}


.post-reading-time {
    margin-top:5px;
  }
  .blog-post .post-category {
    background-color: #E8E2D8;
    padding: 5px 10px;
    border-radius: 5px;
    max-width: fit-content;
    justify-self: flex-start;
    position: absolute;
}

  .post-meta.top-meta {
    position: absolute;
    top: 10px;
    left: 39px;
    right: 39px;
    width: calc(100% - 78px);
    z-index:1;
    font-weight: 700;
}

.blog-post {
    position: relative;
    width: 100%;
    height: 450px; 
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    overflow: visible;
}
.blog-post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #1D1D1C00 0%, #1D1D1C00 61%, #000000CC 100%) 0% 0% no-repeat padding-box;
    pointer-events: none; 
    border-radius: 18px;
}
.blog-post::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; 
    background: linear-gradient(0deg, rgba(29, 29, 28, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    border-radius: 18px;
}
.blog-post .overlay {
    position: relative;
    width: 100%;
    padding: 20px 39px;
}

.related-posts .blog-post .post-title {
    padding-left: 45px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom:20px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    font-size: 27px;
    line-height: 32px;
    font-weight: normal;
    display: inline-block;
    width:101%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Protest Strike";
    position:absolute;
    bottom:30px;
    left:15px;
}
.blog-post .post-title a {
    color:#000;
}

.blog-post .post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.blog-post .post-date {
    text-align: left;
}
.blog-post .post-author {
    text-align: right;
}

.bottom-cta #Path3, .bottom-cta #Path4 {
    display:none!important
}
@media (min-width:2250px) {
    .single-post-dynamic-gradient {
        margin-top:-570px!important;
        margin-bottom:-240px;
    }

}
@media (min-width:1800px) {
    .single-post-dynamic-gradient {
        margin-top:-450px;
    }
}
@media(max-width:1550px) {
    .single-post-dynamic-gradient {
        margin-top:-280px;
    }
    .single-post-featured-image img {
        height: 650px!important;
    }
}
@media(max-width:1200px) {
    .single-post-dynamic-gradient {
        margin-top:-220px;
    }
}
@media(max-width:1024px){   
    
   
    .related-posts .blog-post {
        height: 400px!important;
    }
    .ast-container .post-excerpt {
        margin:auto!important;
        padding: 30px;
        margin-top:80px!important;
        margin-left:30px!important;
        margin-right:30px!important;
    }
    .full-width-container.post-container{
        padding:30px 30px 80px!important;
    }
    .post-excerpt {
        max-width: 800px;
        color: #1D1D1C;
        margin: auto!important;
        border-left: 3px solid black;
        align-self: center;
        font-style: italic;
        margin-top:80px!important;
        margin-left:30px!important;
        margin-right: 30px!important;
    }
    .post-excerpt p {
        font-size: 16px;
        line-height: 22px;
    }
    .related-posts-section {
        padding: 80px 30px 200px 30px;
        margin-bottom:-80px;

    }
    .related-posts-section .site-content .ast-container {
        padding: 0px;
        z-index: 1;
        position: relative;
        flex-direction: column!important;
    }
    .back-to-blog {
        padding:7px 10px;
        font-size: 14px;
    }
    .back-to-blog svg {
        width: 11px!important;
    }
 
    .single-post-hero {
        margin-top: -100px;
        background-color: #1D1D1C;
        flex-direction: column;
    }
    .post-title {
        font-size: 40px;
    }
    .single-post-hero .post-meta,
    .single-post-hero .post-meta a {
        color:white;
        padding: 0px;
        font-size: 14px;
    }
    
    .post-top-content {
        max-width: 100%;
        padding:80px 30px;
        background-color: #1D1D1C;
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    .single-post-hero {
        display: flex;
    }
    .single-post-header {
        padding: 0px 0px 30px 0px;
        max-width: 100%;
        margin-top:50px;
		margin-left:0px;
        background-color: transparent;

    }
    .single-post-featured-image img {
        border-bottom-right-radius: 40px;
        width: calc(100% - 30px);
    }
    .single-post-dynamic-gradient {
        margin-top:-350px;
    }
    .related-posts .blog-post .post-meta {
        font-size: 10px!important;
    }
    .blog-post .post-meta.top-meta {
        left:10px;
        right:10px;
        width: calc(100% - 20px);
    }
    .blog-post .overlay {
        padding:10px ;
    }
    .svg-container svg {
        height:600px;
    }
   .related-posts .blog-post .post-title {
        font-size:24px;
        line-height: 28px;
        margin-bottom:40px;
    }
    .blog-post {
        height:400px;
    }

    .blog-post .column.is-6, .column.is-6-tablet {
        width:32%!important;
    }
    .boxed-content {
        padding:0px!important;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 768px) {
	.search-title {
		margin-top:35px;
		font-size:35px;
		padding:50px 20px;
	}
	.search-title .hasOtherFont {
		font-size:45px;
	}
    .related-posts .blog-post {
        height: 340px!important;
    }
    .full-width-container.post-container{
        padding: 30px 20px 50px!important;
    }
  
    .bottom-cta {
        padding-left:0px;
        padding-right:0px;
        width: 100vw!important;
    }
    .bottom-cta .ast-container {
        padding: 140px 20px 200px!important;
    }
    h2.wp-block-heading, h2.wp-block-heading strong  {
        font-size:30px;
    }
    h3.wp-block-heading,  h3.wp-block-heading strong  {
        font-size:25px;

    }
    .single-post-hero .post-meta, .single-post-hero .post-meta a {
        font-size:12px;
    }
    .single-post-header .post-title {
        font-size: 30px;
    }
  
    .related-posts-section {
        padding: 50px 20px 150px;
        margin-bottom:-50px;
    }
    .post-top-content {
        padding: 50px 20px;
    }
    .ast-container .post-excerpt {
        margin: 50px 20px auto!important;
    }
    .related-posts .column.is-6 {
        width: 100%!important;

    }
    .blog-post {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    }
    .single-post-dynamic-gradient {
        margin-top:-350px;
    }
    .single-post-featured-image img {
        height:450px!important;
        object-position: top;
    }
    .blog-post::before {
        background: transparent linear-gradient(180deg, #1D1D1C00 0%, #1D1D1C00 21%, #000000CC 100%) 0% 0% no-repeat padding-box;
    }
    .blog-post .overlay {
        padding:0px;
    }
    .post-meta.bottom-meta{
        position:relative;
        width:100%;
        left:0;
        right:0;
        margin-bottom:10px;
    }
    .post-meta.top-meta {
        width: calc(100% - 40px);
    left:20px;
    right:20px;
    }


      .blog-post {
        width: 100%;
        height: 340px;
    }
    .post-meta.bottom-meta {
        padding:0px 20px;
    }

   .related-posts .blog-post .post-title {
        width: 100%;
        position: relative;
        clip-path: none;
margin-bottom: -1px;
bottom:0px!important;
    left:0;
    padding: 20px 15px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    text-align: center;
    }

    .blog-grid-section .column.is-6 {
        padding:10px 0px;
        width: 100%!important;
    }


}

/* Bottom CTA */
.bottom-cta {
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
    margin-top: -70px;
    background: transparent;
    margin-top:5px!important;
    width:100vw;
}
.bottom-cta .column {
    z-index: 1;
}



.bottom-cta h2 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.bottom-cta .cta-side-section-description {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 42px;
    font-weight: 500;
    color: white;
}

.bottom-cta .hasOtherFont {
    font-size: 90px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Permanent Marker", cursive;
}

.bottom-cta strong {
    color: white;
}

.cta-dynamic-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

#Abstract_divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

@media(max-width:1024px) {
    .bottom-cta {
        margin-top:-170px!important;
		min-height:100%!important;
    }
	.bottom-cta h2 {
		font-size:45px;
		line-height:55px;
	}
	.bottom-cta .hasOtherFont {
		font-size:75px;
		line-height:85px;
	}
}

@media (max-width: 768px) {
    .bottom-cta {
        margin-bottom: -210px!important;        
    }
    
    .bottom-cta h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .bottom-cta .hasOtherFont {
        font-size: 45px;
        line-height: 1.2;
    }
    
    .bottom-cta .cta-side-section-description {
        font-size: 16px;
        line-height: 22px;
    }
    
    .bottom-cta .ast-container {
        padding: 0 15px;
    }
    
    .modal-card {
        width: 95%;
        max-height: 95vh;
    }
}

/* Related programs section single program page */
.related-programs .card-content  {
    width:100%;
    font-size:18px;
    line-height: 26px;
    }
    .related-programs .ast-container {
        flex-wrap:wrap;
        justify-content: center;
        row-gap:30px;
        column-gap:30px!important;
        padding-left:0px!important;
        padding-right:0px!important
    }
    .related-programs .column.is-4 {
        width:30%;

    }
    .related-programs .ast-container:has(> .column.is-4:nth-child(2)):not(:has(> .column.is-4:nth-child(3))) .column.is-4,
    .related-programs .ast-container:has(> .column.is-4:nth-child(4)):not(:has(> .column.is-4:nth-child(5))) .column.is-4 {
        width: 38%;
    }
    .related-programs .ast-container:has(> .column.is-4:nth-child(2)):not(:has(> .column.is-4:nth-child(3))) .column.is-4 img,
    .related-programs .ast-container:has(> .column.is-4:nth-child(4)):not(:has(> .column.is-4:nth-child(5))) .column.is-4 img {
        width: 100%;
        height: auto;
        max-height: 500px; 
        object-fit: cover;
    }
    .related-programs .button.modal-button.button--mimas{
        margin-top:20px!important;
    }
    
    .related-programs {
        padding:50px 30px 110px;
    }

    .related-programs .column.button-container.has-text-centered {
        align-items: flex-start!important;
    }
    .related-program-title h2 {
        font-weight: 400!important;
    }
    .related-program-title .hasOtherFont {
        font-family: "Permanent Marker"!important;
    }
    .related-programs .button.modal-button.button--mimas {
        text-decoration:none!important;
    }
    .related-programs .button.modal-button.button--mimas:hover  {
        color:#fff!important;
    }
    .related-programs .card {
        display: flex;
        flex-direction: column;
        height: 100%;
    
    }
    
    .related-programs .card-content {
        display: flex;
        flex-direction: column;
        flex: 1;
            text-align:center;
    }
    
    .related-programs .card-content .content {
        flex-grow: 1; 
        display: flex;
        flex-direction: column;
    }
    .related-programs .columns .ast-container {
        margin-top:auto;
    }

    @media (max-width:1024px) {
        .related-programs {
            padding: 30px 30px 200px;
        }
        .related-programs .card-content  {
            font-size:16px;
            line-height: 22px;
            }
    }

    @media (max-width:768px) {
        .related-programs {
            padding: 30px 20px 200px!important;
        }
    }

/*404 page*/
.error404 .ast-row {
    margin:auto;
}

.error404 header.site-header,
.error404 footer.site-footer,.error404 .footer-top {
    display: none !important;
}
.error404 .site-content .ast-container {
    justify-content: center;
    text-align: center;
    min-height: 100dvh;
    align-items: center;
    padding:50px 30px;
    display:flex;
}
.error404 .button.modal-button.button--mimas {
    margin-top:15px;
}
.error404 .site-content p {
    font-size: 20px;
    line-height: 26px;
  
}
.error404 .site-content h1 {
 
}
.error404 .site-logo {
    width:150px;
    padding-bottom: 30px;
    margin:auto;
}
@media (max-width:768px) {
    .error404 .site-content .ast-container {
        padding: 50px 20px;
    }
}
/*Gallery block*/
.gallery-section .gallery-wrapper img {
    object-fit: cover;
    border-radius: 8px;
}

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

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

}
/* Gallery lightbox*/
.gallery-section .modal.gallery-lightbox {
    z-index: 100000 !important;
}
.gallery-section .button {
    border: none !important;
}
.gallery-section :where(h2, h3, h4, p, a, strong) {
    color: #1D1D1C !important;
}
.gallery-section .modal-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 92vw;
    overflow: visible;
}

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

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

.gallery-section .modal-close {
    position: absolute;
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    z-index: 1;
    border-radius: 0px;
}

.gallery-section .glb-nav {
    position: absolute;
    width: 20px;
    height: 20px;
    stroke: #000;
    stroke-width: 3;
    fill: none;
}

.gallery-section .glb-prev {
    left: -60px;
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
    padding-top: 0px;
    z-index: 10;
}
.gallery-section .glb-next {
    right: -60px;
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
    padding-top: 0px;
    z-index: 10;

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

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

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

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

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

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

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

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

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

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

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

.gallery-scroll .gallery-wrapper {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Force-hide hidden gallery items on desktop */
.gallery-section .gallery-block .gallery-item.gallery-item-hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*CTA Triangle block*/

.title-with-description-and-triangle-decoration.section {
    position: relative;
}

.cta-dynamic-gradient-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 0;
}

.cta-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2497.2 1020.9' preserveAspectRatio='none'%3E%3Cpath d='M0,45.6v877.3l336.4-37.8,471.5,133,765.8-75.2,524.1,75.2,399.5-61.9V60.2l-562.5,95.7-395.7-78.1-594.3,72.2-295-72.2-403.1,78.1L0,45.6Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2497.2 1020.9' preserveAspectRatio='none'%3E%3Cpath d='M0,45.6v877.3l336.4-37.8,471.5,133,765.8-75.2,524.1,75.2,399.5-61.9V60.2l-562.5,95.7-395.7-78.1-594.3,72.2-295-72.2-403.1,78.1L0,45.6Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.title-with-description-and-triangle-decoration .container {
    position: relative;
    z-index: 10;
}

.title-with-description-and-triangle-decoration .columns {
    position: relative;
    z-index: 10;
}

@media(min-width:1025px) {
.title-with-description-and-triangle-decoration .content-container, .triangle-nomargin .content-container{
	padding:250px 0px 300px!important;
}
.title-with-description-and-triangle-decoration.home-cta .ast-container {
	padding:350px 10px 180px!important;
}
}

.line-thick2, .line-thin2 {
	display:none;
}

.home-cta .line-thick2,.home-cta .line-thin2 {
	display:block;
}
@media(max-width:768px) {
	.home-cta .line-thick2,.home-cta .line-thin2 {
	display:none;
}
}

.title-with-description-and-triangle-decoration .columns {
	max-width:100%;
	margin:auto;
}
.home-cta .column {
	padding:0;
}
	@media (max-width:1800px) {
.cta-overlay.dynamic-gradient {
        transform: scaleX(1.4);
        transform-origin: center center;
    }
    
    .cta-background-image {
        -webkit-mask-size: 140% 100%; 
        mask-size: 140% 100%;
        -webkit-mask-position: center center;
        mask-position: center center;
    }
}
@media (max-width: 1024px) {
    .cta-overlay.dynamic-gradient {
        transform: scaleX(2);
        transform-origin: center center;
    }
    
    .cta-background-image {
        -webkit-mask-size: 200% 100%; 
        mask-size: 200% 100%;
        -webkit-mask-position: center center;
        mask-position: center center;
    }
}

@media (max-width: 767px) {
    .cta-overlay.dynamic-gradient {
        transform: scaleX(2.5);
        transform-origin: center center;
    }
    
    .cta-background-image {
        -webkit-mask-size: 250% 100%;
        mask-size: 250% 100%;
        -webkit-mask-position: center center;
        mask-position: center center;
    }
}
/* Responsive line thickness */
@media screen and (max-width: 768px) {
    .line-thick {
        stroke-width: 3px;
    }
    
    .line-thin {
        stroke-width: 1.5px;
    }
}