.product-box {
    padding: 32px 52px !important;
}

.product-box .price p {
    font-size: 60px;
    line-height: 50px;
    font-weight: bold;
    font-family: Maison Neue;
    color: white;
}

.product-box .price-sub {
    font-size: 24px;
    color: white;
    font-weight: bold;
    font-family: Maison Neue;
}

.product-box .price-note {
    font-size: 12px;
    line-height: 18px;
    color: #ACACAC;
}

.product-mockup img {
    width: 130%;
    max-width: unset;
}

.Product header#header-id {
    margin-bottom: -70px;
}

@media only screen and (max-width: 767px) {
    .product-header,
    .product-header > div {
        background-size: 0 !important;
    }

    .product-box {
        padding: 30px 16px !important;
    }

    .product-box .price p {
        font-size: 40px;
        line-height: 34px;
    }

    .product-box .price-sub {
        font-size: 20px;
    }

    .product-mockup img {
        max-width: unset !important;
        width: 130% !important
    }
}

/*Submenu container*/
.submenu {
    z-index: 9999999999 !important;
}

.product-submenu-container {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.product-submenu-container a {
    padding: 16px 16px;
    border: 1px solid var(--e-global-color-1314401);
    border-radius: 8px;
    line-height: 1em;
    font-family: Maison Neue;
}

.product-submenu-container a.active,
.product-submenu-container a:hover {
    background: var(--e-global-color-text);
    color: white;
}

@media only screen and (max-width: 1025px) {
    /* Fade */
    #submenu:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        width: 40px;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,187,0,1) 100%);
    }

    #submenu > a:last-child {
        margin-right: 35px;
    }
}



@media only screen and (max-width: 1025px) {
    .product-submenu-container {
        overflow: scroll;
    }

    .product-submenu-container a {
        white-space: nowrap;
        padding: 12px 16px;
    }
}

.grid-4,
.grid-5,
.grid-6 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px !important;
}

.grid-6.eazyproject {
    gap: 16px !important;
}

.grid-4.smallgap,
.grid-5.smallgap,
.grid-6.smallgap {
    gap: 16px !important;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-4>div.e-con-full.e-flex.e-con.e-child,
.grid-5>div.e-con-full.e-flex.e-con.e-child,
.grid-6>div.e-con-full.e-flex.e-con.e-child {
    background: white;
    padding: 80px 16px 32px;
    border-radius: 32px;
    justify-content: flex-start;
}

.grid-4 .btn.black,
.grid-5 .btn.black,
.grid-6 .btn.black {
    margin-top: auto;
}

.grid-4 .price,
.grid-5 .price,
.grid-6 .price {
    font-weight: bold;
    font-size: 32px;
    font-family: Maison Neue;
}

.grid-4 .heading,
.grid-5 .heading,
.grid-6 .heading {
    margin-bottom: -10px !important;
    display: block;
}

.grid-5 .icon-box,
.grid-6 .icon-box {
    opacity: 0.3;
}

.grid-5 .topauto,
.grid-6 .topauto {
    margin-bottom: auto;
}

.grid-label {
    position: absolute !important;
    top: 28px;
    left: 16px;
    background: #F4F4F4;
    border-radius: 32px;
    padding: 8px 8px;
    color: #000000;
    font-size: 13px;
}

.grid-label p {
    line-height: 1 !important;
}

@media only screen and (max-width: 1025px) {

    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {

    .grid-4,
    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Grid3 */
.grid-3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px !important;
}

.grid-3>.e-child {
    background: white;
    border-radius: 32px;
    padding: 32px;
}

@media only screen and (max-width: 1025px) {
    .grid-3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}

/* Grid3 */
.grid-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 32px !important;
}

.grid-2>.e-child {
    background: white;
    border-radius: 32px;
    padding: 32px;
}

@media only screen and (max-width: 1025px) {
    .grid-2 {
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Timeline */
.timeline {
    background-image: url("/wp-content/uploads/grey-dot.svg");
    background-repeat: repeat-y;
    background-position: center;
    padding: 0 0 130px;
}

@media only screen and (min-width: 0px) {
    .timeline.shorter {
        padding: 0 16px 0 50px;
    }
}

@media only screen and (min-width: 768px) {
    .timeline.shorter {
        padding: 0 16px;
    }
}

@media only screen and (min-width: 1026px) {
    .timeline.shorter {
        padding: 0;
    }
}

.timeline:after {
    content: "";
    width: 4px;
    height: 46px;
    position: absolute;
    background: #F4F4F4;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.shorter div.timeline-block:last-child:nth-child(odd):after,
.shorter div.timeline-block:last-child:nth-child(even):after {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100% - 58px);
    background: #F4F4F4;
    bottom: 0;
    z-index: 1;
}

.shorter div.timeline-block:last-child:nth-child(even):after {
    left: unset;
    right: -58px;
}

.shorter div.timeline-block:last-child:nth-child(odd):after {
    right: unset;
    left: -58px;
}

div.timeline-block {
    border-radius: 32px;
    padding: 64px;
    background: white;
    position: relative !important;
    width: calc(50% - 48px);
}

div.timeline-block:nth-child(odd) {
    margin-left: auto;
}

div.timeline-block:nth-child(even) {
    position: relative;
}

div.timeline-block img {
    border-radius: 0;
}

div.timeline-block:nth-child(odd):before,
div.timeline-block:nth-child(even):before {
    content: "";
    top: 52px;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 200px;
    z-index: 99;
}

div.timeline-block:nth-child(odd):before {
    left: -58px;
}

div.timeline-block:nth-child(even):before {
    right: -58px;
    margin-left: auto;
}

.timeline h5 span {
    font-size: 17px;
    font-weight: 500;
    color: #D3D3D3
}

/*Colors*/
div.timeline-block.red:before {
    background: var(--e-global-color-8ebd197)
}

div.timeline-block.orange:before {
    background: var(--e-global-color-9293a5c)
}

div.timeline-block.yellow:before {
    background: var(--e-global-color-ee2250a)
}

div.timeline-block.lime:before {
    background: var(--e-global-color-503d229)
}

div.timeline-block.green:before {
    background: var(--e-global-color-675b7a5)
}

div.timeline-block.lagoon:before {
    background: var(--e-global-color-5d30577)
}

div.timeline-block.blue:before {
    background: var(--e-global-color-5648509)
}

div.timeline-block.lila:before {
    background: var(--e-global-color-4d6ba06)
}

@media only screen and (max-width: 1025px) {
    .timeline {
        padding: 0 16px 130px;
    }

    div.timeline-block {
        padding: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .timeline {
        background-position: center left 25px;
        padding: 0 16px 50px 50px;
    }

    div.timeline-block {
        margin-left: unset !important;
        width: 100%;
        padding: 32px 16px;
    }

    div.timeline-block:before {
        left: -34px !important;
        margin-left: unset !important;
    }

    div.timeline-block img {
        max-width: 60px;
    }

    .timeline:after {
        left: 24px;
        transform: unset;
    }

    .shorter div.timeline-block:last-child:nth-child(odd):after,
    .shorter div.timeline-block:last-child:nth-child(even):after {
        left: -34px;
        right: unset;
    }
}

/* Toggle block */
.menu-toggle {
    padding: 25px 16px;
    border-bottom: 1px solid var(--e-global-color-1314401);
    cursor: pointer;
}

body .menu-toggle-container {
    height: max-content;
    display: flex;
}

.menu-toggle-container .menu-toggle:last-child {
    border-bottom: none;
}

.menu-toggle.active {
    background: var(--e-global-color-1314401);
    border-radius: 32px;
}

.menu-toggle img {
    transition: 0.3s
}

.menu-toggle.active img,
.menu-toggle:hover img {
    transform: rotate(90deg)
}

@media only screen and (max-width: 767px) {
    .menu-toggle {
        padding: 10px;
        border-bottom: 0;
    }

    body .menu-toggle-container {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1025px) {
    .togglev2 .menu-toggle {
        padding: 10px;
        border-bottom: 0;
    }

    body .togglev2 .menu-toggle-container {
        flex-wrap: wrap;
    }
}

/*Content toggle*/
body .content-toggle {
    background: white;
    padding: 64px;
    border-radius: 32px;
}

body:not(.elementor-editor-active) .content-toggle {
    pointer-events: none;
    opacity: 0;
    position: absolute
}

.content-toggle strong {
    font-weight: bold;
}

body .content-toggle.active {
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

@media only screen and (max-width: 1025px) {
    body .content-toggle {
        padding: 32px 16px;
    }
}

@media only screen and (min-width: 1026px) {
    .product-mockup>div {
        margin: -150px -200px 0 0;
    }

    .product-mockup img {
        width: 85%;
    }

    .product-header .kolom1 {
        width: 44%;
    }
}

/* Slider quotes */
.swiper-quotes {
    overflow: hidden;
}

.swiper-quotes:after {
    content: "";
    background-image: url(/wp-content/uploads/Quote-green.svg);
    width: 130px;
    height: 100px;
    position: absolute;
    right: 40px;
    top: -52px;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;

}

.swiper-quotes .swiper-slide {
    background: white;
    border-radius: 32px;
    padding: 80px 62px;
}

.swiper-quotes .pfslider-quote {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 64px;
}

.swiper-quotes .swiper-container1 {
    display: flex;
    gap: 10px;
}

.swiper-quotes .swiper-container2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-quotes .swiper-pagination {
    position: relative;
    gap: 14px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.swiper-quotes .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    transition: 0.3s;
    border: 1px solid black;
    background: transparent;
    opacity: 1;
}

.swiper-quotes .swiper-pagination-bullet-active {
    background: black;
}

@media only screen and (max-width: 767px) {
    .swiper-quotes .swiper-slide {
        padding: 60px 16px 32px;
    }

    .swiper-quotes .pfslider-quote {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 64px;
    }

    .swiper-quotes:after {
        height: 80px;
        width: 80px;
        top: -20px;
    }

    .swiper-quotes .swiper-container2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    .swiper-quotes h5 {
        margin: 0;
    }

    .swiper-quotes .pfslider-quote {
        margin-bottom: 32px;
    }
}

/* Bordered labels */
.bordered-labels {
    gap: 16px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.bordered-labels p {
    border: 1px solid var(--e-global-color-text);
    border-radius: 32px;
    padding: 5px 8px;
}

.togglev2 .bottomtext {
    font-size: 18px;
    font-weight: bold;
    font-family: Maison Neue;
}

.togglev2 .bottomtext span {
    font-size: 24px;
}