/*----------------------------
General
----------------------------*/
html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

li {
    list-style: none;
}

a {
    color: #222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.has-error {
    border: 1px solid #222 !important;
}

a:focus, a:visited, a:active {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-booking {
    color: #fff !important;
    font-weight: bold;
}

img {
    max-width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
}

.active {
    background: #222;
    color: #fff !important;
}

.main__loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999;
}

.main__loading--relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.main__loading .main__loading--absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

dl {
    margin-left: 7%;
}

dt,
dd {
    box-sizing: border-box;
}

dt {
    float: left;
    width: 35%;
    padding-bottom: 0;
}

dd {
    margin-left: 35%;
}

dd:after {
    content: "";
    display: block;
    clear: both;
}

.padding-left-right-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.main {
    background-color: #fff;
}

.bthClose {
    display: none;
}

/*** Header ***/
.bg_header {
    background: url(/image/bg_header.png);
    background-size: cover;
    height: 100vh;
    animation: moveBackground 30s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -999;
}

/* Định nghĩa animation */
@keyframes moveBackground {
    0% {
        background-position: center top;
    }

    25% {
        background-position: left center;
    }

    50% {
        background-position: center bottom;
    }

    75% {
        background-position: right center;
    }

    100% {
        background-position: center top;
    }
}

.header-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 1);
}

.logo {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 250px;
    border-radius: 50%;
    z-index: 10;
}

.logo img {
    width: 100%;
}

.book-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
}

.book-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.book-button::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.book-button::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
}

.divider {
    width: 90%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 10px auto;
}

.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #e0e0e0;
}

/* Mobile menu */
.mobile-menu-toggle {
    display: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/***breadcrumbs ***/
.breadcrumbs {
    background-color: #f9f5f3;
    padding: 20px 0;
}

.breadcrumbs h3 {
    font-size: 2.5rem;
    font-family: 'Quicksand', sans-serif;
    color: #222;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
}

.breadcrumbs ul>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumbs a {
    text-decoration: none;
    color: #000000;
}

/*** Slider ***/
.slider__list img {
    width: 100%
}

/***Service***/
.main__service {
    margin-top: 30px;
}

.service__header {
    padding: 40px 0 40px 0;
}

.service__header h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
    color: #222;
    font-weight: bold;
}

.service__header p {
    text-align: center;
    color: #222;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.service__header p.gallery__border--bottom::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 150px;
    background-color: #222;
    left: 50%;
    top: 180%;
    transform: translate(-50%, -50%);
}

.pedicure-menu {
    max-width: 980px;
    margin: 0 auto;
    padding: 15px;
    background-color: #f5f5f5;
}

.service-header {
    background-color: #b5b4b2;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 10px;
}

.service-header h1 {
    color: white;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
}

.service {
    display: flex;
    background-color: #f0efea;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.service-details {
    flex: 1;
    padding: 20px;
}

.service-images {
    width: 180px;
    display: flex;
    flex-direction: column;
}

.service-image {
    height: 180px;
    background-color: #e0e0e0;
    background-size: cover;
    background-position: center;
}

.service-name {
    font-size: 22px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
}

.service-price {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #444;
}

.service-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.service-description::before {
    content: "• ";
    margin-right: 5px;
}

.highlight {
    font-style: italic;
    font-weight: bold;
}

.separator {
    margin: 0 10px;
}

@media (max-width: 768px) {
    .service {
        flex-direction: column;
    }

    .service-images {
        width: 100%;
        height: 150px;
    }

    .service-image {
        width: 100%;
    }

    .service-price {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 15px;
    }
}

/***about***/
.about {
    padding-top: 30px;
}

.about h3 {
    color: #222;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.about p {
    color: #666666;
}

.about__header {
    padding: 40px 0 40px 0;
}

.about__header h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}

.about__header p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.about__header img {
    display: block;
    margin: 0 auto;
}

.about__header p.gallery__border--bottom::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 150px;
    background-color: #fff;
    left: 50%;
    top: 180%;
    transform: translate(-50%, -50%);
}

.about__content {
    padding-bottom: 10px;
    margin-top: 30px;
}

.about__content p {
    color: #fff;
}

.about__text p {
    color: #111111;
}

/*** Contatc ***/
.main__contact {
    padding-top: 30px;
}

/***Gallery***/
.main_gallery {
    padding-top: 30px;
}

.gallery__header {
    padding: 40px 0 40px 0;
}

.gallery__header h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;.about
    color: #222;
    font-weight: bold;
}

.gallery__header p {
    text-align: center;
    color: #222;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.gallery__header p.gallery__border--bottom::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 150px;
    background-color: #222;
    left: 50%;
    top: 150%;
    transform: translate(-50%, -50%);
}

.gallery_item {
    margin-bottom: 10px;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.gallery_item:hover {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
}

/***Business***/
.main__business {
    background: url('../image/banner.jpg');
    background-size: cover;
    margin-top: 30px;
}

.business__mask {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px 0;
}

.business__facebook {
    text-align: center;
}

.business__title h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
}

.business__content li {
    list-style: none;
    padding: 5px 0;
}

/*** main Booking ***/
.main__booking {
    margin-top: 30px;
}

.main__booking input {
    padding: .375rem 2.25rem .375rem .75rem;
}

/***  footer ***/
.footer {
    background-image: url('/image/bg_footer.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-img {
    width: 250px;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #222;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social-icon:hover {
    opacity: 0.8;
}

.contact-info {
    flex: 0 0 25%;
}

.contact-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.contact-detail {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #333;
    font-weight: 400;
}

.contact-detail i {
    margin-right: 10px;
    width: 20px;
}

.business-hours {
    flex: 0 0 25%;
}

.hours-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.hours-content {
    color: #333;
}

.map-container {
    flex: 0 0 25%;
    height: 200px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.separator {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 30px 0 15px;
}

.copyright {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.footer-links {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #555;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .top-bar {
        padding: 15px 20px;
    }

    .social-icons {
        gap: 5px;
    }

    .social-icon {
        width: 35px;
        height: 35px;
    }

    .logo {
        width: 80px;
        height: 80px;
    }

    .nav-menu {
        gap: 15px;
    }

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

    .book-button {
        padding: 10px 15px;
        font-size: 12px;
    }

    .bg_header {
        animation: moveBackground 60s linear infinite;
    }

    .footer-logo, .contact-info, .business-hours, .map-container {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .logo {
        display: none;
    }

    .social-icons {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .bthClose {
        position: absolute;
        top: 18px;
        left: 20px;
        font-size: 30px;
        z-index: 10001;
    }

    .nav-menu {
        margin: 0;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 90%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 100;
        transition: all .5s cubic-bezier(.16,1,.3,1);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-link {
        padding: 10px 20px;
        display: block;
        text-align: center;
    }

    .show-nav-menu {
        left: 0;
    }

    .about__header {
        padding: 10px 0 10px 0;
    }
}

.header-home {
    background-color: rgba(0, 0, 0, 0.9);
}
