* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: #172235;
    background: #fff;
    line-height: 1.65
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
textarea {
    font: inherit
}

.container {
    width: min(1160px, 92%);
    margin-inline: auto
}

.section {
    padding: 92px 0
}

.section-soft {
    background: #f7f4ec
}

.section-dark {
    background: #06182d;
    color: #fff
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e8edf3
}

.navbar {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #06182d
}

.brand img {
    width: 74px;
    height: 46px;
    border-radius: 8px;
    object-fit: contain;
    background: #06182d
}

.brand strong {
    color: #b88918
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: .95rem;
    font-weight: 600
}

.nav-menu a {
    padding: 8px 0;
    transition: .2s
}

.nav-menu a:hover {
    color: #b88918
}

.nav-cta {
    padding: 10px 18px !important;
    border-radius: 8px;
    background: #06182d;
    color: #fff !important
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    width: 42px;
    height: 42px;
    cursor: pointer
}

.menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    background: #0b1f3a;
    margin: 5px auto
}

.hero {
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
    background: url("../images/vg.png") center/cover no-repeat;
    color: #fff
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 18, 37, .9), rgba(5, 18, 37, .5), rgba(5, 18, 37, .2))
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    padding: 70px 0
}

.eyebrow {
    letter-spacing: .16em;
    font-size: .76rem;
    font-weight: 800;
    color: #b88918;
    margin-bottom: 10px
}

.hero .eyebrow {
    color: #f0d681
}

.hero h1 {
    font-size: clamp(2.5rem, 6vw, 4.7rem);
    line-height: 1.08;
    letter-spacing: -.035em
}

.hero-text {
    font-size: 1.15rem;
    max-width: 700px;
    margin: 25px 0 32px;
    color: #e8eef8
}

.hero-actions {
    display: flex;
    gap: 13px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 12px 21px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: linear-gradient(135deg, #b88918, #e0bd57);
    color: #06182d
}

.btn-primary:hover {
    background: #cfaa42
}

.btn-light {
    background: #fff;
    color: #06182d;
    border-color: #d3aa38
}

.btn-outline-light {
    border-color: #d3aa38;
    color: #fff
}

.btn-outline-light:hover {
    background: #d3aa38;
    color: #06182d
}

.btn-whatsapp {
    background: #18794e;
    color: #fff;
    border-color: #d3aa38
}

.section-heading {
    text-align: center;
    max-width: 730px;
    margin: 0 auto 45px
}

.section-heading h2,
.section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -.025em;
    margin-bottom: 14px
}

.section-heading p:last-child {
    color: #64748b
}

.section-heading.light p:last-child {
    color: #cbd7e8
}

.split-grid,
.about-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center
}

.split-grid p,
.about-grid p {
    color: #536174;
    margin: 12px 0
}

.image-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 35, 60, .12)
}

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

.highlight-box {
    margin-top: 25px;
    border-left: 4px solid #b88918;
    background: #f7f4ec;
    padding: 18px 20px;
    color: #0b1f3a
}

.service-feature {
    display: flex;
    justify-content: center;
    align-items: center;

    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(15, 35, 60, .07);

    max-width: 950px;
    margin: 0 auto;
}

.service-image {
    width: 100%;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;

    object-fit: contain;
}

.service-content {
    max-width: 950px;
    margin: 30px auto 0;
    padding: 0 25px;
}

.service-content h3 {
    font-size: 2rem;
    margin: 12px 0
}

.service-content p {
    color: #5d6b7e;
    margin: 10px 0
}

.text-link,
.industry-card a {
    color: #9e161f;
    font-weight: 800;
    display: inline-block;
    margin-top: 17px
}

.status {
    display: inline-block;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 5px 9px;
    border-radius: 999px
}

.available {
    background: #e8f4ec;
    color: #16643f;
    border: 1px solid #c8dfcf
}

.coming {
    background: #fff1cf;
    color: #7d4e00;
    border: 1px solid #d3aa38
}

.card-grid {
    display: grid;
    gap: 22px
}

.six-cards {
    grid-template-columns: repeat(3, 1fr)
}

.industry-card {
    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 16px;
    overflow: hidden;
    transition: .25s;
    box-shadow: 0 8px 25px rgba(15, 35, 60, .05)
}

.industry-card:hover,
.business-card:hover,
.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(15, 35, 60, .11)
}

.industry-card>img {
    height: 190px;
    width: 100%;
    object-fit: cover
}

.card-body {
    padding: 22px
}

.card-icon {
    font-size: 1.5rem
}

.card-body h3 {
    margin: 7px 0;
    font-size: 1.3rem
}

.card-body p {
    color: #627085;
    font-size: .94rem
}

.card-body ul {
    list-style: none;
    margin-top: 13px;
    color: #536174;
    font-size: .86rem
}

.card-body li {
    margin: 3px 0
}

.card-body li::before {
    content: "✓";
    color: #9e161f;
    font-weight: 800;
    margin-right: 7px
}

.business-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 22px
}

.business-card {
    background: linear-gradient(160deg, #0a2039, #111);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
    overflow: hidden;
    transition: .25s
}

.business-card.featured {
    background: #fff;
    color: #172235
}

.business-card>img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.business-body {
    padding: 25px
}

.business-body h3 {
    font-size: 1.6rem;
    margin: 10px 0
}

.business-body p {
    color: #c6d2e3;
    margin-bottom: 22px
}

.featured .business-body p {
    color: #627085
}

.four-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.value-card {
    background: #fff;
    border: 1px solid #e3e9f1;
    padding: 28px;
    border-radius: 16px;
    transition: .25s
}

.value-card span {
    font-size: .8rem;
    font-weight: 900;
    color: #b88918
}

.value-card h3 {
    margin: 12px 0 7px;
    font-size: 1.3rem
}

.value-card p {
    color: #64748b
}

.vision-mission {
    display: grid;
    gap: 18px
}

.vm-card {
    border: 1px solid #e3e9f1;
    border-radius: 15px;
    padding: 25px;
    background: #f8fafc
}

.vm-card h3 {
    margin-bottom: 8px
}

.support-section {
    background: #f6f0e2
}

.support-box {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 50px;
    align-items: center;
    background: #fff;
    padding: 48px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(15, 35, 60, .07)
}

.support-box p {
    color: #5d6b7e;
    margin: 8px 0
}

.support-contact {
    border-left: 1px solid #e3e9f1;
    padding-left: 35px
}

.support-contact p {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px
}

.support-contact strong,
.contact-details strong {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #718096
}

.support-contact a {
    color: #8a5d00;
    font-weight: 700
}

.support-contact .btn {
    color: #fff !important
}

.support-contact .btn-primary {
    color: #06182d !important
}

.support-contact .btn-whatsapp {
    color: #fff !important;
    background: #18794e
}

.contact-grid {
    align-items: start
}

.contact-section .eyebrow {
    color: #f0d681
}

.contact-section p {
    color: #cbd7e8
}

.contact-details {
    margin-top: 28px
}

.contact-details p {
    display: flex;
    flex-direction: column;
    margin: 15px 0
}

.contact-details a {
    color: #f0d681;
    font-weight: 700
}

.contact-details span {
    color: #fff
}

.contact-form {
    background: #fff;
    color: #172235;
    border-radius: 18px;
    padding: 30px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.field {
    margin-bottom: 15px
}

.field label {
    display: block;
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: 6px
}

.field input,
.field textarea {
    width: 100%;
    border: 1px solid #d6dee9;
    border-radius: 8px;
    padding: 11px 12px;
    outline: none;
    background: #fff
}

.field input:focus,
.field textarea:focus {
    border-color: #2369d1;
    box-shadow: 0 0 0 3px rgba(35, 105, 209, .12)
}

.field input.invalid,
.field textarea.invalid {
    border-color: #c0392b
}

.form-message {
    margin-top: 14px;
    font-size: .9rem;
    font-weight: 700
}

.form-message.success {
    color: #137746
}

.form-message.error {
    color: #b42318
}

.site-footer {
    background: #030b15;
    color: #cbd7e8;
    padding: 55px 0 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 35px
}

.footer-brand {
    color: #fff;
    margin-bottom: 15px
}

.site-footer h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 14px
}

.site-footer a,
.site-footer span {
    display: block;
    margin: 7px 0;
    color: #b9c8dc;
    font-size: .92rem
}

.site-footer a:hover {
    color: #fff
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 35px;
    padding: 20px 0;
    font-size: .82rem
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #b88918, #e0bd57);
    color: #06182d;
    font-size: 1.2rem;
    cursor: pointer;
    display: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18)
}

.scroll-top.show {
    display: block
}

.inner-hero {
    background: #06182d;
    color: #fff;
    padding: 100px 0 80px
}

.inner-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.1
}

.inner-hero p {
    max-width: 700px;
    color: #cbd7e8;
    margin-top: 15px
}

.inner-content {
    padding: 75px 0
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 35px
}

.feature-item {
    padding: 24px;
    border: 1px solid #e3e9f1;
    border-radius: 15px;
    background: #fff
}

.feature-item h3 {
    margin: 8px 0
}

.feature-item p {
    color: #64748b;
    font-size: .92rem
}

.industry-detail {
    padding: 45px 0;
    border-bottom: 1px solid #e5ebf2
}

.detail-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 35px;
    align-items: start
}

.detail-grid img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 14px
}

.detail-grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 25px;
    list-style: none;
    margin-top: 15px;
    color: #5d6b7e
}

.detail-grid li::before {
    content: "✓";
    color: #9e161f;
    font-weight: 800;
    margin-right: 8px
}

.page-actions {
    margin-top: 30px
}

.center {
    text-align: center
}

.coming-page {
    min-height: 65vh;
    display: flex;
    align-items: center
}

.coming-box {
    max-width: 1200px;
    margin: auto;
    text-align: center
}

.coming-box img {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    margin: 0 auto 30px
}

.tagline {
    font-size: 1.15rem;
    color: #5d6b7e
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 25px 0
}

.category-list span {
    background: #f6f0e2;
    color: #174d9c;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem
}

@media(max-width:980px) {
    .nav-menu {
        gap: 17px
    }

    .six-cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .business-grid {
        grid-template-columns: 1fr 1fr
    }

    .business-card.featured {
        grid-column: 1/-1
    }

    .four-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr
    }

    .footer-grid>div:last-child {
        grid-column: 2
    }

    .split-grid,
    .about-grid,
    .contact-grid {
        gap: 35px
    }

    .feature-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:760px) {
    .navbar {
        height: 68px
    }

    .menu-toggle {
        display: block
    }

    .nav-menu {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #e8edf3;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px 4%;
        box-shadow: 0 15px 25px rgba(15, 35, 60, .08)
    }

    .nav-menu.open {
        display: flex
    }

    .nav-menu a {
        padding: 12px
    }

    .nav-cta {
        margin-bottom: 6px;
        text-align: center
    }

    .hero {
        min-height: 600px
    }

    .section {
        padding: 70px 0
    }

    .split-grid,
    .about-grid,
    .contact-grid,
    .service-feature,
    .support-box {
        grid-template-columns: 1fr
    }

    .image-card img {
        height: 280px
    }

    .service-content {
        padding: 32px
    }

    .six-cards,
    .business-grid,
    .four-grid,
    .feature-list {
        grid-template-columns: 1fr
    }

    .business-card.featured {
        grid-column: auto
    }

    .business-card>img {
        height: 190px
    }

    .support-box {
        padding: 30px
    }

    .support-contact {
        border-left: 0;
        border-top: 1px solid #e3e9f1;
        padding: 25px 0 0
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div:last-child {
        grid-column: auto
    }

    .detail-grid {
        grid-template-columns: 1fr
    }

    .detail-grid img {
        height: 230px
    }
}

@media(max-width:420px) {
    .container {
        width: 90%
    }

    .hero h1 {
        font-size: 2.35rem
    }

    .hero-text {
        font-size: 1rem
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .contact-form {
        padding: 22px
    }

    .btn {
        width: 100%
    }

    .hero-actions {
        width: 100%
    }
}

/* Vylaa brand palette and readability refinements */
:root {
    --vylaa-navy: #06182d;
    --vylaa-gold: #d3aa38;
    --vylaa-gold-dark: #8a5d00;
    --vylaa-red: #9e161f;
    --vylaa-silver: #d8dde5;
    --vylaa-black: #050505
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(3, 11, 21, .94), rgba(6, 24, 45, .72), rgba(158, 22, 31, .28))
}

.hero h1,
.section-dark h2,
.section-dark h3 {
    color: #fff
}

.section-dark .eyebrow {
    color: #f0d681
}

.section-dark strong {
    color: #f0d681
}

.business-card {
    border-color: rgba(211, 170, 56, .28)
}

.business-card.featured {
    border-top: 4px solid var(--vylaa-gold)
}

.service-feature,
.industry-card,
.value-card,
.vm-card,
.contact-form,
.support-box {
    border-color: #eadfbe
}

.text-link,
.industry-card a {
    color: #8f1820
}

.text-link:hover,
.industry-card a:hover {
    color: #b88918
}

.support-contact .hero-actions {
    margin-top: 12px
}

.support-contact .btn {
    min-width: 132px;
    font-weight: 800;
    text-shadow: none
}

.contact-form .btn-primary {
    color: #06182d !important
}

.nav-cta {
    box-shadow: 0 4px 12px rgba(158, 22, 31, .18)
}

.site-footer {
    border-top: 3px solid #b88918
}

.footer-brand img {
    background: #06182d
}

.category-list span {
    border: 1px solid #d3aa38
}

@media(max-width:760px) {
    .brand img {
        width: 62px;
        height: 40px
    }
}

/* =========================================
   MOBILE IMAGE FIX
   ========================================= */

@media (max-width: 760px) {

    /* All images */
    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Our Services - Billing image */
    .service-feature {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .service-image {
        width: 100%;
        max-width: 100%;
    }

    .service-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        object-fit: contain;
        object-position: center;
    }

    /* Supermarket / Retail / Salon /
       Wholesale / Ice Cream / Hotel */
    .industry-card>img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        object-position: center;
    }

    /* Billing / Parking / Lifestyle cards */
    .business-card>img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        object-position: center;
    }

    /* Welcome to Vylaa Group image */
    .image-card img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* Parking and Lifestyle inner pages */
    .coming-box {
        width: 100%;
        max-width: 100%;
    }

    .coming-box img {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        object-fit: contain;
        object-position: center;
        display: block;
        margin: 0 auto 25px;
    }

    /* Billing inner-page images */
    .detail-grid img {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

@media (max-width: 760px) {

    .hero {
        min-height: 720px;
        position: relative;
        overflow: hidden;

        background-image: url("../images/vg-mobile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

}

/* =========================================
   VYLAA CAR PARKING - LOCATION & SLOTS
   ========================================= */

/* Location section */

.parking-location-section {
    background: #f7f9fc;
}

.parking-location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.parking-location-card {
    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(15, 35, 60, .08);
    transition: .25s;
}

.parking-location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 35, 60, .12);
}

.location-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: #06182d;
    color: #d3aa38;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.location-status {
    display: inline-block;
    background: #e8f4ec;
    color: #16643f;
    border: 1px solid #c8dfcf;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.location-content h3 {
    font-size: 1.8rem;
    margin: 12px 0 2px;
    color: #06182d;
}

.location-area {
    color: #64748b;
    margin-bottom: 22px;
}

.location-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.location-info div {
    background: #f7f9fc;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
}

.location-info strong {
    display: block;
    color: #06182d;
    font-size: 1.05rem;
}

.location-info span {
    display: block;
    color: #718096;
    font-size: .72rem;
}


/* Parking slots section */

.parking-slots-section {
    background: #fff;
}

.parking-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.summary-item {
    background: #f8fafc;
    border: 1px solid #e3e9f1;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.summary-item strong {
    display: block;
    color: #06182d;
    font-size: 1.5rem;
}

.summary-item span {
    color: #64748b;
    font-size: .8rem;
    font-weight: 700;
}


/* Legend */

.parking-legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #536174;
    font-size: .88rem;
    font-weight: 700;
}

.legend-color {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.available-slot {
    background: #1f9d62;
}

.pending-slot {
    background: #e3aa24;
}

.occupied-slot {
    background: #c0392b;
}

.blocked-slot {
    background: #667085;
}


/* Parking slot grid */

.parking-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    max-width: 1050px;
    margin: 0 auto;
}

.parking-slot {
    min-height: 130px;
    border: 2px solid #dce4ed;
    border-radius: 16px;
    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 7px;
    cursor: pointer;
    transition: .2s;

    box-shadow: 0 7px 20px rgba(15, 35, 60, .05);
}

.parking-slot.available {
    background: #f1fbf6;
    border-color: #86cba8;
}

.parking-slot.pending {
    background: #fff8e6;
    border-color: #d3aa38;
    cursor: not-allowed;
}

.parking-slot.occupied {
    background: #f3f4f6;
    border-color: #b8c0cc;
    cursor: not-allowed;
}

.parking-slot.blocked {
    background: #fdecec;
    border-color: #d9534f;
    cursor: not-allowed;
}

.parking-slot.pending .slot-status {
    color: #a17800;
}

.parking-slot.occupied .slot-status {
    color: #6b7280;
}

.parking-slot.blocked .slot-status {
    color: #b42318;
}

.parking-slot.available:hover {
    transform: translateY(-4px);
    border-color: #1f9d62;
    box-shadow: 0 14px 28px rgba(31, 157, 98, .15);
}

.slot-number {
    color: #06182d;
    font-size: 1.5rem;
    font-weight: 900;
}

.slot-status {
    color: #1f7a4d;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}


/* Tablet */

@media (max-width: 980px) {

    .parking-location-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .parking-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


/* Mobile */

@media (max-width: 760px) {

    .parking-location-grid {
        grid-template-columns: 1fr;
    }

    .parking-location-card {
        padding: 24px;
    }

    .parking-summary {
        grid-template-columns: repeat(2, 1fr);
    }

    .parking-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 13px;
    }

    .parking-slot {
        min-height: 110px;
    }

    .slot-number {
        font-size: 1.3rem;
    }

    .parking-legend {
        gap: 12px 16px;
    }

}


/* Small Mobile */

@media (max-width: 420px) {

    .location-info {
        grid-template-columns: 1fr;
    }

    .parking-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* Selected parking slot */

.parking-slot.selected {
    background: #06182d;
    border-color: #d3aa38;
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(6, 24, 45, .20);
}

.parking-slot.selected .slot-number {
    color: #f0d681;
}

.parking-slot.selected .slot-status {
    color: #ffffff;
}

/* Selected slot summary */

.selected-slot-panel {
    max-width: 700px;
    margin: 35px auto 0;

    background: #ffffff;
    border: 1px solid #e3e9f1;
    border-radius: 16px;

    padding: 20px 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    box-shadow: 0 10px 28px rgba(15, 35, 60, .07);
}

.selected-slot-info {
    display: flex;
    flex-direction: column;
}

.selected-slot-label {
    color: #64748b;
    font-size: .82rem;
    font-weight: 700;
}

#selected-slot-number {
    color: #06182d;
    font-size: 1.5rem;
}

#continue-booking-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

@media (max-width: 760px) {

    .selected-slot-panel {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

}

/* Parking booking form */

.parking-booking-section {
    background: #f7f9fc;
    display: none;
}

.parking-booking-section.show {
    display: block;
}

.parking-booking-form {
    max-width: 850px;
    margin: 0 auto;

    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 20px;

    padding: 35px;

    box-shadow: 0 14px 35px rgba(15, 35, 60, .08);
}

.booking-selected-slot {
    background: #06182d;
    color: #fff;

    border-radius: 12px;

    padding: 16px 20px;
    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-selected-slot span {
    color: #cbd7e8;
    font-size: .85rem;
}

.booking-selected-slot strong {
    color: #f0d681;
    font-size: 1.4rem;
}

.parking-booking-form select {
    width: 100%;
    border: 1px solid #d6dee9;
    border-radius: 8px;
    padding: 11px 12px;
    background: #fff;
}

.booking-note {
    background: #fff8e6;
    border-left: 4px solid #d3aa38;

    padding: 14px 16px;
    margin-bottom: 20px;

    color: #5d4b1e;
    font-size: .9rem;
}

@media (max-width: 760px) {

    .parking-booking-form {
        padding: 24px;
    }

    .booking-selected-slot {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

}

.admin-booking-card {
    background: #ffffff;
    border: 1px solid #e3e9f1;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(15, 35, 60, 0.08);
}

.admin-booking-card h3 {
    margin-bottom: 18px;
    color: #06182d;
}

.admin-booking-card p {
    margin: 8px 0;
}

.admin-booking-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.reject-booking-btn {
    background: #b42318;
    color: #ffffff;
    border: none;
}

.reject-booking-btn:hover {
    background: #8f1b13;
}

@media (max-width: 760px) {
    .admin-booking-actions {
        flex-direction: column;
    }

    .admin-booking-actions .btn {
        width: 100%;
    }
}

.payment-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.payment-status.paid {
    background: #d4edda;
    color: #155724;
}

.payment-status.pending {
    background: #fff3cd;
    color: #856404;
}

.payment-status.partially-paid {
    background: #dbeafe;
    color: #1e40af;
}

.payment-due {
    color: #b91c1c;
    font-weight: 700;
}

.payment-cleared {
    color: #166534;
    font-weight: 700;
}

.location-status {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 0.85rem;
    font-weight: 600;
}

.location-status.active {
    background: #d4edda;
    color: #155724;
}

.location-status.inactive {
    background: #f8d7da;
    color: #721c24;
}

.report-summary-grid {
    display: grid;
    grid-template-columns:
        repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.report-summary-box {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 18px;
}

.report-summary-box span {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.report-summary-box strong {
    font-size: 1.4rem;
}

.admin-card {
    margin-bottom: 25px;
}

/* =========================
   REPORT PAGE DESIGN
   ========================= */

.admin-card {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.admin-card h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.05rem;
}

.admin-card p {
    font-size: 0.85rem;
    margin-top: 0;
    margin-bottom: 15px;
}


/* REPORT SUMMARY BOXES */

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

.report-summary-box {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 14px;
    background: #fafafa;
}

.report-summary-box span {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 6px;
}

.report-summary-box strong {
    font-size: 1.15rem;
}


/* REPORT TABLE */

.admin-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
    min-width: 650px;
}

.admin-table th {
    background: #f4f5f7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 10px 8px;
    text-align: left;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    white-space: nowrap;
}

.admin-table td {
    padding: 10px 8px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
    white-space: nowrap;
}

.admin-table th:last-child,
.admin-table td:last-child {
    border-right: none;
}

.admin-table tbody tr:last-child td {
    border-bottom: none;
}


/* PAYMENT / BALANCE VALUES */

.admin-table td strong {
    font-size: 0.78rem;
}


/* MOBILE */

@media (max-width: 768px) {

    .admin-card {
        padding: 12px;
        border-radius: 8px;
    }

    .admin-card h3 {
        font-size: 0.95rem;
    }

    .admin-card p {
        font-size: 0.75rem;
    }

    .report-summary-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .report-summary-box {
        padding: 10px;
    }

    .report-summary-box span {
        font-size: 0.68rem;
    }

    .report-summary-box strong {
        font-size: 1rem;
    }

    .admin-table {
        font-size: 0.68rem;
        min-width: 600px;
    }

    .admin-table th,
    .admin-table td {
        padding: 8px 6px;
    }
}

/* =========================
   REPORT ACTION BUTTONS
   ========================= */

.report-action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}


/* =========================
   PRINT REPORT
   ========================= */

@media print {

    body {
        background: #ffffff;
        font-size: 11px;
    }

    .section {
        padding: 0;
    }

    .container {
        width: 100%;
        max-width: none;
    }

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

    .section-heading .eyebrow {
        display: none;
    }

    a.btn,
    .report-action-buttons,
    .admin-edit-form {
        display: none !important;
    }

    .admin-card {
        border: 1px solid #cccccc;
        box-shadow: none;
        page-break-inside: avoid;
        margin: 12px 0;
        padding: 12px;
    }

    .admin-table-wrapper {
        overflow: visible;
        border: 1px solid #dddddd;
    }

    .admin-table {
        min-width: 0;
        width: 100%;
        font-size: 9px;
    }

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

    .report-summary-box {
        padding: 8px;
    }

    .report-summary-box span {
        font-size: 9px;
    }

    .report-summary-box strong {
        font-size: 12px;
    }
}


/* MOBILE REPORT BUTTONS */

@media (max-width: 768px) {

    .report-action-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .report-action-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

/* =========================
   NOTIFICATIONS
   ========================= */

.notification-message-cell {
    min-width: 280px;
    white-space: normal !important;
    line-height: 1.5;
}

.notification-message-cell strong {
    display: block;
    margin-bottom: 4px;
}

.notification-message-cell span {
    font-size: 0.78rem;
}

.notification-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 14px;
    font-size: 0.72rem;
    font-weight: 600;
}

.notification-status.ready {
    background: #fff3cd;
    color: #856404;
}

.notification-status.sent {
    background: #d4edda;
    color: #155724;
}

.notification-status.pending {
    background: #e2e3e5;
    color: #383d41;
}


/* MOBILE */

@media (max-width: 768px) {

    .notification-message-cell {
        min-width: 220px;
    }

    .notification-message-cell span {
        font-size: 0.7rem;
    }

    .notification-status {
        font-size: 0.65rem;
        padding: 4px 8px;
    }
}

.notification-compose {
    margin-bottom: 24px;
}

.notification-compose h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.notification-form-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.notification-field {
    margin-bottom: 16px;
}

.notification-compose label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.notification-compose input,
.notification-compose select,
.notification-compose textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    font: inherit;
}

.notification-compose textarea {
    resize: vertical;
    min-height: 100px;
}

.notification-result {
    margin-top: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.notification-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {

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


/* =====================================================
   VYLAA CAR PARKING - ENHANCED ADMIN DASHBOARD
   ===================================================== */

.admin-dashboard-body {
    background: #f4f6f9;
    min-height: 100vh;
}

.admin-dashboard-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
}

.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #06182d;
    color: #ffffff;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
}

.admin-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 8px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.admin-sidebar-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #06182d;
    font-weight: 900;
    font-size: 1.25rem;
}

.admin-sidebar-brand strong {
    display: block;
    font-size: 1rem;
}

.admin-sidebar-brand span {
    display: block;
    color: #f0d681;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-top: 2px;
}

.admin-sidebar-nav {
    display: grid;
    gap: 7px;
    margin-top: 22px;
}

.admin-sidebar-nav a {
    padding: 11px 13px;
    border-radius: 8px;
    color: #dbe5f0;
    font-size: .9rem;
    font-weight: 700;
    transition: .2s;
}

.admin-sidebar-nav a:hover,
.admin-sidebar-nav a.active {
    background: rgba(255, 255, 255, .11);
    color: #ffffff;
}

.admin-sidebar-nav a.active {
    border-left: 3px solid #d3aa38;
}

.admin-sidebar-footer {
    margin-top: auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
}

.admin-sidebar-footer span {
    display: block;
    color: #b9c8dc;
    font-size: .72rem;
}

.admin-sidebar-footer strong {
    display: block;
    color: #f0d681;
    margin: 4px 0 12px;
}

.admin-logout-button {
    width: 100%;
    border-color: rgba(255, 255, 255, .2);
    background: transparent;
    color: #ffffff;
    padding: 9px 12px;
}

.admin-dashboard-main {
    min-width: 0;
}

.admin-dashboard-topbar {
    min-height: 76px;
    padding: 14px 28px;
    background: #ffffff;
    border-bottom: 1px solid #e4e8ee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.admin-dashboard-topbar h1 {
    font-size: 1.55rem;
    line-height: 1.2;
    color: #06182d;
}

.admin-dashboard-topbar p {
    color: #64748b;
    font-size: .84rem;
    margin-top: 3px;
}

.admin-dashboard-time {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #536174;
    font-size: .82rem;
    font-weight: 700;
}

.admin-dashboard-content {
    padding: 28px;
}

.dashboard-intro {
    margin-bottom: 20px;
}

.dashboard-intro h2 {
    font-size: 1.35rem;
    color: #06182d;
}

.dashboard-intro p {
    color: #64748b;
    font-size: .9rem;
}

.dashboard-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-kpi-card {
    background: #ffffff;
    border: 1px solid #dde3eb;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 5px 18px rgba(15, 35, 60, .05);
    transition: .2s;
}

.dashboard-kpi-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 35, 60, .09);
    border-color: #d3aa38;
}

.dashboard-kpi-label {
    display: block;
    color: #536174;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.dashboard-kpi-card strong {
    display: block;
    color: #06182d;
    font-size: 1.55rem;
    line-height: 1.2;
    margin-bottom: 6px;
}

.dashboard-kpi-card small {
    color: #7b8797;
    font-size: .7rem;
}

.dashboard-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
    gap: 16px;
    margin-top: 18px;
}

.dashboard-lower-row {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .95fr);
}

.dashboard-panel {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #dde3eb;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 5px 18px rgba(15, 35, 60, .04);
}

.dashboard-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 14px;
}

.dashboard-panel-header h3 {
    font-size: 1rem;
    color: #06182d;
}

.dashboard-panel-header p {
    color: #718096;
    font-size: .76rem;
    margin-top: 3px;
}

.dashboard-panel-header > a {
    color: #8a5d00;
    font-size: .75rem;
    font-weight: 800;
}

.dashboard-table {
    min-width: 680px;
}

.dashboard-status-list {
    display: grid;
    gap: 10px;
}

.dashboard-status-row,
.dashboard-status-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 14px;
    border: 1px solid #e7ebf0;
    border-radius: 9px;
    background: #fafbfc;
}

.dashboard-status-row span,
.dashboard-status-total span {
    font-size: .8rem;
    color: #536174;
    font-weight: 700;
}

.dashboard-status-row strong,
.dashboard-status-total strong {
    color: #06182d;
}

.dashboard-status-total {
    background: #06182d;
    border-color: #06182d;
}

.dashboard-status-total span,
.dashboard-status-total strong {
    color: #ffffff;
}

.dashboard-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.dashboard-quick-actions a {
    border: 1px solid #e0e6ed;
    border-radius: 9px;
    padding: 13px;
    background: #fafbfc;
    transition: .2s;
}

.dashboard-quick-actions a:hover {
    border-color: #d3aa38;
    background: #fffdf6;
}

.dashboard-quick-actions strong {
    display: block;
    color: #06182d;
    font-size: .82rem;
}

.dashboard-quick-actions span {
    display: block;
    color: #718096;
    font-size: .68rem;
    margin-top: 3px;
}

.dashboard-booking-status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 800;
}

.dashboard-booking-status.approved {
    background: #d4edda;
    color: #155724;
}

.dashboard-booking-status.pending {
    background: #fff3cd;
    color: #856404;
}

.dashboard-booking-status.rejected {
    background: #f8d7da;
    color: #721c24;
}

.dashboard-booking-status.expired {
    background: #e2e3e5;
    color: #383d41;
}


@media (max-width: 1180px) {

    .dashboard-kpi-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .dashboard-two-column,
    .dashboard-lower-row {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 850px) {

    .admin-dashboard-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
        padding: 16px;
    }

    .admin-sidebar-nav {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .admin-sidebar-footer {
        margin-top: 18px;
    }

    .admin-dashboard-topbar {
        padding: 14px 18px;
    }

    .admin-dashboard-content {
        padding: 18px;
    }
}


@media (max-width: 560px) {

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

    .admin-dashboard-time {
        width: 100%;
        justify-content: space-between;
    }

    .dashboard-kpi-grid,
    .dashboard-quick-actions,
    .admin-sidebar-nav {
        grid-template-columns: 1fr;
    }

    .dashboard-kpi-card {
        padding: 15px;
    }

    .dashboard-panel {
        padding: 13px;
    }
}

