/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
ul {
    list-style-type: none;
}
 .cards-box,
.testimonials-section {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 28px;
    position: relative;
}

.testimonials-section {
    margin-top: 30px;
}

.cards-box .card {
    text-decoration: none;
    position: relative;
}

.verkocht-card 
{
    .card{
        background: #0d2148 !important;
        border: 1px solid #1a2c52;
    }
    h3{
        color: #f7f2ea !important;
        font-family: Fraunces;
    }
    .place, .price, .features li{
        color: #bfa689 !important;
        font-family: Manrope;
    }
}

.card .pad {
    padding: 22px 24px 26px;
}

.cards-box .card .pad h3 {
    color: #061430;
    font-size: 21px;
}

.cards-box .card .pad .place {
    color: #4a5168;
    font-size: 14px;
    margin-bottom: 14px;
}

.cards-box .card .price {
    font-weight: 500;
    color: #061532;
    font-size: 22px;
    margin-bottom: 12px;
}

.cards-box .card .lbl {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #937653;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 3px;
}

.cards-box .card .features ul {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #4a5168;
    padding-top: 14px;
    padding-left: 0px;
    border-top: 1px solid #efe3df;
}

.cards-box .card .features ul li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #937653;
    margin-right: 8px;
    vertical-align: middle;
}

.testimonial {
    background: #fdfbf6;
    border: 1px solid #ede6d8;
    border-radius: 6px;
    padding: 32px 30px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial .result {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #937653;
    padding: 6px 12px;
    border: 1px solid #937653;
    border-radius: 3px;
    align-self: flex-start;
    width: 100%;
    font-family: Manrope;
}

.testimonial blockquote {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #061532;
    font-weight: 400;
    font-style: italic;
    font-family: Fraunces;
}

.testimonial blockquote::before {
    content: '"';
    font-size: 48px;
    line-height: 0.4;
    color: #937653;
    display: block;
    margin-bottom: 6px;
}
.testimonial .who {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid #efe7d8;
    margin-top: auto;
}
.testimonial .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.testimonial .who .name {
    font-weight: 600;
    color: #061532;
    font-size: 14px;
    font-family: Manrope;
}
.testimonial .who .addr {
    font-size: 13px;
    color: #4a5168;
    margin-top: 2px;
    font-family: Manrope;
}
.bookly-frontend-calendar .ec-header {
    border: none;
}
#bookly-tbs .ec.ec-day-grid .ec-toolbar {
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    background: #f7f2ea;
    border: 1px solid #e5dcc9;
    border-radius: 6px;
    margin-bottom: 26px;
}
#bookly-tbs .ec.ec-day-grid .ec-toolbar .ec-center .ec-title {
    color: #061532;
    font-size: 20px;
}
.bookly-frontend-calendar .ec-body.ec-uniform .ec-content .ec-days {
    gap: 0 24px;
    border: none;
}
.bookly-frontend-calendar .ec-header .ec-days .ec-day {
    background: #061532;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #937653;
    padding: 16px 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #bfa689;
    border-radius: 6px 6px 0 0;
}
.bookly-frontend-calendar .ec-header .ec-days {
    gap: 0 24px;
}
.bookly-frontend-calendar .ec-body.ec-uniform {
    border: none;
}
.bookly-frontend-calendar .ec-body.ec-uniform .ec-content .ec-days .ec-day {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}
.bookly-frontend-calendar .ec-body.ec-uniform .ec-content .ec-days:last-child .ec-day {
    border-bottom: 1px solid #ccc;
}
.bookly-frontend-calendar .ec-day-grid .ec-day-head time {
    font-weight: 600;
    color: #061532;
}
@media(min-width : 769px) and (max-width : 1199px) {
    .cards-box .card .pad h3 {
        font-size: 18px;
    }
    .card .pad {
        padding: 11px 15px 15px;
    }
    .cards-box .card .price {
        font-size: 18px;
    }
    .testimonial {
        padding: 20px 15px 20px;
    }
    .testimonial blockquote {
        font-size: 16px;
    }
    .testimonial .who {
        padding-top: 15px;
    }
    .cards-box .card .features ul li::before {
        margin-right: 6px;
    }
}

@media(max-width : 768px) {

    .cards-box,
    .testimonials-section {
        display: block;
    }

    .cards-box .card,
    .testimonial {
        margin-bottom: 30px;
    }

    .testimonials-section {
        margin-top: 0;
    }
}