/* Footer styles extracted from style.css */
.site-footer {
  background: #181818;
  color: #fff;
  padding: 60px 0 30px 0;
  font-family: 'Inter', Arial, sans-serif;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.footer-main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin-bottom: 24px;
}

.footer-logo {
  width: 68px;
  margin-bottom: 0;
  margin-right: 18px;
}

.footer-site-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  opacity: 0.15;
  margin: 18px 0 32px 0;
}

.footer-horizontal-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 40px;
  padding: 24px 0 12px 0;
}

.footer-offices {
  flex: 2;
  display: flex;
  gap: 48px;
}

.footer-office {
  margin-bottom: 0;
  padding-right: 12px;
}

.footer-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  padding-right: 12px;
}

.footer-contact i {
  margin-right: 8px;
}

.social-media-links {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
  padding-right: 12px;
}

/* Social media icons container */
.social-icons {
    display: flex;
    gap: 10px;
}

/* Footer social title */
.footer-social-title {
    margin-bottom: 10px;
}

.footer-social-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.footer-contact div {
  margin-bottom: 8px;
  font-size: 1rem;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact a:focus, .footer-contact a:active {
  outline: none;
  box-shadow: none;
}

.social-media-links a {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 18px;
  transition: color 0.2s;
}

.social-media-links a:hover {
  color: #ffb347;
}

.footer-categories-wrapper {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.footer-category-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}

.footer-category-nav li {
  margin-bottom: 0;
}

.footer-category-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 500;
  transition: color 0.2s;
  padding: 4px 10px;
  border-radius: 4px;
}

.footer-category-nav a:hover {
  color: #ffb347;
  background: rgba(255,255,255,0.07);
}

.footer-text {
  text-align: center;
  margin-top: 48px;
  font-size: 1rem;
  color: #bbb;
  letter-spacing: 0.2px;
}

.footer-flag-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  vertical-align: middle;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

@media (max-width: 900px) {
  .footer-main-content {
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
  }
  .footer-horizontal-block {
    flex-direction: column;
    gap: 28px;
    padding: 12px 0 0 0;
  }
  .footer-offices {
    flex-direction: column;
    gap: 18px;
  }
  .social-media-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-right: 0;
  }
  .footer-categories-wrapper {
    justify-content: center;
    margin-top: 18px;
  }
  .footer-category-nav ul {
    gap: 16px;
    justify-content: center;
  }
}

@media(max-width:800px){.site-footer{padding:2rem 1rem}.footer-logo{height:60px}.footer-site-title{font-size:1.3rem}}

@media (max-width: 600px) {
  .footer-offices {
    flex-direction: column;
    gap: 10px;
  }
  .footer-main-content {
    gap: 18px;
  }
  .footer-horizontal-block {
    gap: 16px;
  }
}

.footer-branding:focus, .footer-branding:active {
  outline: none;
  box-shadow: none;
}
