body.page-template-template-solutions h2 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -0.3%;
    line-height: 115%;
}

.hero {
    position: relative;
}

.hero .overlay {
    position: absolute;
    inset: 0;
    height: 80%;
    width: 45%;
    filter: blur(80px);
    background: rgba(0, 97, 254, 0.7);
    mix-blend-mode: multiply;
}

.hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.hero h1 {
    color: white;
    letter-spacing: -3.5px;
    font-size: 4.68rem;
    line-height: 1;
    font-weight: 400;
}

.hero h3 {
    color: white;
    font-weight: 400;
}

.blue__cta {
    background-color: #0061FE;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
}

.blue__cta:hover {
    color: white;
}

.blue__cta:visited {
    color: white;
}

.blue__link {
    color: #0061FE;
    font-size: 1.125rem;
}

.blue__link svg {
    transform: translateX(0);
    transition: all 1s cubic-bezier(0.1, 0.7, 0.1, 1);
}

.blue__link:hover {
    color: #0061FE;
}

.blue__link:hover svg {
    transform: translateX(5px);
}

.animation {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.animation .wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    gap: 6rem;
}

.animation .top {
    display: flex;
    align-items: center;
    gap: 8rem;
}

.animation .left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}

.animation .bottom .left {
    padding: 1rem;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 40px #0000001A;
}

.animation .right {
    flex: 1;
}

.animation .bottom {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.animation__wrapper {
    position: relative;
}

.fulfillment {
    position: relative;
    padding-top: 8rem;
}

.fulfillment::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 0.5) 80%,
            rgba(255, 255, 255, 0) 100%);
}

.fulfillment::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    filter: blur(12px);
}

.fulfillment .wrapper,
.solutions .wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
}

.fulfillment .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
}

.fulfillment img {
    height: auto;
    align-self: center;
    margin-top: 2rem;
}

.solutions__wrapper {
    position: relative;
}

.glide-solutions {
    display: none;
}

@media all and (max-width: 768px) {
    .glide-solutions {
        display: block;
    }

    body.page-template-template-solutions .fulfillment__solution {
        min-height: 30rem;
    }
}

body.page-template-template-solutions .fulfillment__solution {
    background-color: white;
}

.solutions__wrapper .solutions {
    padding-top: 8rem;
}

.solutions__wrapper .solutions .wrapper {
    gap: 1rem;
}

.solutions__wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/themes/shiphawk-new/assets/img/animations-gradient.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(10px);
    pointer-events: none;
    z-index: -1;
    transform: translateY(-36rem);
}

.solutions__wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/themes/shiphawk-new/assets/img/animations-gradient.webp);
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(10px);
    pointer-events: none;
    z-index: -1;
    transform: translateY(61rem);
    height: 67%;
}

.solutions__wrapper .solutions .container {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    padding-top: 3rem;
}

.solutions .glide__arrows {
    margin-top: 3.3rem;
    gap: 10px;
}

.solutions .glide__bullets {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media all and (max-width: 768px) {
    .solutions__wrapper .solutions .container {
        display: none;
    }
}

#Seventh-Scene {
    position: absolute;
    z-index: 1;
}

.integrations {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.integrations .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}

.integrations h3 {
    color: #003b4a;
    letter-spacing: 0%;
    font-size: 1.5rem;
    line-height: 1.16;
    font-weight: 400;
}

.integrations p {
    letter-spacing: 0%;
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #003B4A;
}

.integrations .integrations__wrapper {
    display: flex;
    gap: 1.25rem;
    margin: 2rem 0;
}

.integrations__wrapper .glide__slides {
    gap: 1.25rem;
}

.integrations__wrapper .glide__slide {
    width: auto;
    position: relative;
}

@media all and (max-width: 768px) {
    .integrations__wrapper:not(.glide-integrations) {
        display: none;
    }

    .integrations__wrapper.glide-integrations {
        display: flex;
    }
}

.integration__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0061FE;
    border-radius: 15px;
    padding: 1.3rem 2rem;
    width: 7rem;
    position: relative;
    background-color: white;
}

.integration__wrapper:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
    background-color: #0061FE;
    width: 21px;
    height: 1px;
}

/* li:not(:first-child) .integration__wrapper::before {
    left: -61px;
    width: 61px;
} */

.glide-integrations {
    display: none;
}

@media all and (max-width: 768px) {
    .integrations__wrapper .glide__slide:not(:first-child)::before {
        left: -84px;
        width: 84px;
    }

    .integration__wrapper {
        height: 5rem;
        width: 8.7rem;
    }

    .container .glide-integrations {
        display: block;
    }
}

.integration__wrapper img {
    filter: grayscale(1);
}

.integration__wrapper:hover img {
    filter: none;
    /* background: rgb(0 164 193 / 5%); */
    /* background: linear-gradient(90deg,rgba(0, 164, 193, 0.83) 0%, rgba(232, 229, 255, 0.87) 100%); */
}

.benefits {
    padding-top: 6rem;
    position: relative;
    background-color: white;
}

.benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 0.5) 80%,
            rgba(255, 255, 255, 0) 100%);
    transform: translateY(60px);
}

.benefits .wrapper {
    gap: 1.25rem;
}

.benefits .container {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 3rem;
}

.benefits .benefit {
    display: flex;
    flex-direction: column;
}

.benefit h3 {
    font-size: 6rem;
    letter-spacing: -3%;
    line-height: 109%;
    color: #0061FE;
    font-weight: 400;
}

@media all and (max-width:768px) {
    .benefit h3 {
        font-size: 3rem;
    }

    .hero h1 {
        font-size: 4rem;
    }

    body.page-template-template-solutions h2 {
        font-size: 2.5rem;
    }

    .assets.resources h3 {
        font-size: 1.25rem;
    }

    .benefits .separator {
        margin-top: 3rem;
    }
}

.benefit h6 {
    letter-spacing: -4%;
    line-height: 120%;
    font-size: 1.25rem;
    font-weight: 400;
    color: #003b4a;
}

.benefits .separator {
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    margin-top: 8rem;
}

.resources .container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1200px;
    margin: auto;
}

.resources h3 {
    color: #003b4a;
    letter-spacing: 0%;
    font-size: 1.5rem;
    line-height: 1.16;
    font-weight: 400;
}

.resources .container p {
    letter-spacing: 0%;
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #5F6B7D;
}

.assets.resources {
    background-color: white;
    padding: 8rem 0 6rem 0;
}

.resource__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.resources .testimonial__container-image {
    min-height: 35rem;
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover !important;
    position: relative;
}

.resources .testimonial__container-content {
    margin: 0;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.resources h2.resource__title {
    font-size: 1.25rem;
    font-weight: 400;
}

.resources .resource__type {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EAECEF;
    border-radius: 15px;
    padding: .5rem 1rem;
    transform: translate(16px, 16px);
}

.glide-resources {
    padding-top: 1.5rem;
}

.glide-resources .glide__arrows {
    gap: 10px;
}

.assets .glide__arrows {
    margin-top: 3.3rem;
}

.assets .glide__bullets {
    display: flex;
    gap: 10px;
    margin-bottom: 2px;
}

.glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #0061FE;
}

.glide__bullets .glide__bullet {
    width: 10px;
    height: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: rgba(0, 59, 74, 0.25);
}

@media all and (max-width: 768px) {
    .hero .container {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .animation {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    .fulfillment {
        padding-top: 4rem;
    }

    .solutions__wrapper .solutions {
        padding-top: 4rem;
    }

    .integrations {
        padding-top: 4rem;
    }

    .benefits {
        padding-top: 4rem;
    }

    .assets.resources {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .animation .wrapper {
        max-width: 90%;
        flex-direction: column;
    }

    .animation .top {
        flex-direction: column;
    }

    .animation .bottom {
        flex-direction: column-reverse;
    }

    .fulfillment .wrapper,
    .solutions .wrapper {
        max-width: 90%;
    }

    section.hero {
        background-position: center;
    }
    .benefits .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.updated-footer {
    background-image: url(/wp-content/uploads/2026/07/footer-image.png);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.glide__arrows button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

body.page-template-template-solutions .fulfillment__solution {
    border-radius: 10px;
    box-shadow: 0px 3px 14px #0000001A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    max-width: 370px;
    padding: 60px 40px;
    gap: 20px;
}

body.page-template-template-solutions .fulfillment__solution h4 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    padding-top: 40px;
}