/*
Theme Name: SenHome
Theme URI: https://example.com/senhome
Author: Antigravity
Author URI: https://example.com
Description: A premium, modern WordPress theme for elegant homes and luxury living.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: senhome
Tags: luxury, real-estate, modern, clean, white, responsive-layout
*/

:root {
    --primary-color: #6B8F71;
    --primary-hover: #4a7249;
    --secondary-color: #cfa431;
    --accent-color: #d9534f;
    --text-dark: #2C2C2C;
    --text-muted: #666666;
    --bg-light: #fdfcf8;
    --bg-white: #ffffff;
    --border-color: #e0e0e0;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --shadow-sm: 0 5px 15px rgba(0, 0, 0, 0.05);
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.row {
    --bs-gutter-x: 1rem;
}

body {
    font-size: 16px;
    color: var(--text-dark);
    background-color: var(--bg-white);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-color);
}

img {
    max-width: 100%;
    height: auto;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-success {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.heading {
    color: var(--primary-color);
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #ececec;
    display: flex;
    align-items: center;
}

.heading span {
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: -2px;
}

section {
    overflow: hidden;
}

.section {
    padding: 60px 0;
}

.section-padding {
    padding: 30px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    color: #0e0f09;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 5px;
}

.section-title p {
    margin-bottom: 0;
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}

.img-cover {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.img-cover>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-wide {
    max-width: 1520px;
}

.c-breadcrumb {
    background-color: rgb(255 212 147 / .2);
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

.c-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(./assets/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.c-breadcrumb-wrap {
    position: relative
}

.c-breadcrumb-left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
}

.site-title {
    color: var(--primary-hover);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
}

.c-breadcrumb-line {
    width: 100%;
    max-width: 120px;
    border-top: 4px double var(--primary-hover);
}

.c-breadcrumb-nav>span {
    display: block;
    color: #151515;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4444444444;
}

.page_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

.page_nav .page-numbers {
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 0;
    text-align: center;
    background: #f4f6fd;
    border-radius: 5px;
    transition: 0.4s;
}

.page_nav .page-numbers.current,
.page_nav .page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
}

@keyframes soft-shake {
    0% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-3px) rotate(-0.5deg);
    }

    30% {
        transform: translateX(2px) rotate(0.5deg);
    }

    45% {
        transform: translateX(-2px) rotate(-0.3deg);
    }

    60% {
        transform: translateX(1px) rotate(0.2deg);
    }

    75% {
        transform: translateX(-1px) rotate(-0.1deg);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1);
    }
}

.tada {
    animation: tada 1.5s infinite;
}

.soft-shake {
    animation: soft-shake 1.5s infinite;
}

/* Single */

.single-thumb {
    margin-bottom: 30px;
}

.single-thumb img {
    width: 100%;
}

.news-detail-title {
    color: var(--primary-color);
    font-size: 32px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 24px;
    padding-bottom: 24px;
    text-transform: uppercase;
}

.single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: #727a85;
}

.single-meta-item {
    position: relative;
    padding-right: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.single-meta-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(2 1 1 / .1490196078);
    width: 1px;
    height: 10px
}

.full-content {
    margin-top: .8333333333rem;
    margin-bottom: .8333333333rem
}

.full-content h1 {
    font-weight: 800;
    font-size: 2.25em;
    line-height: 1.1111111
}

.full-content h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.3333333
}

.full-content h3 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.6
}

.full-content h4 {
    font-weight: 600;
    line-height: 1.5
}

.full-content ul,
.full-content ol {
    padding-left: 1.625em;
    list-style-type: disc
}

.full-content ol {
    list-style-type: decimal
}

.full-content li {
    margin-top: .5em;
    margin-bottom: .5em
}

.full-content>* {
    margin-bottom: 20px
}

.full-content>*:last-child {
    margin-bottom: 0
}

.c-news {
    border: 1px solid #CCC;
    border-radius: 16px;
    overflow: hidden
}

.c-news:hover .c-news-more {
    background-color: var(--primary-color)
}

.c-news .c-news-inner:hover {
    color: #010000
}

.c-news .c-news-image {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #CCC
}

.c-news .c-news-image img {
    width: 100%;
    object-fit: cover
}

.c-news .c-news-meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.c-news .c-news-meta>span:first-child {
    padding: 10px 16px
}

.c-news .c-news-author {
    font-weight: 600;
    text-transform: capitalize
}

.c-news .c-news-date {
    margin-left: 8px
}

.c-news .c-news-date::before {
    content: "\f133";
    color: var(--primary-color);
    font-family: "Font Awesome 6 Free";
    margin-right: 8px;
    font-weight: 700
}

.c-news .c-news-more {
    width: 56px;
    height: 56px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.c-news .c-news-content {
    border-top: 1px solid #CCC;
    padding: 16px
}

.c-news .c-news-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.c-news .c-news-desc {
    color: #737373;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}


/* Widget */

.listbox-outer {
    background: #edeef1;
    padding: 15px 25px
}

.listbox-outer .linkbox-inner {
    display: flex;
    align-items: center
}

.listbox-outer .linkbox-inner i {
    color: var(--primary-color);
    font-size: 24px;
    width: 35px
}

.listbox-outer .linkbox-inner+div {
    flex: 1;
    word-break: break-all
}

.listbox-outer .linkbox-inner .title {
    color: #606060;
    font-size: 15px;
    font-weight: 300
}

.listbox-outer .linkbox-inner .desc {
    color: #010000;
    font-weight: 700;
    line-height: normal
}

.listbox-outer .linkbox-inner:hover .desc {
    color: var(--primary-hover)
}

.widget .widget-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.widget .widget-title .widget-title_dots {
    width: 23px;
    height: 3px;
    border-radius: 30px;
    display: block;
    margin: 0 auto 14px;
    position: relative;
    background-color: var(--secondary-color);
}

.widget .widget-title .widget-title_dots:before,
.widget .widget-title .widget-title_dots:after {
    content: "";
    height: 3px;
    width: 7px;
    display: block;
    position: absolute;
    left: -15px;
    background-color: var(--secondary-color);
}

.widget .widget-title .widget-title_dots:after {
    margin-right: 0;
    margin-left: 0;
    left: auto;
    right: -15px;
}

.widget+.widget {
    margin-top: 30px
}

.widget-title~ul {
    border-radius: 20px;
    background: #F8F8F9;
    padding: 25px 20px
}

.recent-posts li {
    list-style: none;
}

.recent-posts li a {
    display: flex;
    gap: 20px;
}

.recent-posts .recent-posts-image {
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recent-posts .recent-posts-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.recent-posts-text {
    flex: 1;
}

.recent-posts-date {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 400;
}

.recent-posts-title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.recent-posts-desc {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-contact-info {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-radius: 0.625rem;
    background-color: rgb(255, 255, 255);
    padding: 1.04167rem;
}

.box-contact-info li {
    display: flex;
    gap: 1.04167rem;
}

.box-contact-info .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(143, 230, 167);
    border-radius: 0.208333rem;
    width: 1.875rem;
    height: 1.875rem;
    color: rgb(26, 110, 58);
    font-size: clamp(12px, 0.833333rem, 5rem);
}

.box-contact-info li> :not(.icon) {
    flex: 1 1 0%;
    margin-top: -5px;
}

.box-contact-info li strong {
    display: block;
    color: rgb(82, 82, 82);
}

.iframe-scale {
    display: block;
    position: relative;
    height: 0px;
    overflow: hidden;
}

.iframe-scale iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 0px;
    min-width: 100%;
    height: 100%;
}

.contact-maps {
    border-radius: 0.625rem;
    padding-top: 35.9043%;
}

.form-newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-newsletter .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-newsletter .wpcf7-form-control:not(.wpcf7-submit) {
    border-radius: 15px;
    padding: 12px 15px;
    border: 2px solid rgb(239, 239, 239);
    outline: none;
    width: 100%;
}

.form-newsletter .full-width {
    grid-column: span 2;
}

.form-newsletter .wpcf7-textarea {
    height: 120px;
}

.form-newsletter-submit {
    display: flex;
    justify-content: flex-end;
    gap: 0.8333333333rem;
    margin-right: 0;
    margin-left: auto;
    width: max-content;
    color: rgb(255, 255, 255);
    align-items: center;
    border: none;
    border-radius: 30px;
    background-color: var(--primary-color);
    padding: 12px 15px;
    text-transform: uppercase;
}

.form-newsletter-v2 .form-newsletter-submit:hover {
    background-color: var(--primary-hover);
}

/* Header */
.navbar-toggler {
    outline: none;
    border: none;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    font-size: 29px;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand {
    max-width: 170px;
}

.navbar {
    padding: 15px 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-item.current-menu-item>a,
.nav-link:hover {
    color: var(--primary-color) !important;
}

.nav-link {
    text-transform: capitalize;
    font-weight: 700;
    color: var(--text-dark) !important;
    margin: 0 5px;
}

.header-contact {
    font-weight: 700;
    color: var(--text-dark);
}

/* Hero Section */
.home-hero {
    position: relative;
    padding: 40px 0;
}

.home-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffe2c5 0%, rgba(250, 247, 244, 0) 100%);
}

.home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section {
    background-color: var(--bg-light);
    padding: 60px 0;
}

.hero-badge {
    display: inline-block;
    background: #eef3ee;
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 40px;
    font-weight: 600;
    font-family: "Lora", serif;
    font-style: italic;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.hero-title br {
    display: none;
}

.hero-title span {
    font-size: 45px;
    font-style: normal;
    display: block;
    text-transform: capitalize;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.hero-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.hero-features li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.hero-image img {
    border-radius: 20px;
    width: 100%;
}

/* Services */
.home-services {
    background: #fcfdf7;
}

.service-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    background: white;
    padding: 16px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow);
}

.service-img {
    padding-top: 120px;
    object-fit: cover;
    transition: var(--transition);
    border-radius: 30px;
}

.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-content {
    position: relative;
    padding-top: 60px;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc(100% - 35px);
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-color);
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-icon img {
    max-width: 40px;
    filter: brightness(0) saturate(100%) invert(39%) sepia(41%) saturate(414%) hue-rotate(70deg) brightness(90%) contrast(85%);
}

.service-title {
    font-size: 18px;
}

.service-desc {
    font-size: 14px;
}

/* Pricing */
.home-pricing {
    background: #fbf6f2;
}

.pricing-box {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: var(--transition);
}

.pricing-box.technician {
    background: linear-gradient(180deg, #f3f4f1 0%, #ffffff 100%);
}

.pricing-box.random {
    background: linear-gradient(180deg, #e8f3d9 0%, #d9eac3 100%);
    border-color: #c1ccaa;
}

.pricing-box.random .price-time {
    background: linear-gradient(180deg, #e8f3d9 0%, #dbeacd 100%);
    color: #293f26;
}

.pricing-box.random .price-option,
.pricing-box.random .price-item {
    border-color: #c1ccaa;
}

.pricing-box:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow);
}

.pricing-title {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
    color: #344b3b;
}

.pricing-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.price-option {
    flex: 1;
    /* padding: 10px; */
    border-radius: 15px;
    /* border: 1px solid #eee; */
}

.price-item {
    border: 1px solid #eee;
    border-radius: 15px;
    cursor: pointer;
    transition: var(--transition);
    overflow: hidden;
    background: #fff;
}

.price-item:hover {
    border-color: var(--primary-color);
    background: var(--bg-light);
}

.price-time {
    font-size: 14px;
    font-weight: 500;
    display: block;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 5px;
}

.price-value {
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
    display: block;
    color: #515e55;
}

.save-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ff4d4d 0%, #d93636 100%);
    color: white;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

/* Staff Slider */
.home-staff {
    position: relative;
}

.home-staff:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./assets/images/bg-1.png);
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
}

.home-staff-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 25px;
}

.staff-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    padding: 4px;
    transition: var(--transition);
}

.staff-card:hover {
    transform: translateY(-10px);
}

.staff-image.img-cover {
    padding-top: 250px;
}

.staff-image img {
    border-radius: 16px 16px 0 0;
}

.staff-rating {
    position: absolute;
    background: #fdf0b9;
    border-radius: 30px;
    padding: 2px 8px;
    bottom: 5px;
    right: 10px;
    color: #1a1300;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.staff-rating i {
    color: #952f23;
}

.staff-info {
    padding: 15px 30px;
}

.staff-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-transform: uppercase;
}

.staff-details {
    font-size: 14px;
}

.staff-details>div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.staff-details i {
    width: 20px;
    color: var(--primary-color);
}

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    z-index: 10;
    transition: var(--transition);
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--primary-hover) !important;
}

.slick-prev::before,
.slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    opacity: 1;
}

.slick-prev::before {
    content: "\f053";
}

.slick-next::before {
    content: "\f054";
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: var(--primary-color);
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color);
}

/* Booking Section */
.home-booking {
    position: relative;
}

.home-booking:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./assets/images/bg-2.png);
    background-size: 100% 100%;
    z-index: -1;
}

.form-booking {
    border: 4px double var(--primary-color);
    border-radius: 8px;
    padding: 10px;
}

.form-control,
.form-select {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.form-booking .form-box {
    background: white;
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    height: 100%;
}

.form-booking .form-box label {
    font-weight: 700;
    margin-bottom: 5px;
}

.form-booking .form-box.form-booking-check {
    background: #f7efe4;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.form-booking .form-box.form-booking-check i {
    color: var(--primary-color);
    font-size: 18px;
}

.form-booking .form-box .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
}

.form-booking .form-box .form-select {
    padding-right: 25px;
    background-position: right center;
}

.form-booking-price {
    display: flex;
    gap: 5px;
}

.form-booking-price span {
    display: block;
    font-size: 15px;
}

.form-booking-price span.form-booking-price-amount {
    color: #91363d;
    font-weight: 700;
    font-size: 18px;
}

.form-booking>.row+.row {
    margin-top: 16px;
}

.form-box-time {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-booking .wpcf7-spinner {
    position: absolute;
}

#modal-booking .form-booking {
    border: none;
    padding: 0;
}

#modal-booking .col-staff {
    display: block !important;
}

#modal-booking .col-submit {
    margin-top: 16px;
    width: 100%;
}

/* Why Choose Us */
.home-why {
    background: #fbfcf6;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-icon {
    width: 45px;
}

.why-icon img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(4%) saturate(2348%) hue-rotate(78deg) brightness(91%) contrast(85%);
}

.why-title {
    font-size: 16px;
}

/* Testimonials */
.home-testimonials {
    background: #faf5f1;
}

.testimonial-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #d5d2cb;
    border-radius: 30px;
    background: #fff;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d5d2cb;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    flex: 1;
}

.testimonial-desc {
    font-size: 14px;
    margin-bottom: 15px;
}

.testimonial-stars {
    color: #ffc107;
}

/* Footer */
footer {
    background: #45694d;
    color: #bed2b7;
    padding: 60px 0 20px;
    font-size: 14px;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./assets/images/bg-nen.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: .5;
}

footer h5 {
    color: #d3ddba;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.footer-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px;
    padding-left: 18px;

}

footer ul:not(.footer-area) {
    list-style: none;
    padding: 0;
}

footer ul:not(.footer-area) li+li {
    margin-top: 5px;
}

footer ul:not(.footer-area) li a:hover {
    color: white;
    padding-left: 5px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.social-icons a:hover {
    background: var(--primary-color);
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.back-to-top a {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.back-to-top a:hover {
    background: var(--primary-hover);
}

.navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background-color: #000;
    transition: opacity .15s linear;
}

.navbar-overlay.active {
    opacity: .5;
}

.navbar-btn-sp.btn {
    padding: 5px 10px;
    font-size: 14px;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.alignright {
    margin-left: auto;
    display: block;
}

.selectArea .modal-header {
    justify-content: center;
    text-align: center;
}

.selectArea .btn-close {
    position: absolute;
    right: 10px;
    margin: 0;
}

@media (min-width: 1024px) {
    .box-sticky {
        position: sticky;
        top: 5.2083333333rem;
        z-index: 10;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .nav-link {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .header .offcanvas {
        position: relative;
        transform: none;
        width: 100%;
        border: none;
        visibility: visible !important;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }

    .hero-title span {
        font-size: 40px;
    }

    .hero-image {
        margin-top: 40px;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .menu_close {
        position: absolute;
        top: 0px;
        right: 0;
        cursor: pointer;
        font-size: 16px;
        width: 32px;
        height: 32px;
        background: gray;
        text-align: center;
        color: #fff;
        line-height: 32px;
    }

    .navbar-nav {
        gap: 5px;
    }

    .nav-link {
        font-size: 18px;
    }

    .section {
        padding: 40px 0;
    }

    .hero-features {
        margin-bottom: 20px;
    }

    .hero-btns .btn {
        width: 100%;
        max-width: 220px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .btn-primary,
    .btn-outline-primary {
        padding: 8px 15px;
        border-radius: 30px;
    }

    .col-submit {
        margin-top: 16px;
    }

    #modal-booking .col-staff {
        margin-bottom: 16px;
    }

    .why-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .service-card {
        padding: 10px;
    }

    .service-img {
        border-radius: 16px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        bottom: calc(100% - 25px);
    }

    .service-content {
        padding-top: 40px;
    }

    .form-booking {
        font-size: 14px;
    }

    .home-booking {
        background: #fbfcf6;
        padding-bottom: 0;
    }

    .home-booking:before {
        content: none;
    }


    footer {
        padding-top: 30px;
    }

    footer::before {
        background-position: bottom left;
        opacity: .2;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        max-width: 150px;
    }

    .staff-name {
        font-size: 16px;
        gap: 5px;
    }

    .staff-image.img-cover {
        padding-top: 150px;
    }

    .staff-info {
        padding: 10px 5px;
    }

    .staff-btn {
        padding: 4px 12px;
        font-size: 14px;
    }

    .staff-rating {
        font-size: 12px;
    }

    .staff-details i {
        width: 10px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .pricing-options {
        gap: 10px;
    }

    .pricing-box {
        padding: 10px;
    }

    .pricing-box.random {
        padding-top: 20px;
    }

    .pricing-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .selectArea img {
        max-width: 80%;
    }
}

@media (max-width: 525px) {
    .hero-title br {
        display: block;
    }
}

@media (max-width: 450px) {
    .staff-details>div {
        font-size: 12px;
    }

}

@media (max-width: 375px) {
    .col-1-sp {
        flex: 0 0 auto;
        width: 100%;
    }

    .form-booking .row>* {
        width: 100%;
    }

    .form-booking .row>*+* {
        margin-top: 16px;
    }

    .home-booking .form-booking .row.align-items-center {
        margin-top: 0;
    }

    #modal-booking .col-staff {
        margin-bottom: 0;
    }
}