html {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
}

.main-image-responsive {
    display: none;
}

/* HEADER */
.primus-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.primus-toggler.navbar-toggler {
    border: none;
    background-color: #001822;
}

header .header-logo img {
    width: 200px;
}

#navbar-menu {
    justify-content: center;
}

header .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-link {
    text-transform: uppercase;
    border-bottom: 2px solid transparent !important;
    font-size: 0.9rem !important;
}

.nav-link:hover {
    border-bottom: 2px solid #00AEEF !important;
}

header .navbar {
    background-color: transparent;
    padding: 65px 10% !important;
}

.navbar-contact a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 30px;
    background-color: #1A2C57;
    border-radius: 10px;
    font-size: 1em;
    white-space: nowrap;
}

.navbar-contact a:hover {
    background-color: #00AEEF;
}

nav.scrolled {
    background-color: #00AEEF;
    padding: 10px 10% !important;
    transition: all 0.5s;
}

nav.scrolled .nav-link {
    color: #fff;
}

nav.scrolled .navbar-contact a:hover {
    background-color: #f2f2f2;
    color: #00AEEF !important;
}

nav.scrolled .nav-link:hover {
    border-bottom: 2px solid #ffffff !important;
}

/* BUTTONS */
.button {
    background-color: #00AEEF;
    padding: 10px 25px;
    border-radius: 30px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}

.button:hover {
    background-color: #1A2C57;
}

.main-button {
    margin: 15px 0;
    padding: 25px;
    border-radius: 10px;
    text-transform: uppercase;
}

/* TITLES */
main h1 {
    font-size: 4.5em;
    color: #001822;
    font-weight: bold;
    margin-bottom: 0.5em;
}

main h2 {
    color: #00AEEF;
    margin-bottom: 1em;
}

main h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

p {
    font-size: 20px;
}

/* Utils */
.separator-20 {
    height: 1px;
    margin-bottom: 20px;
}

.separator-40 {
    height: 1px;
    margin-bottom: 40px;
}

.padding-10 {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.padding-r-10 {
    padding-right: 10% !important;
}

.align-center {
    text-align: center;
}

.bg-gray {
    background-color: #E4E4E4;
    padding-top: 70px;
    padding-bottom: 25px;
}

.color-row {
    background-color: #00AEEF;
    color: white;
    padding: 30px 20px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.5;
}

/* MAIN */
.landing-frontpage {
    background-image: url("https://assets.alliancelaundry.com/wp-content/Primus/global-tpl/global-main/assets/img/background-primus-hero.webp");
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-top: 250px;
}

.landing-frontpage-title {
    padding-right: 5%;
}

.landing-frontpage .button {
    margin-top: 20px;
}

.main-image {
    text-align: right;
}

.main-image img {
    max-width: 100%;
    width: 100%;
}

.line-pattern {
    margin-top: -13% !important;
    background-image: url("https://assets.alliancelaundry.com/wp-content/Primus/global-tpl/global-main/assets/img/primus_line-pattern.webp");
    height: 550px;
    background-size: cover;
}

/* About us */
.about-us {
    margin: 150px 0;
}

.blue-dot {
    background-color: #00AEEF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 30px auto 50px;
}

.bg-gray h2 {
    color: #001822;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.about-us-title-wrapper p,
.about-us-title-wrapper h2 {
    margin-right: 20%;
}

.about-us-title-wrapper {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
}

.about-us-img {
    border-radius: 20px 0 0 20px;
}

/* Products */
.products {
    margin: 150px 0;
}

.products-slider {
    margin-top: 100px !important;
}

.product-slide {
    background-color: #DDF3FD;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

.row.product-slide {
    height: 100%;
}

.products-slider-buttons-wrapper .swiper-button-prev.swiper-button-disabled,
.products-slider-buttons-wrapper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.products .swiper {
    overflow: hidden;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

.products-slider h2,
.products-slider h3 {
    text-align: center;
}

.products-slider h2 {
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.products-slider h3 {
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

.product-description-wrapper {
    align-self: stretch;
    margin-bottom: 0;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
}

.product-description {
    float: left;
    margin-right: 30px;
}

.product-characteristic {
    font-size: 0.8em;
    text-transform: uppercase;
}

.product-characteristic-value {
    text-align: center;
    font-weight: bold;
}

.product-description-text {
    margin-bottom: 30px;
}

.product-description-text::after {
    content: "";
    clear: both;
    display: table;
}

.swiper {
    width: 100%;
}

.products-slider-buttons-wrapper {
    position: relative;
    height: 90px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.products-slider-buttons-wrapper .swiper-button-prev,
.products-slider-buttons-wrapper .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 20px 40px 0;
    color: #00AEEF;
    font-weight: bold;
}

.products-bottom-button {
    text-align: center;
    margin-top: 30px;
}

/* Segment */
.segment {
    padding: 0 !important;
}

.segment-text-wrapper {
    align-self: center;
}

/* Contact */
.contact-us {
    padding-top: 120px;
    padding-bottom: 100px;
}

.contact-us h2 {
    color: #00AEEF;
    text-transform: none;
    font-size: 3em;
}

/* FOOTER */
.footer {
    background-color: #00AEEF;
    padding: 50px 10%;
    color: #FFF;
}

.footer .footer-links a {
    padding-right: 50px;
    font-size: 0.9em;
}

.footer a {
    text-decoration: none;
    color: #FFF;
}

.footer a:hover {
    color: #1A2C57;
}

.footer-social {
    margin-bottom: 50px !important;
}

.footer .social-links-wrapper {
    display: flex;
}

.footer .social-links-wrapper a img {
    width: 30px;
}

.footer .footer-social a {
    font-size: 1.5em;
    padding-right: 2%;
}

.social-links-title {
    font-size: 1.5em;
    margin-left: 10%;
    margin-right: 10%;
}

.footer-copyright {
    font-size: 0.9em;
}

/* PROCESS SECTION */
.process-section {
    position: relative;
    padding: 90px 0 70px;
    background: linear-gradient(to bottom, #f5fbff 0%, #ffffff 55%, #f8f8f8 100%);
    overflow: hidden;
}

.process-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(rgba(224, 243, 253, 0.55), rgba(255, 255, 255, 0.78)),
                url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    opacity: 0.35;
    z-index: 0;
}

.process-section .container {
    position: relative;
    z-index: 2;
}

.process-title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.process-title span {
    color: #00AEEF;
    position: relative;
    display: inline-block;
}

.process-title span::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #00AEEF;
    margin-top: 6px;
}

.process-machine-wrap {
    margin-bottom: 10px;
}

.process-machine-img {
    max-width: 340px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.18));
}

.process-steps-wrapper {
    position: relative;
    margin-top: 20px;
}

.process-step-line {
    position: absolute;
    top: 82px;
    left: 8%;
    right: 8%;
    border-top: 3px dotted #4cc3f7;
    z-index: 1;
}

.process-steps {
    position: relative;
    z-index: 2;
}

.process-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 46px 24px 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 68, 102, 0.08);
    height: 100%;
    width: 100%;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-number {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #00AEEF;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 174, 239, 0.35);
}

.process-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #cfefff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.process-icon-circle img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.process-card h3 {
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.process-divider {
    width: 60px;
    height: 3px;
    background: #00AEEF;
    border-radius: 3px;
    margin: 0 auto 18px;
}

.process-card p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #333;
    margin: 0;
}

.process-cta {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #5f6f75;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.process-cta:hover {
    background: #00AEEF;
    color: #fff;
}

.process-cta-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #00AEEF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
    .process-title {
        font-size: 2rem;
    }

    .process-machine-img {
        max-width: 280px;
    }

    .process-step-line {
        display: none;
    }

    .process-card {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .process-section {
        padding: 70px 0 50px;
    }

    .process-title {
        font-size: 1.7rem;
    }

    .process-card {
        padding: 42px 20px 24px;
    }

    .process-card h3 {
        font-size: 1.15rem;
    }

    .process-card p {
        font-size: 0.92rem;
    }

    .process-cta {
        font-size: 1rem;
        padding: 14px 18px;
        line-height: 1.3;
    }
}

.process-icon-circle {
    position: relative;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: #cfefff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    --process-large-icon-size: 205px;
}

.process-icon-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--process-large-icon-size) !important;
    height: var(--process-large-icon-size) !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    transform: translate(-50%, -50%);
    display: block;
}
.process-cta-icon {
    position: relative;
    overflow: hidden;
    flex: 0 0 34px;
}

.process-cta-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px !important;
    height: 86px !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    transform: translate(-50%, -50%);
    display: block;
}