/*
Theme Name:   Classic Coworking Space — Boseat
Theme URI:    https://boseat.com
Description:  Child theme of Classic Coworking Space with Boseat brand colours
              (orange-red #FF5B2E primary — theme default).
              Primary colour is applied via the Customizer
              (classic_coworking_space_first_color = #FF5B2E) so the theme's
              own inline-style mechanism handles --first-theme-color.
Author:       Boseat
Template:     classic-coworking-space
Version:      1.0.0
Text Domain:  classic-coworking-space-boseat
*/

/* ─── Speed up Owl Carousel slide transition ─────────────────────────────── */
.owl-carousel .owl-item,
.owl-carousel .owl-stage {
    transition-duration: 0.3s !important;
}

/* ─── Reduce general UI transitions ──────────────────────────────────────── */
a,
button,
.post-btn,
.main-nav ul li a,
.service-btn a {
    transition-duration: 0.15s !important;
}

/* ─── Focus ring ─────────────────────────────────────────────────────────── */
:focus-visible {
    outline-color: #FF5B2E;
}

/* ─── Scrollbar ──────────────────────────────────────────────────────────── */
::-webkit-scrollbar-thumb {
    background-color: #FF5B2E;
}
