.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-top: 52px;
  color: rgba(255, 255, 255, 0.84);
  background: #151517 url("./assets/icdkc.png") center 52% / cover no-repeat;
}

.site-footer::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(16, 16, 18, 0.91);
  content: "";
}

.site-footer .footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 28px;
  padding-bottom: 44px;
}

.site-footer .footer-grid > * {
  min-width: 0;
}

.site-footer .footer-logo {
  display: flex;
  min-height: 58px;
  align-items: center;
  width: fit-content;
}

.site-footer .footer-logo img {
  display: block;
  width: 230px;
  height: auto;
  max-height: 66px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-footer .footer-about p {
  max-width: 470px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
}

.site-footer .footer-col h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
}

.site-footer .footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-col ul li a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  text-decoration: none;
  transition: color 150ms ease;
}

.site-footer .footer-col ul li a:hover,
.site-footer .footer-col ul li a:focus-visible {
  color: #fff;
}

.site-footer .footer-col ul.contact-list {
  gap: 16px;
}

.site-footer .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 15px;
  line-height: 1.5;
}

.site-footer .contact-list li span {
  display: inline !important;
  visibility: visible !important;
  color: #fff !important;
  opacity: 1 !important;
}

.site-footer .contact-list svg {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 3px;
  color: #fff;
}

.site-footer .social-row {
  display: grid;
  grid-template-columns: repeat(2, 48px);
  gap: 20px 22px;
  margin-top: 20px;
}

.site-footer .footer-connected {
  display: block !important;
  min-width: 150px;
  visibility: visible !important;
  opacity: 1 !important;
}

.site-footer .social-row a {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: transparent;
  transition: background-color 180ms ease, transform 180ms ease;
}

.site-footer .social-row a:hover,
.site-footer .social-row a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.site-footer .social-row img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.site-footer .social-row a:nth-child(3) img,
.site-footer .social-row a:nth-child(4) img {
  width: 42px;
  height: 42px;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px 0 28px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  text-align: left;
}

@media (min-width: 1100px) {
  .site-footer .footer-grid {
    grid-template-columns: minmax(300px, 2fr) minmax(150px, 0.95fr) minmax(260px, 1.65fr) minmax(150px, 0.5fr);
    gap: 48px;
    padding-bottom: 52px;
  }

  .site-footer .footer-col {
    padding-top: 36px;
  }

  .site-footer .footer-about {
    max-width: 480px;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding-top: 44px;
    background-position: 56% center;
  }

  .site-footer .footer-col {
    padding-top: 0;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 36px;
  }

  .site-footer .footer-col h2 {
    font-size: 18px;
  }

  .site-footer .social-row {
    grid-template-columns: repeat(4, 44px);
    gap: 12px;
  }

  .site-footer .social-row a {
    width: 44px;
    height: 44px;
  }

  .site-footer .social-row img {
    width: 32px;
    height: 32px;
  }

  .site-footer .social-row a:nth-child(3) img,
  .site-footer .social-row a:nth-child(4) img {
    width: 38px;
    height: 38px;
  }

  .site-footer .footer-bottom {
    padding: 18px 0 24px;
  }
}

/* Keep contact details and social links visible across pages and cached layouts. */
.site-footer .contact-list li { min-width: 0; }
.site-footer .contact-list li span {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.site-footer .footer-connected,
.site-footer .footer-connected h2,
.site-footer .footer-connected .social-row {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.site-footer .footer-connected h2 { color: #fff !important; }
.site-footer .footer-connected .social-row { display: grid !important; }
.site-footer .footer-connected .social-row a,
.site-footer .footer-connected .social-row img {
  visibility: visible !important;
  opacity: 1 !important;
}
@media (min-width: 1100px) {
  .site-footer .footer-grid {
    grid-template-columns: minmax(280px, 1.8fr) minmax(130px, .85fr) minmax(260px, 1.55fr) minmax(160px, .9fr);
  }
  .site-footer .footer-connected { grid-column: auto !important; }
}
