.cv-header {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.header-logo {
  height: 40px;
  width: auto;
}

.cv-nav-link {
  color: #333333;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  position: relative;
  transition: color 0.25s ease;
}

.cv-nav-link:hover,
.cv-nav-link:focus {
  color: #0d6efd;
}

@media (min-width: 992px) {
  .cv-nav-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 8px;
    right: 8px;
    height: 2px;
    background-color: #0d6efd;
    transform: scaleX(0);
    transition: transform 0.25s ease;
  }
  .cv-nav-link:hover::after {
    transform: scaleX(1);
  }
}

.offcanvas {
  background-color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .offcanvas.w-100.h-100 {
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .navbar-toggler,
  .btn-close-custom {
    padding: 0.5rem !important;
    margin-right: -0.5rem !important;
    line-height: 1 !important;
    color: #333333 !important;
  }
  .cv-nav-link {
    font-size: 1.25rem;
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
  }
}

.footer-logo {
  height: 125px;
  width: auto;
}

.footer-links a {
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #0d6efd !important;
}

.footer-title {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.footer .row > div:first-child {
  text-align: center;
}

.page-id-1,
.page-id-2 {
  display: none !important;
}

.cv-breadcrumb {
  font-size: 0.875rem;
}

.cv-breadcrumb a {
  transition: color 0.2s ease;
}

.cv-breadcrumb a:hover {
  color: #0d6efd !important;
}

.cv-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
}

@media (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
}
