@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2") format("woff2");
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

body.home {
    background: #f7f9fc;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: visible;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    height: auto;
}

label {
    font-weight: bold;
}

.logo img {
    margin-top: 0;
    max-height: 100%;
    width: 120px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

#formL {
    width: 100%;
    max-width: 640px;
    margin: 10px 0 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

#contact-form {
    width: 100%;
    max-width: none;
    margin: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
}

.stats-bar{
  display:flex;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap;
  margin:25px 0 40px;
}

.stat{
  position:relative;
  width:160px;
  height:160px;
  text-align:center;
  margin:0 20px;
}

.info-box {
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 8px;
    font-size: 16px;
}
.info-box.success {
    background-color: #e0ffe0;
    color: #006600;
    border: 1px solid #00cc00;
}
.info-box.notice {
    background-color: #fff8e6;
    color: #9f6f00;
    border: 1px solid #e5c100;
}

.flash-message.success,
.auth-alert.is-success {
    background: linear-gradient(135deg, #e9fff5, #d7f6e9);
    border-color: #b7e8d0;
    color: #0f4f2e;
}

.flash-message.success::before,
.auth-alert.is-success::before {
    content: "\f058";
    background: linear-gradient(145deg, #0fb57f, #0c915e);
}

.flash-message.error,
.auth-alert.is-error {
    background: linear-gradient(135deg, #fff1f1, #ffe5e5);
    border-color: #f3c0c0;
    color: #7a1a1a;
}

.flash-message.error::before,
.auth-alert.is-error::before {
    content: "\f071";
    background: linear-gradient(145deg, #c63b3b, #a42323);
}

.flash-message.warning,
.auth-alert.is-warning {
    background: linear-gradient(135deg, #fff7eb, #ffeed3);
    border-color: #f0d9a5;
    color: #6b3f00;
}

.flash-message.warning::before,
.auth-alert.is-warning::before {
    content: "\f06a";
    background: linear-gradient(145deg, #f0a500, #d88a00);
}

.donut        { width:100%; height:100%; }
.donut .track { fill:none; stroke:#e5e5e5; stroke-width:14; }
.donut .value { fill:none; stroke:#00dcff;  stroke-width:14;
                stroke-dasharray:283; stroke-dashoffset:0; }

.donut text.primary   { fill:#00dcff; font:600 26px/1 'Segoe UI',sans-serif; }
.donut text.secondary { fill:#666;    font:400 10px/1 'Segoe UI',sans-serif; }

.stat-label{
  margin-top:8px;
  font:600 14px/1 'Segoe UI',sans-serif;
  color:#555;
}

input[type=text], input[type=password], input[type=email], input[type=submit] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

textarea {
    width: 98%;
    height: 200px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: vertical;
    margin: 10px 0;	
}

input[type=text], input[type=password], input[type=email] {
	width: 93%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

input[type=card-text]{
    font-size: 16px;
}

input[type=submit] {
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #0ce8ff;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #5a5959;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(120deg, #ffffff 0%, #f3f7fc 100%);
    box-shadow: 0 10px 18px rgba(12, 26, 47, 0.12);
    padding-top: env(safe-area-inset-top);
}

.nav-bar {
    width: 100%;
    position: relative;
    --nav-height: 96px;
    min-height: var(--nav-height);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 0;
}

.logo {
    padding-left: 0;
    height: auto;
    align-items: center;
    margin-right: 16px;
}

.logo img {
    margin-top: 0;
    width: auto;
    max-width: 120px;
    height: 70px;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 0;
    padding: 0;
    margin-left: auto;
}

.nav-links li a {
    color: #0c1a2f;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 10px 14px;
    border-radius: 12px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(12, 232, 255, 0.06);
}

.nav-links li a:hover,
.nav-links li a:focus-visible {
    color: #073966;
    border-color: rgba(12, 232, 255, 0.35);
    box-shadow: 0 10px 16px rgba(12, 232, 255, 0.16);
    background: rgba(12, 232, 255, 0.14);
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid rgba(12, 26, 47, 0.15);
    border-radius: 12px;
    padding: 10px 14px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #0c1a2f;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    border-color: rgba(12, 232, 255, 0.45);
    box-shadow: 0 10px 16px rgba(12, 232, 255, 0.12);
    color: #073966;
}

.menu-toggle .menu-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

@media (max-width: 900px) {
    .nav-inner {
        align-items: center;
        gap: 14px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .logo {
        flex-shrink: 0;
    }

    .nav-links {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 6px);
        width: 100%;
        margin: 0;
        margin-left: 0;
        flex-direction: column;
        align-items: stretch;
        background: linear-gradient(160deg, #ffffff 0%, #eef3fb 100%);
        padding: 0;
        gap: 6px;
        max-height: 0;
        overflow: hidden;
        border-radius: 18px;
        box-shadow: 0 12px 24px rgba(12, 26, 47, 0.18);
        transition: max-height 0.3s ease, padding 0.3s ease;
        z-index: 10;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links li a {
        width: 100%;
        justify-content: space-between;
        border-radius: 12px;
        border: 1px solid rgba(12, 26, 47, 0.08);
        background: rgba(12, 232, 255, 0.08);
    }

    .nav-bar.open .nav-links {
        max-height: calc(100vh - var(--nav-height));
        overflow-y: auto;
        padding: 12px 16px 16px;
    }
}

body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper {
    flex: 1;
}

footer {
    margin: 0;
}

.page-hero {
    --hero-padding: 48px;
    --hero-min-height: 395px;
    background: linear-gradient(135deg, #0c1a2f, #0f2a45);
    color: #fff;
    padding: var(--hero-padding) 0;
    min-height: var(--hero-min-height);
    display: flex;
    align-items: center;
}

.page-hero--home,
.page-hero--sub {
    padding: var(--hero-padding) 0;
    min-height: var(--hero-min-height);
}

.page-hero__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
    align-items: start;
    height: 100%;
}

.page-hero__copy,
.page-hero__card {
    max-width: 640px;
}

.page-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: start;
}

.page-hero__copy h1 {
    font-size: clamp(28px, 3vw, 38px);
    margin: 0 0 4px;
    line-height: 1.12;
}

.page-hero__copy .lead {
    color: rgba(255,255,255,0.82);
    margin: 0;
    max-width: 640px;
    font-size: 15px;
}

.hero-keywords {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.page-hero__card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.16);
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 360px;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}

.pill {
    background: rgba(12, 232, 255, 0.12);
    border: 1px solid rgba(12, 232, 255, 0.35);
    color: #fff;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.hero-actions .btn-primary,
.hero-actions .btn-outline {
    margin-top: 0;
    padding: 12px 16px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.section-block {
    padding: 36px 0;
}

.section-block.alt {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.section-block .section-heading {
    text-align: left;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8edf5;
    padding: 16px;
    box-shadow: 0 12px 22px rgba(12,26,47,0.08);
}

.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: stretch;
}

.content-grid > * {
    flex: 1 1 360px;
    min-width: 0;
}

@media (min-width: 992px) {
    .content-grid {
        justify-content: center;
    }

    .content-grid > .auth-card {
        flex: 0 0 460px;
        max-width: 440px;
    }

    .content-grid > .contact-card {
        flex: 0 0 370px;
        max-width: 382px;
    }
}

.form-card {
    height: 100%;
}

.contact-card {
    padding: 22px;
}

.contact-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.card h3 {
    margin-top: 0;
}

.service-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 240px;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}

.service-content {
    padding: 20px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-card ul {
    padding-left: 20px;
    margin: 6px 0 0;
    display: grid;
    gap: 6px;
    color: #0c1a2f;
}

.service-card li {
    line-height: 1.4;
}

.service-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    justify-content: space-between;
    margin: 6px 0 10px;
    font-weight: 700;
    color: #0c1a2f;
}

.service-meta h3 {
    margin: 0;
    flex: 1;
}

.service-meta span {
    white-space: nowrap;
}

.gallery-panel {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8edf5;
    padding: 18px;
    box-shadow: 0 12px 22px rgba(12,26,47,0.08);
    margin-top: 16px;
}

.gallery-panel h2 {
    margin-top: 0;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.muted-text {
    color: #6f7b90;
}

/* Ensure muted copy remains readable on dark hero backgrounds */
.page-hero .muted-text {
    color: #dce7ff;
}

@media (max-width: 960px) {
    .service-card {
        grid-template-columns: 1fr;
    }

    .service-card img {
        border-radius: 12px 12px 0 0;
        min-height: 200px;
    }

    .page-hero {
        --hero-padding: 56px;
        min-height: var(--hero-min-height);
        align-items: flex-start;
    }

    .page-hero__grid {
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 600px) {
    .container {
        width: 94%;
    }

    .page-hero {
        --hero-padding: 38px;
    }

    .page-hero__grid {
        gap: 12px;
    }

    .page-hero__card {
        min-height: 0;
        padding: 14px;
    }

    .auth-card,
    .contact-card,
    .card {
        padding: 14px;
    }

    .stacked-form {
        gap: 10px;
    }

    .input-wrapper {
        padding: 12px 14px;
    }

    .textarea-wrapper textarea {
        min-height: 120px;
    }

    .recaptcha-row {
        justify-content: flex-start;
    }

    .btn-primary {
        width: 100%;
    }
}

.footer {
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 70px;
    width: 100%;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #00aaff;
    text-decoration: underline;
}

.title {
    margin-top: 10px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #f0f5fb);
    color: #0c1a2f;
    border-radius: 14px;
    box-shadow: 0 12px 22px rgba(12, 26, 47, 0.14);
    padding: 22px 18px;
    border: 1px solid rgba(12, 26, 47, 0.06);
}

.auth-page {
    padding: 60px 0 80px;
    background: radial-gradient(circle at 10% 20%, rgba(12,232,255,0.15), transparent 30%),
                radial-gradient(circle at 90% 10%, rgba(12,232,255,0.1), transparent 25%),
                #f6f8fb;
}

.auth-layout .auth-page {
    padding: 70px 0 90px;
}

.auth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
    align-items: start;
}

.auth-grid--stacked {
    grid-template-columns: 1fr;
    max-width: 1080px;
    margin: 0 auto;
}

.auth-layout .auth-grid {
    max-width: 1260px;
    margin: 0 auto;
}

.auth-intro {
    padding: 28px;
    background: #0c1a2f;
    color: #e8f3ff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(12, 26, 47, 0.25);
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #0c5ea8;
    font-size: 12px;
    margin: 0 0 8px 0;
}

.page-hero .eyebrow {
    color: #9ddaff;
}

.auth-intro h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 32px;
}

.auth-intro p {
    margin-top: 0;
    color: #c7d4e7;
}

.auth-benefits {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.auth-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #e8f3ff;
}

.auth-benefits i {
    color: #0ce8ff;
}

.auth-card {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(12, 26, 47, 0.12);
    border: 1px solid #eef2f7;
}

@media (min-width: 900px) {
    .auth-layout .auth-intro,
    .auth-layout .auth-card {
        max-width: 820px;
        margin: 0;
        width: 100%;
    }

    .auth-layout .auth-card {
        margin-top: 0;
    }

    .auth-grid--stacked .auth-intro,
    .auth-grid--stacked .auth-card {
        max-width: 1040px;
    }
}

@media (min-width: 1024px) {
    .auth-grid {
        grid-template-columns: minmax(340px, 0.95fr) minmax(420px, 1.05fr);
        gap: 16px;
    }

    .auth-intro,
    .auth-card {
        padding: 32px;
    }
}

.auth-card__header h2 {
    margin: 8px 0;
}

.badge {
    display: inline-block;
    background: #e8fbff;
    color: #0c1a2f;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
}

.auth-alert,
.flash-message {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #dfe7f5;
    background: linear-gradient(135deg, #f6f9ff, #eef3ff);
    color: #0c1a2f;
    margin: 10px 0 18px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(12, 26, 47, 0.08);
    overflow: hidden;
    z-index: 0;
}

.auth-alert::before,
.flash-message::before {
    content: "\f0f3";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(145deg, #0c1a2f, #0f2a45);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(12, 26, 47, 0.18);
    position: relative;
    z-index: 1;
}

.auth-alert::after,
.flash-message::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12, 232, 255, 0.06), rgba(12, 26, 47, 0));
    pointer-events: none;
    z-index: 0;
}

.auth-alert > span,
.auth-alert > strong,
.auth-alert > p,
.flash-message > span,
.flash-message > strong,
.flash-message > p {
    position: relative;
    z-index: 1;
}

.stacked-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.textarea-wrapper textarea {
    width: 100%;
    min-height: 140px;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    background: #f6f8fb;
    resize: vertical;
}

.recaptcha-row {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.recaptcha-row .g-recaptcha {
    transform: scale(1.05);
    transform-origin: center;
}

@media (max-width: 480px) {
    .recaptcha-row .g-recaptcha {
        transform: scale(1);
    }
}

.input-label {
    font-weight: 700;
    color: #0c1a2f;
    margin: 14px 0 6px;
    display: block;
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    padding: 14px 16px;
}

.input-wrapper i {
    color: #7c869b;
}

.input-wrapper input {
    border: none;
    background: transparent;
    padding: 8px 4px;
    margin: 0;
    font-size: 17px;
    width: 100%;
}

.auth-links {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
}

.auth-link {
    color: #0c1a2f;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.auth-link:hover {
    text-decoration: underline;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0ce8ff, #0097e6);
    color: #0c1a2f;
    border: none;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 14px 18px;
    border-radius: 12px;
    margin-top: 18px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 20px rgba(0, 151, 230, 0.2);
}

.dashboard-header {
    border: 1px solid #e0e7f1;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f4ff 100%);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(16, 56, 111, 0.08);
    padding: 16px 18px;
    margin: 20px 0;
}

.dashboard-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dashboard-nav li {
    background: transparent;
}

.dashboard-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #dce6f7;
    background: #fff;
    color: #0c1a2f;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(12, 26, 47, 0.05);
}

.dashboard-nav a:hover {
    border-color: #b7d3ff;
    box-shadow: 0 10px 20px rgba(0, 151, 230, 0.15);
    transform: translateY(-1px);
}

.dashboard-nav a.is-current {
    background: linear-gradient(135deg, #0ce8ff, #0097e6);
    color: #0c1a2f;
    border-color: transparent;
    box-shadow: 0 12px 25px rgba(0, 151, 230, 0.35);
}

.collapsible-panel {
    display: none;
}

.collapsible-panel.is-visible {
    display: block;
}

.account-page {
    padding: 20px 0 60px;
}

.account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
}

.details-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: start;
}

.panel {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    border: 1px solid #eef2f7;
}

.detail-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 18px;
}

.detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 600;
}

.detail-row span {
    color: #6d7789;
    font-weight: 600;
}

.panel-header h3 {
    margin: 6px 0 0;
}

.booking-card {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #f9fbff, #f2f7ff);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    margin-bottom: 12px;
}

.booking-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #0c1a2f;
    font-weight: 600;
}

.booking-meta i {
    color: #0ce8ff;
}

.booking-details {
    margin: 12px 0 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0c1a2f;
    color: #e8f3ff;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
}

.muted {
    color: #6d7789;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 10px;
}

.message {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    pointer-events: none;
    margin: 0;
    padding: 12px 20px;
    background: #1a2633;
    color: #e9f6ff;
    text-align: center;
    width: 90%;
    max-width: 560px;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: opacity 2s ease-in-out;
    font-weight: 700;
}

.message.show {
    opacity: 1;
}

.services {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
    gap: 12px;
    background: radial-gradient(circle at 15% 20%, rgba(12, 232, 255, 0.12), transparent 26%),
                radial-gradient(circle at 80% 30%, rgba(12, 232, 255, 0.08), transparent 32%),
                linear-gradient(140deg, #f6f8fb 0%, #eef3fb 50%, #e8f1fb 100%);
    padding: 40px 0 60px;
}

.service-item {
    display: grid;
    grid-template-columns: minmax(260px, 340px) 1fr;
    align-items: stretch;
    gap: 18px;
    margin-top: 24px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(12, 26, 47, 0.14);
    padding: 18px;
    width: auto;
    border: 1px solid rgba(12, 26, 47, 0.06);
}

.service-img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.service-text {
    padding: 6px 4px;
    box-sizing: border-box;
    color: #0c1a2f;
}

.service-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.service-text p,
.service-text li {
    color: #1d2f46;
}

.service-text ul {
    padding-left: 22px;
}

@media (max-width: 900px) {
    .service-item {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 12px;
    }

    .service-img {
        min-height: 240px;
        max-height: 320px;
    }
}

/* Button styling with accessible contrast */
.btn {
    background-color: #0ce8ff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background-color: #009cbf;
    transition: background-color 0.3s;
}

.btn.ghost {
    background: transparent;
    color: #0c1a2f;
    border: 1px solid #0ce8ff;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
}

.btn.ghost:hover {
    background: rgba(12, 232, 255, 0.1);
}

.collapsible-panel {
    display: none;
}

.collapsible-panel.is-visible {
    display: block;
}

/* Hero section */
.hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 120px 20px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.hero .container {
    position: relative;
    z-index: 1;
}

.cta-btn {
    background: linear-gradient(45deg, #009cff, #00e6d0);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: box-shadow 0.3s, transform 0.3s;
}

.cta-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
}

.feature {
    flex: 1 1 calc(33% - 16px);
    min-width: 260px;
    background: linear-gradient(135deg, rgba(12, 26, 47, 0.94), rgba(12, 46, 80, 0.96));
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 18px 30px rgba(12, 26, 47, 0.2);
    border: 1px solid rgba(12, 232, 255, 0.18);
    color: #e8f3ff;
}

/* Why Choose Us section */

.why-choose-us,
.near-me,
.testimonials {
    color: #e8f3ff;
    padding: 60px 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background: radial-gradient(circle at 20% 20%, rgba(12, 232, 255, 0.12), transparent 25%),
                radial-gradient(circle at 80% 0%, rgba(12, 232, 255, 0.08), transparent 26%),
                linear-gradient(140deg, #0c1a2f 0%, #0d2240 45%, #0f2f52 100%);
    position: relative;
}

.why-choose-us .title,
.near-me .title,
.testimonials .title {
    background: linear-gradient(135deg, rgba(12, 232, 255, 0.16), rgba(12, 232, 255, 0.08));
    color: #e8f3ff;
    border: 1px solid rgba(12, 232, 255, 0.24);
}

.why-choose-us .feature,
.near-me .feature,
.testimonials .feature {
    text-align: center;
}

.why-choose-us.fade-in,
.near-me.fade-in,
.testimonials.fade-in {
    opacity: 1;
}

.feature-icon {
    font-size: 40px;
    color: #0ce8ff;
    margin-bottom: 10px;
}

.testimonials.fade-in {
    opacity: 1;
}

.policy-page {
    background: #f6f8fb;
}

.policy-highlights {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 12px;
}

.policy-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 14px;
    color: #e8f3ff;
}

.policy-highlight i {
    color: #0ce8ff;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.policy-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 14px 26px rgba(12, 26, 47, 0.08);
}

.policy-card h2 {
    margin-top: 0;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    gap: 10px;
}

.policy-list li {
    position: relative;
    padding-left: 26px;
    color: #0c1a2f;
}

.policy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ce8ff, #0097e6);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.policy-update {
    background: #f6f8fb;
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #e8edf5;
}

.highlight-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.highlight-card strong {
    display: block;
    margin: 6px 0 4px;
    font-size: 18px;
}

.highlight-card a {
    color: #fff;
    text-decoration: none;
}

.highlight-card a:hover {
    color: #0ce8ff;
    text-decoration: underline;
}

.highlight-card span {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

.map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border-radius: 12px;
    overflow: hidden;
    background: #e7eef6;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.about-map {
    padding: 36px 0 48px;
}

.about-map .map-card {
    max-width: 880px;
    margin: 0 auto;
}

.about-map .map-wrapper {
    min-height: 280px;
}

.about-story {
    padding: 40px 0;
}

.about-story__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.story-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #e8edf5;
    box-shadow: 0 10px 20px rgba(12,26,47,0.06);
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    padding-bottom: 40px;
}

.feature-card {
    background: #0c1a2f;
    color: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.about-team {
    padding: 20px 0 40px;
}

.section-heading {
    margin-bottom: 18px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.team-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e8edf5;
    box-shadow: 0 12px 22px rgba(12,26,47,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding-bottom: 14px;
}

.team-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.team-card__body h3 {
    margin-bottom: 4px;
}

.about-faq {
    padding-bottom: 50px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #e8edf5;
    box-shadow: 0 10px 18px rgba(12,26,47,0.06);
}

@media (max-width: 640px) {
    .team-card img {
        height: 140px;
    }
}

.order-form, .slot-info {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.order-form {
    max-width: 600px;
}

.slot-info {
    max-width: 400px;
    background-color: #f9f9f9;
}

.hidden {
    display: none;
}

#slotInfo {
    margin-bottom: 12px;
}

.slot-info {
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    padding: 12px 14px;
    border-radius: 10px;
    color: #0c1a2f;
}

.orders-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orders-list .order {
    background: #f9fbff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.orders-list .order strong {
    color: #0c1a2f;
}

input[type="date"], input[type="time"], input[type="valet_type"] {
    width: 95%;
    padding: 8px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

select {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.content-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.order-layout {
    display: grid;
    grid-template-columns: minmax(320px, 2fr) minmax(280px, 1fr);
    gap: 20px;
    align-items: start;
}

.orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
    align-items: start;
}

@media (min-width: 1100px) {
    .orders-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.order-layout .panel {
    height: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.radio-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

.order-hint {
    background: #f6f8fb;
    border: 1px solid #e1e7ef;
    padding: 12px 14px;
    border-radius: 10px;
    color: #0c1a2f;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .order-layout {
        grid-template-columns: 1fr;
    }
}

.carde {
    flex: 1;
    margin: 0 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.admin-card {
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 14px 26px rgba(12, 26, 47, 0.12);
    border: 1px solid rgba(12, 26, 47, 0.06);
}

.admin-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #0c5ea8;
    margin: 0 0 6px;
    font-weight: 700;
}

.muted-text {
    margin: 4px 0 0;
    color: #4b5563;
    font-size: 14px;
}

.stack-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
}

.stack-form .form-actions {
    display: flex;
    gap: 10px;
}

.admin-table th,
.admin-table td {
    white-space: nowrap;
}

.admin-table td.action-cell {
    white-space: normal;
}

.admin-table td.break-word {
    white-space: normal;
    word-break: break-word;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.inline-form {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
}

.action-cell .inline-form {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.action-cell .inline-form input[type="number"],
.action-cell .inline-form select,
.action-cell .inline-form .btn {
    width: 100%;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    background: #e5e7eb;
    color: #111827;
}

.status-accepted { background: #dcfce7; color: #166534; }
.status-pending { background: #fef9c3; color: #854d0e; }
.status-declined { background: #fee2e2; color: #991b1b; }
.status-paid { background: #e0f2fe; color: #075985; }
.status-completed { background: #ecfeff; color: #0e7490; }

.cardd {
    /* flex: 1; */
    /* margin: 0 10px; */
    padding: 16px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 22px rgba(12, 26, 47, 0.12);
    border: 1px solid rgba(12, 26, 47, 0.06);
    color: #0c1a2f;
}

.collapsible summary {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    list-style: none;
}

.collapsible summary::-webkit-details-marker {
    display: none;
}

.collapsible summary::before {
    content: '\2795'; /* heavy plus sign */
    margin-right: 8px;
}

.collapsible[open] summary::before {
    content: '\2796'; /* heavy minus sign */
}

.caption-form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.caption-form input[type="text"] {
    flex: 1;
    min-width: 150px;
}

.orders-container {
    max-width: 350px;
}

.order {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.order-date, .order-type, .order-status {
    display: block;
}

.order-status-Accepted {
    font-weight: bold;
    color: #4CAF50;
}

.order-status-Confirmed {
    font-weight: bold;
    color: #4CAF50;
}

.order-status-Completed {
    font-weight: bold;
    color: #4CAF50;
}

.order-status-Pending {
    font-weight: bold;	
    color: #FF9800;
}

.order-status-Declined {
    font-weight: bold;	
    color: #F44336;
}

.order-status-Cancelled {
    font-weight: bold;	
    color: #F44336;
}

.order-status-Paid {
    font-weight: bold;	
    color: #0ce8ff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
}

th {
    background-color: #0ce8ff;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.pagination a {
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.pagination a.active {
    background-color: #0ce8ff;
    color: white;
    border-color: #0ce8ff;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

button {
	width: 100%;
	padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #0ce8ff;
    cursor: pointer;
}

.last-order-section {
	width: 340px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 20px 0;
}

.last-order-section h3 {
    color: #333;
    margin-bottom: 15px;
}

.last-order-section p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.last-order-section form {
    display: inline-block;
}

.last-order-section button {
    font-size: 14px;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.last-order-section button.confirm {
    background-color: #4CAF50;
}

.last-order-section button.cancel {
    background-color: #f44336;
}

.last-order-section button:hover {
    opacity: 0.8;
}

.last-order-section button i {
    margin-right: 5px;
}

#formBtn {
	margin: auto;
}

#payment-form {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

#card-element {
    width: 100%;
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid #d8e1ec;
    border-radius: 10px;
    background-color: #f6f8fb;
}

#card-errors {
    color: #fa755a;
    margin-bottom: 20px;
}

.payment-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
    background: #0c1a2f;
    color: #e8f3ff;
    border-radius: 12px;
    margin: 16px 0;
}

.summary-rows {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.summary-row.total {
    font-size: 17px;
    color: #0ce8ff;
}

.payment-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(12, 26, 47, 0.12);
    background: #fff;
}

.card-visual {
    position: relative;
    background: linear-gradient(135deg, #0c1a2f, #0f2d4d);
    color: #e8f3ff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.card-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.chip {
    width: 42px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e0e5ec, #b8c3d0);
    display: inline-block;
}

.card-label {
    font-weight: 800;
    letter-spacing: 0.5px;
}

.card-number-preview {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.card-meta-preview {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: #b9c5d6;
}

.billing-note {
    margin-top: 14px;
    font-size: 13px;
    color: #c7d4e7;
}

.card-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-input {
    border: 1px solid #d8e1ec;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f6f8fb;
}

.card-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.card-text-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #d8e1ec;
    font-size: 16px;
}

.payment-actions {
    display: flex;
    justify-content: flex-start;
}

.consent-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #0c1a2f;
}

.consent-check a {
    color: #0ea5e9;
    text-decoration: underline;
    font-weight: 600;
}

.inline-form {
    margin-top: 10px;
}

.vehicle-info, .confirm-info {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.vehicle-info p, .confirm-info label {
    margin: 0;
    font-weight: bold;
}

#registrationNumber {
    text-transform: uppercase;
}

.btn.confirm {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.btn.confirm:hover {
    background-color: #45a049;
}

.cookie-consent-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.cookie-consent-container a {
    color: #0ce8ff;
    text-decoration: underline;
    font-weight: bold;
}

.cookie-consent-button, .cookie-policy-button {
  background-color: #4B8B3B;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-consent-container button:hover {
    background-color: #555;
}

.auto-slideshow .slideshow-container {
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
}

.auto-slideshow .slide {
  display: none;
}

.auto-slideshow .slide img {
  width: 600px;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border: 8px solid #0ce8ff;
  background-color: #4B8B3B; 
}

/* GALLERY STYLES - FROM GALLERY.PHP */

/* ~~~ Featured ~~~ */
.featured-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.featured-container .gallery-item {
  flex: 1 1 calc(33.333% - 20px);
  max-width: 400px;
  text-align: center;
}
.featured-container .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 16px 22px rgba(0,0,0,0.25);
  display: block;
  border: 1px solid rgba(12, 232, 255, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-container .gallery-item img:hover,
.other-container .gallery-item img:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(0,0,0,0.3);
}

.gallery-item .caption {
    font-weight: bold;
    width: 95%;
    font-size: clamp(0.72rem, 0.85vw, 0.9rem);
    color: #0c1a2f;
    background-color: #eef3fb;
    padding: 6px 10px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .gallery-item .caption {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/* ~~~ More Images ~~~ */
.other-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.other-container .gallery-item {
  width: 200px;
  max-width: 90vw;
  margin: 0 auto 20px;
  text-align: center;
}
  .other-container .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 18px rgba(0,0,0,0.22);
    display: block;
    border: 1px solid rgba(12, 232, 255, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

.load-more-container {
    text-align: center;
  }

  /* ~~~ Before & After Slideshow ~~~ */
  .ba-slideshow {
    text-align: center;
    margin: 40px auto;
}
.slideshow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.ba-arrow {
  font-size: 32px;
  border: none;
  color: #0ce8ff;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.3s;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-arrow:hover {
  background: #ddd;
}
.ba-slide {
  display: flex;
  gap: 10px;
  width: 900px;
  height: 600px;
  max-width: 90vw;
  max-height: 90vw;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ba-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 420px;
  height: 580px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ba-label {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #333;
  background: #eee;
  padding: 4px 8px;
  border-radius: 4px;
}
.ba-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

/* ~~~ Lightbox (modal) ~~~ */
.modal-overlay {
  display: none; 
  position: fixed; 
  z-index: 9998;
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
}
.modal-overlay.show {
  display: flex;
}
.modal-content {
  max-width: 95%;
  max-height: 95%;
  border-radius: 8px;
}
.close-button {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.close-button:hover {
  color: #ccc;
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
#modalCaption {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
}
#prevModal { left: 20px; }
#nextModal { right: 20px; }
.stat-note{
  display:block;
  margin-top:2px;
  font-size:12px;
  color:#777;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: inline-flex;
        background-color: transparent;
        border: 1px solid rgba(12, 26, 47, 0.15);
        color: #0c1a2f;
        font-size: 20px;
        padding: 10px 12px;
        margin-left: auto;
        position: static;
    }

    .menu-toggle:hover {
        background-color: transparent;
    }

    .site-header .nav-links {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 6px);
        background: linear-gradient(160deg, #ffffff 0%, #eef3fb 100%);
        padding: 0;
        box-sizing: border-box;
    }

          .auto-slideshow .slideshow-container {
                border-radius: 8px;
		max-width: 350px;
	  }
	  .auto-slideshow .slide img {
        border: 8px solid #0ce8ff; 
		max-height: 250px;	
	  }

          .modal-overlay {
                z-index: 9998 !important;
                flex-direction: column;
          }

          #modalCaption {
                position: static;
                bottom: auto;
                margin-top: 10px;
                width: auto;
          }

          .close-button {
                position: fixed;
                top: 10px;
                right: 15px;
          }
	  
          .featured-container .gallery-item {
                flex: 1 1 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin-bottom: 10px;
          }
          .featured-container .gallery-item img {
                width: 100% !important;
                height: auto !important;
                object-fit: cover !important;
          }

          .other-container .gallery-item {
                width: 100% !important;
                height: auto !important;
                margin-bottom: 10px;
          }
          .other-container .gallery-item img {
                width: 100% !important;
                height: auto !important;
                object-fit: cover !important;
          }

	  .slideshow-container {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	  }
	  
	  #prevPairBtn {
		order: 1;
		margin: 8px auto;
	  }
	  #nextPairBtn {
		order: 3;
		margin: 8px auto;
	  }
	  
	  .ba-arrow {
		font-size: 14px !important;
		padding: 6px 12px !important;
		background-color: #333;
		color: #0ce8ff;
		border-radius: 5px;
		min-width: 50px;
		min-height: 36px;
	  }

	  .ba-slide {
		order: 2;  
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		height: auto !important;
		margin: 5px 0 !important;
	  }

	  .ba-img {
		width: 80% !important;
		max-width: 350px;
		height: auto !important;
		margin-bottom: 15px;
	  }
	  .ba-img img {
		position: static !important;
		width: 100% !important;
		height: auto !important;
	  }

    header ul.showing {
        display: flex;
    }

    header ul li {
        padding: 10px; 
        border-bottom: 1px solid #444;
        width: 100%;
    }
	
    .logo img {
        margin-top: 6px;
        width: 100px;
        height: auto;		
    }
	
    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-img {
        margin-right: 0;
    }	

    .features {
        flex-direction: column;
		margin-top: 2px;
    }

    .feature {
        margin: 5px;
    }
	
    .team {
        flex-direction: column;
        align-items: center;
    }

    .map iframe {
        height: 250px;
    }

    .team-member img {
        width: 100px; 
        height: 100px; 
    }
	
    #formL {
	    width:auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
	
    #contact-form {
	    width: auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
	
    .order-form, .slot-info {
        max-width: 100%;
        margin: 10px 0;
    }

    select, input[type="date"], input[type="time"], input[type="submit"] {
        font-size: 16px;
    }

    .content-flex {
        flex-direction: column;
    }

    .carde, .orders-container {
        margin: 10px 0;
        width: auto;
    }

    .admin-card {
        padding: 18px;
    }

    .admin-card__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .stack-form {
        grid-template-columns: 1fr;
    }

    .stack-form .form-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .stack-form .form-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .admin-table th,
    .admin-table td {
        white-space: normal;
    }

    .inline-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .last-order-section {
	    width: auto;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        padding: 20px;
        margin: 20px 0;
    }
	
    table thead {
        display: none;
    }

    table, table tbody, table tr, table td {
        display: block;
    }

    table tr {
        margin-bottom: 15px;
    }

    table td {
        position: relative;
        text-align: left;
        padding: 12px 10px;
        border-bottom: 1px solid #ddd;
    }

    table td::before {
        content: attr(data-label);
        display: block;
        position: static;
        margin-bottom: 6px;
        font-weight: 700;
        color: #0c1a2f;
        text-align: left;
    }

    textarea {
        width: 100%;
        height: 200px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        resize: vertical;
        margin: 10px 0;	
    }	

  .stat{ width:120px; height:120px; margin:15px 10px; }
  .donut text.primary   { font-size:20px; }
  .donut text.secondary { font-size:10px; } 
}