.content-block {
    padding: 40px 20px;
    font-size: 14px;
}

.content-block a {
    font-size: 14px;
    color: #000 !important;
}
.content-block a:hover {
    color: #845472 !important;
}
.content-block ol ul {
    margin-left: 20px !important;
}
.content-block li {
    margin-left: 20px !important;
    list-style: disc;
    line-height: 24px;
}

.bg-wit { background: #ffffff; }
.bg-lichtoranje { background: #fff6f3 ; }
.bg-mediumoranje { background: #EAA98C; color: #FFF6F3; }
.bg-donkeroranje { background: #ea7d39; color: #fff; }
.bg-paars { background: #845472; color: #FFF6F3; }


.bg-mediumoranje p { color: #FFF6F3; }
.bg-donkeroranje p { color: #FFF6F3; }
.bg-paars p { color: #FFF6F3; }

.content-block .cols {
    display: flex;
    align-items: stretch; /* beide kolommen even hoog */
    gap: 40px;
}
p
.col {
    flex: 1;
}
.btn {
    font-size: 14px !important;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 500;
    border-radius: 100px;
    left: auto;
    padding: 15px 28px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.content-block.bg-wit .btn {
    background-color: #EAA98C;
    border-color: #EAA98C;
    color: #fff !important;
}
.content-block.bg-wit .btn:hover {
    background-color: #845472;
    border-color: #845472;
    color: #fff !important;
}

.content-block.bg-lichtoranje .btn {
    background-color: #EAA98C;
    border-color: #EAA98C;
    color: #fff !important;
}
.content-block.bg-lichtoranje .btn:hover {
    background-color: #845472;
    border-color: #845472;
    color: #fff !important;
}


.image img {
    width: 100%;
    height: auto;
}
/* 📱 Mobiel */
@media (max-width: 768px) {
    .cols {
        flex-direction: column;
    }

    .col-6,
    .col {
        width: 100%;
    }
}
 @keyframes highlight {
        0% {
            background-color: #FFF8F3;
        }
        25% {
            background-color:rgb(243, 236, 231);
        }
        60% {
            background-color: rgb(243, 236, 231);
        }
        100% {
            background-color: #FFF8F3;
        }
    }

    #FAQ-klantenservice {
        margin: 0 0 25px 0;

        .container {
            display: grid;
            grid-template-columns: 1fr 350px;
            gap: 20px;

            .links {
                display: flex;
                flex-direction: column;
                gap: 0;
				margin-top: 50px;

                h1 {
                    margin-bottom: 20px;
					color: #845472;
					font-size: 2.5rem;
                }

                h5 {
                    margin-bottom: 10px;
					color: #845472;
                }

                .faq-category {
                    border: 1px solid #E5E5E5;
                    padding: 20px;

                    display: flex;
                    flex-direction: column;
                    gap: 15px;

                    &:not(:last-child) {
                        margin-bottom: 20px;
                    }

                    > h1, > h2, > h3, > h4, > h5, > h6 {
                        margin: 0 0 -5px 5px !important;
                    }
                    
                    .faq-item {
                        background-color: var(--footertopbg);
                        padding: 10px 15px;

                        display: flex;
                        flex-direction: column;
                        gap: 8px;
                        display: none;

                        &.highlight {
                            animation: highlight 2.5s;
                        }
    
                        h4 {
                            margin-bottom: 0 !important;
                        }
    
                        .faq-titlebar {
                            cursor: pointer;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;

                            p {
                                margin: 0 !important;
                            }

                            img, svg {
                                height: 20px;
                                width: 20px;
                                cursor: pointer;
                            }

                            svg {
                                fill:rgba(193, 175, 175, 0.85);
                            }
                        }
    
                        .faq-content {
                            display: none;

                            p {
                                margin: 0 !important;
								line-height: 1.5;
                            }
                        }
						.faq-content a {
							font-size: 14px;
						}
						.faq-content a:hover {
							color:#845472;
						}
                    }
                    .faq-item.visible {
                        display: flex;
                    }

                    .show-more {
                        width: fit-content;
                        color: black;
                        text-decoration: none;
                        border: 1px solid #E5E5E5;
                        padding: 5px 10px;
                        margin-top: 10px;
                        cursor: pointer;
                    }
                }
                .show-more {
                    cursor: pointer;
                    color: blue;
                    text-decoration: underline;
                    margin-top: 10px;
                }
            }

            .rechts {
                #contact-blok {
                    width: 100%;
                    min-height: 250px;
                    padding: 20px;
                    margin-top: 50px;
                    background-color: var(--footertopbg);

                    > h1, > h2, > h3, > h4, > h5, > h6, p {
                        margin: 0;
                    }

                    h5 {
                        font-size: 16px;
                        margin-bottom: 7px;
                    }

                    h3 {
                        margin-bottom: 12px;
						color: #845472;
                    }

                    .btn {
                        width: 100%;
                        font-size: 14px;
                        text-align: left;
                        padding: 6px 0px;
                        margin-top: 15px;
                    }
					.btn:hover {color: #845472;}
                }
            }
        }
    }

    @media screen and (max-width: 950px) {
        #FAQ-klantenservice .container {
            grid-template-columns: 1fr !important;

            .rechts #contact-blok {
                margin-top: 0 !important;
            }
        }
    }
.producten-sec{
    background-color: #FFF6F3;
    padding-top: 50px;
    padding-bottom: 150px;
}
.producten-sec .container{
    max-width: 1440px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.producten-sec h3 {
    color: #845472;
    padding-bottom: 10px;
    font-weight: 600;
}
.producten-sec .product{
    background-color: #FFFFFF;
    border-radius: 10px;
    position: relative;
}
.product-slider{
    margin: 0 -12px;
    overflow: hidden;
}
.product-slider .product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-slider .product-img {
    height: 266px;
}
.product-slider h5 {
    color: #845472;
    padding-bottom: 10px;
    padding-top: 8px;
}
.product-content{
    padding: 0 20px 36px 20px;
    text-align: center;
}
.product-content small{
    font-size: 60%;
    font-weight: 500;
}
.product-content p {
    color: #845472;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.product-content p.value {
    color: #EAA98C;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 24px;
}
.product-content p.value span{
    font-weight: bold;
}
.product-content a {
   font-size: 14px !important; 
}
.product-content span.cart a{
    background: #F94825;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-content h5 {font-size: 14px; font-weight: 600; min-height: 60px;}
.product-content span.cart a:hover {
    background-color: #845472;
}
.product-slider .slick-slide>div {
    margin: 0 12px;
}

.product2-logo span,.product4-logo span{
    color:#EAA98C;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Bogart Trial';
    /* font-weight: 600; */
    background-position: center;
    padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30px;
    position: absolute;
    left: 30px;
}
ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
ul.slick-dots li button{
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #845472;
    border-radius: 50%;
    max-width: 15px;
    padding: 0;
}
ul.slick-dots li button:hover,ul.slick-dots li.slick-active button{
    background-color: #F94825;
}

@media(max-width:1400px){
    .product-slider h5 br{
        display: none;
    }
}
@media(max-width:989px){
    .producten-sec{
        padding-bottom: 50px;
    }
     .product-slider h5{
        padding-bottom: 0;
    }
    .product-content p.value{
        margin-top: 15px;
        font-size: 18px;
    }
    .product-content span.cart{
        right: 15px;
        bottom: 15px;
    }
    ul.slick-dots li button{
       width: 10px;
       height: 10px;
       max-width: 10px;
    }
}
@media(max-width:767px){
    .product-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .product-content p.value {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .product-content span.cart{
        width: 50px;
        height: 52px;
        padding: 11px;
    }
    .producten-sec h3{
        padding-bottom: 0;
    }
    .producten-sec {
        padding-bottom: 40px;
    }
    .product2-logo span, .product4-logo span{
        top: 15px;
        left: 15px;
    }
}

.nieuwe.producten-sec {
    padding-top: 100px;
    padding-bottom: 130px;
}
@media(max-width:989px){
     .nieuwe.producten-sec{
        padding-top: 44px;
        padding-bottom: 50px;
    }
}
@media(max-width:767px){
     .nieuwe.producten-sec {
        padding-top: 33px;
        padding-bottom: 40px;
    }
}

.product .text-3-above span {
    -webkit-mask-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/tip-bg.png);
    mask-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/tip-bg.png);
    mask-repeat: no-repeat;
    mask-size: contain;
}

.product .text-5-above span {
    -webkit-mask-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/Uitverkoop-bg.png);
    mask-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/Uitverkoop-bg.png);
    mask-repeat: no-repeat;
    mask-size: contain;
}


/* banner css */

.banner{
    background-color: #845472;
}
.banner-content{
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 197px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-img-sec {
    position: relative;
}
.banner-img{
    height: 665px
}
.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 0 80px;
}
.banner-content .container{
    z-index: 1;
    position: relative;
}
.banner-content::after{
    background-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/banner-line.png);
    content: '';
    width: 100%;
    height: 423px;
    bottom: 82px;
    left: -1px;
    display: inline-block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.banner h1{
    color: #FFF6F3;
    padding-bottom: 15px;
    max-width: 50%;
}
.banner a.button:hover {
    background: #845472;
    border-color: #845472;
    color: #FFF;
}
.banner a.button {
    background: #F94825;
    border-color: #F94825;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
    padding: 17px 45px;
}
.banner-btn .container a {
    border: 2px solid #F5F5F5;
    border-radius: 15px;
    min-width: 392px;
    display: inline-flex;
    padding: 23px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #FFF6F3;
    font-size: 25px;
    line-height: 34px;
    font-family: 'Montserrat';
    font-weight: 600;
    min-height: 100px;
}
.banner-btn .container a:hover {
    background-color: #EAA98C;
    border-color: #EAA98C;
}
.banner-btn {
    padding: 48px 0;
}
.banner-btn .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
@media(max-width:1700px){
    .banner-btn .container a{
        min-width: 300px;
    }
    .banner-btn .container{
        justify-content: center;
    }
}
@media(max-width:1400px){
    .banner h1{
        max-width: 60%;
    }
}
@media(max-width:1300px){
    .banner-btn .container{
        gap: 20px;
    }
}
@media(max-width:989px){
    .banner-btn .container a{
        font-size: 22px;
        line-height: 32px;
    }
    .banner h1{
        max-width: 80%;
    }
}
@media(max-width:767px){
    .banner-content{
        border-radius: 0 0 0 20px;
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .banner-content::after{
        bottom: 10px;
    }
    .banner-btn{
        padding: 40px 0;
    }
    .banner h1{
        max-width: 100%;
    }
    .banner-btn .container {
        gap: 10px;
    }
    .banner-btn .container a {
        font-size: 18px;
        line-height: 27px;
        padding: 16px 20px;
        min-width: 240px;
        min-height: 80px;
    }
    .banner-btn .container a img {
        max-width: 35px;
    } 
     .banner-img{
        height: 500px
    }
   .banner-img img {
        border-radius: 0 0 0 20px;
    }
}
.serices_section {
    padding-bottom: 150px;
}

.serices_section .cm-row {
    justify-content: center;
    gap: 30px 0;
}

.serices_section .heading_wrap h4 {
    text-align: center;
    color: #669FB1;
    font-weight: 500;
    margin-bottom: 30px;
}

.serices_section .service_card {
    box-shadow: 0px 0px 30px #00000029;
    border-radius: 20px;
    padding: 60px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.serices_section .service_card h3 {
    color: #003958;
    margin-bottom: 20px;
}

.serices_section .service_card p {
    color: #003958;
    margin-bottom: 20px;
}

.serices_section .service_card a {
    color: #003958;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    width: max-content;
    margin-top: auto;
}

.serices_section .service_card a:hover {
    color: #F59E11;
}

.serices_section .service_card a img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
    transition: inherit;
}

.serices_section .service_card a:hover img {
    transform: rotate(45deg);
}

.serices_section .service_card:hover * {
    color: #fff !important;
}

.serices_section .service_card:hover {
    background-color: #669FB1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-20px);
}

@media (max-width: 1199px) {
    .serices_section {
        padding-bottom: 100px;
    }

    .serices_section .cm-col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .serices_section .service_card {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {

    .serices_section {
        padding-bottom: 80px;
    }

    .serices_section .service_card {
        padding: 30px 30px;
    }

    .serices_section .service_card a img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .serices_section {
        padding-bottom: 60px;
    }

    .serices_section .cm-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .serices_section .service_card {
        padding: 20px 20px;
        border-radius: 18px;
    }

    .serices_section .cm-row {
        gap: 20px 0;
    }

    .serices_section .service_card h3 {
        margin-bottom: 10px;
    }

    .serices_section .service_card p {
        margin-bottom: 16px;
    }

    .serices_section .service_card a img {
        width: 26px;
        height: 26px;
    }
}
.categorie-sec{
    position: relative;
}
.categorie-sec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #FFF6F3;
    z-index: -1;
}
.categorie-sec .container{
    display: flex;
    flex-wrap: wrap;
}
.categorie-list {
    background-color: #845472;
    border-radius: 15px 0 0 15px;
    width: 34%;
    padding: 70px;
}
.categorie-image-sec {
    width: 66%;
    position: relative;
}
.categorie-image-sec::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom:50px;
    left: 0;
    background-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/border.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.categorie-list h3 {
    color: #EAA98C;
    padding-bottom: 30px;
}
.categorie-list ul li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
}
.categorie-list ul li a{
    color: #FFF6F3;
    font-size: 25px;
    line-height: 34px;
    font-family: bogart, sans-serif;
    font-weight: 600;
    letter-spacing: -0.25px;
}
.categorie-list ul li a:hover {
    color: #EAA98C;
}
.categorie-list ul li span {
    min-width: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categorie-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}
@media(max-width:1200px){
    .categorie-list{
        padding: 50px;
    }
}
@media(max-width:1100px){
    .categorie-list{
        padding: 30px;
    }
    .categorie-list ul li a{
        font-size: 22px;
    }
}
@media(max-width:989px){
    .categorie-list ul li a{
        font-size: 20px;
        line-height: 28px; 
    }
    .categorie-list{
        width: 43%;
    }
    .categorie-image-sec{
        width: 57%;
    }
    .categorie-list h3{
        padding-bottom: 20px;
    }
    
    .categorie-list ul li a{
        font-size: 16px;
        line-height: 22px;
    }
    .categorie-list {
        width: 100%;
        border-radius: 15px 15px 0 0;
        padding: 20px 20px 10px 20px;
    }  
    .categorie-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }  
    .categorie-list h3 {
        padding-bottom: 10px;
    }
    .categorie-image-sec{
        width: 100%;
        height: 400px;
    }
    .categorie-image-sec img{
        border-radius: 0 0 15px 15px;
    }
    .categorie-list ul li{
        margin-bottom: 15px;
    }
    .categorie-image-sec::after{
        bottom: 10px;
    }
    
}
@media(max-width:767px){
    .categorie-list ul {
        grid-template-columns: 1fr;
    } 
}

.bg-wit { background: #ffffff; }
.bg-lichtoranje { background: #fff6f3;}
.bg-mediumoranje { background: #EAA98C; }
.bg-donkeroranje { background: #ea7d39; }
.bg-paars { background: #845472; }

.bg-wit h1, .bg-wit h2, .bg-wit h3, .bg-wit h4, .bg-wit h5, .bg-wit h6 { color: #845472; }
.bg-lichtoranje h1, .bg-lichtoranje h2, .bg-lichtoranje h3, .bg-lichtoranje h4, .bg-lichtoranje h5, .bg-lichtoranje h6 { color: #845472; }
.bg-mediumoranje h1, h2, h3, h4, h5, h6 { color: #FFF6F3; }
.bg-donkeroranje h1, h2, h3, h4, h5, h6 { color: #fff; }
.bg-paars h1, h2, h3, h4, h5, h6 { color: #ffffff; }

.bg-wit p {color: #000000;}
.bg-lichtoranje h3 { color: #845472; }
.bg-mediumoranje p { color: #FFF6F3; }
.bg-donkeroranje p { color: #FFF6F3; }
.bg-paars p { color: #FFF6F3; }

.bg-wit a:hover  { color:#845472 }
.bg-lichtoranje a:hover { color: #845472 }
.bg-mediumoranje a:hover { color: #FFF6F3; }
.bg-donkeroranje a:hover { color: #fff; }
.bg-paars a:hover { color: #FFF6F3; }

.kernwaarden_card.bg-wit .kernwaarden_card_title { color: #845472 !important; font-size: 18px;}
.kernwaarden_card.bg-lichtoranje .kernwaarden_card_title { color: #845472 !important; font-size: 18px;}
.kernwaarden_card.bg-mediumoranje .kernwaarden_card_title { color: #FFF6F3 !important; font-size: 18px;}
.kernwaarden_card.bg-donkeroranje .kernwaarden_card_title { color: #fff !important; font-size: 18px;}
.kernwaarden_card.bg-paars .kernwaarden_card_title { color: #FFF6F3 !important; font-size: 18px;}

.kernwaarden_card.bg-wit p { color: #845472 !important;}
.kernwaarden_card.bg-lichtoranje p { color: #000000 !important;}
.kernwaarden_card.bg-mediumoranje p { color: #FFF6F3 !important;}
.kernwaarden_card.bg-donkeroranje p { color: #fff !important;}
.kernwaarden_card.bg-paars p { color: #FFF6F3 !important;}

.kernwaarden_card.bg-wit a { color: #845472 !important; }
.kernwaarden_card.bg-lichtoranje a { color: #000000 !important; }
.kernwaarden_card.bg-mediumoranje a { color: #FFF6F3 !important; }
.kernwaarden_card.bg-donkeroranje a { color: #fff6f3 !important; }
.kernwaarden_card.bg-paars a { color: #FFF6F3 !important; }

.kernwaarden_card.bg-wit a { color: #845472 !important; }
.kernwaarden_card.bg-lichtoranje a { color: #000000 !important; }
.kernwaarden_card.bg-mediumoranje a:hover { color: #ffffff !important; }
.kernwaarden_card.bg-donkeroranje a { color: #fff6f3 !important; }
.kernwaarden_card.bg-paars a { color: #FFF6F3 !important; }

.kernwaarden {
    margin-bottom: 3rem;
    padding: 40px 20px;
}

.kernwaarden-grid {
   display: grid; 
}

.three-columns {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.four-columns {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.five-columns {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}

.kernwaarden_card {
    border-radius: 20px;
    border: 0px solid #f5f5f9;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 14px;
}

.kernwaarden_card p {
    flex-grow: 1;
}

.kernwaarden_card img {
    display: block;
    object-fit: contain;
    margin-bottom: 15px;
}

.kernwaarden_card_title {
    font-weight: 600;
    margin: 10px 0px;
}

.kernwaarden_card a {
    font-weight: 600;
    font-size: 14px;
    margin-top: auto;
}













.beste-begin-sec{
    background-color: #FFF6F3;
    padding-top: 100px;
    padding-bottom: 50px;
}
.beste-begin-sec h2 {
    text-align: center;
    color: #845472;
    padding-bottom: 20px;
}
.beste-begin-sec p{
    color: #845472;
    text-align: center;
    font-family: bogart, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    max-width: 809px;
    margin: 0 auto;
}
@media(max-width:1100px){
    .beste-begin-sec p{
        font-size: 22px;
        line-height: 30px; 
    }
}
@media(max-width:989px){
    .beste-begin-sec{
        padding-top: 41px;
        padding-bottom: 0;
    }
    .beste-begin-sec h2{
        padding-bottom: 10px;
    }
    .beste-begin-sec p{
        font-size: 20px;
        line-height: 28px; 
    }
}
@media(max-width:767px){
    .beste-begin-sec{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .beste-begin-sec h2 {
        padding-bottom: 0;
    }
    .beste-begin-sec p{
        font-size: 16px;
        line-height: 22px;
    }
}
 
.nulmore {
    padding-top: 120px;
    padding-bottom: 90px;
}
.nulmore h3 {
    color: #845472;
    padding-bottom: 30px;
}
.nulmore-logo-sec{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.nulmore-logo-sec a:hover img {
    filter: grayscale(1);
}
@media(max-width:1700px){
    .nulmore-logo-sec{
        justify-content: center;
    }
}
@media(max-width:989px){
    .nulmore h3{
        padding-bottom: 15px;
    }
    .nulmore-logo-sec{
        gap: 20px;
    }
    .nulmore{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width:767px){
    .nulmore h3 {
        padding-bottom: 0;
    }
    .nulmore {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .nulmore-logo-sec img {
        max-width: 88%;
    }
    .nulmore-logo-sec{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .nulmore-logo-sec a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.logoSwiper {
    overflow: hidden;
}

.logoSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logoSwiper .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 20px;
}

.logoSwiper .swiper-pagination-bullet {
    background-color: #845472;
}
.Groei-sec h2 {
    color: #FFF6F3;
    padding-bottom: 30px;
}
.Groei-sec {
    background-color: #EAA98C;
    text-align: center;
    justify-content: space-between;
    padding: 80px 0;
}
.Groei-sec p {
    color: #FFF6F3;
    font-size: 25px;
    line-height: 35px;
    font-family: bogart, sans-serif !important;
    font-weight: 500;
    letter-spacing: -0.25px;
}
.Groei-sec .button {
    display: inline-block;
    margin-top: 40px;
    color:#EAA98C !important;
    background-color: #845472;
    border-color: #845472;
}
.Groei-sec .button:hover{
    color:#845472 !important;
    background-color:#EAA98C;
}
.Groei-sec {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 80px;
}
.Groei-sec .Groei-img-sec1{
    margin-top:54px;
}
.Groei-sec .Groei-img-sec1,
.Groei-sec .Groei-img-sec2{
    width:25%;
    height:579px;
}
.Groei-content{
    width: calc(44% - 46px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Groei-sec .Groei-img-sec1 img, .Groei-sec .Groei-img-sec2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Groei-sec .Groei-img-sec1 img {
    border-radius: 0 15px 15px 0;
}
.Groei-sec .Groei-img-sec2 img {
    border-radius: 15px 0 0 15px;
}
@media(max-width:1300px){
    .Groei-sec{
        gap: 30px;
    }
    .Groei-sec .Groei-img-sec1, .Groei-sec .Groei-img-sec2{
        width: 28%;
    }
}
@media(max-width:1100px){
    .Groei-sec{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Groei-content{
        order: -1;
        width: 100%;
        padding: 0 20px;
    }
    .Groei-sec .Groei-img-sec1, .Groei-sec .Groei-img-sec2{
        width: 48%;
    }
    .Groei-sec p{
        font-size: 22px;
        line-height: 30px; 
    }
}
@media(max-width:989px){
    .Groei-sec h2{
        padding-bottom: 10px;
    }
    .Groei-sec p{
        font-size: 20px;
        line-height: 28px; 
    }
    .Groei-sec{
        padding: 42px 0 50px 0;
    }
    .Groei-sec .button{
        margin-top: 30px;
    }
    .Groei-sec .Groei-img-sec1, .Groei-sec .Groei-img-sec2{
        height: 500px;
    }
}
@media(max-width:767px){
    .Groei-sec h2 {
        padding-bottom: 0;
    }
    .Groei-sec p{
        font-size: 16px;
        line-height: 22px;
    }
    .Groei-sec .button {
        margin-top: 10px;
    }
    .Groei-sec .Groei-img-sec1, .Groei-sec .Groei-img-sec2 {
        height: 400px;
        width: 100%;
        padding: 0 20px;
        margin-top: 0;
    }
    .Groei-sec img {
         border-radius: 15px !important;
    }
    .Groei-content{
        margin-bottom: 10px;
    }
    .Groei-sec {
        padding: 35px 0 40px 0;
        gap: 20px;
    }
}



 
.help-sec {
    background: #845472;
    padding: 55px 0;
}
.help-sec .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.help-content h2 {
    color: #FFF6F3;
    margin-bottom: 7px;
}
.help-content p {
    color: #FFF6F3;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
}
.help-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.help-btn a.button:hover {
    color: #FFF;
}
@media(max-width:1400px){
    .help-sec .container{
        justify-content: center;
        gap: 20px;
    }
    .help-content {
        text-align: center;
    }
}
@media(max-width:110px){
    .help-content p{
        font-size: 22px;
        line-height: 30px; 
    }
}
@media(max-width:989px){
    .help-content p{
        font-size: 20px;
        line-height: 28px; 
    }
    .help-sec{
        padding: 41px 0 50px 0;
    }
}
@media(max-width:767px){
    .help-sec {
        padding-top: 32px;
        padding-bottom: 40px;
    }
    .help-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .help-btn{
        gap: 10px;
        justify-content: center;
    }
    .help-sec .container{
        gap: 10px;
    }
}
/* banner css */

.banner{
    background-color: #845472;
}
.banner-content{
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 197px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-img-sec {
    position: relative;
}
.banner-img{
    height: 665px
}
.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 0 80px;
}
.banner-content .container{
    z-index: 1;
    position: relative;
}
.banner-content::after{
    background-image: url(https://mulmore.afo-staging.nl/wp-content/uploads/banner-line.png);
    content: '';
    width: 100%;
    height: 423px;
    bottom: 82px;
    left: -1px;
    display: inline-block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.banner h1{
    color: #FFF6F3;
    padding-bottom: 15px;
    max-width: 50%;
}
.banner a.button:hover {
    background: #845472;
    border-color: #845472;
    color: #FFF;
}
.banner a.button {
    background: #F94825;
    border-color: #F94825;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
    padding: 17px 45px;
}
.banner-btn .container a {
    border: 2px solid #F5F5F5;
    border-radius: 15px;
    min-width: 330px;
    display: inline-flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #FFF6F3;
    font-size: 25px;
    line-height: 34px;
    font-family: 'Montserrat';
    font-weight: 600;
    min-height: 100px;
}
.banner-btn .container a:hover {
    background-color: #EAA98C;
    border-color: #EAA98C;
}
.banner-btn {
    padding: 48px 0;
}
.banner-btn .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
@media(max-width:1700px){
    .banner-btn .container a{
        min-width: 300px;
    }
    .banner-btn .container{
        justify-content: center;
    }
}
@media(max-width:1400px){
    .banner h1{
        max-width: 60%;
    }
}
@media(max-width:1300px){
    .banner-btn .container{
        gap: 20px;
    }
}
@media(max-width:989px){
    .banner-btn .container a{
        font-size: 22px;
        line-height: 32px;
    }
    .banner h1{
        max-width: 80%;
    }
}
@media(max-width:767px){
    .banner-content{
        border-radius: 0 0 0 20px;
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .banner-content::after{
        bottom: 10px;
    }
    .banner-btn{
        padding: 40px 0;
    }
    .banner h1{
        max-width: 100%;
    }
    .banner-btn .container {
        gap: 10px;
    }
    .banner-btn .container a {
        font-size: 18px;
        line-height: 27px;
        padding: 16px 20px;
        min-width: 240px;
        min-height: 80px;
    }
    .banner-btn .container a img {
        max-width: 35px;
    } 
     .banner-img{
        height: 500px
    }
   .banner-img img {
        border-radius: 0 0 0 20px;
    }
}
