/* Footer css start */
.footer {
  background: #0f1a34;
  padding: 50px 0 20px;
  color: #cad5e2;
}

.copy-rights {
  border-top: 1px solid #45556c;
  padding-top: 20px;
}
.block-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.footer-links li a,
.address a {
  color: #cad5e2;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
}
.footer-links li a:hover,
.address a:hover {
  color: #fff;
}

.whatsapp-container {
  position: fixed;
  right: -15px;
  top: 50%;
}

.whatsapp-btn {
  background: linear-gradient(180deg, #20b038, #60d66a);
  border: none;
  width: 178px;
  height: 44px;
  border-radius: 999px;
  letter-spacing: 0.1px;
  font-weight: 600;
  gap: 10px;
  padding: 5px 10px 5px 15px !important;
  margin-bottom: 15px;
  color: #ffffff;
  &:hover {
    background: linear-gradient(180deg, #60d66a, #20b038);
  }
}

.wantustocall-container {
  position: fixed;
  right: -10px;
  top: 40%;
}

.wantustocall-btn {
  background: linear-gradient(180deg, #3d67c8, #113ea7);
  border: none;
  width: 178px;
  height: 44px;
  border-radius: 999px;
  letter-spacing: 0.1px;
  font-weight: 550;
  gap: 10px;
  padding: 5px 10px 5px 15px !important;
  margin-bottom: 15px;
  color: #ffffff;
  &:hover {
    background: linear-gradient(180deg, #113ea7, #052d89);
  }
}
