.solutions.solutions-header h1 {
    color: #151B33;
    font-size: 4rem;
    font-family: ClashDisplay-Medium, serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.solutions.solutions-header h4 {
    color: #FF6701;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
.solutions.solutions-header p {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding-right: 4em;
}
.solutions.solutions-card .container-fluid {
    background: linear-gradient(180deg, #FFF 0%, #D8D9DC 100%);
}
.solutions.solutions-card .z-1 {
    z-index: 1;
}
.solutions h2 {
    color: #151B33;
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-family: ClashDisplay-Medium, serif;
}
.solutions.solutions-card .box {
    border-radius: 0.5rem;
    background: #FFF;
    box-shadow: 74px 68px 28px 0px rgba(0, 0, 0, 0.00), 48px 43px 26px 0px rgba(0, 0, 0, 0.01), 27px 24px 22px 0px rgba(0, 0, 0, 0.05), 12px 11px 16px 0px rgba(0, 0, 0, 0.09), 3px 3px 9px 0px rgba(0, 0, 0, 0.10);
}
.solutions.solutions-card .sol-line {
    padding-right: 2em;
}
.solutions.solutions-card .sol-line h5 {
    color: #707070;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    transition: color 0.5s;
}
.solutions.solutions-card .sol-line h3 {
    font-family: ClashDisplay-Medium, serif;
    color: #151B33;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solutions.solutions-card .sol-line h3 svg {
    opacity: 0;
}
.solutions.solutions-card p {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.solutions.solutions-commerce .commerce-orange {
    color: #FF6701;
    font-family: ClashDisplay-Bold, serif;
    font-size: 6.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.solutions.solutions-commerce .commerce-white {
    color: white;
    -webkit-text-stroke: 1px #151B33;
    font-family: ClashDisplay-Bold, serif;
    font-size: 6.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 7);
}
.marquee {
    gap: var(--gap);
    display: flex;
    overflow: hidden;
    user-select: none;
}
.marquee__content {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 20s linear infinite;
}
.solutions.solutions-card .card-bg-lines {
    max-width: 100%;
    position: absolute;
}
.solutions.solutions-card .line-1 {
    left: 0;
    top: 0;
}
.solutions.solutions-card .line-2 {
    left: 0;
    top: 40%;
}
.solutions.solutions-card .line-3 {
    right: 0;
    top: 25%;
}
.solutions.solutions-card .line-4 {
    right: 0;
    bottom: 0;
}
.solutions .sol-line:hover {
    cursor: pointer;
}
.solutions .sol-content {
    padding: 1em;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    background: white;
    z-index: 1;
}
.solutions .sol-content__left {
    right: -100%;
}
.solutions .sol-content__right {
    left: -100%;
}
.solutions .sol-line__right h3 svg {
    transform: rotate(180deg);
}
.solutions.solutions-card .sol-line.sol-line__active h5 {
    color: #FF6701;
}
.solutions.solutions-card .sol-line .accordion-button:not(.collapsed) h5 {
    color: #FF6701;
}
.solutions.solutions-card .sol-line hr.shown {
    border-top: 0.0625rem solid #FF6701;
}
.solutions.solutions-card .sol-line.sol-line__active h3 svg {
    opacity: 100;
}
.solutions .accordion-item {
    border: 0;
}
.solutions .accordion-button {
    padding: 0;
}
.solutions .accordion-body {
    padding: 0;
}
.solutions .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
}
.solutions .accordion-button::after {
    background-image: url("/wp-content/themes/yourDelivery/images/arrow.svg");
    transform: rotate(90deg);
    width: 2.5rem;
    height: 2.5rem;
    --bs-accordion-btn-icon-width: 2.5rem;
    opacity: 1;
    transition: opacity 0.5s;
}
.solutions .accordion-button.collapsed::after {
    opacity: 0;
}
@media (max-width: 768px) {
    .solutions .sol-content {
        position: unset;
        height: auto;
        width: auto;
    }
    .solutions .sol-line h3 svg {
        transform: rotate(90deg);
    }
    .solutions.solutions-header h1 {
        font-size: 1.5rem;
        text-align: center;
    }
    .solutions.solutions-header h4 {
        font-size: 1rem;
        text-align: center;
    }
    .solutions.solutions-header p {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-right: 1em;
        padding-left: 1em;
        text-align: center;
    }
    .solutions.solutions-commerce .commerce-orange {
        font-size: 2rem;
    }
    .solutions.solutions-commerce .commerce-white {
        font-size: 2rem;
    }
    .solutions h2 {
        font-size: 1.5rem;
        line-height: 109%;
        margin-bottom: 0;
    }
    .solutions.solutions-card .container-fluid {
        background: white;
    }
    .solutions.solutions-card .box {
        border-radius: unset;
        background: white;
        box-shadow: unset;
    }
    .solutions.solutions-card .sol-line h3 {
        font-size: 1.25em;

    }
    .solutions.solutions-card .sol-line span {
        width: 90%;
    }
    .solutions .sol-content {
        padding: unset;
    }
    .solutions.solutions-card .sol-line h5 {
        font-size: 1.5rem;
    }
    .solutions.solutions-card .sol-line span {
        font-size: 1.25rem;
    }
    .solutions .accordion-body {
        font-size: 1rem;
    }
    .solutions .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        --bs-accordion-btn-icon-width: 1.5rem;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
