footer {
  padding-bottom: 20px;
}

address {
  font-size: 14px;
}

.sub_address {
  font-size: 12px;
}

.sub_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  border-top: 1px solid #28ab89;
  padding-top: 20px;
}

.header_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header_section2_container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
}

.text_header_footer {
  border-bottom: 3px solid #28ab89;
  color: #fff;
  padding-bottom: 10px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.social_container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.icon_social {
  width: 25px;
  height: 25px;
}

.footer_list_style {
  list-style: none;
  margin-top: 20px;
}

.footer_list_style li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.min-2-220 {
  min-width: 220px;
}

.footer_link {
  font-size: 14px;
}

.logo_border {
  border: 2px solid #dedede;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 20px;
  height: 100px;
}

.badges_container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.badge_item {
  display: flex;
  align-items: center;
}

.badge_img {
  width: 75px;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.badge_img:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 171, 136, 0.25);
}

.enamad_img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px;
}

@media (max-width: 768px) {
  .header_section2_container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }

  .container {
    flex-direction: column;
  }

  footer {
    padding-bottom: 100px;
  }

  .header_footer h5 {
    padding: 10px;
    text-align: justify;
  }
}
