/*
Theme Name: cw-blog-2026
Theme URI: https://aux-trois-clochers.fr/
Author: Dominyka Idzelyte/creationweb123.fr
Author URI: https://creationweb123.fr/
Description: The 2023 theme for https://aux-trois-clochers.fr takes us back to the website, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: creationweb123

*/

.services-grid .service-item {
    border-radius: 12px;
    font-size: 16px;
    color: #4b3f35;
    transition: all 0.3s ease;
}

.services-grid .service-item:hover {
    transform: translateY(-2px);
}

.services-grid .service-icon {
    font-size: 22px;
    color: #ed8123;
    min-width: 28px;
}

.room-services i {
    font-size: 40px;
    color: #ed8123;
    margin-bottom: 8px;
}

.service-box p {
    font-size: 18px;
    color: #ed8123;
    margin: 0;
}

.service-box {
    padding: 15px;
    transition: all 0.3s ease;
}

.service-box:hover {
    transform: translateY(-3px);
}
section h2 {
    font-size: 22px;
    color: #ed8123 !important;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.airbnb-logo {
    width: 100px;
    height: auto;
}

.review-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}

.review-subtitle {
    width: 100%;
    color: #666;
    margin-top: -8px;
}

.review-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    min-height: 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-stars {
    color: #ff385c;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 16px;
}

.review-author {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.review-date {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.btn-primary {
    display: inline-block;
    background: #ed8123;
    border: 1px solid #fff;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s ease;
}
.btn-primary:hover {
    background: #ffffff;
    transform: translateY(-2px);
    border: 1px solid #ed8123;
    color: #ed8123;
}

.alignnone {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.alignnon:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.float-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
