.icon-services .col-sm-3 {
    margin-top: 10px;
}

.icon-services img {
    width: auto;
    height: auto;
    display: block;
}

.icon-services strong {
    font-size: 20px;
    color: var(--heading-color);
    display: block;
    margin: 20px 0 5px;
}

section.light-bg {
    background-color: #E8EEED;
}

section.riviera-booking-section.weddings-expertise {
    margin: 0;
    background: url(../images/events-weddings-slider-7.jpg) no-repeat center;
}

section.riviera-booking-section.weddings-expertise p {
    font-size: 22px;
    margin-bottom: 20px;
}

.weddings-gallery .gallery-slide-item img.img-fluid {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 350px;
    object-fit: cover;
}

.weddings-gallery .gallery-slide-item .item {
    padding: 8px;
}

ul.list_ok {
    margin-top: 10px;
}

.list_ok b {
    font-weight: bold;
}

.list_ok li {
    position: relative;
    padding-left: 25px;
    margin-top: 8px;
}

ul.list_ok li:before {
    left: 0;
    position: absolute;
    color: #8BC34A;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.highlights ul.list_ok {
    display: flex;
    flex-wrap: wrap;
}

.highlights .list_ok li {
    width: 50%;
    margin-top: 5px;
}

section.booking-events-section {
    background: #F5F5F0;
}

.booking-events-section h3.section-title {
    text-align: left;
    margin: 0 0 10px;
}

.card-event h3 {
    font-size: 22px;
}

.card-event p {
    font-size: 16px;
}

.card-event img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.section-bg-wedding.mt-80 {
    background: #fff;
    -webkit-box-shadow: 0 11px 50px 10px rgba(18, 17, 39, .08);
    box-shadow: 0 11px 50px 10px rgba(18, 17, 39, .08);
    margin-top: 100px;
    padding: 40px;
}

.section-bg-wedding ul li {
    line-height: 1.2;
    margin-bottom: 15px;
}

.section-bg-wedding img {
    height: 450px;
    object-fit: cover;
}

section.event-bamboo.resort-bamboo-section {
    text-align: center;
    background: url(../images/garden-1.jpg);
    margin: 0;
}

section.event-bamboo.resort-bamboo-section .select-book .d-flex.pt-20 {
    justify-content: center;
}

section.about-section.Gastronomic {
    background: #fff;
}

section.about-section.Gastronomic .list_ok li {
    width: 100%;
    line-height: 22px;
}

/*Booking*/
.booking-form-service {
    background: #fff;
    padding: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 50px auto;
}

.booking-form-service h2 {
    color: #343a40;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}

.booking-form-service .form-control:focus {
    border-color: #ff6b6b;
    box-shadow: 0 0 8px rgba(255, 107, 107, 0.3);
}