/*
Theme Name: Fresh Digital v26
Template: hello-elementor
Author: Fresh Digital Australia
Author URI: https://freshdigital.com.au/
Description: A theme develop for Fresh Digital Australia by Fresh Digital.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1781579146
Updated: 2026-06-16 13:05:46

*/

html,
body {
    overflow-x: hidden;
}

.mobile-menu ul.elementor-nav-menu ul.sub-menu a {
    font-size: .9rem !important;
    font-weight: 500 !important;
    color: var(--e-global-color-text) !important;
}

.mobile-menu ul.elementor-nav-menu ul.sub-menu a:hover,
.mobile-menu ul.elementor-nav-menu ul.sub-menu a:hover {
    color: var(--e-global-color-primary) !important;
}

.mobile-menu a.elementor-item.has-submenu {
    justify-content: space-between;
}

.subhero-bg>.e-con-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to top, var(--e-global-color-a3ea29b), transparent 42%);
}

.subhero-bg>.e-con-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(89, 195, 186, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(89, 195, 186, .04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black, transparent 80%);
    pointer-events: none;
    z-index: 1;
}

.subhero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, var(--e-global-color-a3ea29b) 6%, rgba(2, 30, 24, .74) 48%, rgba(2, 30, 24, .52) 100%);
}


.subhero-bg>.e-con-inner>.elementor-element::before {
    content: '';
    position: absolute;
    top: -80%;
    left: 90%;
    transform: translateX(-50%);
    width: 760px;
    height: 480px;
    background: radial-gradient(ellipse, rgba(89, 195, 186, .08), transparent 65%);
    pointer-events: none;
}

.subhero-bg>.e-con-inner>.elementor-element>.e-con-inner {
    position: relative;
    z-index: 3;
}

/*--------Home Hero----------*/

.home-hero::before{
    filter: grayscale(40%) brightness(0.7);
}

.home-hero::after {
    content: '';
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    height: 480px;
    background: radial-gradient(ellipse, rgba(89, 195, 186, .08), transparent 65%);
    pointer-events: none;
}
.home-hero>.e-con-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(89, 195, 186, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(89, 195, 186, .04) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black, transparent 80%);
    pointer-events: none;
    z-index: 1;
}

.home-hero>.e-con-inner::after {
    position: absolute;
    top: 10%;
    right: -8%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(89, 195, 186, .11), rgba(89, 195, 186, .03) 45%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
}

.home-hero>.e-con-inner>.elementor-element>.e-con-inner {
    position: relative;
    z-index: 3;
}

.section-title i,
.section-title em,
.section-title strong,
.section-title b {
    color: var(--e-global-color-primary);
}

b,
strong {
    font-weight: 700;
}

.btn-amber {
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-amber:hover {
    transform: translateY(-1px);
}

.counter-box .elementor-counter-number-wrapper * {
    font-family: var(--e-global-typography-primary-font-family);
}

.fcard {
    border: 1px solid var(--e-global-color-9979171);
    border-radius: 22px;
    background: radial-gradient(125% 100% at 100% 0%, rgba(89, 195, 186, .1), rgba(89, 195, 186, 0) 58%), var(--e-global-color-secondary);
    padding: 1.9rem;
    transition: .3s;
}

.fcard:hover {
    background: radial-gradient(125% 100% at 100% 0%, rgba(89, 195, 186, .2), rgba(89, 195, 186, 0) 58%), var(--e-global-color-891ee7d) !important;
}

.fcard .elementor-icon {
    border-color: rgba(27, 122, 90, 0.42) !important;
}

.fcard:hover .elementor-icon {
    border-color: rgba(89, 195, 186, .45) !important;
    background: rgba(89, 195, 186, 0.1) !important;
}

.company-timeline .timeline-item__card-inner {
    background: radial-gradient(125% 100% at 100% 0%, rgba(89, 195, 186, .13), rgba(89, 195, 186, 0) 58%), var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-9979171);
    border-radius: 22px;
    padding: 1.5rem 1.7rem;
    transition: transform .3s, border-color .3s;
}

.company-timeline .timeline-item__card-inner:hover {
    transform: translateY(-3px);
    border-color: var(rgba(27, 122, 90, 0.42));
}

.company-timeline .timeline-item__card-arrow {
    display: none;
}

.company-timeline .timeline-item__point:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 15px;
    transform: translateX(-50%) !important;
    height: 15px;
    border-radius: 50%;
    background: #021e18;
    border: 2px solid #59C3BA;
    box-shadow: 0 0 0 5px #021E18, 0 0 16px rgba(89, 195, 186, .45);
}

.company-timeline .timeline-item__card-content ul {
    list-style: none;
    padding-left: 10px;
    margin-left: 0;
}

.company-timeline .timeline-item__card-content ul>li:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: -2px;
    left: -8px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    flex-shrink: 0;
}

.media-card {
    border-radius: var(--card-rad);
    overflow: hidden;
    border: 1px solid var(--e-global-color-9979171);
    position: relative;
    height: 100%;
    background: var(--e-global-color-secondary);
}

.media-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 30, 24, .78), rgba(2, 30, 24, .12) 60%);
    z-index: 1;
}

.team-item {
    position: relative;
    cursor: pointer;
}


.team-item .elementor-image-box-wrapper {
    position: relative;
    background: radial-gradient(130% 100% at 50% 0%, rgba(89, 195, 186, .12), rgba(89, 195, 186, 0) 60%), var(--e-global-color-secondary);
    border-radius: 22px;
    border: 1px solid var(--e-global-color-9979171);
    transition: transform .3s, border-color .3s;
    z-index: 1;
    overflow: hidden;
}

.team-item:hover .elementor-image-box-wrapper {
    transform: translateY(-4px);
    border-color: rgba(27, 122, 90, 0.42);
}

.team-item .elementor-image-box-img img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
}

.team-item .elementor-image-box-content {
    padding: 1.05rem 1.2rem;
}

.team-item .elementor-image-box-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--e-global-color-primary), #59C3BA);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
    z-index: 3;
}

.team-item:hover .elementor-image-box-wrapper::before {
    transform: scaleX(1);
}

.team-item .elementor-image-box-title {
    margin-top: 0;
}

.team-head:before {
    content: '';
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: calc(100% / 12);
    height: 1px;
    background: rgba(89, 195, 186, .4);

}

.team-head .team-item:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: rgba(89, 195, 186, .4);
    z-index: 0;
}

.top-team-item.team-item:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: rgba(89, 195, 186, .4);
    z-index: 0;
}

.cta-overlay {
    position: relative;
}

.cta-overlay:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 78% 88% at 50% 45%, rgba(2, 30, 24, .84), rgba(2, 30, 24, .985) 92%);
    z-index: 0;
}

.cta-overlay2 {
    position: relative;
}

.cta-overlay2:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--e-global-color-a3ea29b), transparent 30%, transparent 70%, rgba(2, 30, 24, .6));
    z-index: 0;
}


.cta-overlay>.e-con-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
    height: 340px;
    max-width: 92%;
    background: radial-gradient(ellipse, rgba(89, 195, 186, .12), transparent 65%);
    pointer-events: none;
    z-index: 1;
}

.inspiration-box .elementor-cta__bg-overlay {
    background-color: transparent !important;
    background: linear-gradient(to top, rgba(2, 30, 24, .78), rgb(2 30 24 / 0%) 60%);
    transition: all 0.2s ease;
}

.inspiration-box:hover .elementor-cta__bg-overlay {
    background: linear-gradient(to top, rgb(2 30 24 / 93%), rgb(2 30 24 / 20%) 60%);
}

.inspiration-box .elementor-cta__title {
    width: auto;
    font-size: .58rem;
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--e-global-color-550a95d);
    background: rgba(2, 30, 24, .6);
    border: 1px solid rgba(27, 122, 90, 0.42);
    border-radius: 100px;
    padding: .3rem .7rem;
    display: flex;
    align-items: center;
    gap: .45em;
}

.inspiration-box .elementor-cta__title::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
}

.org-line-divider {
    background: linear-gradient(to bottom, rgba(89, 195, 186, .55), rgba(89, 195, 186, .28));
}

.image-radio-1-1 img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.image-radio-3-2 img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.image-radio-4-3 img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.image-radio-3-4 img {
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.image-radio-7-8 img {
    aspect-ratio: 7/8;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.faq-style .elementor-tab-title {
    border: 0 !important;
}

.faq-style .elementor-tab-content {
    border: 0 !important;
}

.faq-style .elementor-tab-content a {
    color: var(--e-global-color-primary);
}

.faq-style .elementor-accordion-item {
    border-width: 0px !important;
    border-bottom-width: 1px !important;
}

.faq-style .elementor-accordion-icon-opened,
.faq-style .elementor-accordion-icon-closed {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid var(--e-global-color-ae25307);
    border-radius: 50%;
    text-align: center;
    line-height: 0.9;
    text-align: center;
    line-height: 1.25;
    font-size: .75rem;
    font-weight: 400;
    color: var(--e-global-color-4b49c2a);
}

.faq-style .elementor-accordion-icon-opened {
    transform: rotate(45deg);
}

.faq-style .elementor-accordion-icon-opened svg,
.faq-style .elementor-accordion-icon-closed svg {
    visibility: hidden;
}


.faq-style .elementor-accordion-icon-closed:before,
.faq-style .elementor-accordion-icon-opened:before {
    content: "+";
    display: block;
    line-height: 1.5;
}

.seo-step {
    transition: padding-left .3s;
}

.seo-step:hover {
    padding-left: .5rem;
}

.seo-step:hover .seo-sn .elementor-heading-title {
    color: var(--e-global-color-primary) !important;
}

.divi-cursor .elementor-divider-separator:after {
    animation: blink .9s step-end infinite;
}

.process-gallery {
    border-radius: 10px;
    filter: brightness(0.55) saturate(0.7);
    overflow: hidden;
}

/* .process-gallery .e-gallery-grid .e-gallery-image {
    padding-bottom: 50%;
} */

.brand-logo-gallery .elementor-image-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(3.5rem, 3.5rem);
    grid-gap: 1rem;
    margin: 0 !important;
}

.brand-logo-gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    transition: transform .2s, box-shadow .2s;
}

.brand-logo-gallery .gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: none;
}

.brand-logo-gallery img {
    opacity: .7;
    transition: opacity .25s;
    width: auto;
    max-height: 54px;
}

.brand-logo-gallery img:hover {
    opacity: 1;
}

.head-item-featured li.elementor-icon-list-item.elementor-inline-item {
    font-size: .58rem !important;
    background: rgba(89, 195, 186, .08);
    border: 1px solid rgba(89, 195, 186, .18);
    border-radius: 4px;
    padding: 0 .5rem;
}

@media screen and (max-width: 1024px) {
    .company-timeline .timeline-item__point:after {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .team-head:before {
        width: calc(100% - (((100% - 15px) / 2)));
        left: calc(((100% - 15px) / 2) / 2);
    }

    .subhero-bg>.e-con-inner>.elementor-element::before {
        top: -25%;
        left: 50%;
    }

    .team-cover-image {
        aspect-ratio: 3 / 2;
        min-height: unset;
    }
}

@media screen and (min-width: 500px) {
    .brand-logo-gallery .elementor-image-gallery .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (min-width: 768px) {
    .team-head:before {
        width: calc(100% - (((100% - 30px) / 3)));
        left: calc(((100% - 30px) / 3) / 2);
    }

    .brand-logo-gallery .elementor-image-gallery .gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (min-width: 1025px) {
    .team-head:before {
        width: calc(100% - (((100% - 75px) / 6)));
        left: calc(((100% - 75px) / 6) / 2);
    }

    .company-timeline .jet-timeline-item:nth-of-type(odd) .timeline-item__card-content {
        text-align: right;
    }

    .company-timeline .jet-timeline-item:nth-of-type(odd) .timeline-item__card-content ul {
        padding-left: 0;
        padding-right: 10px;
    }

    .company-timeline .jet-timeline-item:nth-of-type(odd) .timeline-item__card-content ul>li {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .company-timeline .jet-timeline-item:nth-of-type(odd) .timeline-item__card-content ul>li:before {
        top: -2px;
        left: unset;
        right: -8px;
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}