<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@media (min-width: 769px){.custom-slider-container .swiper-wrapper {
    display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
}
}

@media(max-width: 1440px){
     .service-content{
	padding: 25px 25px 25px 25px !important;
}
}

.swiper {
    display: none;
}

.swiper-active {
    display: block;
}

.slider-item {
    text-align: center;
}
.service-content {
    background: #fff;
    height: 236px !important;
    padding: 25px 42px 10px 42px;
    position: relative;
    border-radius: 0px 0px 19px 19px;
}
.service-content-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 140px;
    flex-direction: column;
    align-items: center;
}
.service-content h4 {
    margin: 0px;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0px 0px 22px 22px;
    padding-bottom: 15px;
}
.service-content p{
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}
.service-content a.button.btn.btn-primary {
    padding: 12px 32px 12px 32px;
    border-radius: 10px;
    border: 1px solid #003C85;
    color: #003C85;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    letter-spacing: 0.05em;
    text-align: left;
    display: inline-block;
    text-decoration: none;
}
.service-content .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    justify-content: center;
}
.service_price {
    background: #00000024;
    padding: 8px 0px 2px 0px;
    border-radius: 0px 0px 19px 19px;
    margin: 0px 12px 0px 15px;
}
.service_price p {
    font-size: 14px;
}
.swiper-slide {
    width: 24% !important;
}
.service_content.slider-content h1 {
    font-size: 22px;
    font-weight: 600;
     color: #222222;
}
.service_content.slider-content .service-content {
    height: auto !important;
    padding-bottom: 40px;
    text-align: left !important;
    padding-left: 19px !important;
}
.service_page.bgimage_slide1 {
    background-image: url(https://staging.rijschoolbouda.nl/wp-content/uploads/2024/12/rijschool-leiden-2.jpg);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 19px 19px 0px 0px;
}
.service_page.bgimage_slide2 {
    background-image: url(https://staging.rijschoolbouda.nl/wp-content/uploads/2024/12/geslaagde.jpg);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 19px 19px 0px 0px;
}
.service_page.bgimage_slide3 {
    background-image: url(https://staging.rijschoolbouda.nl/wp-content/uploads/2024/12/image-8.png);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 19px 19px 0px 0px;
}
a.button.btn.btn-primary.add-pading {
    margin-top: 45px;
}
@media (max-width: 768px) {
    .custom-slider-container {
        display: block;
    }

    .swiper {
        display: block;
    }

    .service-content-info {
	    display: block !important;
	}
    .swiper-slide {
        width: 100% !important;
    }
}
</pre></body></html>