/* Additional color overrides for #007ffe */

/* Breadcrumb links */
.breadcrumb-item a {
    color: #007ffe !important;
}

.breadcrumb-item a:hover {
    color: #0066cc !important;
}

/* Form focus states */
.form-control:focus {
    border-color: #007ffe !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 127, 254, 0.25) !important;
}

.form-floating > .form-control:focus {
    border-color: #007ffe !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 127, 254, 0.25) !important;
}

/* Light shade override */
.bg-light,
.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    background-color: #CCE7FF !important;
}

/* Navigation links */
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #007ffe !important;
}

/* Header social media icons */
.btn-light {
    background-color: #CCE7FF !important;
    border-color: #CCE7FF !important;
}

.btn-light:hover {
    background-color: #007ffe !important;
    border-color: #007ffe !important;
    color: white !important;
}

.btn-light .fab,
.btn-light .fa {
    color: #007ffe !important;
}

.btn-light:hover .fab,
.btn-light:hover .fa {
    color: white !important;
}

/* Tab navigation */
.nav-tabs .nav-link.active {
    color: #007ffe !important;
    border-bottom-color: #007ffe !important;
}

.nav-tabs .nav-link {
    color: #555555 !important;
}

.nav-tabs .nav-link:hover {
    color: #007ffe !important;
}

.nav-pills .nav-link.active {
    background-color: #007ffe !important;
}

.nav-pills .nav-link {
    color: #555555 !important;
}

.nav-pills .nav-link:hover {
    background-color: #CCE7FF !important;
    color: #007ffe !important;
}

/* Button primary overrides */
.btn-primary {
    background-color: #007ffe !important;
    border-color: #007ffe !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0066cc !important;
    border-color: #0066cc !important;
}

/* Text primary overrides */
.text-primary {
    color: #007ffe !important;
}

/* Background primary overrides */
.bg-primary {
    background-color: #007ffe !important;
}

/* Border primary overrides */
.border-primary {
    border-color: #007ffe !important;
}

/* Icon colors */
.fa.text-primary,
i.text-primary {
    color: #007ffe !important;
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #007ffe !important;
    border-color: #007ffe !important;
}

/* Service nav pills */
.service .nav .nav-link.active {
    background: #007ffe !important;
    border-color: #007ffe !important;
}

/* Project hover effects */
.project-item:hover .project-title {
    background: #007ffe !important;
    border-color: #007ffe !important;
}

/* Footer link hover */
.footer .btn.btn-link:hover {
    color: #007ffe !important;
}

/* Copyright links */
.copyright a:hover {
    color: #007ffe !important;
}

/* Back to top button */
.back-to-top {
    background-color: #007ffe !important;
}

/* Project carousel navigation */
.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: #007ffe !important;
}