

/* hero  */

.mixrite-hero {
    background-image: url('https://duerdengroup.com/wp-content/uploads/2025/11/DE_web_addons-77-scaled.jpg');
    min-height: 450px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    padding: 64px;
}

@media (max-width: 767px) {
    .mixrite-hero {
        min-height: 350px;
        padding: 32px;
    }

    .mixrite-hero .mixrite-hero-content-container .mixrite-hero-content h2 {
        font-size: 48px !important;
    }
}

@media (max-width: 576px) {
    .mixrite-hero {
        padding: 32px 16px !important;
    }

    .mixrite-hero .mixrite-hero-content-container .mixrite-hero-content span {
        font-size: 20px !important;
    }

    .mixrite-hero .mixrite-hero-content-container .mixrite-hero-content h2 {
        font-size: clamp(32px, 10vw, 40px) !important;
    }

}

.mixrite-hero::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: radial-gradient(at center center, rgba(20, 12, 45, 0.49) 0, rgba(20, 12, 45, 0.3) 100%);
}

.mixrite-hero .mixrite-hero-content-container {
    max-width: 1400px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mixrite-hero .mixrite-hero-content-container .mixrite-hero-content {
    color: #fff;
    max-width: 800px;
    text-align: center;
}

.mixrite-hero .mixrite-hero-content-container .mixrite-hero-content h1 {
    font-size: 18px;
    color: #fff;
}

.mixrite-hero .mixrite-hero-content-container .mixrite-hero-content h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
}

.mixrite-hero .mixrite-hero-content-container .mixrite-hero-content span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}


/* end of hero  */

.residential-concrete-container {
    width: 100%;
    padding: 64px 32px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

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

@media (max-width: 1024px) {

    .residential-concrete-container .residential-concrete-wrapper {
        flex-direction: column;
    }

    .residential-concrete-container .residential-concrete-wrapper .residential-concrete-img,
    .residential-concrete-container .residential-concrete-wrapper .residential-concrete-content {
        width: 100% !important;
    }

    .residential-concrete-container .residential-concrete-wrapper .residential-concrete-img {
        display: flex;
        justify-content: center;
    }

    .residential-concrete-container .residential-concrete-wrapper .residential-concrete-img img {
        max-height: 400px;
        width: auto !important;
        margin: auto;
    }
}

.residential-concrete-container .residential-concrete-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1400px;
    justify-content: center;
}

.residential-concrete-container .residential-concrete-wrapper .residential-concrete-img,
.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content {
    width: 50%;
}

.residential-concrete-container .residential-concrete-wrapper .residential-concrete-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
}

.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}

.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.residential-concrete-container .residential-concrete-wrapper .residential-concrete-content a:active {
    background-color: rgb(3 109 74);
    color: #fff;

}

/* commercial concrete  */

.commercial-concrete-container {
    padding: 64px 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f3f5f7;
}

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

@media (max-width: 1024px) {
    .commercial-concrete-container .commercial-concrete-wrapper {
        flex-direction: column-reverse;
    }

    .commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content,
    .commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-img {
        width: 100% !important;
    }

    .commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-img {
        display: flex;
        justify-content: center;
    }

    .commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-img img {
        max-height: 400px;
        margin: auto;
        width: auto !important;
    }
}

.commercial-concrete-container .commercial-concrete-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content,
.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-img {
    width: 50%;
}

.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    max-width: 100%;
}

.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
}

.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}

.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.commercial-concrete-container .commercial-concrete-wrapper .commercial-concrete-content a:active {
    background-color: rgb(3 109 74);
    color: #fff;

}

/* concrete pumping  */

.concrete-pumping-container {
    padding: 64px 32px;
    width: 100%;
    display: flex;
    justify-content: center;
}

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

@media (max-width: 1024px) {
    .concrete-pumping-container .concrete-pumping-wrapper {
        flex-direction: column;
    }

    .concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-img,
    .concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content {
        width: 100% !important;
    }

    .concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-img {
        display: flex;
        justify-content: center;
    }

    .concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-img img {
        max-height: 400px;
        width: auto !important;
        margin: auto;
    }
}

.concrete-pumping-container .concrete-pumping-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
    max-width: 1400px;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-img,
.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content {
    width: 50%;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content .concrete-pumping-list {
    width: 100%;
    margin-bottom: 24px;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content .concrete-pumping-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content .concrete-pumping-list ul li {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: start;
    margin-bottom: 16px;
    font-size: 18px;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content .concrete-pumping-list ul li .tick-icon {
    width: 32px;
    height: 32px;
    max-width: 100%;
    min-width: 32px;
    display: flex;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content .concrete-pumping-list ul li .tick-icon img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content a {
    display: flex;
    width: fit-content;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}

.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.concrete-pumping-container .concrete-pumping-wrapper .concrete-pumping-content a:active {
    background-color: rgb(3 109 74);
    color: #fff;

}

/* wheelbarrow men  */

.wheelbarrow-men-container {
    padding: 64px 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.wheelbarrow-men-container .wheelbarrow-men-intro {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin-bottom: 48px;
}

.wheelbarrow-men-container .wheelbarrow-men-intro h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 500;
    margin-top: 0;
}

.wheelbarrow-men-container .wheelbarrow-men-intro p {
    font-size: 18px;
    margin-top: 0;
}

/* cards  */


.wheelbarrow-men-container .wheelbarrow-wrapper {
    width: 100%;
    max-width: 1400px;
    display: grid;
    align-items: stretch;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 577px) and (max-width: 1024px) {
    .wheelbarrow-men-container .wheelbarrow-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .wheelbarrow-men-container .wheelbarrow-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card {
        padding: 24px 12px !important;
    }
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card {
    background-color: #fff;
    border: 2px solid #e9ecf1;
    border-radius: 2px;
    break-inside: avoid;
    padding: 50px 24px;
    width: 100%;
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card .card-content {
    width: 100%;
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card .card-content .wheelbarrow-icon {
    width: 100%;
    margin-bottom: 24px;
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card .card-content .wheelbarrow-icon img {
    width: auto;
    height: 80px;
    max-width: 100%;
    min-height: 80px;
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card .card-content .wheelbarrow-text {
    width: 100%;
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card .card-content .wheelbarrow-text h5 {
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
}

.wheelbarrow-men-container .wheelbarrow-wrapper .wheelbarrow-card .card-content .wheelbarrow-text p {
    margin: 0;
}




/* comparison table  */

.concrete-comparison-table-container {
    padding: 64px 32px;
    width: 100%;
}

.concrete-comparison-table-container .concrete-comparison-title {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 48px auto;
}

.concrete-comparison-table-container .concrete-comparison-title h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.concrete-comparison-table-container .concrete-comparison-title p {
    font-size: 20px;
}

/* table  */

.concrete-comparison-table-container .concrete-table-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    gap: 96px;
    align-items: stretch;
}

@media (max-width: 1024px) {
    .concrete-comparison-table-container .concrete-table-wrapper {
        gap: 48px;
    }
}

@media (max-width: 767px) {
    .concrete-comparison-table-container .concrete-table-wrapper {
        flex-direction: column;
    }

    .concrete-comparison-table-container .concrete-table-wrapper .table-separator {
        height: 2px;
        width: 100% !important;
    }

    .concrete-comparison-table-container .concrete-comparison-title p {
        font-size: 16px;
    }

    .concrete-comparison-table-container .concrete-table-wrapper .table-for,
    .concrete-comparison-table-container .concrete-table-wrapper .table-against {
        width: 100% !important;
    }

    .concrete-comparison-table-container {
        padding: 32px 16px !important;
    }
}

.concrete-comparison-table-container .concrete-table-wrapper .table-for,
.concrete-comparison-table-container .concrete-table-wrapper .table-against {
    width: 50%;
}

.concrete-comparison-table-container .concrete-table-wrapper .table-for img,
.concrete-comparison-table-container .concrete-table-wrapper .table-against img {
    width: 40px;
    height: 40px;
    max-width: 100%;
}

.concrete-comparison-table-container .concrete-table-wrapper .table-for {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
}

.concrete-comparison-table-container .concrete-table-wrapper .table-separator {
    width: 2px;
    min-width: 2px;
    background-color: red;
}

.concrete-comparison-table-container .concrete-table-wrapper .table-against {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
}

.concrete-comparison-table-container .concrete-table-wrapper .table-for .for-reason {
    display: flex;
    gap: 20px;
    align-items: center;
}

.concrete-comparison-table-container .concrete-table-wrapper .table-against .against-reason {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* why choose us  */

.why-choose-us-container {
    width: 100%;
    padding: 16px;
}

.why-choose-us-wrapper {
    padding: 80px 64px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    border-radius: 12px;
    background-color: #e5ebf3;
}

@media (max-width: 1024px) {
    .why-choose-us-wrapper {
        padding: 40px 32px;
    }
}

@media (max-width: 767px) {
    .why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list {
        flex-direction: column !important;
    }

    .why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item {
        width: 100% !important;
    }

    .why-choose-us-wrapper {
        padding: 40px 16px !important;
    }

    .why-choose-us-wrapper .why-choose-intro h2 {
        font-size: clamp(32px, 10vw, 40px) !important;
    }
}

.why-choose-us-wrapper .why-choose-intro {
    text-align: center;
    margin: auto;
}

.why-choose-us-wrapper .why-choose-intro h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 48px;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper {
    margin: auto;
    width: 100%;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item {
    width: calc(50% - 40px);
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item .why-choose-us-list-item-container {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 12px;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item .why-choose-us-list-item-container .choose-svg-wrapper {
    width: 96px;
    height: auto;
    min-width: 96px;
    max-width: 100%;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item .why-choose-us-list-item-container .choose-svg-wrapper svg {
    width: 100%;
    height: 100%;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item .why-choose-us-list-item-container h4 {
    font-size: 20px;
    font-weight: bold;
}

.why-choose-us-wrapper .why-choose-us-list-wrapper .why-choose-us-list .why-choose-us-list-item .why-choose-us-list-item-container p {
    margin: 0;
    font-size: 16px;
}


/* faqs  */
.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;
    color: #000 !important;
    font-weight: 700;
}

@media (max-width: 767px) {
    .faq-container .faq-list .faq-item .faq button .faq-title {
        font-size: 18px !important;
    }
}

.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;
}