/** scroll bar **/
body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #ffb3a5;
    background-color: white;
}

body::-webkit-scrollbar-thumb {
    background-color: #faa292;
    border-radius: 30px;
    min-height: 180px;
}

/** toolbar editor **/
.tb-edit-floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

/* Styles for the tarifs section */
.tarifs h2, .tarifs h3 {
    color: #555;
}

.tarifs h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.tarifs h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.card {
    border: none;
    border-radius: 25px; /* Rounded corners */
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    background: white;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 15px; /* Add horizontal margin for spacing between cards */
    padding: 0;
    position: relative;
}

.card::after {
    content: "";
    display: block;
    height: 8px;
    background-color: #faa292; /* Adding the colored border */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-img-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: blur(2.7px); */
}

.card-body {
    padding: 15px;
    border-top-left-radius: 25px; /* Rounded corners for card body */
    border-top-right-radius: 25px; /* Rounded corners for card body */
    background-color: white; /* Ensure the background is consistent */
    position: relative;
    top: -25px; /* Move up the card body */
}

.card-footer {
    background-color: #faa292;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 10px 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
}

.card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.card ul {
    list-style: none;
    padding: 0;
}

.card ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* Home polish */
.header-three,
.header-three .menu-area {
    position: relative;
    z-index: 1000;
}

.slider-four .slider-active .slick-track::before {
    content: none;
}

.services-content2 p,
.pricing-body p,
.gallery-empty {
    margin-bottom: 0;
}

#about.about-area,
#services.services-area,
#pricing.pricing-area,
#work,
.testimonial-area {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
}

.services-box {
    height: 100%;
    padding: 0 18px;
}

.services-content2 {
    max-width: 320px;
    margin: 0 auto;
}

.services-content2 h5 {
    margin-bottom: 12px;
}

.services-content2 a {
    color: #181e23;
}

.pricing-box2 {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-box2 .icon {
    margin-top: -55px;
    margin-bottom: 8px !important;
}

.pricing-box2 .icon img {
    width: 76px;
    height: 58px;
    object-fit: contain;
}

.pricing-head {
    padding-top: 18px;
}

.pricing-head h2 {
    font-size: 25px;
    line-height: 1.25;
}

.pricing-body {
    min-height: 58px;
}

.pricing-btn {
    margin-top: 26px;
}

.gallery-empty {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    color: #62605c;
}

.footer-social a {
    vertical-align: middle;
}

.footer-social a i {
    display: inline-block;
    line-height: 35px;
}

.google-review-stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: -4px 0 18px;
    color: #faa292;
    font-size: 15px;
}

.testimonial-active2 .ta-info a {
    color: inherit;
}

.testimonial-active2 .ta-info a:hover {
    color: #faa292;
}

.zen-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f7dcd8;
    background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
    color: #62605c;
}

.zen-footer__top {
    padding: 76px 0 52px;
}

.zen-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(140px, 0.7fr) minmax(170px, 0.8fr) minmax(280px, 1.2fr);
    gap: 34px;
    align-items: start;
}

.zen-footer .footer-widget {
    margin-bottom: 0;
}

.zen-footer__logo {
    display: inline-flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.zen-footer__logo img {
    display: block;
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.zen-footer__brand p {
    max-width: 390px;
    margin: 0;
    color: #62605c;
    font-size: 15px;
    line-height: 1.85;
}

.zen-footer__quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.zen-footer__quick-actions a,
.zen-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 11px 14px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff;
    color: #181e23;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.zen-footer__quick-actions a i,
.zen-footer__cta i {
    color: #faa292;
}

.zen-footer__quick-actions a span {
    color: #181e23;
}

.zen-footer__quick-actions a:hover,
.zen-footer__cta:hover {
    border-color: #faa292;
    background: #fff5f4;
    color: #181e23;
    box-shadow: 0 14px 28px rgba(250, 162, 146, 0.16);
    transform: translateY(-2px);
}

.zen-footer .f-widget-title h2,
.zen-footer__contact h2 {
    position: relative;
    margin: 0 0 26px;
    padding-bottom: 20px;
    color: #181e23;
    font-size: 22px;
    line-height: 1.2;
}

.zen-footer .f-widget-title h2::before,
.zen-footer__contact h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 2px;
    border-radius: 999px;
    background: #faa292;
}

.zen-footer .f-widget-title h2::after,
.zen-footer__contact h2::after {
    content: "\f004";
    position: absolute;
    left: 61px;
    bottom: -6px;
    color: #faa292;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
}

.zen-footer__nav ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.zen-footer__nav li {
    margin: 0;
}

.zen-footer__nav a {
    display: inline-flex;
    align-items: center;
    color: #62605c;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.zen-footer__nav a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: #faa292;
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.zen-footer__nav a:hover {
    color: #faa292;
    transform: translateX(3px);
}

.zen-footer__nav a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.zen-footer__contact {
    padding: 28px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff5f4;
    box-shadow: 0 18px 42px rgba(24, 30, 35, 0.07);
}

.zen-footer__contact address {
    display: grid;
    gap: 16px;
    margin: 0;
}

.zen-footer__contact-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    color: #62605c;
    font-size: 15px;
    line-height: 1.55;
    text-decoration: none;
}

.zen-footer__contact-row span {
    color: #62605c;
}

.zen-footer__contact-row i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #faa292;
    color: #fff;
    box-shadow: 0 12px 24px rgba(250, 162, 146, 0.28);
}

.zen-footer__contact-row:hover {
    color: #181e23;
}

.zen-footer__contact-row:hover span {
    color: #181e23;
}

.zen-footer__cta {
    width: 100%;
    margin-top: 24px;
    background: #faa292;
    color: #fff !important;
}

.zen-footer__cta i {
    color: inherit;
}

.zen-footer__cta:hover {
    background: #ef826f;
    color: #fff !important;
}

.zen-footer__bottom {
    padding: 16px 0;
    background: #fff5f4;
    color: #201e1a;
    font-size: 14px;
}

.zen-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.zen-footer__bottom a {
    color: #62605c;
    font-weight: 600;
    text-decoration: none;
}

.zen-footer__bottom a:hover {
    color: #faa292;
}

.tarifs-page {
    background: #fff;
    color: #181e23;
}

.tarifs-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 92px;
    background-color: #fff5f4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tarifs-hero::after {
    content: "";
    position: absolute;
    top: 70px;
    right: max(5vw, 40px);
    width: 430px;
    height: 430px;
    border: 1px solid rgba(250, 162, 146, 0.28);
    border-radius: 50%;
    pointer-events: none;
}

.tarifs-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    gap: clamp(32px, 6vw, 90px);
    align-items: center;
}

.tarifs-hero__content {
    max-width: 760px;
}

.tarifs-breadcrumb {
    padding: 0;
    margin: 0 0 24px;
    background: transparent;
    font-size: 14px;
}

.tarifs-breadcrumb a {
    color: #62605c;
}

.tarifs-breadcrumb .active {
    color: #ef826f;
}

.tarifs-hero h1 {
    margin-bottom: 22px;
    color: #181e23;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.05;
    letter-spacing: 0;
}

.tarifs-hero p {
    max-width: 660px;
    color: #62605c;
    font-size: 18px;
    line-height: 1.8;
}

.tarifs-hero__actions,
.tarifs-footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.tarifs-hero .btn.ss-btn,
.tarifs-footer-cta .btn.ss-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 23px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.tarifs-btn-secondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    color: #181e23;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.tarifs-btn-secondary:hover {
    border-color: #faa292;
    color: #ef826f;
    box-shadow: 0 14px 30px rgba(250, 162, 146, 0.16);
    transform: translateY(-2px);
}

.tarifs-hero__panel {
    position: relative;
    padding: 30px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 50px rgba(24, 30, 35, 0.08);
}

.tarifs-hero__panel-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #f7dcd8;
    border-radius: 50%;
    background: #fff5f4;
    color: #ef826f;
}

.tarifs-hero__panel h2 {
    margin: 0 0 12px;
    color: #181e23;
    font-size: 30px;
    line-height: 1.15;
}

.tarifs-hero__panel p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
}

.tarifs-hero__panel a {
    color: #181e23;
    font-weight: 700;
    text-decoration: none;
}

.tarifs-hero__panel a:hover {
    color: #faa292;
}

.tarifs-overview {
    position: relative;
    z-index: 3;
    margin-top: -34px;
    padding-bottom: 52px;
}

.tarifs-overview__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.tarifs-overview__item {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff;
    color: #181e23;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(24, 30, 35, 0.07);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.tarifs-overview__item span,
.tarifs-card__icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f7dcd8;
    border-radius: 50%;
    background: #fff5f4;
    color: #ef826f;
}

.tarifs-overview__item strong {
    color: #181e23;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.15;
}

.tarifs-overview__item:hover {
    border-color: #faa292;
    color: #181e23;
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(24, 30, 35, 0.11);
}

.tarifs-list {
    padding: 16px 0 70px;
}

.tarifs-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.tarifs-heading h2,
.tarifs-footer-cta h2 {
    margin: 0 0 16px;
    color: #181e23;
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.tarifs-heading p,
.tarifs-footer-cta p {
    margin: 0;
    color: #62605c;
    font-size: 16px;
    line-height: 1.8;
}

.tarifs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.tarifs-card {
    display: grid;
    grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
    min-height: 100%;
    overflow: hidden;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(24, 30, 35, 0.07);
}

.tarifs-card__media {
    position: relative;
    min-height: 260px;
    background: #fff5f4;
}

.tarifs-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tarifs-card__icon {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 26px rgba(24, 30, 35, 0.12);
}

.tarifs-card__content {
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.tarifs-card__header {
    padding-bottom: 18px;
    border-bottom: 1px solid #f7dcd8;
}

.tarifs-card__header h3 {
    margin: 0 0 8px;
    color: #181e23;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 1.15;
}

.tarifs-card__header p {
    margin: 0;
    color: #62605c;
    font-size: 14px;
    line-height: 1.6;
}

.tarifs-price-content {
    padding-top: 20px;
}

.tarifs-price-content h2,
.tarifs-price-content h3,
.tarifs-price-content img {
    display: none;
}

.tarifs-price-content p {
    margin: 0 0 11px;
    color: #181e23;
    font-size: 15px;
    line-height: 1.65;
}

.tarifs-price-content ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.tarifs-price-content li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(247, 220, 216, 0.82);
    color: #181e23;
    font-size: 15px;
    line-height: 1.5;
}

.tarifs-price-content li p {
    display: inline;
    margin: 0;
}

.tarifs-price-content li:last-child {
    border-bottom: 0;
}

.tarifs-price-content li:empty {
    display: none;
}

.tarifs-card__note {
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff5f4;
    color: #62605c;
    font-size: 14px;
    line-height: 1.65;
}

.tarifs-card__note p {
    margin: 0;
}

.tarifs-card__actions {
    margin-top: auto;
    padding-top: 22px;
}

.tarifs-card__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ef826f;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.tarifs-card__link:hover {
    color: #181e23;
}

.tarifs-footer-cta {
    padding: 0 0 92px;
}

.tarifs-footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 42px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff5f4;
}

.tarifs-footer-cta h2 {
    max-width: 640px;
}

.tarifs-footer-cta p {
    max-width: 620px;
}

.infos-page {
    background: #fff;
    color: #181e23;
}

.infos-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 92px;
    background-color: #fff5f4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.infos-hero::after {
    content: "";
    position: absolute;
    top: 60px;
    right: max(5vw, 36px);
    width: 430px;
    height: 430px;
    border: 1px solid rgba(250, 162, 146, 0.28);
    border-radius: 50%;
    pointer-events: none;
}

.infos-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
    gap: clamp(32px, 6vw, 90px);
    align-items: center;
}

.infos-hero__content {
    max-width: 760px;
}

.infos-breadcrumb {
    padding: 0;
    margin: 0 0 24px;
    background: transparent;
    font-size: 14px;
}

.infos-breadcrumb a {
    color: #62605c;
}

.infos-breadcrumb .active {
    color: #ef826f;
}

.infos-hero h1 {
    margin-bottom: 22px;
    color: #181e23;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.05;
    letter-spacing: 0;
}

.infos-hero p {
    max-width: 660px;
    color: #62605c;
    font-size: 18px;
    line-height: 1.8;
}

.infos-hero__actions,
.infos-map-copy__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.infos-hero .btn.ss-btn,
.infos-map-copy .btn.ss-btn,
.infos-before-visit .btn.ss-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 23px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.infos-btn-secondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    color: #181e23;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.infos-btn-secondary:hover {
    border-color: #faa292;
    color: #ef826f;
    box-shadow: 0 14px 30px rgba(250, 162, 146, 0.16);
    transform: translateY(-2px);
}

.infos-status-card {
    position: relative;
    padding: 30px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 50px rgba(24, 30, 35, 0.08);
}

.infos-status-card__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #f7dcd8;
    border-radius: 50%;
    background: #fff5f4;
    color: #ef826f;
}

.infos-status-card h2 {
    margin: 0 0 8px;
    color: #181e23;
    font-size: 30px;
    line-height: 1.15;
}

.infos-status-card p {
    margin: 0 0 8px;
    color: #62605c;
    font-size: 14px;
    line-height: 1.5;
}

.infos-status-card strong {
    display: block;
    margin-bottom: 20px;
    color: #181e23;
    font-size: 17px;
    line-height: 1.45;
}

.infos-status-card a {
    color: #181e23;
    font-weight: 700;
    text-decoration: none;
}

.infos-status-card a:hover {
    color: #faa292;
}

.infos-practical {
    position: relative;
    z-index: 3;
    margin-top: -34px;
    padding-bottom: 70px;
}

.infos-practical__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.infos-practical__card {
    min-height: 100%;
    padding: 26px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(24, 30, 35, 0.07);
}

.infos-practical__card > span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border: 1px solid #f7dcd8;
    border-radius: 50%;
    background: #fff5f4;
    color: #ef826f;
}

.infos-practical__card h2 {
    margin: 0 0 10px;
    color: #181e23;
    font-size: 28px;
    line-height: 1.15;
}

.infos-practical__card p {
    min-height: 54px;
    margin: 0 0 20px;
    color: #62605c;
    font-size: 15px;
    line-height: 1.7;
}

.infos-practical__card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ef826f;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.infos-practical__card a:hover {
    color: #181e23;
}

.infos-hours-section,
.infos-map-section {
    padding: 0 0 76px;
}

.infos-section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.infos-section-heading h2,
.infos-map-copy h2,
.infos-before-visit h2 {
    margin: 0 0 16px;
    color: #181e23;
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.infos-section-heading p,
.infos-map-copy p,
.infos-before-visit p {
    margin: 0;
    color: #62605c;
    font-size: 16px;
    line-height: 1.8;
}

.infos-hours {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 880px;
    margin: 0 auto;
}

.infos-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 20px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff;
}

.infos-hours__row.is-today {
    border-color: #faa292;
    background: #fff5f4;
    box-shadow: 0 14px 30px rgba(250, 162, 146, 0.12);
}

.infos-hours__row span {
    color: #181e23;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 700;
}

.infos-hours__row strong {
    color: #62605c;
    font-size: 15px;
    text-align: right;
}

.infos-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 30px;
    align-items: stretch;
}

.infos-map-copy {
    padding: 34px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff5f4;
}

.infos-map-copy ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
}

.infos-map-copy li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #181e23;
    font-size: 15px;
    line-height: 1.6;
}

.infos-map-copy li i {
    margin-top: 4px;
    color: #ef826f;
}

.infos-map-frame {
    min-height: 520px;
    overflow: hidden;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff5f4;
    box-shadow: 0 18px 42px rgba(24, 30, 35, 0.07);
}

.infos-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.infos-before-visit {
    padding: 0 0 92px;
}

.infos-before-visit__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 42px;
    border: 1px solid #f7dcd8;
    border-radius: 8px;
    background: #fff5f4;
}

.infos-before-visit p {
    max-width: 680px;
}

@media (max-width: 1199px) {
    .zen-footer__grid {
        grid-template-columns: 1.2fr 0.8fr 0.8fr;
    }

    .zen-footer__contact {
        grid-column: 1 / -1;
    }

    .tarifs-overview__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tarifs-grid {
        grid-template-columns: 1fr;
    }

    .infos-practical__grid,
    .infos-map-layout {
        grid-template-columns: 1fr;
    }

    .infos-map-frame {
        min-height: 430px;
    }

    .infos-map-frame iframe {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .zen-footer__top {
        padding: 58px 0 36px;
    }

    .zen-footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .zen-footer__brand,
    .zen-footer__nav,
    .zen-footer__contact {
        max-width: 100%;
    }

    .zen-footer__quick-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .zen-footer__quick-actions a {
        justify-content: flex-start;
    }

    .zen-footer__contact {
        padding: 24px 20px;
    }

    .zen-footer__bottom-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .tarifs-hero {
        padding: 104px 0 58px;
    }

    .tarifs-hero::after {
        right: -220px;
        top: 40px;
    }

    .tarifs-hero__grid {
        grid-template-columns: 1fr;
    }

    .tarifs-hero h1 {
        font-size: 39px;
    }

    .tarifs-hero p {
        font-size: 16px;
        line-height: 1.72;
    }

    .tarifs-hero__actions,
    .tarifs-footer-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tarifs-hero .btn.ss-btn,
    .tarifs-footer-cta .btn.ss-btn,
    .tarifs-btn-secondary {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .tarifs-hero__panel {
        padding: 24px 20px;
    }

    .tarifs-overview {
        margin-top: -18px;
        padding-bottom: 30px;
    }

    .tarifs-overview__grid {
        grid-template-columns: 1fr;
    }

    .tarifs-list {
        padding-bottom: 52px;
    }

    .tarifs-heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .tarifs-card {
        grid-template-columns: 1fr;
    }

    .tarifs-card__media {
        min-height: 210px;
    }

    .tarifs-card__content {
        padding: 24px 20px;
    }

    .tarifs-price-content li {
        display: block;
    }

    .tarifs-footer-cta {
        padding-bottom: 62px;
    }

    .tarifs-footer-cta__inner {
        display: block;
        padding: 28px 22px;
    }

    .infos-hero {
        padding: 104px 0 58px;
    }

    .infos-hero::after {
        right: -220px;
        top: 40px;
    }

    .infos-hero__grid,
    .infos-hours {
        grid-template-columns: 1fr;
    }

    .infos-hero h1 {
        font-size: 39px;
    }

    .infos-hero p {
        font-size: 16px;
        line-height: 1.72;
    }

    .infos-hero__actions,
    .infos-map-copy__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .infos-hero .btn.ss-btn,
    .infos-map-copy .btn.ss-btn,
    .infos-before-visit .btn.ss-btn,
    .infos-btn-secondary {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .infos-status-card,
    .infos-practical__card,
    .infos-map-copy {
        padding: 24px 20px;
    }

    .infos-practical {
        margin-top: -18px;
        padding-bottom: 52px;
    }

    .infos-practical__card p {
        min-height: 0;
    }

    .infos-section-heading {
        text-align: left;
    }

    .infos-hours__row {
        display: block;
    }

    .infos-hours__row strong {
        display: block;
        margin-top: 6px;
        text-align: left;
    }

    .infos-map-frame,
    .infos-map-frame iframe {
        min-height: 360px;
    }

    .infos-before-visit {
        padding-bottom: 62px;
    }

    .infos-before-visit__inner {
        display: block;
        padding: 28px 22px;
    }

    .infos-before-visit .btn.ss-btn {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .header-three .menu-area {
        padding: 12px 0;
    }

    .header-three .second-menu .row {
        min-height: 44px;
        position: relative;
        align-items: center !important;
    }

    .header-three .logo {
        display: flex;
        align-items: center;
        height: 44px;
        position: relative;
        z-index: 120;
    }

    .header-three .logo a {
        display: inline-flex;
        align-items: center;
        height: 44px;
        line-height: 1;
    }

    .header-three .mobile-menu {
        position: absolute;
        right: 15px;
        top: 0;
        width: 52px;
        min-height: 44px;
        transform: none;
        z-index: 130;
    }

    .header-three .mean-container .mean-bar {
        position: static;
    }

    .header-three .mean-container a.meanmenu-reveal {
        top: 0;
        right: 0 !important;
        width: 24px;
        height: 22px;
        margin-top: 0 !important;
        padding: 9px 10px;
        transform: none;
        border-color: #faa292;
        border-radius: 10px;
        background: #fff;
        box-shadow: 2.5px 4.33px 15px 0 rgba(250, 162, 146, 0.35);
    }

    .header-three .mean-container a.meanmenu-reveal span {
        background: #faa292;
    }

    .header-three .mean-container .mean-nav {
        position: absolute;
        top: 48px;
        right: 0;
        width: min(280px, calc(100vw - 30px));
        margin-top: 0;
        z-index: 1200;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(24, 30, 35, 0.14);
    }

    .header-three .mean-container .mean-nav ul {
        background: #fff;
    }

    #about.about-area,
    #services.services-area,
    #pricing.pricing-area,
    #work,
    .testimonial-area {
        padding-top: 70px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 575px) {
    .header-three .mobile-menu {
        top: -34px;
    }

    .slider-four .slider-bg {
        min-height: 520px !important;
        background-size: cover !important;
        background-position: 58% bottom !important;
    }

    .slider-four .row.pt-50 {
        padding-top: 68px !important;
    }

    .slider-four .slider-content {
        position: relative;
        z-index: 2;
        max-width: 330px;
        margin-top: 76px !important;
    }

    .slider-four .slider-content h5 {
        color: #62605c;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.55;
        margin-bottom: 16px;
    }

    .slider-four .slider-content h5 p {
        margin-bottom: 0;
    }

    .slider-four .slider-content h5 p:first-child {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .slider-four .slider-content h5 p:nth-of-type(n+2),
    .slider-four .slider-content h2:empty,
    .slider-four .slider-content p.editable:empty {
        display: none;
    }

    .slider-four .subricbe {
        width: 100%;
        margin-top: 22px;
        padding: 10px;
    }

    .slider-four .subricbe .btn {
        width: 100%;
        text-align: center;
        padding: 16px 18px;
        font-size: 15px;
        line-height: 1.2;
    }

    .slider-four .slider-img {
        display: none;
    }
}

.card ul li .price {
    font-weight: bold;
    color: #333;
    margin-left: auto;
}
