:root {
    --default-color-1: #005CA8;
    --default-color-2: #00A7D8;
    --default-color-3: #E7EEF5;
    --default-color-4: #1F2937;
    --solklean-blue: #005CA8;
    --solklean-blue-dark: #003B82;
    --solklean-blue-light: #00A7D8;
    --solklean-gray-dark: #1F2937;
    --solklean-gray: #64748B;
    --solklean-gray-soft: #F3F6FA;
    --solklean-border: #DCE6EF;
}

body {
    background: #F8FAFC;
    color: var(--solklean-gray-dark);
}

.header-top {
    background: #F8FAFC;
    border-bottom: 1px solid var(--solklean-border);
}

.header-top-left .item span,
.header-top-right .item strong {
    color: var(--solklean-blue);
}

.header-bottom {
    background: linear-gradient(90deg, var(--solklean-blue-dark) 0%, var(--solklean-blue) 62%, #0B7FC7 100%);
    box-shadow: 0 8px 22px rgba(0, 61, 130, 0.16);
}

.header-bottom:before,
.header-bottom:after {
    background: linear-gradient(90deg, rgba(255,255,255,0.12), var(--solklean-blue-light), rgba(255,255,255,0.16));
}

.header-bottom .nav-item .nav-link {
    color: #FFFFFF;
}

.header-bottom .nav-item:hover .nav-link,
.booking-now-header .header-asking-mb span,
.header-bottom-search a:hover {
    background: var(--solklean-blue-light);
    color: #FFFFFF;
}

.header-bottom .drop-item a::before,
.back-to-top,
.popup-form .btn-submit,
.arcontactus-message-button {
    background: var(--solklean-blue) !important;
}

.header-bottom-logo:before,
.header-bottom-logors:before {
    display: none;
}

.header-bottom-logo img,
.header-bottom-logors img {
    border-radius: 0;
    object-fit: contain;
}

.header-banner {
    background: #EAF3FA;
}

.tst-main-slider-nav .swiper-button-next:hover,
.tst-main-slider-nav .swiper-button-prev:hover {
    background: var(--solklean-blue);
}

.home-about,
.w-home-service,
.home-news,
.w-list-img-home {
    background: #FFFFFF;
}

.item-b-l-choose-about h4,
.left-book-restaurant h6,
.top-home-service h5 {
    background: linear-gradient(90deg, var(--solklean-blue), var(--solklean-blue-light));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-about-top .item.right a.p-btn-link:hover,
.c-form-book-restaurant .btn-submit,
.content-item-home-service span,
.top-new-home a,
span.link-detail-new {
    background: var(--solklean-blue);
    color: #FFFFFF;
}

.c-form-book-restaurant .btn-submit:hover,
.content-item-home-service span:hover,
.top-new-home a:hover,
span.link-detail-new:hover,
.new-item-l-home:hover span.link-detail-new {
    background: var(--solklean-blue-dark);
    color: #FFFFFF;
}

.c-form-book-restaurant .btn-submit:before,
.content-item-home-service span:before,
.top-new-home a:before {
    display: none;
}

.top-home-service section:after,
.content-item-home-service section:before,
.top-list-img-home:after,
.item-b-l-choose-about h3:after {
    background: var(--solklean-blue-light);
}

.hotline-book-restaurant a:hover,
.c-phone-about-h strong a:hover,
li.item-home-service:hover .content-item-home-service h3,
.content-item-home-service section,
.new-item-l-home:hover .b-content-new-item-l .content h3.title,
.new-item-r-home:hover .b-content-new-item-r .content h3.title {
    color: var(--solklean-blue);
}

.svg-time-form svg path,
.home-about svg path[fill="#D28C2A"],
.home-about svg path[fill="#825A05"],
.home-book-restaurant svg path[fill="#825A05"] {
    fill: var(--solklean-blue) !important;
}

.home-about svg stop[stop-color="#D28C2A"] {
    stop-color: var(--solklean-blue) !important;
}

.home-about svg stop[stop-color="#F3E181"] {
    stop-color: var(--solklean-blue-light) !important;
}

.home-about svg stop[stop-color="#5F3328"] {
    stop-color: var(--solklean-blue-dark) !important;
}

.content-book-restaurant,
.c-form-book-restaurant {
    background: #FFFFFF;
    border: 1px solid var(--solklean-border);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.c-form-book-restaurant:before {
    display: none;
}

.time-res-form input,
.cate-res-form select {
    background: var(--solklean-gray-soft);
}

.home-product.solklean-product-section {
    padding: 76px 0 82px;
    background: linear-gradient(180deg, #FFFFFF 0%, var(--solklean-gray-soft) 100%);
    overflow: hidden;
}

.home-product.solklean-product-section:after,
.home-product .l-home-product,
.home-product .r-home-product:before {
    display: none;
}

.home-product-heading {
    max-width: 790px;
    margin: 0 auto 34px;
    text-align: center;
}

.home-product-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--solklean-blue);
    font-family: 'InterSB';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-product-heading h2 {
    margin: 8px 0 12px;
    color: var(--solklean-gray-dark);
    font-family: 'InterSB';
    font-size: 38px;
    font-weight: 700;
    line-height: 1.22;
    text-transform: uppercase;
}

.home-product-heading h2:after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin: 16px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--solklean-blue), var(--solklean-blue-light));
}

.home-product-heading p {
    margin: 0 auto;
    color: var(--solklean-gray);
    font-family: 'InterR';
    font-size: 16px;
    line-height: 1.7;
}

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

.home-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--solklean-border);
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.home-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 167, 216, 0.42);
    box-shadow: 0 18px 42px rgba(0, 92, 168, 0.16);
}

.home-product-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #EEF5FA;
}

.home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform .35s ease;
}

.home-product-card:hover .home-product-image img {
    transform: scale(1.055);
}

.home-product-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px;
}

.home-product-content h3 {
    margin: 0 0 10px;
    color: var(--solklean-gray-dark);
    font-family: 'InterSB';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.home-product-content h3 a {
    color: inherit;
    transition: color .25s ease;
}

.home-product-card:hover h3 a {
    color: var(--solklean-blue);
}

.home-product-content p {
    margin: 0 0 20px;
    color: var(--solklean-gray);
    font-family: 'InterR';
    font-size: 15px;
    line-height: 1.65;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-product-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.home-product-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 8px;
    font-family: 'InterSB';
    font-size: 14px;
    line-height: 1.2;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}

.home-product-detail {
    flex: 1 1 auto;
    background: var(--solklean-blue);
    color: #FFFFFF;
}

.home-product-detail:hover {
    background: var(--solklean-blue-dark);
    color: #FFFFFF;
    transform: translateY(-1px);
}

.home-product-contact {
    border: 1px solid var(--solklean-border);
    color: var(--solklean-blue);
    background: #FFFFFF;
}

.home-product-contact:hover {
    border-color: var(--solklean-blue-light);
    background: #EAF7FB;
    color: var(--solklean-blue-dark);
}

.home-product-empty {
    margin: 0 auto 20px;
    text-align: center;
}

.footer {
    background: linear-gradient(180deg, #F8FAFC 0%, #EAF3FA 100%);
}

.footer:before {
    background: linear-gradient(180deg, rgba(0, 92, 168, 0.06), rgba(0, 167, 216, 0.12));
    opacity: 1;
}

.footer-top .list-nav .title,
.footer-top .list-nav ul a,
.footer-bottom .left .text span,
.info-contact-footer section {
    color: var(--solklean-gray-dark);
}

.footer-bottom .grid.wide {
    border-top-color: var(--solklean-border);
}

.footer .social a {
    border-color: var(--solklean-blue);
    color: var(--solklean-blue);
}

.footer .social a:hover {
    background: var(--solklean-blue);
    color: #FFFFFF;
}

@media (max-width: 1023px) {
    .home-product.solklean-product-section {
        padding: 52px 0 58px;
    }

    .home-product-heading {
        margin-bottom: 26px;
        padding: 0 10px;
    }

    .home-product-heading h2 {
        font-size: 30px;
    }

    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        padding: 0 10px;
    }

    .header-bottom {
        background: #FFFFFF;
    }

    .btn-menu-rs,
    .header-search {
        color: var(--solklean-blue);
    }
}

@media (max-width: 739px) {
    .home-product.solklean-product-section {
        padding: 40px 0 46px;
    }

    .home-product-heading h2 {
        font-size: 24px;
    }

    .home-product-heading p {
        font-size: 14px;
    }

    .home-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-product-content {
        padding: 18px;
    }

    .home-product-actions {
        flex-direction: column;
    }
}
