.breadcrumb-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/about.jpg") center center / cover no-repeat;
  z-index: 1;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.breadcrumb-content {
  position: relative;
  height: 70vh;
  z-index: 3;
}

@media (max-width: 576px) {
  .breadcrumb-content {
    height: 220px;
  }
}
.card.shadow-sm.h-100.border-0 {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    background: linear-gradient(135deg, #0d3f4a14, #e2e8e940, #f443364d);
    border-radius: 10px;
    box-shadow: 0 4px 12px #F44336 !important;
    border: 1px solid #F44336 !important;
}
.color-style-two .btn.btn-theme{
    border-radius: unset;
}

.contact ul li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: var(--color-primary);
    border-radius: 5px;
    margin-right: 15px;
    color: var(--white);
}

.title a{
    color:black !important;
}

a {
    color: black;
    text-decoration: underline;
}