/* BADAWY_REAL_FOOTER_CONTACT_SOCIAL_20260705 */
.btv-real-footer-contact {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.btv-real-footer-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.btv-real-footer-head img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

.btv-real-footer-head strong {
  display: block;
  font-size: 25px;
  font-weight: 950;
  color: #f4b000;
  line-height: 1;
}

.btv-real-footer-head span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}

.btv-real-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.btv-real-contact-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 750;
  overflow: hidden;
}

.btv-real-contact-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #f4b000;
}

.btv-real-contact-item span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.btv-real-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.btv-real-social-badge {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  padding: 10px 14px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0,0,0,.16);
}

.btv-real-social-badge svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.btv-real-social-badge.tiktok {
  background: #111;
}

.btv-real-social-badge.youtube {
  background: #ff0000;
}

.btv-real-social-badge.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.btv-real-social-badge.facebook {
  background: #1877f2;
}

.btv-real-social-badge.whatsapp {
  background: #25d366;
}

@media (max-width: 700px) {
  .btv-real-footer-contact {
    width: calc(100% - 24px);
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .btv-real-footer-head {
    align-items: flex-start;
  }

  .btv-real-footer-head img {
    width: 48px;
    height: 48px;
  }

  .btv-real-footer-head strong {
    font-size: 22px;
  }

  .btv-real-contact-grid {
    grid-template-columns: 1fr;
  }

  .btv-real-social-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btv-real-social-badge {
    justify-content: center;
  }
}
