/* ========================= RNK Safety Nets Footer ========================= */
.footer-sec {
  background: linear-gradient(180deg, #001a33, #000814);
  color: #ddd;
  font-family: "Poppins", sans-serif;
}

.footer-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.footer-link {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.footer-link:hover {
  color: #00b4d8;
  transform: translateX(5px);
}

.btn-social {
  width: 38px;
  height: 38px;
  border: 1px solid #00b4d8;
  border-radius: 50%;
  color: #00b4d8;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s ease;
}
.btn-social:hover {
  background-color: #00b4d8;
  color: #fff;
  transform: rotate(10deg);
}

.footer-bottom {
  background-color: #000814;
  font-size: 0.9rem;
}

.text-primary {
  color: #00b4d8 !important;
}

a.text-primary:hover {
  color: #0096c7 !important;
}

@media (max-width: 768px) {
  .footer-sec {
    text-align: center;
  }
  .btn-social {
    margin-bottom: 10px;
  }
}
