/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme Ã‚Â© 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/


html,
body {
    font-family: "Poppins", sans-serif;
}

html {
    margin-top: 0 !important;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

#wpadminbar {
    top: unset;
    bottom: 0;
}

h1,
h2 {
    font-family: Georgia, "Times New Roman", serif;
}


.bg-1 {
    background-color: #505640;
}

.bg-2 {
    background:
        radial-gradient(circle at top left, rgba(232, 190, 184, 0.25), transparent 34%),
        linear-gradient(180deg, #fffaf7 0%, #f7eee9 100%);
    border-radius: 40px;
}

.bg-3 {
    background-color: #fbfaf9;
    border-radius: 40px;
}

.bg-4 {
    background-color: #ffffff;
    border-radius: 40px;
}

.bg-5 {
    background-color: white;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#top-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#top-header ul li {
    display: inline-block;
}

#top-header ul li a {
    display: block;
    padding: 10px;
    color: #fffbcc;
    font-size: 13px;
    text-decoration: none;
}

#top-header p {
    padding: 10px;
    margin: 0;
    color: #fffbcc;
    font-size: 13px;
    letter-spacing: 0.01em;
    word-spacing: 0.05em;
}

#top-header p i {
    color: #ffc107;
}

#header .menu {
    margin: 0;
    list-style: none;
}

#header .menu li {
    display: inline-block;
}

#header .menu li:hover a {
    color: #b98278;
    border-color: #b98278;
}

#header .menu li a {
    display: block;
    padding: 10px 10px;
    margin-right: 10px;
    color: #2f3529;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.phone-contact a:hover {
    background: #4f543e;
    color: #ffffff;
}

.phone-contact a {
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    margin-right: 10px;
    color: #4f543e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    border: 1px solid #4f543e;
    border-radius: 42px;
}

.label,
.fleurose-section-label {
    display: inline-flex;
    margin-bottom: 8px;
    color: #b98278;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    word-spacing: 0.05em;
    text-transform: uppercase;
}

.fleurose-section-label {
    font-size: 13px;
    font-weight: 700;
}

.headline,
.fleurose-articles-header h2,
.fleurose-reviews__intro .headline {
    margin: 0 0 18px;
    color: #2f3529;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.headline-smaller {
    margin: 0 0 18px;
    color: #2f3529;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.1;
}

.text,
.fleurose-articles-header p,
.fleurose-reviews__intro .text {
    margin: 0 auto 28px;
    color: #756b64;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
}

.headline-box {
    margin-top: 30px;
    text-align: center;
}


.cta {
    border: 1px solid;
    word-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(78, 91, 67, 0.22);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
}

.cta:hover {
    transform: translateY(-2px);
}

.cta-green {
    background-color: #4f543e;
    border-color: #4f543e;
    color: #ffffff;
}

.cta-border {
    border-color: #505640;
    color: #505640;
}

.mp-cta {
    display: flex;
    gap: 20px;
}

.mp-icons .mp-icon {
    display: flex;
    gap: 12px;
}

.mp-icons .mp-icon i {
    color: #4caf50;
    font-size: 28px;
}

.mp-title {
    margin-bottom: 0;
    color: #4f543e;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.mp-text {
    margin: 0;
    color: #4f543e;
    font-size: 13px;
}


.fleurose-reviews {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(232, 190, 184, 0.25), transparent 34%),
        linear-gradient(180deg, #fffaf7 0%, #f7eee9 100%);
}

.fleurose-reviews__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
}

.fleurose-reviews__rating-box {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    height: 100px;
    max-height: 100px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(224, 203, 194, 0.9);
    border-radius: 22px;
}

.fleurose-reviews__rating-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #4e5b43;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
}

.fleurose-reviews__rating-content {
    text-align: left;
}

.fleurose-reviews__stars {
    color: #c89a55;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
}

.fleurose-reviews__rating-content span {
    display: block;
    margin-top: 6px;
    color: #6f655f;
    font-size: 14px;
}

.fleurose-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Reviews slider */

.fleurose-reviews-slider {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.fleurose-reviews-slider__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 4px 30px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.fleurose-reviews-slider__viewport::-webkit-scrollbar {
    display: none;
}

.fleurose-reviews-slider__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 2);
    gap: 24px;
}

.fleurose-reviews-slider__slide {
    scroll-snap-align: start;
}

.fleurose-review-card {
    position: relative;
    height: 100%;
    min-height: 260px;
    padding: 30px 30px 0px 30px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(230, 211, 202, 0.9);
    border-radius: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fleurose-review-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.fleurose-review-card__avatar {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #ead7cf;
    color: #4e5b43;
    border-radius: 50%;
}

.fleurose-review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fleurose-review-card__avatar span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.fleurose-review-card__author {
    display: block;
    color: #2f3529;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.fleurose-review-card__author:hover {
    color: #b98278;
}

.fleurose-review-card__time {
    display: block;
    margin-top: 3px;
    color: #91857d;
    font-size: 13px;
}

.fleurose-review-card__stars {
    margin-bottom: 16px;
    color: #c89a55;
    font-size: 16px;
    letter-spacing: 2px;
}

.fleurose-review-card__text {
    margin: 0;
    color: #5d554f;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}

.fleurose-reviews-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #4e5b43;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 35px rgba(78, 91, 67, 0.25);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.fleurose-reviews-slider__arrow:hover {
    background: #3f4a36;
    transform: translateY(-50%) scale(1.05);
}

.fleurose-reviews-slider__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.fleurose-reviews-slider__arrow--prev {
    left: -18px;
}

.fleurose-reviews-slider__arrow--next {
    right: -18px;
}

.fleurose-reviews-slider__arrow span {
    display: block;
    font-size: 26px;
    line-height: 1;
    transform: translateY(-1px);
}

.instagram-feed .FeedLayout__wrapper {
    background: transparent !important;
}

.instagram-feed .DesignedButton__button.FollowButton {
    border-radius: 12px !important;
    font-size: 14px !important;
}

.instagram-feed .FeedGridLayout__cell {
    border-radius: 22px;
    overflow: hidden;
}

.instagram-feed .FeedLayout__wrapper {
    padding: 0px 20px !important;
}

.instagram-feed .FeedHeader__container {
    align-items: center !important
}

.instagram-feed .MediaThumbnail__root {
    border-radius: 22px !important;
    overflow: hidden;
    border: 2px solid white;
}

.fleurose-reviews-slider__dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 4px;
}

.fleurose-reviews-slider__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(78, 91, 67, 0.25);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.fleurose-reviews-slider__dot.is-active {
    width: 28px;
    background: #4e5b43;
    border-radius: 12px;
}

.fleurose-reviews__footer {
    margin-top: 36px;
    text-align: center;
}

.fleurose-reviews__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    background: #4e5b43;
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(78, 91, 67, 0.22);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
}

.fleurose-reviews__footer a:hover {
    background: #3f4a36;
    color: #ffffff;
    transform: translateY(-2px);
}

.google-reviews-admin-error {
    padding: 14px 18px;
    background: #fff4f2;
    color: #9c2f24;
    border: 1px solid #efc8c2;
    border-radius: 10px;
    font-size: 14px;
}


.fleurose-articles-header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.fleurose-articles-row {
    position: relative;
    z-index: 1;
}

.fleurose-article-card {
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(230, 211, 202, 0.95);
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(66, 44, 35, 0.09);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fleurose-article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(66, 44, 35, 0.14);
}

.fleurose-article-image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #ead7cf;
    text-decoration: none;
}

.fleurose-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fleurose-article-card:hover .fleurose-article-image img {
    transform: scale(1.07);
}

.fleurose-article-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.45), transparent 45%),
        linear-gradient(135deg, #ead7cf 0%, #cfa59b 100%);
}

.fleurose-article-placeholder span {
    color: #4e5b43;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.fleurose-article-content {
    padding: 26px;
}

.fleurose-article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
    color: #756b64;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
    font-weight: 500;
}

.fleurose-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.fleurose-article-meta i {
    color: #4CAF50;
    font-size: 16px;
}

.fleurose-article-content h3 {
    margin: 0 0 14px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
}

.fleurose-article-content h3 a {
    color: #2f3529;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fleurose-article-content h3 a:hover {
    color: #b98278;
}

.fleurose-article-content p {
    color: #756b64;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
}

.fleurose-article-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 20px;
    background: #4e5b43;
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(78, 91, 67, 0.22);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, transform 0.25s ease;
}

.fleurose-article-button:hover {
    background: #3f4a36;
    color: #ffffff;
    transform: translateY(-2px);
}

.fleurose-article-button i {
    font-size: 14px;
}

.fleurose-articles-empty {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: 24px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(230, 211, 202, 0.95);
    border-radius: 18px;
    text-align: center;
}

.fleurose-articles-empty p {
    margin: 0;
    color: #756b64;
}


.fleurose-services-slider {
    position: relative;
}

.fleurose-services-slider__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 4px 30px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.fleurose-services-slider__viewport::-webkit-scrollbar {
    display: none;
}


.fleurose-service-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(230, 211, 202, 0.95);
    border-radius: 28px;
    scroll-snap-align: start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fleurose-service-card__image {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: #ead7cf;
}

.fleurose-service-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(47, 53, 41, 0.42) 100%);
}

.fleurose-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fleurose-service-card:hover .fleurose-service-card__image img {
    transform: scale(1.08);
}

.fleurose-service-card__content {
    position: relative;
    padding: 16px;
    text-align: center;
}

.fleurose-service-card__content h3 {
    color: #2f3529;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
}

.fleurose-service-card__content p {
    margin: 0;
    color: #756b64;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
}

.fleurose-services-slider__arrow {
    position: absolute;
    top: 45%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: #4e5b43;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 35px rgba(78, 91, 67, 0.25);
    cursor: pointer;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.fleurose-services-slider__arrow:hover {
    background: #3f4a36;
    transform: translateY(-50%) scale(1.06);
}

.fleurose-services-slider__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.fleurose-services-slider__arrow--prev {
    left: -18px;
}

.fleurose-services-slider__arrow--next {
    right: -18px;
}

.fleurose-services-slider__dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 4px;
}

.fleurose-services-slider__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(78, 91, 67, 0.25);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.fleurose-services-slider__dot.is-active {
    width: 28px;
    background: #4e5b43;
    border-radius: 12px;
}

.fleurose-map-wrapper {
    width: 100%;
}

.google-map .fleurose-map-flex {
    position: relative;
}


.fleurose-map {
    position: relative;
    width: 80%;
    min-height: 340px;
    overflow: hidden;
    background: #f7eee9;
    border: 1px solid rgba(230, 211, 202, 0.95);
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(66, 44, 35, 0.10);
}

.fleurose-map-loading,
.fleurose-map-message {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f7eee9;
    color: #4e5b43;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.fleurose-map-info {
    min-width: 220px;
    max-width: 300px;
    color: #2f3529;
    font-family: inherit;
}

.fleurose-map-info strong {
    display: block;
    margin-bottom: 7px;
    color: #2f3529;
    font-size: 16px;
    font-weight: 700;
}

.fleurose-map-info span {
    display: block;
    margin-bottom: 12px;
    color: #6f655f;
    font-size: 14px;
    line-height: 1.5;
}

.fleurose-map-info a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    background: #4e5b43;
    color: #ffffff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.fleurose-map-info a:hover {
    background: #3f4a36;
    color: #ffffff;
}

.fleurose-map-error {
    padding: 14px 18px;
    background: #fff4f2;
    color: #9c2f24;
    border: 1px solid #efc8c2;
    border-radius: 10px;
    font-size: 14px;
}


.content p {
    margin: 0 auto 28px;
    color: #756b64;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #2f3529;
    font-weight: 600;
    line-height: 1.1;
    font-family: Georgia, "Times New Roman", serif;
}

.content ul li {
    color: #756b64;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
    margin-bottom: 6px;
}

.content table tr:last-child td {
    border: 0;
}

.content table td, .content table th {
    padding: 10px 20px;
    color: #3f3832;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
    border-bottom: 1px solid #e5dbd6;
}

.content table {
    width: 100%;
    background-color: #f7eeea;
    border-radius: 22px;
}

.content b, .content bold, .content strong {
    font-weight: 600;
}

.footer-text-white {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
    color: white;
}

#footer .footer-text {
    color: #fffbcc;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
}

#footer a:hover {
    color: white;
}

#footer b, #footer bold, #footer strong {
    font-weight: 600;
}

#footer ul li a {
    color: #fffbcc;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    word-spacing: 0.05em;
    text-decoration: none;
}

#footer ul li::marker {
    color: #8BC34A;
}

#footer ul {
    margin-top: 10px;
    padding-left: 22px;
}

@media (min-width: 1200px) {
    .fleurose-services-slider__track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 42px) / 4);
        gap: 15px;
    }

    .mp-icons {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }

    .bg-bucket-after::after {
        content: "";
        position: absolute;
        right: -60px;
        bottom: -35px;
        width: 500px;
        height: 500px;
        background: url("img/bucket.png") no-repeat center / contain;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fleurose-services-slider__track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 42px) / 3);
        gap: 15px;
    }

    .mp-icons {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }

    .bg-bucket-after::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 400px;
        height: 400px;
        background: url(img/bucket.png) no-repeat center / contain;
    }
}

@media (min-width: 992px) {
    .google-map .fleurose-map-flex::after {
        content: " ";
        width: 357px;
        height: 378px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: url("img/kvetomat.png") no-repeat center / contain;
    }

    .reviews-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        padding: 0px 20px;
    }
}

@media (max-width: 991px) {

    #header .menu {
        padding: 10px;
        margin-top: 20px;
        background-color: #505640;
        border-radius: 22px;
    }

    #header .menu li a {
        color: white;
        border-bottom: 1px solid #626851;
    }

    #header .menu li {
        width: 100%;
    }

    .fleurose-map {
        min-height: 320px;
        border-radius: 18px;
        width: 100%;
    }

    .phone-contact {
        display: none;
    }

    .FeedGridLayout__grid {
        grid-template-columns: repeat(1, auto) !important;
    }

    .FeedGridLayout__cell {
        margin-bottom: 10px;
    }

    .FeedGridLayout__cell:nth-child(3), .FeedGridLayout__cell:nth-child(4) {
        display: none;
    }

    .fleurose-reviews__rating-box {
        align-items: center;
        width: 100%;
        max-width: 360px;
        border-radius: 24px;
        display: flex;
    }

    .review-title {
        text-align: center;
    }

    .fleurose-services-slider__track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 42px) / 1);
        gap: 15px;
    }

    .mp-icons {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .fleurose-articles-section,
    .fleurose-services-slider-section {
        padding: 72px 0;
    }

    .fleurose-reviews {
        padding: 72px 0;
    }

    .fleurose-article-image {
        height: 240px;
    }

    .fleurose-reviews-slider__track,
    .fleurose-services-slider__track {
        grid-auto-columns: calc((100% - 24px) / 1);
    }

    .fleurose-reviews-slider__arrow--prev,
    .fleurose-services-slider__arrow--prev {
        left: 4px;
    }

    .fleurose-reviews-slider__arrow--next,
    .fleurose-services-slider__arrow--next {
        right: 4px;
    }
}

@media (max-width: 980px) {
    .fleurose-reviews__grid {
        grid-template-columns: 1fr;
    }

    .fleurose-review-card {
        padding: 26px;
    }
}

@media (max-width: 640px) {

    .fleurose-reviews,
    .fleurose-services-slider-section {
        padding: 60px 0;
    }


    .fleurose-reviews-slider__track,
    .fleurose-services-slider__track {
        grid-auto-columns: 100%;
    }

    .fleurose-review-card {
        min-height: auto;
        padding: 26px;
    }

    .fleurose-service-card {
        min-height: auto;
        border-radius: 22px;
    }

    .fleurose-service-card__image {
        height: 240px;
    }

    .fleurose-service-card__content {
        padding: 24px;
    }

    .fleurose-reviews-slider__arrow {
        width: 40px;
        height: 40px;
    }

    .fleurose-services-slider__arrow {
        width: 42px;
        height: 42px;
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .fleurose-articles-section {
        padding: 60px 0;
    }

    .fleurose-article-content {
        padding: 22px;
    }

}

@media (max-width: 560px) {
    .fleurose-reviews__rating-number {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .fleurose-reviews__stars {
        font-size: 15px;
        letter-spacing: 2px;
    }
}