/* ============================================
   Flowers & Felicity's Theme
   Soft floral aesthetic with teal/sage accents
   ============================================ */

.theme-flowers {
    --primary: #9db9bc;
    --primary-hover: #85a5a8;
    --accent: #1e4b75;
    --text: #686868;
    --text-light: #6d6d6d;
    --heading: #2b2b2b;
    --bg: #ffffff;
    --bg-light: #f7fafa;
    --border: #eaecee;
    --footer-bg: #1a1f23;
    --footer-text: #ccc;
}

.theme-flowers .navbar {
    background-color: #fff !important;
}

.theme-flowers .card-header {
    background-color: #9db9bc;
}

.theme-flowers .btn-primary {
    background-color: #9db9bc;
    border-color: #9db9bc;
}
.theme-flowers .btn-primary:hover {
    background-color: #85a5a8;
    border-color: #85a5a8;
}

.theme-flowers .btn-outline-primary {
    color: #9db9bc;
    border-color: #9db9bc;
}
.theme-flowers .btn-outline-primary:hover {
    background-color: #9db9bc;
    border-color: #9db9bc;
    color: #fff;
}

.theme-flowers a {
    color: #1e4b75;
}
.theme-flowers a:hover {
    color: #163a5c;
}

.theme-flowers .booking-type-card:hover {
    border-color: #9db9bc;
}

.theme-flowers .time-slot:hover {
    border-color: #9db9bc;
}
.theme-flowers .time-slot.selected {
    border-color: #9db9bc;
    background-color: #9db9bc;
}

.theme-flowers .stat-card .stat-number {
    color: #1e4b75;
}

.theme-flowers .cafe-card:hover {
    border-color: #9db9bc;
}

.theme-flowers .navbar .nav-link:hover,
.theme-flowers .navbar .nav-link.active {
    color: #1e4b75;
}

/* Ensure form labels and inputs are readable */
.theme-flowers .form-label {
    color: #333;
    font-weight: 500;
}
.theme-flowers .form-control,
.theme-flowers .form-select {
    color: #333;
}
.theme-flowers h1, .theme-flowers h2,
.theme-flowers h3, .theme-flowers h4,
.theme-flowers h5, .theme-flowers h6 {
    color: var(--heading);
}
