* {
    transition: all 0.3s;
}

body:not(.wp-admin) {
    color: #fff;
    font-size: 16px;
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    background-color: #090909;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fd7c00;
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

.btn {
    border-radius: 0;
    outline: none !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff !important;
    background-color: #fd7c00 !important;
    border-color: #fd7c00 !important;
}

.btn-primary {
    border-color: #fd7c00;
    background-color: #fd7c00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    border-color: #cf6500 !important;
    background-color: #cf6500 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
}

.btn-link {
    color: #fd7c00;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #fd7c00;
}

.skin-color {
    color: #fd7c00;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-column-count2 {
    column-count: 2;
}

.width-100 {
    width: 100%;
}

.min-height-750 {
    min-height: 750px;
}

.rich-text {
    line-height: 2em;
}

.rich-text img,
.rich-text video {
    max-width: 100%;
}

.wp-site-blocks {
    padding: 0;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

.app-page-header {
    position: fixed;
    left: 0;
    /*top: 0;*/
    width: 100%;
    background-color: #090909;
    z-index: 1000;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.app-page-header .logo img {
    max-height: 70px;
}

.app-page-header .menus {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.app-page-header .menus .menu-item {
    position: relative;
}

.app-page-header .menus .menu-item.has-children:after {
    position: absolute;
    right: -15px;
    top: 2px;
    content: "\f078";
    transform: scale(0.7);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}

.app-page-header .menus .menu-item .out-text a {
    color: #fff;
    font-size: 18px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    line-height: 1em;
}

.app-page-header .menus .menu-item .downmenus {
    position: fixed;
    left: 0;
    width: 100%;
    display: none;
}

.app-page-header .menus .menu-item:hover .downmenus {
    display: block;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner {
    background-color: rgba(9, 9, 9, 0.7);
    backdrop-filter: blur(2px);
    border-top: 1px solid rgba(253, 124, 0, 0.7);
    border-bottom: 1px solid rgba(253, 124, 0, 0.7);
    padding: 20px 0;
    margin-top: 27px;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .container {
    padding-left: 490px;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .menus-group {
    margin-bottom: 30px;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .menus-group:last-child {
    margin-bottom: 0;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .menus-group .group-header {
    color: #fff;
    font-size: 18px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .menus-group .group-body {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .menus-group .group-body .group-body-menus {
    display: flex;
    flex-wrap: wrap;
}

.app-page-header .menus .menu-item .downmenus .downmenus-inner .menus-group .group-body .group-body-menus a {
    margin: 0 30px 10px 0;
}

.app-page-header .right-col {
    display: flex;
    gap: 20px;
}

.app-page-header .right-col .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
}

.app-page-header .right-col .btn:hover {
    color: #fff;
    border-color: transparent;
}

.app-page-header .right-col .btn.booking-btn {
    width: 170px;
}

.app-page-header-placeholder {
    height: 97px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #090909;
    z-index: 10;
    display: none;
    overflow: auto;
}

.app-page-header-hamburg-dropdown-window .close-btn {
    display: inline-block;
    width: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 2em;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 3em;
    font-size: 18px;
    overflow: hidden;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item {
    padding-left: 1em;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text {
    position: relative;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text {
    display: inline-block;
    width: 100%;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .text:hover {
    color: #fd7c00;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .out-text .triangle .fa:before {
    content: "\f078";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .out-text .triangle .fa:before {
    content: "\f077";
}

.app-page-header-hamburg-dropdown-window .menus .menu-item .menus {
    height: 0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item.open-menus > .menus {
    height: auto;
}

.app-page-footer {
    color: #fff;
    background-color: #090909;
    margin-top: 20px;
    border-top: 1px solid #fd7c00;
}

.app-page-footer .top-block {
    padding: 30px 0;
}

.app-page-footer .top-block .logo {
    max-width: 100%;
    max-height: 260px;
}

.app-page-footer .top-block .contact-block {
    font-size: 18px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.app-page-footer .top-block .contact-block .big {
    font-size: 30px;
    margin-bottom: 12px;
}

.app-page-footer .top-block .social-networks-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-networks-block img {
    width: 20px;
}

.app-page-footer .bottom-block {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.app-page-footer .bottom-block a {
    color: inherit;
}

.home .app-page-header:not(.scroll-bg) {
    background-color: transparent;
}

.home .app-page-header-placeholder {
    display: none;
}

.index-page .banner-block {
    position: relative;
    height: 100vh;
    margin-bottom: 78px;
}

.index-page .banner-block .swiper {
    height: 100%;
}

.index-page .banner-block .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .banner-block .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .banner-block .down-btn {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}

.index-page .module-header {
    color: #fff;
    font-size: 52px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.index-page .flexible-location-block {
    text-align: center;
    margin-bottom: 108px;
}

.index-page .flexible-location-block .content {
    color: #fff;
    font-size: 22px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    line-height: 40px;
}

.index-page .price-choices-block {
    margin-bottom: 100px;
}

.common-menu {
    padding: 40px;
    border: 3px solid #fd7c00;
    border-radius: 16px;
}

.common-menu .title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}

.common-menu .title h4 {
    margin: 0;
}

.common-menu .content {
    color: #fff;
    font-size: 17px;
    line-height: 35px;
}

.common-menu .content h3 {
    font-size: 28px;
    margin-top: 0;
}

.common-menu hr {
    margin: 30px 0;
}

.index-page .service-areas-block {
    padding: 80px 0;
    margin-bottom: 163px;
}

.index-page .service-areas-block .tabs-row {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.index-page .service-areas-block .tabs-row .tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 36px;
}

.index-page .service-areas-block .tabs-row .tabs .tab {
    color: #666;
    font-size: 18px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

.index-page .service-areas-block .tabs-row .tabs .tab.active {
    color: #fff;
    border-bottom-color: #fd7c00;
}

.index-page .service-areas-block .swiper.state-swiper {
}

.index-page .service-areas-block .swiper.state-swiper .swiper-wrapper {
}

.service-area-list .service-area-item {
    position: relative;
    aspect-ratio: 0.669082;
    display: block;
}

.service-area-list .service-area-item .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-area-list .service-area-item .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.3);
}

.service-area-list .service-area-item:hover .content {
    background-color: transparent;
}

.service-area-list .service-area-item .content .top {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
}

.service-area-list .service-area-item .content .top .title {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.service-area-list .service-area-item .content .bottom {
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 100%;
    text-align: center;
}

.service-area-list .service-area-item .content .bottom .booking-btn {
    font-size: 18px;
    padding: 10px 35px;
}

.index-page .service-areas-block .service-area-list.mobile {
    margin: 0 -10px;
}

.index-page .service-areas-block .service-area-list.mobile .col {
    padding: 0 5px;
}

.index-page .service-areas-block .service-area-list.mobile .service-area-item {
    margin-bottom: 10px;
}

.index-page .service-areas-block .swiper.state-swiper .swiper-button-next,
.index-page .service-areas-block .swiper.state-swiper .swiper-button-prev {
    color: #fff;
    background-color: rgba(51, 51, 51, 0.6);
    --swiper-navigation-size: 30px;
    width: 50px;
    height: 50px;
    outline: none;
}

.index-page .service-areas-block .swiper.state-swiper .swiper-button-next:hover,
.index-page .service-areas-block .swiper.state-swiper .swiper-button-prev:hover {
    background-color: rgba(51, 51, 51, 0.9);
}

.index-page .service-area-categories-block {
    padding: 80px 0;
    margin-bottom: 163px;
}

.index-page .service-area-categories-block .category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.index-page .service-area-categories-block .category-list .item {
    text-align: center;
    height: calc(100% - 30px);
    padding: 40px 30px;
    border: 3px solid #fd7c00;
    border-radius: 16px;
    margin-bottom: 30px;
}

.index-page .service-area-categories-block .category-list .item .thumb {
    margin-bottom: 20px;
}

.index-page .service-area-categories-block .category-list .item .thumb img {
    width: 90%;
}

.index-page .service-area-categories-block .category-list .item .title {
    font-size: 30px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.index-page .service-area-categories-block .category-list .item .desc {
    margin-bottom: 20px;
    line-height: 2em;
}

.index-page .service-area-categories-block .category-list .item .bottom {
}

.index-page .about-us-block {
    margin-bottom: 120px;
}

.index-page .about-us-block .img-box {
}

.index-page .about-us-block .img-box img {
    width: 100%;
}

.index-page .about-us-block .content-box {
    padding-top: 100px;
    padding-left: 60px;
}

.index-page .about-us-block .content-box .title {
    color: #fff;
    font-size: 36px;
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
}

.index-page .about-us-block .content-box .content {
    color: #fff;
    font-family: "Abhaya Libre", serif;
    font-weight: 600;
    line-height: 28px;
}

.index-page .customer-reviews-block {
    margin-bottom: 150px;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.gallery-list .gallery-item {
    display: flex;
    width: 25%;
    /*aspect-ratio: 1.517241;*/
    padding: 5px;
}

.gallery-list .gallery-item img,
.gallery-list .gallery-item video {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.index-page .gallery-block {
    margin-bottom: 100px;
}

.index-page .gallery-block .gallery-list {
    margin-top: 50px;
}

.index-page .faq-block {
    padding: 60px 0 100px 0;
}

.index-page .faq-block .module-header {
    font-size: 36px;
    margin-bottom: 30px;
}

.index-page .faq-block .faq-list {
    padding: 0 30px;
}

.faq-list {
    margin-bottom: 20px;
}

.faq-list .faq-item {
    border-bottom: 1px solid #ffffff33;
}

.faq-list .faq-item .header-block {
    display: flex;
    justify-content: space-between;
    padding: 16px 6px 16px 0;
    cursor: pointer;
}

.faq-list .faq-item .header-block .title {
    color: #fff;
    font-size: 18px;
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    width: calc(100% - 50px);
}

.faq-list .faq-item .header-block .open-close-btn {
    font-size: 16px;
    line-height: 1em;
    border-radius: 50%;
    border-color: #fff !important;
    background-color: transparent !important;
    padding: 0;
    width: 24px;
    height: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faq-list .faq-item .header-block .open-close-btn:after {
    content: "";
    display: block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}

.faq-list .faq-item.open-status .header-block .open-close-btn:after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='8' viewBox='0 0 1 8' fill='none'%3E%3Cline x1='0.75' y1='8' x2='0.75' y2='1.09278e-08' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='8' viewBox='0 0 1 8' fill='none'%3E%3Cline x1='0.75' y1='8' x2='0.75' y2='1.09278e-08' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-list .faq-item.close-status .header-block .open-close-btn:after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cline x1='4.25' y1='1.09278e-08' x2='4.25' y2='8' stroke='black' stroke-width='1'/%3E%3Cline y1='3.75' x2='8' y2='3.75' stroke='black' stroke-width='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cline x1='4.25' y1='1.09278e-08' x2='4.25' y2='8' stroke='black' stroke-width='1'/%3E%3Cline y1='3.75' x2='8' y2='3.75' stroke='black' stroke-width='1'/%3E%3C/svg%3E");
}

.faq-list .faq-item .body-block {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 31px;
    display: none;
}

.faq-list .faq-item.open-status .body-block {
    display: block;
}

.page-title-header {
    color: #fff;
    font-size: 36px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    background-color: #fd7c00;
    padding: 20px 0;
    margin-bottom: 20px;
}

.booking-page-header {
    color: #fff;
    background-color: #fd7c00;
    padding: 50px 0;
    margin-bottom: 20px;
}

.booking-page-header h1 {
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    margin: 0;
}

.booking-page-header .desc {
    font-size: 20px;
    margin-top: 20px;
}

.booking-list-page .area-group {
    position: relative;
    margin-bottom: 20px;
}

.booking-list-page .area-group .anchor-point {
    position: absolute;
    left: 0;
    top: -100px;
}

.title-block-prefix {
    position: relative;
}

.title-block-prefix:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 4px;
    background-color: #fd7c00;
}

.booking-list-page .area-group .group-header {
    font-size: 30px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.booking-list-page .area-group .service-area-list .service-area-item {
    margin-bottom: 30px;
}

.page-img-content-left-right-layout .main-row .content-col .title {
    font-size: 36px;
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.menu-page .menu-page-desc {
    font-size: 36px;
    font-family: "Abhaya Libre", serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.5em;
}

.menu-page .menu-group {
    color: #fff;
    padding: 50px 80px;
    border-radius: 20px;
    margin-bottom: 60px;
    font-size: 17px;
}

.menu-page .menu-group > .row {
    display: flex;
    flex-wrap: wrap;
}

.menu-page .menu-group .content-col {
    line-height: 2em;
}

.menu-page .menu-group .content-col h3 {
    font-size: 36px;
}

.menu-page .menu-group .content-col h4 {
    font-size: 20px;
}

.menu-page .menu-group .content-col .h3-row {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.menu-page .menu-group .content-col .h3-row > * {
    margin: 0;
}

.menu-page .menu-group .img-col {
    padding-left: 80px;
}

.menu-page .menu-group .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-page .menu-group-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    gap: 10px;
}

@media (min-width: 1700px) {
    .app-page-header .inner {
        margin: 0 -177px;
    }

    .app-page-header .menus {
        margin-left: 200px;
    }

    .app-page-header .menus .menu-item .downmenus .downmenus-inner .container {
        padding-left: 590px;
    }

    .index-page .service-areas-block .inner {
        margin: 0 -177px;
    }

    .index-page .about-us-block .img-box {
        margin-left: -177px;
        padding-right: 25px;
    }

    .index-page .gallery-block .inner {
        margin: 0 -177px;
    }
}

@media (min-width: 1490px) {
    .container {
        width: 1460px;
    }

    .app-page-header .right-col .btn.hamburg-btn {
        display: none;
    }

    .app-page-header-hamburg-dropdown-window {
        display: none !important;
    }

    .booking-list-page .area-group .service-area-list .col {
        width: 20%;
    }
}

@media (max-width: 1490px) {
    .app-page-header .menus {
        display: none;
    }

    .index-page .about-us-block .content-box {
        padding-top: 30px;
        padding-left: 30px;
    }

    .menu-page .menu-group .content-col .h3-row {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}

@media (max-width: 1200px) {
    .service-area-list .service-area-item .content .top .title {
        font-size: 26px;
    }

    .index-page .about-us-block .content-box {
        padding-left: 0;
    }

    .menu-page .menu-group-note .item {
        width: calc((100% - 10px) / 2);
    }
}

@media (min-width: 992px) {
    .page-img-content-left-right-layout .main-row .content-col {
        padding-left: 60px;
    }
}

@media (max-width: 992px) {
    .app-page-header .logo img {
        height: 50px;
    }

    .app-page-header .right-col .btn {
        padding: 8px 10px;
    }

    .app-page-header-placeholder {
        height: 80px;
    }

    .index-page .module-header {
        font-size: 42px;
    }

    .index-page .flexible-location-block .content {
        font-size: 20px;
        line-height: 38px;
    }

    .gallery-list .gallery-item {
        width: 50%;
    }

    .menu-page .menu-group > .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .menu-page .menu-group .img-col {
        padding-left: 15px;
        padding-bottom: 20px;
    }

    .menu-page .menu-group .img-col img {
        aspect-ratio: 1.8;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .menu-page .menu-group .content-col h3.main-title {
        font-size: 53px;
    }
}

@media (max-width: 768px) {
    .app-page-header .right-col .btn.booking-btn {
        display: none;
    }

    .app-page-footer .top-block .contact-block {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .app-page-footer .top-block .social-networks-block {
        justify-content: center;
    }

    .app-page-footer .bottom-block {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }

    .index-page .banner-block {
        margin-bottom: 50px;
    }

    .index-page .module-header {
        font-size: 32px;
    }

    .index-page .flexible-location-block {
        margin-bottom: 50px;
    }

    .index-page .flexible-location-block .content {
        font-size: 18px;
        line-height: 36px;
    }

    .index-page .price-choices-block {
        margin-bottom: 50px;
    }

    .common-menu {
        padding: 30px 20px;
    }

    .common-menu * {
        text-align: left !important;
    }

    .common-menu .content .text-column-count2 {
        column-count: 1;
    }

    .index-page .service-areas-block {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .index-page .service-areas-block .tabs-row {
        margin-bottom: 30px;
    }

    .index-page .service-areas-block .tabs-row .tabs {
        gap: 0;
        border-bottom: none;
    }

    .index-page .service-areas-block .tabs-row .tabs .tab {
        font-size: 16px;
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }

    .service-area-list .service-area-item {
        aspect-ratio: 1.34;
    }

    .service-area-list .service-area-item .content .top {
        top: 25px;
    }

    .service-area-list .service-area-item .content .top .title {
        font-size: 20px;
    }

    .service-area-list .service-area-item .content .bottom {
        bottom: 25px;
    }

    .service-area-list .service-area-item .content .bottom .booking-btn {
        font-size: 16px;
        padding: 5px 10px;
    }

    .index-page .service-area-categories-block {
        margin-bottom: 50px;
    }

    .index-page .about-us-block {
        margin-bottom: 50px;
    }

    .index-page .about-us-block .content-box .title {
        font-size: 28px;
        line-height: inherit;
    }

    .index-page .customer-reviews-block {
        margin-bottom: 50px;
    }

    .index-page .gallery-block {
        margin-bottom: 50px;
    }

    .index-page .gallery-block .gallery-list {
        margin-top: 0;
    }

    .index-page .faq-block .module-header {
        font-size: 32px;
    }

    .index-page .faq-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index-page .faq-block .faq-list {
        padding: 0;
    }

    .booking-list-page .area-group .service-area-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .booking-list-page .area-group .service-area-list .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .booking-list-page .area-group .service-area-list .service-area-item {
        margin-bottom: 10px;
    }

    .menu-page .menu-page-desc {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .menu-page .menu-group {
        padding: 20px;
        margin-bottom: 50px;
    }

    .menu-page .menu-group-note .item {
        width: 100%;
    }
}
