/* Enhanced Footer Styling */

.ftco-footer {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.ftco-footer .ftco-heading-2 {
  color: #1F1F1F;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.ftco-footer .ftco-heading-2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #C91C2E;
  bottom: 0;
  left: 0;
}

/* Remove line under logo */
.ftco-footer .logo-heading:after {
  display: none;
}

.ftco-footer p {
  color: #666;
  line-height: 1.7;
}

.ftco-footer-widget ul li {
  margin-bottom: 15px;
  position: relative;
}

.ftco-footer-widget ul li a {
  color: #666;
  transition: all 0.3s ease;
  padding-left: 0;
  position: relative;
}

.ftco-footer-widget ul li a:hover {
  color: #C91C2E;
  padding-left: 5px;
}

.ftco-footer-widget ul li a .fa {
  color: #C91C2E;
  margin-right: 8px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.ftco-footer-widget ul li a:hover .fa {
  margin-right: 12px;
}



.block-23 ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.block-23 ul li:first-child {
  align-items: flex-start;
}

.block-23 ul li:not(:first-child) {
  align-items: center;
}

.block-23 ul li .icon {
  color: #C91C2E;
  margin-right: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.block-23 ul li .icon.fa-map-marker {
  font-size: 22px;
}

.block-23 ul li .text {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

.block-23 ul li a {
  display: flex;
  color: #666;
  align-items: center;
}

.block-23 ul li a:hover {
  color: #C91C2E;
}

.footer-company-name {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
  color: #999;
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .ftco-footer-widget {
    margin-bottom: 30px;
  }

  .ftco-footer .ftco-heading-2 {
    margin-top: 1rem;
  }
}
