/* Refined finish for the existing ITA footer: structure and content are unchanged. */
.footer-refined {
  border-top: 3px solid #d39f06;
}

.footer-refined .footer-logo {
  margin-bottom: 1.4rem !important;
}

.footer-refined p {
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.7;
}

.footer-refined h5 {
  position: relative;
  margin-bottom: 1.45rem !important;
  padding-bottom: 0.7rem;
  font-weight: 700;
}

.footer-refined h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  content: "";
  background: #d39f06;
}

.footer-refined .footer-link ul li {
  margin-bottom: 0.55rem;
}

.footer-refined .footer-link a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.86) !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-refined .footer-link a:hover,
.footer-refined .footer-contact-info a:hover {
  color: #d39f06 !important;
}

.footer-refined .footer-link a:hover {
  transform: translateX(4px);
}

.footer-refined .social-icon.social-icon-style-02 ul {
  display: flex;
  gap: 0.55rem;
}

.footer-refined .social-icon.social-icon-style-02 ul li {
  margin: 0;
}

.footer-refined .social-icon.social-icon-style-02 ul li a {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(211, 159, 6, 0.7);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-refined .social-icon.social-icon-style-02 ul li a:hover {
  border-color: #d39f06;
  background: #d39f06;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-refined .footer-contact-info {
  padding-top: 0.15rem;
}

.footer-refined .contact-item {
  margin-bottom: 1rem;
}

.footer-refined .contact-item i {
  flex: 0 0 22px;
  margin-top: 0.25rem;
  font-size: 1rem;
}

.footer-refined .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-refined .footer-bottom p {
  font-size: 0.9rem;
}

.footer-refined .footer-bottom a {
  color: #d39f06;
}

@media (max-width: 991px) {
  .footer-refined .row.pb-5 {
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 575px) {
  .footer-refined h5 {
    margin-top: 0.5rem;
  }

  .footer-refined .footer-bottom {
    padding: 1.25rem 0 !important;
  }
}
