/* hero  */
.health-safety-hero-container {
    background-position: right 0px bottom 0px;
    background-image:
        linear-gradient(180deg, rgba(26, 25, 25, 0.4) 0%, rgba(0, 0, 0, 0) 100%),
        url('https://duerdengroup.com/wp-content/uploads/2025/11/SUBMIT-DUERDEN_WEB_BG-2-3.png');
    /* swap path if you have a new image */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0 100px;
    min-height: 650px;
  	width: 100%;
}

.health-safety-hero-container .health-safety-hero-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 16px;
    color: #fff;
}

.health-safety-hero-container .health-safety-hero-wrapper h1 {
    font-size: 20px;
    text-transform: uppercase;
	color: #fff;
}

.health-safety-hero-container .health-safety-hero-wrapper h2 {
    font-size: 82px;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .health-safety-hero-container {
        min-height: 450px;
        padding: 100px 0 64px;
    }

    .health-safety-hero-container .health-safety-hero-wrapper h2 {
        font-size: 64px;
    }

    .health-safety-hero-container .health-safety-hero-wrapper h1 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .health-safety-hero-container {
        min-height: 0;
        padding: 100px 0 64px;
    }

    .health-safety-hero-container .health-safety-hero-wrapper h2 {
        font-size: 48px;
    }

    .health-safety-hero-container .health-safety-hero-wrapper h1 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .health-safety-hero-container {
        min-height: 0;
        padding: 64px 0 64px;
    }

    .health-safety-hero-container .health-safety-hero-wrapper h2 {
        font-size: 36px;
    }

    .health-safety-hero-container .health-safety-hero-wrapper h1 {
        font-size: 16px;
    }
}

/* end of hero */

/* intro  */

.health-intro-container {
    width: 100%;
    padding: 64px 32px;
}

@media (max-width: 767px) {
    .health-intro-container {
        padding: 32px 16px !important;
    }

    .health-intro-container .health-intro-wrapper .content-wrapper .health-title-content h2 {
        font-size: 32px !important;
    }

    .health-intro-container .health-intro-wrapper .content-wrapper .health-text-content p {
        font-size: 18px !important;
    }
}

.health-intro-container .health-intro-wrapper {
    max-width: 1400px;
    margin: auto;
    width: 100%;
}

.health-intro-container .health-intro-wrapper .content-wrapper {
    display: flex;
    gap: 80px;
	margin-bottom: 24px;
}

.health-intro-container .health-intro-wrapper .content-wrapper .health-title-content {
    width: 50%;
}

.health-intro-container .health-intro-wrapper .content-wrapper .health-title-content h2 {
    font-size: 40px;
}


.health-intro-container .health-intro-wrapper .content-wrapper .health-title-content h2 span {
    color: #f42525;
}

.health-intro-container .health-intro-wrapper .content-wrapper .health-text-content {
    width: 50%;
}

@media (max-width: 1024px) {
    .health-intro-container .health-intro-wrapper .content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .health-intro-container .health-intro-wrapper .content-wrapper .health-text-content,
    .health-intro-container .health-intro-wrapper .content-wrapper .health-title-content {
        width: 100%;
    }
}

.health-intro-container .health-intro-wrapper .content-wrapper .health-text-content p {
    font-size: 20px;
}

.health-intro-container .health-intro-wrapper .health-intro-image-wrapper {
    width: 100%;
    margin-top: 48px;
}

.health-intro-container .health-intro-wrapper .health-intro-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    max-width: 100%;
}

/* end of intro  */


/* steps  */

.stay-safe-steps-container {
    padding: 64px 32px;
    width: 100%;
    background-color: #e5ebf3;
    border-top-right-radius: 100px;
}

@media (max-width: 767px) {
    .stay-safe-steps-container {
        padding: 32px 16px !important;
    }

    .stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-content {
        display: none;
    }

    .stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper {
        flex-direction: row-reverse;
    }

    .timeline-axis,
    .timeline-axis>span {
        left: 9px !important;
        transform: unset !important;
    }

    .timeline-wrapper::before,
    .timeline-wrapper::after {
        left: 18px !important;
        transform: unset !important;
    }

    .stay-safe-steps-container .stay-safe-steps-wrapper .stay-safe-intro h2 {
        font-size: 48px !important;
    }

}

@media (min-width: 768px) {
    .stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-card .inner-card h3 {
        display: none;
    }
}


.stay-safe-steps-container .stay-safe-steps-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}


.stay-safe-steps-container .stay-safe-steps-wrapper .stay-safe-intro {
    width: 100%;
    text-align: center;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .stay-safe-intro img {
    max-width: 200px;
    height: auto;
    max-width: 100%;
    margin-bottom: 32px;
	display: none;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .stay-safe-intro h2 {
    font-size: 64px;
    margin-bottom: 32px;
}


.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.timeline-wrapper {
    --mask-top: 0px;
    /* distance from wrapper top to the first dot center */
    --mask-bot: 0px;
    /* distance from wrapper bottom to the last dot center */
}

/* both masks are centered on the axis column */
.timeline-wrapper::before,
.timeline-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    background: #e5ebf3;
    /* z-index: 1; */
    pointer-events: none;
}

/* cover above first dot */
.timeline-wrapper::before {
    top: 0;
    z-index: 1;
    height: var(--mask-top);
}

/* cover below last dot */
.timeline-wrapper::after {
    bottom: 0;
    height: var(--mask-bot);
}

/* spine  */

.timeline-axis {
    position: sticky;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* center the axis over the middle column (the 20px dot column) */
.timeline-axis,
.timeline-axis>span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* pale base line (full height of the viewport) */
.timeline-axis .axis-base {
    top: 0;
    bottom: 0;
    width: 16px;
    background: #f4f3ec;
    /* light line */
}

/* red progress overlay — height driven by --p via JS */
.timeline-axis .axis-progress {
    top: 0;
    width: 16px;
    height: calc(var(--p, 0) * 1%);
    background: #f42525;
    transition: .3s ease-in-out;
}

/* end of spine  */

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper {
    display: flex;
    align-items: center;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper.two,
.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper.four {
    flex-direction: row-reverse;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper.two .timeline-content,
.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper.four .timeline-content {
    text-align: end;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-card {
    flex-grow: 1;
    flex: 1;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-card .inner-card {
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-card .inner-card h3 {
    color: #f42525;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-card .inner-card img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 16px;
	aspect-ratio: 4/5;
	object-fit: cover;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-card .inner-card p {}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-point {
    margin: 16px;
    width: 20px;
    min-width: 20px;
    z-index: 1;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-point .point-circle {
    display: flex;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    background-color: #f42525;
    border: 1px solid #e5ebf3;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-content {
    flex-grow: 1;
    flex: 1;
}

.stay-safe-steps-container .stay-safe-steps-wrapper .timeline-wrapper .timeline-step-wrapper .timeline-content h3 {
    color: #f42525;
    font-size: 40px;
}


/* end of steps  */



/* companies work with  */

.companies-work-with-container {
    width: 100%;
    max-width: 100%;
    padding: 64px 32px;
}

.companies-work-with-container .companies-work-with-intro {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.companies-work-with-container .companies-work-with-intro h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .companies-work-with-container {
        padding: 32px 16px !important;
    }
}

.companies-work-with-container .companies-work-with-wrapper {}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-slider {}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-slider .companies-work-with-slider-item {}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-slider .companies-work-with-slider-item img {}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls {
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
    display: none;
}

@media (max-width: 767px) {
    .companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls {
        display: flex !important;
        justify-content: end;
    }
}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-previous,
.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-next {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    border-radius: 1000px;
}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-previous:hover,
.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-next:hover {
    background-color: black;

}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-previous:hover svg,
.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-next:hover svg {
    fill: #fff;
}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-previous svg,
.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-next svg {
    width: 24px;
    height: 24px;
}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-previous {
    transform: rotate(90deg);
}

.companies-work-with-container .companies-work-with-wrapper .companies-work-with-controls .control-next {
    transform: rotate(-90deg);
}

/* end of companies work with  */


/* certifications  */

.faq-wrapper {
    padding: 64px 32px;
    width: 100%;
}

.faq-wrapper .faq-intro {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.faq-wrapper .faq-intro h2 {
    font-size: 48px;
}

@media (max-width: 767px) {
    .faq-wrapper {
        padding: 32px 16px;
    }
}

.faq-container .faq-list {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.faq-container .faq-list .faq-item {
    border-bottom: 1px solid black;
    width: 100%;
}

.faq-container .faq-list .faq-item .faq {
    width: 100%;
}

.faq-container .faq-list .faq-item .faq button {
    padding: 0 1rem;
    width: 100%;
    border: none;
    background: transparent;
    min-height: 68px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-container .faq-list .faq-item .faq button .faq-icon {
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    flex-shrink: 0;
    margin: 1.5rem 1rem 1.5rem 0;
}

.faq-container .faq-list .faq-item .faq button .faq-icon::before {
    background: black;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    width: 1.25rem;
    border-radius: 5px;
    transform: translateY(-50%);
    transition: transform 300ms;
}

.faq-container .faq-list .faq-item .faq button .faq-icon.spin::before {
    transform: translateY(-50%) rotate(180deg);
}

.faq-container .faq-list .faq-item .faq button .faq-icon::after {
    background: black;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    width: 1.25rem;
    border-radius: 5px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 300ms;
}

.faq-container .faq-list .faq-item .faq button .faq-icon.spin::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-container .faq-list .faq-item .faq button .faq-title {
    font-size: 20px;
    font-weight: 700;
}

.faq-container .faq-list .faq-item .faq .faq-body {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: grid-template-rows 300ms ease, opacity 200ms ease;
}

.faq-container .faq-list .faq-item .faq .faq-body.open {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 0 16px 16px;
    visibility: visible;
}

.faq-container .faq-list .faq-item .faq .faq-body>* {
    min-height: 0;
    overflow: hidden;
}

.faq-container .faq-list .faq-item .faq .faq-body p {
    margin: 0;
}

/* end of certifications  */