/* Newedge custom CSS here */

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-Regular-Trial.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-RegularItalic-Trial.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-Medium-Trial.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-Bold-Trial.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.service-entry-content ul,
.service-entry-content ol,
.blog-entry-content ul,
.blog-entry-content ol,
.services-content ul,
.services-content ol {
    margin: 0 0 20px;
    padding-left: 24px;
    font-size: 18px;
    margin-top: 10px;
}

.service-entry-content ul,
.blog-entry-content ul,
.services-content ul {
    list-style: disc;
}

.service-entry-content ul li,
.blog-entry-content ul li,
.services-content ul li {
    list-style: disc;
}

.service-entry-content ol,
.blog-entry-content ol,
.services-content ol {
    list-style: decimal;
}

.service-entry-content ol li,
.blog-entry-content ol li,
.services-content ol li {
    list-style: decimal;
}

.service-entry-content li,
.blog-entry-content li,
.services-content li {
    margin-bottom: 8px;
}

.service-entry-content li:last-child,
.blog-entry-content li:last-child,
.services-content li:last-child {
    margin-bottom: 0;
}

.service-entry-content ul li ul li,
.blog-entry-content ul li ul li,
.services-content ul li ul li{
    list-style: circle;
}

.service-entry-content a,
.blog-entry-content a,
.services-content a {
    font-weight: bold;
    text-decoration: underline;
    color: var(--title-color);
}
.service-entry-content a:hover,
.blog-entry-content a:hover,
.services-content a:hover {
    opacity: 0.8;
}
.sportshealing-video-file-popup {
    max-width: 960px;
    margin: 40px auto;
}

.sportshealing-video-file-popup video {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.video-section.has-background-video {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.video-section.has-background-video .container {
    position: relative;
    z-index: 1;
}

.sportshealing-background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.default-content-full-width-image-section {
    overflow: hidden;
}

.default-content-full-width-image {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: var(--border-radius-three);
    overflow: hidden;
}

.default-content-full-width-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--border-radius-three);
}

.service-entry-content h1, .service-entry-content h2, .service-entry-content h3, .service-entry-content h4,
.blog-entry-content h1, .blog-entry-content h2, .blog-entry-content h3, .blog-entry-content h4,
.services-content h1, .services-content h2, .services-content h3, .services-content h4{
    margin-top: 15px;
    margin-bottom: 15px;
}


p {
    position: relative;
    font-size: 18px;
    line-height: 1.6rem;
    color: inherit;
    margin-bottom: 20px;
}

/* ── Mega menu: 4-column grid (desktop ≥1200px only) ──────────────────── */
@media (min-width: 1200px) {
    .main-menu ul li.has-mega-menu > .submenu {
        min-width: 680px;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    .main-menu ul li.has-mega-menu > .submenu > li {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
        padding: 0 16px 12px 0;
        box-sizing: border-box;
        margin: 0;
        display: block;
    }

    .main-menu ul li.has-mega-menu > .submenu > li:not(:last-child) {
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    p{
        font-size: 15px;
        line-height: 1.4rem;
    }

}

/* ── Blog homepage cards: equal height + consistent images ── */
.blog-section .col-lg-4 {
    display: flex;
}

.blog-section .blog-grid-item-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.blog-section .blog-grid-item-1 .blog-grid-image {
    height: 240px;
    flex-shrink: 0;
}

.blog-section .blog-grid-item-1 .blog-grid-image a {
    height: 100%;
}

.blog-section .blog-grid-item-1 .blog-grid-image a figure {
    height: 100%;
}

.blog-section .blog-grid-item-1 .blog-grid-image a figure img {
    height: 100%;
}

.blog-section .blog-grid-item-1 .blog-grid-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-section .blog-grid-item-1 .blog-grid-content .blog-grid-button {
    margin-top: auto;
}

/* ── Video Gallery: media library thumbnail preview ── */
.video-gallery-item figure video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

/* ── Video Gallery: Filter Buttons ── */
.video-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}

.video-gallery-filters .vg-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--title-color);
    background-color: transparent;
    color: var(--title-color);
    cursor: pointer;
    border-radius: var(--border-radius-one);
    transition: all 0.3s ease;
}

.video-gallery-filters .vg-filter-btn:hover,
.video-gallery-filters .vg-filter-btn.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}

.vg-item.vg-hidden {
    display: none;
}

/* ── Age Gate Modal ── */
.age-gate-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background-color: rgba(12, 25, 62, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.age-gate-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.age-gate-modal {
    background-color: #ffffff;
    border-radius: var(--border-radius-two);
    padding: 50px 40px;
    max-width: 520px;
    width: 90%;
    text-align: center;
    box-shadow: 0 14px 28px -20px rgba(16, 24, 40, 0.24);
}

.age-gate-modal .age-gate-heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 20px;
    font-family: var(--title-fonts);
}

.age-gate-modal .age-gate-copy {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.age-gate-modal .age-gate-copy p {
    margin-bottom: 0;
}

.age-gate-modal .age-gate-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

body.age-gate-open {
    overflow: hidden;
}

.widget.widget-cta .service-cta-item .service-cta-list .service-cta-content a{
    font-size: 14px;
}

.cta-content ul li{
    color: var(--white-color);
    list-style-type: disc;
    list-style-position: inside;
    font-size: 18px;
}