body {
    background-color: #ffffff; /* white */
}

:root {
    --serveu-content-width: 1220px;
    --serveu-content-padding: 20px;
    --serveu-brand-blue: #2b78d0;
    --serveu-brand-blue-soft: #eaf4ff;
    --serveu-brand-orange: #ff7a00;
}

.serveu-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 1px 0;
    border-bottom: 1px solid #e5e7eb;
    background:
        radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.05), transparent 22%),
        rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(10px);
}

.serveu-header-inner {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    max-width: var(--serveu-content-width);
    margin: 0 auto;
    padding-left: var(--serveu-content-padding);
    padding-right: var(--serveu-content-padding);
}

.serveu-brand {
    display: flex;
    align-items: center;
    height: 60px;
    flex-shrink: 0;
    margin-right: 0 !important;
    transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.2s ease, margin 0.2s ease;
}

.serveu-header-logo {
    display: block;
    height: 100%;
    width: auto;
}

.serveu-header-search {
    flex: 0 1 56%;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.serveu-search-form {
    width: 100%;
    margin: 0;
}

.serveu-header-actions {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    align-items: center;
}

.serveu-call-btn {
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #1d4ed8;
    border-radius: 8px;
    background: #1d72d8;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(29, 114, 216, 0.2);
    text-decoration: none;
}

.serveu-call-btn i {
    display: inline-block;
    transform: rotate(90deg);
}

.serveu-call-btn:hover {
    background: #155fba;
    border-color: #155fba;
    color: #ffffff;
}

.serveu-search-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.serveu-search-controls {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(320px, 1fr);
    gap: 0;
    align-items: end;
}

.serveu-search-input-wrap {
    position: relative;
}

.serveu-search-input {
    min-height: 44px;
    border: 1px solid #cfd8e3;
    border-radius: 12px;
    padding: 9px 58px 9px 14px;
    color: #0f172a;
    font-weight: 600;
    box-shadow: none;
}

.serveu-search-input:focus {
    border-color: #94a3b8;
    box-shadow: 0 0 0 0.2rem rgba(148, 163, 184, 0.14);
}

.serveu-search-suggestions {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.serveu-search-suggestion {
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    text-align: left;
}

.serveu-search-suggestion:last-child {
    border-bottom: 0;
}

.serveu-search-suggestion:hover {
    background: #f8fafc;
}

.serveu-search-suggestion-title {
    display: block;
    color: #0f172a;
    font-weight: 700;
    font-size: 0.95rem;
}

.serveu-search-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0;
    background: #ff6a00;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.serveu-search-btn:hover,
.serveu-search-btn:focus {
    color: #ffffff;
    background: #ea580c;
}

.home-page-section {
    font-family: 'Manrope', sans-serif;
    max-width: var(--serveu-content-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--serveu-content-padding) !important;
    padding-right: var(--serveu-content-padding) !important;
    padding-bottom: 18px;
}

.home-slider-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.home-slider-head .home-section-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.home-slider-actions {
    display: flex;
    gap: 10px;
}

.home-slider-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #dbe7f3;
    border-radius: 999px;
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.home-slider-btn:hover {
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.home-category-slider-wrap {
    overflow: hidden;
}

.home-category-slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 2px 10px;
}

.home-category-slider::-webkit-scrollbar {
    display: none;
}

.home-category-slide {
    flex: 0 0 calc((100% - 54px) / 4);
    scroll-snap-align: start;
}

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

.home-step-card {
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-step-number {
    display: inline-flex;
    margin-bottom: 12px;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.home-step-title,
.home-step-title {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.home-step-text {
    margin: 0;
    color: #5b6678;
    line-height: 1.65;
}

.home-category-slider-card {
    position: relative;
    display: block;
    aspect-ratio: 2 / 1;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    background: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-category-slider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
}

.home-category-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-category-slider-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.22) 45%, rgba(15, 23, 42, 0.78) 100%);
}

.home-category-slider-copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.home-category-slider-title {
    color: #ffffff;
    font-size: clamp(1.2rem, 1.8vw, 1.7rem);
    font-weight: 800;
    line-height: 1.12;
    text-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
}

.serveu-breadcrumb {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    color: #667586;
    font-size: 0.86rem;
    font-weight: 600;
}

.serveu-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.serveu-breadcrumb a i {
    font-size: 0.95rem;
    vertical-align: middle;
    color: #6b7280;
}

.serveu-category-hero {
    margin-bottom: 20px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.serveu-category-breadcrumb {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 0.9rem;
}

.serveu-category-breadcrumb a,
.serveu-category-breadcrumb span {
    color: #64748b;
}

.serveu-category-hero-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.serveu-category-eyebrow {
    margin: 0 0 6px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.serveu-category-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 800;
    line-height: 1.15;
}

.serveu-category-count {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
}

.serveu-page-shell {
    max-width: var(--serveu-content-width);
    margin: 18px auto 0;
    padding: 0 var(--serveu-content-padding) 28px;
    font-family: 'Manrope', sans-serif;
}

.serveu-page-hero {
    margin-bottom: 18px;
    padding: 20px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.serveu-page-breadcrumb {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.serveu-page-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.serveu-page-breadcrumb a:hover {
    color: #1d4ed8;
}

.serveu-page-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.6rem, 2.3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

.serveu-page-subtitle {
    max-width: 980px;
    margin: 10px 0 0;
    color: #5b6678;
    line-height: 1.65;
}

.serveu-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
    gap: 18px;
}

.serveu-page-card {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.serveu-page-card + .serveu-page-card {
    margin-top: 16px;
}

.serveu-page-section-title {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 800;
}

.serveu-page-copy p:last-child {
    margin-bottom: 0;
}

.serveu-page-copy p,
.serveu-page-copy li {
    color: #475569;
    line-height: 1.75;
}

.serveu-page-copy strong,
.serveu-page-copy .fw-bold {
    color: #0f172a;
}

.serveu-page-copy ul {
    margin: 0;
    padding-left: 18px;
}

.serveu-page-stat {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.serveu-page-stat:first-child {
    padding-top: 0;
}

.serveu-page-stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.serveu-page-stat-label {
    color: #64748b;
    font-weight: 700;
}

.serveu-page-stat-value {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.serveu-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.serveu-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #1d4ed8;
    border-radius: 12px;
    background: #1d72d8;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.serveu-page-btn:hover {
    background: #155fba;
    border-color: #155fba;
    color: #ffffff;
}

.serveu-page-btn.is-secondary {
    border-color: #dbe7f3;
    background: #ffffff;
    color: #1f2937;
}

.serveu-page-btn.is-secondary:hover {
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.serveu-info-list {
    display: grid;
    gap: 14px;
}

.serveu-info-item {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f8fafc;
}

.serveu-info-label {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.serveu-info-value {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.6;
}

.serveu-empty-state {
    text-align: center;
}

.serveu-empty-state .serveu-page-title {
    margin-bottom: 10px;
}

.serveu-rating-row {
    display: flex;
    gap: 8px;
    margin: 8px 0 14px;
    color: #ff5a1f;
    font-size: 1.35rem;
}

.serveu-review-textarea {
    min-height: 120px;
}

.serveu-range-input {
    width: 100%;
}

.home-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
}

.home-section-title span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home-section-title span::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #dbe3ee;
}

.home-section-title a {
    color: #64748b;
}

.home-section-title-note {
    display: block;
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: 0;
}

.home-section-title-note span::before {
    display: none;
}

.serveu-accent-strip {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 0;
    padding: 8px 14px;
    border-left: 4px solid var(--serveu-brand-orange);
    background: var(--serveu-brand-blue-soft);
    color: #111827;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
}

.home-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.home-category-card,
.home-service-card,
.home-most-card {
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
}

.home-category-card {
    overflow: hidden;
    min-height: 100%;
}

.home-category-card:hover,
.home-service-card:hover,
.home-most-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.home-category-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 10px !important;
}

.home-category-body {
    padding: 0 10px 12px !important;
}

.home-category-title {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
    font-weight: 700;
}

.home-service-card {
    min-height: 164px;
    background: #ffffff;
}

.home-service-link,
.home-most-link {
    width: 100%;
    padding: 0;
}

.home-service-tag {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
}

.home-service-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
}

.home-service-title,
.home-most-title {
    display: block;
    color: #111827;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.home-service-title-link {
    text-decoration: none;
    color: #111827;
}

.home-service-title-link:hover,
.home-service-title-link:focus {
    color: #111827;
    text-decoration: none;
}

.home-service-desc,
.home-most-desc {
    display: block;
    color: #6b7280;
    font-size: 0.82rem;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-service-meta,
.home-most-meta {
    gap: 8px;
    margin-top: auto;
}

.home-service-price {
    color: #111827;
    font-size: 1rem;
}

.home-service-qty {
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.76rem;
    font-weight: 600;
}

.home-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 38px;
    border: 0;
    border-radius: 12px;
    background: #ff7a00;
    color: #ffffff;
    font-weight: 700;
    pointer-events: none;
}

.home-book-btn:hover,
.home-book-btn:focus {
    background: #ea580c;
    color: #ffffff;
}

.home-most-card {
    overflow: hidden;
}

.home-most-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 8px !important;
}

.home-most-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px !important;
}

.serveu-footer {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #f5efef;
    background: #ffffff;
}

.serveu-footer-inner {
    max-width: var(--serveu-content-width);
    padding: 10px var(--serveu-content-padding) 12px;
}

.serveu-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 18px;
    padding: 12px 0 0;
    border-top: 1px solid #e5e7eb;
}

.serveu-footer-links a {
    color: #5f6b7c;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.serveu-footer-links a:hover {
    color: #1d4ed8;
}

.serveu-footer-copy {
    margin: 0;
    text-align: left;
    color: #8b95a7;
    font-size: 0.95rem;
}

.serveu-footer-services {
    padding: 0 0 16px;
    background: #ffffff;
}

.serveu-footer-services-inner {
    max-width: var(--serveu-content-width);
    padding: 0 var(--serveu-content-padding);
    color: #5f6b7c;
    line-height: 1.95;
}

.serveu-footer-services-title {
    margin: 0 0 8px;
    color: #5f6b7c;
    font-size: 0.95rem;
    font-weight: 700;
}

.serveu-footer-service-link {
    color: #5f6b7c;
    font-size: 0.95rem;
    font-weight: 400;
    text-decoration: none;
}

.serveu-footer-service-link:hover {
    color: #1d4ed8;
}

.serveu-footer-service-separator {
    display: inline-block;
    margin: 0 10px;
    color: #94a3b8;
}

.serveu-footer-faq {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
}

.serveu-footer-faq-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    list-style: none;
}

.serveu-footer-faq-toggle::-webkit-details-marker {
    display: none;
}

.serveu-footer-faq-toggle .serveu-footer-services-title {
    margin-bottom: 0;
}

.serveu-footer-faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #5f6b7c;
    border-bottom: 2px solid #5f6b7c;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-right: 4px;
}

.serveu-footer-faq[open] .serveu-footer-faq-arrow {
    transform: rotate(-135deg);
}

.serveu-footer-faq-content {
    padding-top: 8px;
}

.serveu-footer-faq-content p {
    margin: 0 0 8px;
    color: #5f6b7c;
    line-height: 1.8;
}

.serveu-footer-faq-content p:last-child {
    margin-bottom: 0;
}

.serveu-footer-faq-content strong {
    display: block;
    margin-bottom: 2px;
    color: #86898b;
}

.serveu-footer-faq-content span {
    display: block;
}

.serveu-footer-copybar {
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
}

.serveu-footer-copybar-inner {
    max-width: var(--serveu-content-width);
    padding: 10px var(--serveu-content-padding) 16px;
}

/* booking_public.php - minimal ecommerce booking page */
.booking-page,
.booking-page *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not([class^="fa-"]):not([class*=" fa-"]) {
    font-family: 'Manrope', sans-serif !important;
}

.ecommerce-booking-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
    padding: 18px 0 28px;
}

.ecommerce-booking-page .booking-product-main {
    max-width: var(--serveu-content-width);
    padding-left: var(--serveu-content-padding);
    padding-right: var(--serveu-content-padding);
}

.ecommerce-booking-page .booking-breadcrumb {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    color: #667586;
    font-size: 0.86rem;
    font-weight: 600;
}

.ecommerce-booking-page .booking-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.ecommerce-booking-page .booking-breadcrumb a i {
    font-size: 0.95rem;
    vertical-align: middle;
    color: #6b7280;
}

.ecommerce-booking-page .booking-media-card,
.ecommerce-booking-page .booking-info-card,
.ecommerce-booking-page .booking-inline-instructions,
.ecommerce-booking-page .booking-form-card,
.ecommerce-booking-page .instruction-card,
.ecommerce-booking-page .review-panel,
.ecommerce-booking-page .review-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
}

.ecommerce-booking-page .booking-media-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.ecommerce-booking-page .booking-media-image {
    display: block;
    width: 100%;
    height: min(68vh, 540px);
    object-fit: cover;
}

.ecommerce-booking-page .booking-media-badges {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ecommerce-booking-page .booking-media-badges span,
.ecommerce-booking-page .rating-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.ecommerce-booking-page .booking-media-badges span {
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 10px;
}

.ecommerce-booking-page .booking-info-card {
    padding: 18px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.ecommerce-booking-page .booking-product-title {
    margin: 0 0 8px;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    line-height: 1.18;
    font-weight: 700;
    color: #111827;
}

.ecommerce-booking-page .booking-product-meta {
    margin-bottom: 12px;
}

.ecommerce-booking-page .booking-category-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.ecommerce-booking-page .booking-category-tag:hover {
    background: #dbeafe;
    color: #1e40af;
}

.ecommerce-booking-page .booking-product-desc {
    margin-bottom: 14px;
    color: #556173;
    line-height: 1.6;
}

.ecommerce-booking-page .booking-price-strip {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 0 14px;
    margin-bottom: 14px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.ecommerce-booking-page .booking-inline-title,
.ecommerce-booking-page .review-title {
    margin: 0 0 8px;
    font-weight: 700;
    color: #556173;
}

.ecommerce-booking-page .booking-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
}

.ecommerce-booking-page .booking-price {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
}

.ecommerce-booking-page .booking-mrp-label {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 700;
}

.ecommerce-booking-page .booking-mrp {
    color: #6b7280;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 1rem;
}

.ecommerce-booking-page .booking-qty-inline {
    margin-left: auto;
    padding: 4px 10px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #f9fafb;
    color: #475569;
    font-size: 0.84rem;
    font-weight: 600;
}

.ecommerce-booking-page .booking-support-line {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}

.ecommerce-booking-page .booking-inline-instructions {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}

.ecommerce-booking-page .booking-inline-list,
.ecommerce-booking-page .instruction-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ecommerce-booking-page .booking-inline-list li,
.ecommerce-booking-page .instruction-list li {
    position: relative;
    padding: 10px 0 10px 20px;
    color: #475569;
    line-height: 1.2;
    font-size: 0.96rem;
}

.ecommerce-booking-page .booking-inline-list li:first-child,
.ecommerce-booking-page .instruction-list li:first-child {
    border-top: 0;
}

.ecommerce-booking-page .booking-inline-list li::before,
.ecommerce-booking-page .instruction-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6b7280;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    font-weight: 700;
    transform: translateY(-50%);
}

.ecommerce-booking-page .booking-inline-title {
    font-size: 1rem;
    margin-bottom: 6px;
}

.ecommerce-booking-page .booking-form-card {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.ecommerce-booking-page .booking-form-header {
    padding: 16px 18px 14px;
    border-bottom: 1px solid #e5e7eb;
}

.ecommerce-booking-page .booking-form-body {
    padding: 16px 18px 18px;
}

.ecommerce-booking-page .booking-form-hint {
    color: #5b6677;
    font-size: 0.9rem;
}

.ecommerce-booking-page .form-label {
    font-weight: 600;
    color: #24344d;
    margin-bottom: 6px;
}

.ecommerce-booking-page .booking-field-wrap {
    position: relative;
}

.ecommerce-booking-page .booking-field-label {
    position: absolute;
    top: -10px;
    left: 14px;
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1e3a5f;
    background: #fff;
}

.ecommerce-booking-page .booking-input {
    width: 100%;
    padding: 16px 14px 12px;
    border: 1px solid #c9d8ea;
    border-radius: 6px;
    background: #fff;
    font-size: 0.95rem;
    min-height: 56px;
}

.ecommerce-booking-page .booking-input:focus {
    border-color: #9db7d8;
    box-shadow: none;
    outline: none;
}

.ecommerce-booking-page .booking-textarea {
    min-height: 80px;
    resize: vertical;
}

.ecommerce-booking-page .booking-consent-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-size: 0.94rem;
}

.ecommerce-booking-page .booking-consent-checkbox {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #6b7280;
    cursor: default;
}

.ecommerce-booking-page .booking-consent-label {
    margin: 0;
    cursor: default;
}

.ecommerce-booking-page .booking-consent-link {
    color: #4b5563;
    text-decoration: none;
    font-weight: 700;
}

.ecommerce-booking-page .booking-consent-link:hover {
    color: #374151;
    text-decoration: none;
}

.ecommerce-booking-page .booking-submit-btn {
    width: 100%;
    padding: 12px 15px;
    border: 0;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
}

.ecommerce-booking-page .booking-section-title {
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    line-height: 1.18;
    font-weight: 700;
    color: #556173;
}

.ecommerce-booking-page .review-panel {
    padding: 18px;
    box-shadow: none;
    margin-top: 16px;
}

.ecommerce-booking-page .review-title {
    padding-bottom: 12px;
    margin-bottom: 2px !important;
    border-bottom: 1px solid #e5e7eb;
}

.ecommerce-booking-page .review-card {
    padding: 22px 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    background: transparent;
}

.ecommerce-booking-page .review-card:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.ecommerce-booking-page .review-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.ecommerce-booking-page .review-person {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ecommerce-booking-page .review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-weight: 700;
}

.ecommerce-booking-page .review-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}

.ecommerce-booking-page .review-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ecommerce-booking-page .review-date {
    font-size: 0.9rem;
    color: #6b7280;
}

.ecommerce-booking-page .review-stars {
    color: #ff5a1f;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
}

.ecommerce-booking-page .review-text {
    margin-top: 16px;
    padding: 0;
    color: #4b5563;
    line-height: 1.65;
}

@media (max-width: 575px) {
    .ecommerce-booking-page .review-head {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 991px) {
    :root {
        --serveu-content-padding: 16px;
    }

    .serveu-header {
        padding: 6px 0;
    }

    .serveu-header.is-scrolled .serveu-brand {
        opacity: 0;
        transform: translateY(-8px);
        max-height: 0;
        margin: 0 !important;
        overflow: hidden;
        pointer-events: none;
    }

    .serveu-header-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        min-height: auto;
        padding-left: var(--serveu-content-padding);
        padding-right: var(--serveu-content-padding);
    }

    .serveu-brand {
        height: 52px;
        margin-bottom: 0 !important;
    }

    .serveu-header-search {
        justify-content: stretch;
        width: 100%;
    }

    .serveu-search-panel {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }

    .serveu-footer-inner {
        padding: 8px var(--serveu-content-padding) 12px;
    }

    .serveu-category-hero {
        padding: 16px;
    }

    .serveu-category-hero-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .serveu-page-shell {
        padding-bottom: 22px;
    }

    .serveu-page-hero,
    .serveu-page-card {
        padding: 16px;
    }

    .serveu-page-grid {
        grid-template-columns: 1fr;
    }

    .serveu-footer-links {
        justify-content: flex-start;
        gap: 10px 14px;
    }

    .serveu-search-controls {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .serveu-search-form {
        width: 100%;
        margin: 0;
    }

    .serveu-header-actions {
        display: none;
    }

    .serveu-search-input {
        min-height: 38px;
        padding: 7px 52px 7px 12px;
        font-size: 0.9rem;
    }

    .serveu-search-btn {
        top: 2px;
        right: 2px;
        width: 34px;
        height: 34px;
        min-height: 34px;
    }

    .home-service-card {
        width: 100%;
    }

    .home-section-title {
        margin-bottom: 12px;
        padding-bottom: 8px;
        font-size: 1.04rem;
    }

    .home-category-image {
        padding: 6px !important;
    }

    .home-category-body {
        padding: 0 6px 8px !important;
    }

    .home-category-title {
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .home-category-card {
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
    }

    .home-page-section .col-6 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .home-slider-actions {
        display: none;
    }

    .home-category-slider {
        gap: 12px;
        scroll-padding-left: var(--serveu-content-padding);
    }

    .home-category-slide {
        flex-basis: min(82vw, 320px);
    }

    .home-steps-grid {
        grid-template-columns: 1fr;
    }

    .home-category-slider-copy {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .ecommerce-booking-page {
        padding-top: 12px;
    }

    .ecommerce-booking-page .booking-media-image {
        height: 340px;
    }
}
