/* Haerriz portfolio dark mode */
html[data-theme="dark"] {
    color-scheme: dark;
}

html[data-theme="dark"] body {
    background-color: #1a1d21;
    color: #c8cdd3;
}

html[data-theme="dark"] .navbar.bg-light,
html[data-theme="dark"] .navbar-light {
    background-color: #23272b !important;
}

html[data-theme="dark"] .navbar-light .navbar-nav .nav-link {
    color: #e9ecef;
}

html[data-theme="dark"] .navbar-light .navbar-nav .nav-link:hover,
html[data-theme="dark"] .navbar-light .navbar-nav .nav-link.active {
    color: #0BCEAF;
}

html[data-theme="dark"] .navbar-light .navbar-brand h1,
html[data-theme="dark"] .navbar-light .navbar-brand .text-primary {
    color: #f8f9fa !important;
}

html[data-theme="dark"] .container-fluid.py-5,
html[data-theme="dark"] .container-fluid.pt-5,
html[data-theme="dark"] .container-fluid.pb-3,
html[data-theme="dark"] section.container-fluid {
    background-color: #1a1d21;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] p,
html[data-theme="dark"] .font-weight-bold {
    color: #f1f3f5;
}

html[data-theme="dark"] .text-secondary {
    color: #adb5bd !important;
}

html[data-theme="dark"] .display-1.text-white[style*="-webkit-text-stroke"] {
    color: transparent !important;
    -webkit-text-stroke: 1px #495057 !important;
}

html[data-theme="dark"] .bg-light {
    background-color: #2d3238 !important;
    color: #e9ecef;
}

html[data-theme="dark"] .border-left {
    border-color: #0BCEAF !important;
}

html[data-theme="dark"] .form-control {
    background-color: #2d3238;
    border-color: #495057;
    color: #f8f9fa;
}

html[data-theme="dark"] .form-control::placeholder {
    color: #868e96;
}

html[data-theme="dark"] .form-control:focus {
    background-color: #343a40;
    border-color: #0BCEAF;
    color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(11, 206, 175, 0.25);
}

html[data-theme="dark"] .modal-content {
    background-color: #23272b;
    color: #f8f9fa;
}

html[data-theme="dark"] .close {
    color: #f8f9fa;
}

html[data-theme="dark"] .testimonial-carousel .owl-dot {
    background: #495057;
}

html[data-theme="dark"] .testimonial-carousel .owl-dot.active {
    background: #0BCEAF;
}

html[data-theme="dark"] .progress {
    background-color: #343a40;
}

html[data-theme="dark"] .dropdown-menu {
    background-color: #23272b;
    border-color: #404448;
}

html[data-theme="dark"] .dropdown-item {
    color: #e9ecef;
}

html[data-theme="dark"] .dropdown-item:hover,
html[data-theme="dark"] .dropdown-item:focus,
html[data-theme="dark"] .dropdown-item.active {
    background-color: #2d3238;
    color: #0BCEAF;
}

html[data-theme="dark"] .btn-outline-dark.back-to-top {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

html[data-theme="dark"] .btn-outline-dark.back-to-top:hover {
    background-color: #f8f9fa;
    color: #1a1d21;
}

html[data-theme="dark"] .theme-mode-dropdown .btn-outline-primary {
    color: #0BCEAF;
    border-color: #0BCEAF;
}

html[data-theme="dark"] .theme-mode-dropdown .btn-outline-primary:hover {
    background-color: #0BCEAF;
    color: #1a1d21;
}

html[data-theme="dark"] .portfolio-item img,
html[data-theme="dark"] .img-fluid.rounded,
html[data-theme="dark"] .img-fluid.rounded-circle {
    filter: brightness(0.92);
}

.theme-mode-dropdown .dropdown-item.active {
    color: #0BCEAF;
    font-weight: 600;
}

.theme-mode-mobile {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 0.5rem;
    padding-top: 0.75rem;
}

html[data-theme="dark"] .theme-mode-mobile {
    border-top-color: rgba(255, 255, 255, 0.1);
}
html[data-theme="dark"] .progress-bar.bg-dark {
    background-color: #adb5bd !important;
}

html[data-theme="dark"] .progress-bar.bg-secondary {
    background-color: #868e96 !important;
}
