﻿@import url('service.css');

body {
    background: #f6f8fc;
    color: #1f2937;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Navbar */
.navbar {
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.7rem;
    color: #0f172a !important;
}

.nav-link {
    font-weight: 500;
    transition: all 0.25s ease;
}

    .nav-link:hover {
        color: #0d6efd !important;
    }

/* Hero */
.service-hero {
    padding: 70px 0 40px;
    background: radial-gradient(circle at top left, rgba(13,110,253,0.15), transparent 30%), linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
}

.hero-content {
    animation: fadeUp 0.8s ease forwards;
}

.hero-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 0.95rem;
}

.hero-title {
    font-size: 2.9rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 18px;
}

.hero-desc {
    font-size: 1.08rem;
    color: #475569;
    max-width: 650px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.btn-hero,
.btn-hero-outline {
    padding: 12px 22px;
    border-radius: 12px;
    font-weight: 600;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.stat-box {
    min-width: 150px;
    background: #fff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

    .stat-box strong {
        display: block;
        font-size: 1.2rem;
        color: #0d6efd;
        margin-bottom: 4px;
    }

    .stat-box span {
        color: #64748b;
        font-size: 0.95rem;
    }

.hero-image-box {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(13, 110, 253, 0.15);
    animation: floatCard 4s ease-in-out infinite;
}

.hero-main-image {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

/* Section heading */
.service-section {
    padding: 50px 0 70px;
}

.section-heading {
    margin-bottom: 40px;
}

.section-subtitle {
    display: inline-block;
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.section-heading h2 {
    font-size: 2.3rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
}

/* Service card */
.service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
    }

.service-image-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image {
    transform: scale(1.08);
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,23,42,0.45), rgba(15,23,42,0.05));
}

.price-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #0d6efd;
    color: #fff;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 20px rgba(13,110,253,0.25);
}

.service-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .service-card-body h3 {
        font-size: 1.35rem;
        font-weight: 700;
        margin-bottom: 12px;
        color: #0f172a;
    }

.service-desc {
    color: #64748b;
    line-height: 1.7;
    min-height: 78px;
    margin-bottom: 16px;
}

.service-meta {
    margin-bottom: 20px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    margin-bottom: 8px;
    font-size: 0.96rem;
}

.meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(13,110,253,0.1);
    color: #0d6efd;
    font-size: 0.9rem;
}

.service-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-book,
.btn-contact {
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Feature section */
.why-choose-us {
    padding: 0 0 70px;
}

.feature-box {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    transition: all 0.3s ease;
}

    .feature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    }

.feature-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.feature-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}

.feature-box p {
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.7;
}

/* Footer */
.footer {
    background: #fff;
    box-shadow: 0 -6px 24px rgba(0,0,0,0.04);
}

/* Reveal animation */
.reveal-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

    .reveal-item.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Animations */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatCard {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-main-image {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .service-image-wrap {
        height: 210px;
    }

    .hero-stats {
        flex-direction: column;
    }
}

/* Layout common */
main {
    min-height: calc(100vh - 260px);
}

.navbar {
    padding: 14px 0;
    z-index: 999;
}

.navbar-brand {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a !important;
}

.brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.25);
}

.navbar .nav-link {
    font-weight: 600;
    color: #334155 !important;
    padding: 10px 14px !important;
    border-radius: 10px;
}

    .navbar .nav-link:hover {
        color: #0d6efd !important;
        background: rgba(13, 110, 253, 0.08);
    }

.nav-book-btn {
    border-radius: 12px;
    padding: 10px 18px !important;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.25);
}

.floating-call {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.55rem;
    z-index: 1000;
    box-shadow: 0 16px 35px rgba(13, 110, 253, 0.35);
    animation: pulseCall 1.8s infinite;
}

    .floating-call:hover {
        color: #fff;
        transform: translateY(-3px);
    }

.footer-area {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #e2e8f0;
    padding: 42px 0 20px;
    margin-top: 60px;
}

    .footer-area h5 {
        color: #fff;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .footer-area p {
        color: #cbd5e1;
        margin-bottom: 0;
    }

    .footer-area a {
        color: #fff;
        text-decoration: none;
    }

        .footer-area a:hover {
            color: #93c5fd;
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 28px;
    padding-top: 16px;
    color: #94a3b8;
    font-size: 0.95rem;
}

@keyframes pulseCall {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.45);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 16px;
    }

    .nav-book-btn {
        margin-top: 8px;
        width: 100%;
    }

    .floating-call {
        width: 52px;
        height: 52px;
        right: 18px;
        bottom: 18px;
    }
}

.brand-logo {
    text-decoration: none;
}

.logo-img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

    .brand-text strong {
        font-size: 1.35rem;
        font-weight: 800;
        color: #0f172a;
        letter-spacing: 0.3px;
    }

    .brand-text small {
        font-size: 0.82rem;
        color: #64748b;
        font-weight: 600;
    }

@media (max-width: 575px) {
    .logo-img {
        width: 48px;
        height: 48px;
    }

    .brand-text strong {
        font-size: 1.05rem;
    }

    .brand-text small {
        font-size: 0.72rem;
    }
}

/* Booking page */
.booking-page {
    padding: 70px 0;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.16), transparent 34%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.booking-wrapper {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 40px;
    align-items: center;
}

.booking-info {
    animation: fadeUp 0.8s ease forwards;
}

.booking-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-weight: 800;
    margin-bottom: 18px;
}

.booking-info h1 {
    font-size: 2.7rem;
    font-weight: 850;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 16px;
}

.booking-info > p {
    color: #64748b;
    font-size: 1.08rem;
    max-width: 640px;
    margin-bottom: 28px;
}

.booking-contact-box {
    display: grid;
    gap: 16px;
}

.contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

    .contact-item > span {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        background: linear-gradient(135deg, #0d6efd, #20c997);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.15rem;
        flex-shrink: 0;
    }

    .contact-item strong {
        display: block;
        color: #0f172a;
        margin-bottom: 3px;
    }

    .contact-item p,
    .contact-item a {
        margin: 0;
        color: #64748b;
        text-decoration: none;
    }

        .contact-item a:hover {
            color: #0d6efd;
        }

.booking-form-card {
    background: #fff;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    animation: floatCard 4s ease-in-out infinite;
}

    .booking-form-card h2 {
        font-size: 1.7rem;
        font-weight: 850;
        color: #0f172a;
        margin-bottom: 22px;
    }

    .booking-form-card .form-label {
        font-weight: 700;
        color: #334155;
    }

        .booking-form-card .form-label span {
            color: #ef4444;
        }

    .booking-form-card .form-control,
    .booking-form-card .form-select {
        height: 48px;
        border-radius: 13px;
        border: 1px solid #dbe3ef;
        color: #334155;
        box-shadow: none;
    }

    .booking-form-card textarea.form-control {
        height: auto;
    }

    .booking-form-card .form-control:focus,
    .booking-form-card .form-select:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
    }

.btn-booking-submit {
    width: 100%;
    border-radius: 14px;
    padding: 13px 18px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(13, 110, 253, 0.22);
}

.btn-back-service {
    width: 100%;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 700;
    margin-top: 12px;
    background: #f1f5f9;
    color: #334155;
}

    .btn-back-service:hover {
        background: #e2e8f0;
    }

@media (max-width: 991px) {
    .booking-wrapper {
        grid-template-columns: 1fr;
    }

    .booking-info h1 {
        font-size: 2.1rem;
    }

    .booking-form-card {
        animation: none;
    }
}

@media (max-width: 575px) {
    .booking-page {
        padding: 40px 0;
    }

    .booking-form-card {
        padding: 24px;
        border-radius: 20px;
    }

    .booking-info h1 {
        font-size: 1.75rem;
    }
}

.service-check-list {
    display: grid;
    gap: 12px;
}

.service-check-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #dbe3ef;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .service-check-item:hover {
        border-color: #0d6efd;
        background: #f8fbff;
    }

    .service-check-item input {
        display: none;
    }

.check-custom {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 2px solid #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

    .check-custom::after {
        content: "✓";
        color: #fff;
        font-weight: 800;
        font-size: 14px;
        display: none;
    }

.service-check-item input:checked + .check-custom {
    background: linear-gradient(135deg, #0d6efd, #20c997);
    border-color: #0d6efd;
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.25);
}

    .service-check-item input:checked + .check-custom::after {
        display: block;
    }

.service-check-text {
    color: #334155;
    font-weight: 650;
    line-height: 1.4;
}

/* Admin appointment */
.admin-appointment-page {
    padding: 50px 0 80px;
    background: #f6f8fc;
    min-height: calc(100vh - 220px);
}

.admin-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.admin-badge {
    display: inline-block;
    padding: 7px 14px;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-radius: 999px;
    font-weight: 800;
    margin-bottom: 10px;
}

.admin-page-header h1 {
    font-size: 2.2rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 6px;
}

.admin-page-header p {
    color: #64748b;
    margin-bottom: 0;
}

.admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.admin-stat-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

    .admin-stat-card span {
        display: block;
        color: #64748b;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .admin-stat-card strong {
        display: block;
        color: #0f172a;
        font-size: 1.65rem;
        font-weight: 850;
    }

    .admin-stat-card:hover,
    .admin-stat-card.active {
        border-color: #0d6efd;
        transform: translateY(-4px);
    }

    .admin-stat-card.active {
        background: linear-gradient(135deg, #0d6efd, #20c997);
    }

        .admin-stat-card.active span,
        .admin-stat-card.active strong {
            color: #fff;
        }

.appointment-table-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.appointment-table {
    margin-bottom: 0;
}

    .appointment-table thead th {
        background: #f8fafc;
        color: #334155;
        font-weight: 850;
        border-bottom: 1px solid #e2e8f0;
        padding: 16px;
        white-space: nowrap;
    }

    .appointment-table tbody td {
        padding: 16px;
        vertical-align: middle;
        color: #334155;
    }

.phone-link {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

    .phone-link:hover {
        text-decoration: underline;
    }

.service-line {
    font-weight: 650;
    color: #334155;
    margin-bottom: 3px;
}

.service-total {
    margin-top: 8px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 650;
}

.note-cell {
    max-width: 220px;
    color: #475569;
}

.status-pill {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 850;
    white-space: nowrap;
}

.status-new {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.status-confirmed {
    background: rgba(13, 110, 253, 0.12);
    color: #0d6efd;
}

.status-completed {
    background: rgba(34, 197, 94, 0.14);
    color: #15803d;
}

.status-cancelled {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.action-cell .btn {
    margin: 2px;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .admin-page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .admin-page-header h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 575px) {
    .admin-stat-grid {
        grid-template-columns: 1fr;
    }
}

/* Admin login */
.login-page {
    min-height: calc(100vh - 180px);
    padding: 70px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.16), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.login-card {
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 28px;
    padding: 38px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}

.login-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.login-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.login-card h1 {
    font-size: 2rem;
    font-weight: 850;
    text-align: center;
    color: #0f172a;
    margin-bottom: 8px;
}

.login-card p {
    text-align: center;
    color: #64748b;
    margin-bottom: 28px;
}

.login-card .form-label {
    font-weight: 700;
    color: #334155;
}

.login-card .form-control {
    height: 50px;
    border-radius: 14px;
    border: 1px solid #dbe3ef;
    box-shadow: none;
}

    .login-card .form-control:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
    }

.login-submit {
    width: 100%;
    border-radius: 14px;
    padding: 13px 18px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(13, 110, 253, 0.22);
}

.login-back {
    width: 100%;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 700;
    margin-top: 12px;
    background: #f1f5f9;
    color: #334155;
}

    .login-back:hover {
        background: #e2e8f0;
    }

@media (max-width: 575px) {
    .login-card {
        padding: 26px;
        border-radius: 22px;
    }

        .login-card h1 {
            font-size: 1.6rem;
        }
}

.floating-map {
    position: fixed;
    right: 24px;
    bottom: 92px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: linear-gradient(135deg, #20c997, #0d6efd);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.45rem;
    z-index: 1000;
    box-shadow: 0 16px 35px rgba(32, 201, 151, 0.35);
    transition: all 0.25s ease;
}

    .floating-map:hover {
        color: #fff;
        transform: translateY(-3px);
    }

@media (max-width: 991px) {
    .floating-map {
        width: 52px;
        height: 52px;
        right: 18px;
        bottom: 82px;
    }
}

/* Cancel appointment modal */
.cancel-modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
}

    .cancel-modal-content .modal-header {
        border-bottom: 1px solid #eef2f7;
        padding: 20px 24px;
    }

    .cancel-modal-content .modal-title {
        font-weight: 850;
        color: #0f172a;
    }

    .cancel-modal-content .modal-body {
        padding: 28px 26px;
        text-align: center;
    }

.cancel-modal-icon {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    margin: 0 auto 18px;
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 900;
}

.cancel-modal-content .modal-body h4 {
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 10px;
}

.cancel-modal-desc {
    color: #64748b;
    margin-bottom: 20px;
}

.cancel-info-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px;
    display: grid;
    gap: 14px;
    text-align: left;
}

    .cancel-info-box span {
        display: block;
        color: #64748b;
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .cancel-info-box strong {
        color: #0f172a;
        font-size: 1.05rem;
    }

.cancel-modal-content .modal-footer {
    border-top: 1px solid #eef2f7;
    padding: 18px 24px;
}

.btn-cancel-close,
.btn-confirm-cancel {
    border-radius: 12px;
    padding: 10px 18px;
    font-weight: 800;
}

.btn-cancel-close {
    background: #f1f5f9;
    color: #334155;
}

    .btn-cancel-close:hover {
        background: #e2e8f0;
    }

/* Admin pagination */
.admin-table-toolbar {
    background: #fff;
    border-radius: 18px;
    padding: 16px 20px;
    margin-bottom: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.page-size-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .page-size-form label {
        color: #64748b;
        font-weight: 700;
        white-space: nowrap;
    }

    .page-size-form .form-select {
        min-width: 90px;
        border-radius: 10px;
    }

.admin-pagination-wrap {
    margin-top: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pagination-info {
    color: #64748b;
    font-weight: 700;
}

.admin-pagination {
    margin-bottom: 0;
}

    .admin-pagination .page-link {
        border: none;
        margin: 0 3px;
        border-radius: 10px;
        color: #334155;
        font-weight: 800;
        min-width: 38px;
        text-align: center;
    }

    .admin-pagination .page-item.active .page-link {
        background: linear-gradient(135deg, #0d6efd, #20c997);
        color: #fff;
    }

    .admin-pagination .page-item.disabled .page-link {
        background: #f1f5f9;
        color: #94a3b8;
    }

@media (max-width: 768px) {
    .admin-table-toolbar,
    .admin-pagination-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .admin-pagination {
        flex-wrap: wrap;
    }
}

/* Admin service */
.admin-service-page {
    padding: 50px 0 80px;
    background: #f6f8fc;
    min-height: calc(100vh - 220px);
}

.admin-service-img {
    width: 86px;
    height: 64px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.admin-service-desc {
    max-width: 420px;
    margin-top: 4px;
}

.admin-form-page {
    padding: 60px 0 90px;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.14), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    min-height: calc(100vh - 220px);
}

.admin-form-card {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.admin-form-header {
    margin-bottom: 26px;
}

    .admin-form-header h1 {
        font-size: 2rem;
        font-weight: 850;
        color: #0f172a;
        margin-bottom: 8px;
    }

    .admin-form-header p {
        color: #64748b;
        margin-bottom: 0;
    }

.admin-form-card .form-label {
    font-weight: 750;
    color: #334155;
}

.admin-form-card .form-control,
.admin-form-card .form-select {
    min-height: 48px;
    border-radius: 13px;
    border: 1px solid #dbe3ef;
    box-shadow: none;
}

    .admin-form-card .form-control:focus,
    .admin-form-card .form-select:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
    }

.admin-edit-preview-img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.13);
}


/* Contact page */
.contact-hero {
    padding: 80px 0 60px;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.16), transparent 34%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.contact-hero-content {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 18px;
}

.contact-hero p {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 720px;
    margin: 0 auto 28px;
}

.contact-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.contact-page {
    padding: 60px 0 90px;
    background: #f6f8fc;
}

.contact-info-card,
.contact-map-card,
.contact-note-card {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

.contact-info-card {
    padding: 34px;
    height: 100%;
}

.contact-logo {
    width: 98px;
    height: 98px;
    object-fit: contain;
    margin-bottom: 16px;
}

.contact-info-card h2 {
    font-size: 2rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 4px;
}

.contact-subtitle {
    color: #64748b;
    font-weight: 700;
    margin-bottom: 26px;
}

.contact-list {
    display: grid;
    gap: 16px;
}

.contact-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
}

    .contact-list-item > span {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: linear-gradient(135deg, #0d6efd, #20c997);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .contact-list-item strong {
        display: block;
        color: #0f172a;
        margin-bottom: 3px;
    }

    .contact-list-item a,
    .contact-list-item p {
        margin: 0;
        color: #64748b;
        text-decoration: none;
    }

        .contact-list-item a:hover {
            color: #0d6efd;
        }

.contact-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

    .contact-buttons .btn {
        border-radius: 14px;
        font-weight: 800;
        padding: 11px 20px;
    }

.contact-map-card {
    padding: 20px;
    margin-bottom: 24px;
}

.map-placeholder {
    min-height: 360px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(32, 201, 151, 0.12)), #f8fafc;
    border: 1px dashed #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

    .map-placeholder span {
        display: block;
        font-size: 3rem;
        margin-bottom: 12px;
    }

    .map-placeholder h3 {
        font-size: 1.8rem;
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 8px;
    }

    .map-placeholder p {
        color: #64748b;
        max-width: 420px;
        margin: 0 auto 20px;
    }

.contact-note-card {
    padding: 28px;
}

    .contact-note-card h3 {
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .contact-note-card ul {
        color: #64748b;
        line-height: 1.8;
        margin-bottom: 22px;
    }

    .contact-note-card .btn {
        border-radius: 14px;
        padding: 11px 20px;
        font-weight: 800;
    }

@media (max-width: 991px) {
    .contact-hero h1 {
        font-size: 2.2rem;
    }

    .contact-info-card {
        height: auto;
    }
}

@media (max-width: 575px) {
    .contact-hero {
        padding: 50px 0 40px;
    }

        .contact-hero h1 {
            font-size: 1.8rem;
        }

    .contact-info-card,
    .contact-note-card {
        padding: 24px;
        border-radius: 22px;
    }

    .map-placeholder {
        min-height: 280px;
    }
}

.floating-facebook {
    position: fixed;
    right: 24px;
    bottom: 164px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #1877f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 900;
    font-family: Arial, sans-serif;
    z-index: 1000;
    box-shadow: 0 16px 35px rgba(24, 119, 242, 0.35);
    transition: all 0.25s ease;
}

    .floating-facebook:hover {
        color: #fff;
        transform: translateY(-3px);
    }

@media (max-width: 991px) {
    .floating-facebook {
        width: 52px;
        height: 52px;
        right: 18px;
        bottom: 146px;
        font-size: 1.8rem;
    }
}

.footer-map {
    margin-top: 10px;
}

    .footer-map h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
    }

    .footer-map iframe {
        width: 100%;
        height: 300px;
        border: 0;
        border-radius: 14px;
        display: block;
    }

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-logo {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    flex-shrink: 0;
}

.booking-validation-summary {
    border: none;
    border-radius: 16px;
    padding: 14px 18px;
    font-weight: 700;
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

    .booking-validation-summary ul {
        margin-bottom: 0;
        padding-left: 18px;
    }

    .booking-validation-summary li {
        margin-bottom: 4px;
    }

        .booking-validation-summary li:last-child {
            margin-bottom: 0;
        }

.footer-brand h5 {
    margin-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

#services {
    scroll-margin-top: 110px;
}