/* ===========================
   PLUMBIT - Dark / Light Theme
   =========================== */

[data-theme="dark"], :root {
    --primary: #f97316;
    --primary-dark: #ea6c0a;
    --dark-bg: #0f172a;
    --dark-card: #1e293b;
    --dark-card2: #293548;
    --dark-border: #334155;
    --dark-text: #94a3b8;
    --dark-heading: #f1f5f9;
    --dark-muted: #64748b;
    --section-bg: #111e35;
    --font-main: 'Roboto', sans-serif;
    --font-heading: 'Oswald', sans-serif;
}

/* ===== BASE ===== */
*, *::before, *::after { box-sizing: border-box; }

body {
    background-color: var(--dark-bg);
    color: var(--dark-text);
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.7;
}

body a { color: var(--primary); text-decoration: none; transition: color 0.3s; }
body a:hover { color: var(--primary-dark); }

h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-heading);
    color: var(--dark-heading);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.text-primary { color: var(--primary) !important; }
.btn-primary { background-color: var(--primary); border-color: var(--primary); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 10px 28px; border-radius: 3px; transition: all 0.3s; }
.btn-primary:hover { background-color: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(249,115,22,0.4); }
.btn-outline-primary { color: var(--primary); border-color: var(--primary); font-weight: 600; letter-spacing: 1px; }
.btn-outline-primary:hover { background-color: var(--primary); border-color: var(--primary); }
.btn-outline-light:hover { color: var(--dark-bg); }

img { max-width: 100%; }

/* ===== TOP BAR ===== */
.top-bar {
    background-color: #080e1c;
    border-bottom: 1px solid var(--dark-border);
    padding: 8px 0;
    font-size: 0.85rem;
}
.top-bar a { color: var(--dark-text); }
.top-bar a:hover { color: var(--primary); }
.top-bar .social-icons a {
    width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--dark-card); border-radius: 50%;
    color: var(--dark-text); font-size: 12px;
    transition: all 0.3s;
}
.top-bar .social-icons a:hover { background: var(--primary); color: #fff; }

/* ===== NAVBAR ===== */
.main-nav {
    background: rgba(15,23,42,0.97);
    border-bottom: 2px solid var(--primary);
    padding: 15px 0;
    backdrop-filter: blur(12px);
    z-index: 1050;
}
.main-nav.sticky-top { position: sticky; top: 0; }
.navbar-brand .logo-text {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}
.main-nav .nav-link {
    color: #ccc !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 14px !important;
    transition: all 0.3s;
    position: relative;
}
.main-nav .nav-link::after {
    content: '';
    position: absolute; bottom: 0; left: 14px; right: 14px;
    height: 2px; background: var(--primary);
    transform: scaleX(0); transition: transform 0.3s;
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after { transform: scaleX(1); }
.main-nav .nav-link:hover,
.main-nav .nav-link.active { color: #fff !important; }

.lang-switcher { z-index: 1111; }
.lang-switcher .btn-outline-primary { font-size: 0.8rem; padding: 4px 10px; }
.lang-switcher .dropdown-menu {
    background: var(--dark-card2);
    border: 1px solid var(--dark-border);
    min-width: 140px;
}
.lang-switcher .dropdown-item { color: var(--dark-text); }
.lang-switcher .dropdown-item:hover { background: var(--primary); color: #fff; }

/* ===== HERO SLIDER ===== */
.hero-slider { position: relative; overflow: hidden; }
.hero-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex; align-items: center;
    position: relative;
}
.hero-slide::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(9,15,35,0.88) 0%, rgba(15,23,42,0.45) 100%);
}
.hero-slide .container { position: relative; z-index: 2; }
.hero-slide .subtitle {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
}
.hero-slide h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}
.hero-slide p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    max-width: 550px;
    margin-bottom: 35px;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--primary) !important;
    background: rgba(0,0,0,0.5);
    width: 50px !important; height: 50px !important;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.swiper-button-next::after, .swiper-button-prev::after { font-size: 18px !important; }
.swiper-pagination-bullet { background: #fff !important; opacity: 0.5; }
.swiper-pagination-bullet-active { background: var(--primary) !important; opacity: 1; }

/* ===== SECTION COMMON ===== */
section { padding: 90px 0; }
.section-alt { background-color: var(--section-bg); }
.section-header { margin-bottom: 55px; }
.section-subtitle {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    margin-bottom: 10px;
}
.section-title { font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 700; color: var(--dark-heading); }
.section-title .separator {
    display: block;
    width: 60px; height: 4px;
    background: var(--primary);
    margin: 15px 0;
}

/* ===== QUICK SERVICES ===== */
.quick-services { background: var(--dark-card2); padding: 60px 0; }
.quick-service-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}
.quick-service-card:hover {
    border-color: var(--primary);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(249,115,22,0.2);
}
.quick-service-card .icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; }
.quick-service-card h5 { color: var(--dark-heading); margin-bottom: 12px; }
.quick-service-card p { color: var(--dark-muted); font-size: 0.9rem; }

/* ===== ABOUT SECTION ===== */
.about-section .about-image-wrap { position: relative; }
.about-section .about-image {
    border-radius: 8px;
    border: 4px solid var(--primary);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.about-section .exp-badge {
    position: absolute; bottom: -20px; right: -20px;
    background: var(--primary); color: #fff;
    width: 120px; height: 120px;
    border-radius: 50%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-family: var(--font-heading);
    box-shadow: 0 10px 30px rgba(249,115,22,0.45);
    border: 3px solid rgba(255,255,255,0.2);
}
.about-section .exp-badge .num { font-size: 2rem; font-weight: 700; line-height: 1; }
.about-section .exp-badge .lbl { font-size: 0.7rem; letter-spacing: 1px; text-align: center; }
.about-features li { color: var(--dark-text); padding: 4px 0; }
.about-features li i { color: var(--primary); margin-right: 8px; }

/* ===== COUNTERS ===== */
.counters-section { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); padding: 70px 0; box-shadow: inset 0 0 80px rgba(0,0,0,0.2); }
.counter-item { text-align: center; }
.counter-item .counter-num {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.counter-item .counter-label { color: rgba(255,255,255,0.9); font-size: 0.9rem; letter-spacing: 1px; margin-top: 8px; }
.counter-item .counter-icon { font-size: 2rem; color: rgba(255,255,255,0.8); margin-bottom: 15px; }

/* ===== SERVICES SECTION ===== */
.service-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}
.service-card:hover { transform: translateY(-8px); border-color: var(--primary); box-shadow: 0 20px 40px rgba(249,115,22,0.18); }
.service-card .card-img-wrap { overflow: hidden; height: 200px; }
.service-card .card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.service-card:hover .card-img-wrap img { transform: scale(1.1); }
.service-card .card-body { padding: 25px; }
.service-card .service-icon { font-size: 2rem; color: var(--primary); margin-bottom: 15px; }
.service-card h5 { color: var(--dark-heading); margin-bottom: 10px; }
.service-card p { color: var(--dark-muted); font-size: 0.9rem; }
.service-card .read-more { color: var(--primary); font-weight: 600; font-size: 0.9rem; }

/* ===== BOOKING FORM ===== */
.booking-section { background: var(--dark-card2); }
.booking-form-wrap {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 12px;
    padding: 40px;
}
.booking-form-wrap h4 { color: var(--dark-heading); margin-bottom: 25px; font-size: 1.5rem; }
.dark-form .form-control, .dark-form .form-select {
    background: var(--dark-bg);
    border: 1px solid var(--dark-border);
    color: var(--dark-text);
    border-radius: 5px;
    padding: 12px 15px;
}
.dark-form .form-control:focus, .dark-form .form-select:focus {
    background: var(--dark-card);
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(230,126,34,0.2);
    color: #fff;
}
.dark-form .form-control::placeholder { color: var(--dark-muted); }
.dark-form .form-select option { background: var(--dark-card2); }
.booking-info li { padding: 10px 0; border-bottom: 1px solid var(--dark-border); color: var(--dark-text); }
.booking-info li i { color: var(--primary); margin-right: 10px; width: 20px; }

/* ===== PROJECTS SECTION ===== */
.project-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 260px;
    cursor: pointer;
}
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.project-card:hover img { transform: scale(1.1); }
.project-card .project-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(230,126,34,0.9) 0%, rgba(0,0,0,0) 60%);
    opacity: 0; transition: opacity 0.4s;
    display: flex; align-items: flex-end;
    padding: 20px;
}
.project-card:hover .project-overlay { opacity: 1; }
.project-card .project-info h5 { color: #fff; margin: 0; font-size: 1rem; }
.project-card .project-info span { color: rgba(255,255,255,0.8); font-size: 0.8rem; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--section-bg); }
.testimonial-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 12px;
    padding: 35px;
    height: 100%;
    position: relative;
}
.testimonial-card::before {
    content: '\201C';
    font-size: 6rem;
    color: var(--primary);
    opacity: 0.15;
    position: absolute;
    top: 5px; left: 20px;
    font-family: Georgia, serif;
    line-height: 1;
}
.testimonial-card .stars { color: var(--primary); margin-bottom: 15px; }
.testimonial-card .content { color: var(--dark-text); font-style: italic; margin-bottom: 20px; }
.testimonial-card .client-info { display: flex; align-items: center; gap: 12px; }
.testimonial-card .client-img {
    width: 55px; height: 55px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    object-fit: cover;
}
.testimonial-card .client-img-placeholder {
    width: 55px; height: 55px;
    border-radius: 50%;
    background: var(--primary);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.2rem;
}
.testimonial-card .client-name { font-weight: 700; color: var(--dark-heading); }
.testimonial-card .client-pos { color: var(--primary); font-size: 0.85rem; }

/* ===== FAQ SECTION ===== */
.faq-section { background: var(--dark-bg); }
.accordion-item { background: var(--dark-card); border: 1px solid var(--dark-border); border-radius: 8px !important; margin-bottom: 12px; overflow: hidden; }
.accordion-button {
    background: var(--dark-card);
    color: var(--dark-heading);
    font-weight: 600;
    border: none;
}
.accordion-button:not(.collapsed) { background: var(--primary); color: #fff; box-shadow: none; }
.accordion-button::after { filter: invert(1); }
.accordion-button:not(.collapsed)::after { filter: invert(0) brightness(5); }
.accordion-body { background: var(--dark-card); color: var(--dark-text); padding: 20px 25px; }

/* ===== TEAM SECTION ===== */
.team-section { background: var(--section-bg); }
.team-card {
    background: var(--dark-card);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid var(--dark-border);
}
.team-card:hover { transform: translateY(-8px); border-color: var(--primary); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.team-card .team-img-wrap {
    overflow: hidden;
    height: 230px;
    position: relative;
}
.team-card .team-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.team-card:hover .team-img-wrap img { transform: scale(1.1); }
.team-card .team-img-placeholder { width: 100%; height: 100%; background: var(--dark-card2); display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--primary); }
.team-card .team-social {
    position: absolute; bottom: -40px; left: 0; right: 0;
    background: rgba(230,126,34,0.9);
    padding: 10px;
    display: flex; justify-content: center; gap: 15px;
    transition: bottom 0.3s;
}
.team-card:hover .team-social { bottom: 0; }
.team-card .team-social a { color: #fff; font-size: 0.9rem; }
.team-card .team-info { padding: 20px; }
.team-card .team-name { font-size: 1.1rem; color: var(--dark-heading); margin-bottom: 5px; }
.team-card .team-position { color: var(--primary); font-size: 0.85rem; letter-spacing: 1px; }

/* ===== BLOG SECTION ===== */
.blog-section { background: var(--dark-bg); }
.blog-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    height: 100%;
}
.blog-card:hover { transform: translateY(-5px); border-color: var(--primary); }
.blog-card .blog-img-wrap { overflow: hidden; height: 200px; }
.blog-card .blog-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-img-wrap img { transform: scale(1.05); }
.blog-card .blog-img-placeholder { height: 100%; background: var(--dark-card2); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--primary); }
.blog-card .blog-body { padding: 25px; }
.blog-card .blog-meta { font-size: 0.8rem; color: var(--dark-muted); margin-bottom: 10px; }
.blog-card .blog-meta span { margin-right: 12px; }
.blog-card .blog-meta i { color: var(--primary); }
.blog-card h5 { color: var(--dark-heading); font-size: 1rem; margin-bottom: 12px; }
.blog-card p { color: var(--dark-muted); font-size: 0.9rem; }

/* ===== PAGE HEADER ===== */
.page-header {
    background: linear-gradient(135deg, #080e1c 0%, #1a2744 50%, #0f172a 100%);
    border-bottom: 3px solid var(--primary);
    padding: 90px 0 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(249,115,22,0.08) 0%, transparent 60%);
}
.page-header h1 { font-size: 2.5rem; color: var(--dark-heading); }
.breadcrumb-item a { color: var(--primary); }
.breadcrumb-item.active { color: var(--dark-muted); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--dark-muted); }

/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #0a0e1c 0%, #1a2744 40%, #1c1508 100%);
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(249,115,22,0.12) 0%, transparent 60%);
}
.cta-section h2 { color: var(--dark-heading); font-size: 2rem; margin-bottom: 10px; }
.cta-section p { color: var(--dark-text); }

/* ===== FOOTER ===== */
.main-footer { background: #06101e; }
.footer-top { padding: 80px 0 50px; border-bottom: 1px solid var(--dark-border); }
.footer-widget .widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-heading);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { padding: 6px 0; }
.footer-links li a { color: var(--dark-muted); transition: color 0.3s; }
.footer-links li a:hover { color: var(--primary); padding-left: 5px; }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { padding: 8px 0; border-bottom: 1px solid var(--dark-border); display: flex; gap: 12px; align-items: flex-start; }
.footer-contact li i { margin-top: 3px; }
.footer-contact li a { color: var(--dark-text); }
.footer-contact li a:hover { color: var(--primary); }
.opening-hours { list-style: none; padding: 0; }
.opening-hours li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--dark-border); color: var(--dark-muted); }
.footer-widget .social-links { display: flex; gap: 10px; }
.footer-widget .social-links a {
    width: 36px; height: 36px;
    border: 1px solid var(--dark-border);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--dark-muted); transition: all 0.3s;
}
.footer-widget .social-links a:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.emergency-contact { background: var(--dark-card); border: 1px solid var(--dark-border); }
.footer-bottom {
    padding: 20px 0;
    background: #030a14;
    color: var(--dark-muted);
    font-size: 0.9rem;
    border-top: 1px solid var(--dark-border);
}
.footer-logo .logo-text { font-family: var(--font-heading); font-size: 1.5rem; color: #fff; }

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed; bottom: 30px; right: 30px;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--primary);
    border: none; color: #fff;
    font-size: 1rem;
    cursor: pointer;
    display: none;
    align-items: center; justify-content: center;
    z-index: 9999;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(249,115,22,0.5);
}
.back-to-top:hover { background: var(--primary-dark); transform: translateY(-3px); }
.back-to-top.visible { display: flex; }

/* ===== PAGINATION ===== */
.pagination .page-link { background: var(--dark-card); border-color: var(--dark-border); color: var(--dark-text); }
.pagination .page-link:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); }

/* ===== ALERTS ===== */
.alert-success { background: rgba(40,167,69,0.15); border-color: #28a745; color: #28a745; }
.alert-danger { background: rgba(220,53,69,0.15); border-color: #dc3545; color: #dc3545; }

/* ===== VIDEO PLAY BUTTON ===== */
.video-play-btn {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--primary);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.5rem;
    transition: all 0.3s;
    box-shadow: 0 0 0 15px rgba(230,126,34,0.2);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%,100% { box-shadow: 0 0 0 15px rgba(249,115,22,0.2); }
    50% { box-shadow: 0 0 0 25px rgba(249,115,22,0.1); }
}
.video-play-btn:hover { transform: scale(1.1); background: var(--primary-dark); }

/* ===== DETAIL PAGES ===== */
.detail-content img { border-radius: 8px; margin-bottom: 20px; }
.sidebar-widget { background: var(--dark-card); border: 1px solid var(--dark-border); border-radius: 8px; padding: 25px; margin-bottom: 25px; }
.sidebar-widget h5 { color: var(--dark-heading); margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid var(--primary); display: inline-block; font-size: 1rem; }
.sidebar-service-list li { padding: 10px 0; border-bottom: 1px solid var(--dark-border); }
.sidebar-service-list li a { color: var(--dark-text); display: flex; justify-content: space-between; }
.sidebar-service-list li a:hover { color: var(--primary); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-slide { min-height: 70vh; }
    .hero-slide h1 { font-size: 2rem; }
    section { padding: 60px 0; }
    .about-section .exp-badge { right: 10px; }
    .main-nav { padding: 10px 0; }
    .navbar-collapse { background: rgba(8,14,28,0.98); padding: 15px; border-top: 1px solid var(--dark-border); }
}
@media (max-width: 767px) {
    .top-bar .top-bar-info { font-size: 0.75rem; }
    .hero-slide { min-height: 60vh; background-attachment: scroll; }
    .hero-slide h1 { font-size: 1.6rem; }
    section { padding: 50px 0; }
    .counters-section { padding: 50px 0; }
    .counter-num { font-size: 2.2rem; }
    .footer-top { padding: 50px 0 30px; }
}

/* ===========================
   LIGHT THEME
   =========================== */
[data-theme="light"] {
    --dark-bg: #f8fafc;
    --dark-card: #ffffff;
    --dark-card2: #f1f5f9;
    --dark-border: #e2e8f0;
    --dark-text: #475569;
    --dark-heading: #0f172a;
    --dark-muted: #64748b;
    --section-bg: #f1f5f9;
}

/* Top Bar */
[data-theme="light"] .top-bar { background-color: #f1f5f9; border-bottom-color: #e2e8f0; }
[data-theme="light"] .top-bar a { color: #475569; }
[data-theme="light"] .top-bar .social-icons a { background: #e2e8f0; color: #475569; }

/* Navbar */
[data-theme="light"] .main-nav { background: rgba(255,255,255,0.97); }
[data-theme="light"] .navbar-brand .logo-text { color: #0f172a; }
[data-theme="light"] .main-nav .nav-link { color: #334155 !important; }
[data-theme="light"] .main-nav .nav-link:hover,
[data-theme="light"] .main-nav .nav-link.active { color: var(--primary) !important; }
@media (max-width: 991px) {
    [data-theme="light"] .navbar-collapse { background: rgba(248,250,252,0.98); border-top-color: #e2e8f0; }
}

/* Page Header */
[data-theme="light"] .page-header {
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 50%, #f8fafc 100%);
}
[data-theme="light"] .page-header h1 { color: #0f172a; }
[data-theme="light"] .breadcrumb-item.active,
[data-theme="light"] .breadcrumb-item + .breadcrumb-item::before { color: #64748b; }

/* Forms */
[data-theme="light"] .dark-form .form-control,
[data-theme="light"] .dark-form .form-select { background: #fff; border-color: #cbd5e1; color: #334155; }
[data-theme="light"] .dark-form .form-control:focus,
[data-theme="light"] .dark-form .form-select:focus { background: #fff; color: #0f172a; }
[data-theme="light"] .dark-form .form-control::placeholder { color: #94a3b8; }
[data-theme="light"] .dark-form .form-select option { background: #fff; }
[data-theme="light"] .booking-info li { color: #475569; border-bottom-color: #e2e8f0; }

/* Accordion */
[data-theme="light"] .accordion-button { background: #fff; color: #0f172a; }
[data-theme="light"] .accordion-button::after { filter: none; }
[data-theme="light"] .accordion-body { background: #fff; color: #475569; }

/* Pagination */
[data-theme="light"] .pagination .page-link { background: #fff; border-color: #e2e8f0; color: #475569; }

/* Sidebar Widget (detail pages) */
[data-theme="light"] .sidebar-widget { background: #fff; border-color: #e2e8f0; }
[data-theme="light"] .sidebar-service-list li { border-bottom-color: #e2e8f0; }
[data-theme="light"] .sidebar-service-list li a { color: #475569; }

/* Theme Toggle Button */
.theme-toggle-btn {
    background: none;
    border: 1px solid var(--dark-border);
    color: var(--dark-text);
    width: 34px; height: 34px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.85rem;
    padding: 0;
    flex-shrink: 0;
}
.theme-toggle-btn:hover { border-color: var(--primary); color: var(--primary); }
