.eds_news_Ozone .edn_clearFix:after {
    display: table;
    content: "";
    clear: both;
    width: 100%;
}

.eds_news_Ozone.eds_subCollection_news::after {
    display: block;
    content: "";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.eds_news_Ozone.eds_subCollection_news .fa {
    line-height: 1;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle {
    margin-block: 5px;
    text-wrap: balance;
    font-size: clamp(1rem, 4vw, 1.15rem);
    font-weight: bold;
    text-transform: initial;
}

.eds_news_Ozone.eds_subCollection_news .edn_article h1.edn_articleTitle {
    margin-block: 12px 1rem;
    font-size: clamp(1.75rem, 5vw, 2.5rem)
}

.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a {
    color: var(--color-secondary);
}

.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover {
    color: var(--color--primary);
    text-decoration: none;
}

.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
    width: 100%;
    height: 15rem;
    background: var(--color-dark-shade, #1a1a1a);
    border-bottom: 4px solid var(--color-primary);
}

.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-indent: -99999px;
    outline: 0;
    -moz-outline-style: none;
    outline-style: none;
    background: 0 0;
}

.edn_article.edn_articleDetails .article_main_image img {
    margin-bottom: 1.25rem;
}

.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper {
    margin: 20px 0;
    clear: both;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a {
    text-align: right;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background-color: #f8f8f8;
    padding: 3px 10px;
    display: block;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span {
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    color: #504e4e;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span::before {
    content: "\f09e";
    font-family: FontAwesome;
    color: var(--color-primary);
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a:hover {
    background-color: #fff;
}

.eds_news_Ozone .fa {
    font-family: FontAwesome !important;
}

.eds_news_Ozone.eds_subCollection_news .article_pager {
    background: var(--color-light-shade, #e6e6e6);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    float: right;
    clear: both;
    overflow: hidden;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 0;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a,
.eds_news_Ozone.eds_subCollection_news .article_pager>span,
.eds_news_Ozone.eds_subCollection_news .article_pagination a,
.eds_news_Ozone.eds_subCollection_news .article_pagination>span {
    display: inline-block;
    font-size: 1.042rem;
    line-height: 1;
    padding: 7px 10px;
    border-left: solid 1px var(--color-primary);
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    text-decoration: none;
    transition: all 0.2s linear;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a {
    color: #504e4e;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a.active,
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover,
.eds_news_Ozone.eds_subCollection_news .article_pagination>span {
    background: var(--color-primary);
    color: #fff;
}

.eds_news_Ozone.eds_subCollection_news .article_pager a:first-child {
    border-left: none;
}


/*! EDIT ARTICLE */

.eds_news_Ozone.eds_subCollection_news .edn_article {
    position: relative;
    z-index: 2;
    overflow: visible
}

.edn_adminActions {
    position: absolute;
    z-index: 300;
    top: 15px;
    left: 15px;
}

.eds_news_Ozone.eds_subCollection_news .admin_action::before,
.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a::before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    opacity: 0.8;
}

.eds_news_Ozone.eds_subCollection_news .admin_action.edit,
.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit {
    border-radius: 4px;
    background: #667eea;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 7px;
    transition: all .3s ease;
    position: relative;
    z-index: 100;
}

.eds_news_Ozone.eds_subCollection_news .admin_action.edit:hover,
.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit:hover {
    background: #3C7A9A;
}

.eds_news_Ozone.eds_subCollection_news .admin_action.edit::before,
.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit::before {
    content: "\f040";
}

.edn_article_gallery {
    display: none;
}

.news .edn_userDashboard {
    position: fixed!important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3000;
}


/*! END OF Ozone.css */


/* CASE STUDY & BLOG LIST LAYOUT */

.tc-grid-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-base, 1.5rem);
    max-width: 1200px;
    margin-block: 4rem 6.25rem;
    margin-inline: auto;
}

.tc__grid-item {
    text-align: left;
    list-style: none;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    transition: box-shadow .3s, transform .3s;
}

.tc__item-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.tc__grid-item .edn_articleSummary,
.tc__grid-item .edn_articleSummary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    text-align: left !important;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}

.edn_articleSummary p {
    line-height: 1.2;
}

.tc__grid-item:hover {
    box-shadow: #959da533 0 8px 24px;
}


/* Tablet: 2 columns */

@media (max-width: 991px) {
    .tc-grid-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile: single column */

@media (max-width: 575px) {
    .tc-grid-tiles {
        grid-template-columns: 1fr;
    }
}

.tc-grid-tiles .tc__grid-item {
    margin-bottom: 0;
}

.jg-caption {
    display: none!important
}

#ChameleonGallery {
    display: none!important
}


/* CATEGORY DROPDOWN */

.edNews_categoryDropdown {
    max-width: 315px;
    margin: 0 auto 2rem;
}

.edNews_categoryDropdown .edn_category_menu_wrapper,
.edNews_categoryDropdown .edn_category_menu_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* The toggle row (title + expand/collapse chevron) */

.edNews_categoryDropdown .node>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1.25rem;
    background: var(--color-primary);
    border-radius: 12px;
    cursor: pointer;
    transition: background-color .25s ease, border-radius .25s ease;
}

.edNews_categoryDropdown .node>div:hover {
    background: var(--color-secondary);
}

.edNews_categoryDropdown .node.level_0>div,
.edNews_categoryDropdown .node.level_1>div,
.edNews_categoryDropdown .node.level_2>div {
    background: #fff;
    padding: .25rem
}

.edNews_categoryDropdown .edn_module_title {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}


/* Chevron toggle — replace the text label with an icon */

.edNews_categoryDropdown .expand_collapse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    text-decoration: none;
}

.edNews_categoryDropdown .expand_collapse span {
    display: none;
}

.edNews_categoryDropdown .expand_collapse::after {
    content: "\f078";
    /* FontAwesome chevron-down */
    font-family: FontAwesome;
    color: #fff;
    font-size: .85rem;
    line-height: 1;
    transition: transform .25s ease;
}


/* Rotate the chevron when the menu is open */

.edNews_categoryDropdown .node.opened>div .expand_collapse::after,
.edNews_categoryDropdown .node.active>div .expand_collapse::after {
    transform: rotate(180deg);
}


/* The expandable panel of category links */

.edNews_categoryDropdown .node>ul {
    margin-top: .4rem;
    padding: .4rem;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 315px;
    /* Scroll long category lists instead of overflowing the page.
     !important is required because the EasyDNNnews expand/collapse
     uses a jQuery slide animation that writes inline overflow/height
     onto this <ul>, which would otherwise override these rules. */
    max-height: 300px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}


/* Slimmer, on-brand scrollbar for the panel */

.edNews_categoryDropdown .node>ul {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) transparent;
}

.edNews_categoryDropdown .node>ul::-webkit-scrollbar {
    width: 8px;
}

.edNews_categoryDropdown .node>ul::-webkit-scrollbar-track {
    background: transparent;
}

.edNews_categoryDropdown .node>ul::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 8px;
    border: 2px solid #fff;
}

.edNews_categoryDropdown .node>ul::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary);
}

.edNews_categoryDropdown .node>ul .edn_rss,
.edNews_categoryDropdown .node>ul .edn_articlecount {
    display: none !important;
}

.edNews_categoryDropdown .node>ul .edn_category {
    display: block;
    padding: .65rem .85rem;
    border-radius: 8px;
    color: var(--color-secondary);
    font-weight: 500;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
    width: 100%;
}

.edNews_categoryDropdown .node>ul .edn_category:hover {
    background: #f0f0f0;
    color: var(--color-primary);
}

.edNews_categoryDropdown .node>ul .node.active .edn_category {
    background: var(--color-primary);
    color: #fff;
}


/* Category rows that contain sub-categories */

.edNews_categoryDropdown .hasChild>.edn_category {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.edNews_categoryDropdown .hasChild>.edn_category::after {
    content: "\f105";
    /* FontAwesome chevron-right */
    font-family: FontAwesome;
    font-size: .85rem;
    color: var(--color-secondary);
    flex-shrink: 0;
    transition: transform .2s ease;
}

.edNews_categoryDropdown .hasChild>.edn_category:hover::after {
    transform: translateX(3px);
}


/* Indent nested sub-category lists under a hasChild node */

.edNews_categoryDropdown .hasChild+ul,
.edNews_categoryDropdown .hasChild ul {
    margin: .15rem 0 .35rem;
    padding-left: .85rem;
    padding-block: .25rem;
    border-left: 2px solid var(--color-light-shade, #f0f0f0);
    position: relative;
    border: none;
    box-shadow: none;
    scrollbar-color: #fff transparent!important;
}

.inner-banner.inner-banner--1 {
    margin-bottom: 4.5rem
}


/*! ======================
SLIDER BEFORE/AFTER 1
======================= */

.slider-before-after--1 {
    aspect-ratio: 1;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    max-width: 800px;
    margin-inline: auto;
}

.slider-before-after--1 .ba__figure {
    margin: 0;
    height: 100%
}

.slider-before-after--1 .ba__img,
.slider-before-after--1 .in_article_image img {
    display: block;
    inline-size: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.slider-before-after--1 .ba__figure--before {
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
    transition: clip-path 80ms linear;
    height: 100%;
}

.slider-before-after--1 .ba__figure--after {
    clip-path: polygon(var(--pos) 0, 100% 0, 100% 100%, var(--pos) 100%);
    transition: clip-path 80ms linear;
}

.slider-before-after--1 .ba__slider {
    position: absolute;
    inset: 0;
    appearance: none;
    background: transparent;
    cursor: ew-resize;
    z-index: 3;
    touch-action: none;
    height: 100%;
    outline: none;
}

.slider-before-after--1 .ba__slider::-webkit-slider-thumb {
    appearance: none;
    width: 0;
    height: 0;
}

.slider-before-after--1 .ba__slider::-moz-range-thumb {
    appearance: none;
    width: 0;
    height: 0;
    border: none;
    background: transparent;
}

.slider-before-after--1 .ba__slider::-ms-thumb {
    appearance: none;
    width: 0;
    height: 0;
}

.ba__handle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .08);
    width: 2px;
}

.slider-before-after--1 .ba__handle {
    position: absolute;
    inset: 0 auto 0 0;
    left: var(--pos);
    transform: translateX(-50%);
    width: 2px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
    z-index: 2;
    transition: left 80ms linear;
}

.slider-before-after--1 .ba__handle-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    inline-size: 35px;
    block-size: 35px;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25), inset 0 0 0 1px rgba(0, 0, 0, .12);
}

.slider-before-after--1 .ba__handle:hover .ba__handle-dot {
    animation: none;
}

.slider-before-after--1 .ba__label {
    position: absolute;
    top: 12px;
    padding: 6px 10px;
    color: #fff;
    background: var(--color-primary);
    border-radius: 999px;
    z-index: 1;
    user-select: none;
}

.slider-before-after--1 .ba__label--before {
    left: 12px;
    font-family: var(--font-headline);
    font-weight: 600
}

.slider-before-after--1 .ba__label--after {
    right: 12px;
    font-family: var(--font-headline);
    font-weight: 600
}

.icon-handle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:991px) {
    .slider-before-after--1 {
        margin-bottom: 1rem;
    }
}


/*! ======================
PROGRESS IMAGE STRIP
======================= */

.tc-progress {
    margin-inline: auto;
    margin-block: 3rem;
}

.tc-progress__title {
    margin-bottom: 1.75rem;
    font-family: var(--font-headline);
    text-align: center;
}

.tc-progress__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem var(--gap-base, 1.5rem);
    position: relative;
    counter-reset: tc-progress-step;
    align-items: start;
}

.tc-progress__item {
    position: relative;
    z-index: 1;
}


/* Numbered marker — overlaid on the image corner in the 2-up grid */

.tc-progress__item::before {
    counter-increment: tc-progress-step;
    content: counter(tc-progress-step);
    position: absolute;
    top: .75rem;
    left: .75rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-headline);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.tc-progress__media {
    border-radius: 14px;
    overflow: hidden;
    background: var(--color-light-shade, #f3f3f3);
}

.tc-progress__media .in_article_image,
.tc-progress__media .in_article_image img {
    display: block;
    width: 100%;
}

.tc-progress__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.tc-progress__body {
    padding-top: .85rem;
}

.tc-progress__step {
    display: inline-block;
    margin-bottom: .35rem;
    color: var(--color-secondary);
    font-family: var(--font-headline);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tc-progress__caption {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}


/* Single column below tablet — restore the connecting rail and inline markers */

@media screen and (max-width:767px) {
    .tc-progress__list {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .tc-progress__list::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1rem;
        width: 2px;
        background: var(--color-light-shade, #f3f3f3);
        z-index: 0;
    }
    .tc-progress__item {
        padding-left: 3rem;
    }
    .tc-progress__item::before {
        top: 0;
        left: 0;
        box-shadow: 0 0 0 4px #fff;
    }
}

@media screen and (max-width:575px) {
    .tc-progress__list::before {
        left: .75rem;
    }
    .tc-progress__item {
        padding-left: 2.25rem;
    }
    .tc-progress__item::before {
        width: 1.5rem;
        height: 1.5rem;
        font-size: .75rem;
        box-shadow: 0 0 0 3px #fff;
    }
}